libltdl7-2.4.6-3.2.1 4>$  Ap_+p9|@R e/Q廈탙dxZ}&znaݤQS7TB4ni'Ho>6E]h'g3ʸ3lRm̛#$*]OjdЮ!:(%4Z ڨ3DSw$$c31!&j +c00PnC%J#L  >p@0|?0ld   /x| '-4< @ D L  H(8 9 : >-^@-mF-|G-H-I-X-Y-\-]-^-b-c.d/!e/&f/)l/+u/@v/Hw/x/y/ z0 00 0&0hClibltdl72.4.63.2.1Libtool Runtime LibraryLibrary needed by programs that use the ltdl interface of GNU libtool._goat06SUSE Linux Enterprise 15SUSE LLC LGPL-2.1+https://www.suse.com/Development/Libraries/C and C++http://www.gnu.org/software/libtool/linuxx86_64__e5861df905a0970955fde29e89e3e512ab1c930cc5fbb4c53d5c107f48b88555libltdl.so.7.3.1rootrootrootrootlibtool-2.4.6-3.2.1.src.rpmlibltdl.so.7()(64bit)libltdl7libltdl7(x86-64)@@@@@@@@    /sbin/ldconfig/sbin/ldconfiglibc.so.6()(64bit)libc.so.6(GLIBC_2.14)(64bit)libc.so.6(GLIBC_2.2.5)(64bit)libc.so.6(GLIBC_2.3)(64bit)libc.so.6(GLIBC_2.3.4)(64bit)libc.so.6(GLIBC_2.4)(64bit)libdl.so.2()(64bit)libdl.so.2(GLIBC_2.2.5)(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.14.1VJUL@UG_@U4@U3U0Tء@T@TTy@Ty@To)@TWn@dimstar@opensuse.orgpth@suse.depth@suse.depth@suse.dempluskal@suse.compth@suse.depth@suse.defoss@grueninger.defoss@grueninger.defoss@grueninger.defoss@grueninger.depth@suse.defoss@grueninger.de- Fix install_info_{install,delete} usage: install-info does not allow file globbing.- Remove spurious install_info_delete in postun (bsc#940773).- Fix call of install_info.- Remove empty entry.- Use url for signature - Add keyring file for automatic verification of signature - Cleanup spec file with spec-cleaner - Remove old ppc/ppc64 obsolete/provides - Update info pre/post requires and replace postun with preun- Update to 2.4.6: Noteworthy changes in release 2.4.6 (2015-02-15) [stable] * New features: - LT_SYS_LIBRARY_PATH can be set in config.site, or at configure time and persists correctly in the generated libtool script. * Bug fixes: - Fix a race condition in ltdl dryrun test that would cause spurious random failures of that test. - LT_SYS_DLSEARCH_PATH is munged correctly. - Add tarball signature.- Add libtool-no_host_name.patch to remove the host name from generated scripts (bnc#916268).- Update to libtool 2.4.5 New features: - Libtoolize searches for the best available M4 on the user PATH at runtime, rather than settling for the first one found. - Support munging sys_lib_dlsearch_path_spec with LT_SYS_LIBRARY_PATH environment variable. Bug fixes: - Bail out at configure time if the installed M4 is not sufficient for the purposes of libtoolize. - freebsd-elf library versioning was upgraded incorrectly in 2.4.4, but now works properly again. - Fix a 2.4.4 regression so that libltdl subprojects do not warn about missing libltdl/libltdl directory as in prior releases. - When using Sun C++ on Solaris or GNU/Linux we used to set libtool's postdeps permanently, based on the contents of $CXX and $CXXFLAGS at configure time, which was brittle and error-prone. Now, we no longer check for a SunCC ABI at configure time, but augment the postdeps at libtool time based on the current invocation flags on each call. Changes in supported systems or compilers: - /usr/local prefixed rpaths are now added to the link-line on ia64-hp-hpux*, because the default system runtime loader path does not contain them. - Previously, when using Sun C++ on Solaris or GNU/Linux, `-Cstd -Crun` flags were added to $postdeps unless CXX or CXXFLAGS contained `-library=stlport4`. Newer releases have added other compiler flags that are also incompatible with `-Cstd -Crun`, so now we don't add them if any of `-std=c++[0-9][0-9]`, `-library=stdcxx4` or `-compat=g` were found in CXX or CXXFLAGS when the Sun C++ compiler is detected.- Require M4 as libtool's libtoolize requires it since 2.4.3- Drop patch libtool-dont_delete_gnulib_files.patch which is included in 2.4.4 - Update to libtool 2.4.4 * * New features: - Libltdl maintains its own fork of argz, with macros and files in the LT_ and lt__ namespaces (resp.) where they cannot clash with client projects' use of gnulib argz. * * Bug fixes: - Installation of 'libtoolize' once again obeys '--program-prefix', '--program-suffix' and '--program-transform-name' configure options. - `libtoolize` doesn't remove any files that it can't reinstall, including old versions of the snippet directory, and gnulib's version of the argz module and supporting files. - LT_FUNC_DLYSM_USCORE now works correctly on systems that don't support self dlopen()ing. * * Important incompatible changes: - LT_LIB_DLLOAD no longer prepends -ldl or -ldld to LIBS, causing duplicate occurrences in libltdl link lines. If you need to add a library for dlopen() or shl_load() in your Makefile, then use $(LIBADD_DLOPEN) or $(LIBADD_SHL_LOAD) respectively. If you are using libltdl, this all happens automatically, and the only difference you'll see is no more duplicated library names in the verbose link line. * * Changes in supported systems or compilers: - Preliminary support for tcc on linux*. Although it already worked sometimes in previous releases, making sure to set LD correctly now avoids mis-matching GNU ld with tcc: ./configure CC=tcc LD=tcc - Added -os2dllname option to work around 8 character base name limit on OS/2. The option has no effect on other systems. - Support for DLL versioning, -export-symbols and -export-symbols-regex on OS/2. - Support filename-based shared library versioning on AIX. See manual for details.-- Add libtool-dont_delete_gnulib_files.patch that prevents deletion of files from gnulib to be deleted by libtoolize. - BuildRequire help2man. - Remove unneeded clean section. - Use rpm macros where possible. - Pass V=1 to make to make compilation verbose.- Drop patch config-guess-sub-update.patch for libltdl/config as the folder no longer exists. - Drop patch libtool-ppc64le.patch for ppc handling as it is already part of v2.4.3 - Update to libtool 2.4.3 * * New features: - Moved to gnulib release infrastructure. - M4 is now used for scanning the M4 macros in your configure.ac that 'libtoolize' looks at to determine what files you want, and where you would like them installed. This means that you can compose your version number or any other argument that Libtoolize needs to know at M4 time using git-version-gen from gnulib, for example. - Invoking 'libtoolize --ltdl' no longer maintains a separate autoconf macro directory in the libltdl tree, but automatically adjusts the installed libltdl configuration files to share whatever macro directory is declared by the parent project. (Note: if you were already sharing a macro directory with AC_CONFIG_MACRO_DIR(ltdl/m4) or similar, that still works as does any other directory choice). - Invoking 'libtoolize --ltdl' no longer maintains a separate auxiliary scripts directory in the libltdl tree, but automatically adjusts the installed libltdl configuration files to share whatever auxiliary scripts directory is declared by the parent project. (Note: if you were already sharing an auxiliary directory with subproject libltdl using AC_CONFIG_AUX_DIR(ltdl/config) or similar, that still works as does any other directory choice). - The legacy tests have all been migrated to the Autotest harness. - The Autotest testsuite can be run without the especially time consuming tests with: make check-local TESTSUITEFLAGS='-k "!expensive"' * * Bug fixes: - Fix a long-standing latent bug in autom4te include path for autotests with VPATH builds. - Fix a long-standing latent bug in libtoolize that could delete lines from libltdl/Makefile.am in recursive mode due to underquoting in a sed script. - Fix a long-standing bug in libtoolize, by outputting the 'putting auxiliary files in' header with 'libtoolize --ltdl --subproject'. - Fix a long-standing bug in libtoolize subproject installation, by not installing a set of autoconf macro files into the parent project if there is no configure.ac present to use them. - The libtoolize subproject mode selector is now named '--subproject' and is equivalent to the implied '--subproject' mode when no other mode is selected; '--standalone' never worked, and is no longer accepted. - Libtool and libtoolize no longer choke on paths with a comma in them. - In the case where $SHELL does not have the same enhanced features (e.g. the ability to parse 'var+=append') as $CONFIG_SHELL, libtool will now correctly fallback to using only vanilla shell features instead of failing with a parse at startup. - Correctly recognize import libraries when Microsoft dumpbin is used as the name lister and extend the dumpbin wrapper to find symbols in import libraries using the -headers option of dumpbin. Also fix a bug in the dumpbin wrapper that could lead to broken symbol listings in some corner cases. - Use the improved Microsoft dumpbin support to mend preloading of import libraries for Microsoft Visual C/C++. - No longer mangle module-definition (.def) files when feeding them to the Microsoft Visual C/C++ linker via the -export-symbols argument to the libtool script, thus matching how .def files are handled when using GNU tools. - Recognize more variants (e.g. those starting with a LIBRARY statement) of module-definitions (.def) files when using them instead of a raw list of symbols to export. - Fix a long-standing bug when using libtoolize without automake; we no longer remove install-sh with --force, since it's not a file libtoolize will reinstall without --install.. * * Important incompatible changes: - GNU M4 is required to run libtoolize in a directory with a 'configure.ac' (or 'configure.in') that needs tracing to determine what modes and directories have been specified. - The use of the idiosyncratically named 'Makefile.inc' in nonrecursive libltdl builds is deprecated, although it will be supported for one more year or until the next release, whichever takes longer. Please upgrade to the more standard naming of 'ltdl.mk' in keeping with other GNU projects. - libtoolize now behaves consistenty in respect of multiple directory arguments to ACLOCAL_AMFLAGS and multiple invocations of AC_CONFIG- _MACRO_DIRS, where the first directory is always selected. Previous releases took the first ACLOCAL_AMFLAGS argument, but the last invocation of AC_CONFIG_MACRO_DIRS. - The libtoolize program now advises use of the new Autoconf AC_CONFIG_MACRO_DIRS declaration. If you follow that advice, all your developers will need at least autoconf-2.70 and automake-1.13 to rebootstrap your probject. If you still need to support bootstrap with older Autotools, then you should add the following to your configure.ac file: m4_ifndef([AC_CONFIG_MACRO_DIRS], [m4_define([AC_CONFIG_MACRO_DIRS], m4_defn([AC_CONFIG_MACRO_DIR]))]) - Overhead of probing for a non-backslash crippled echo equivalent during initialization of every script has been removed in favor of trusting that "printf %s\n" works out of the box on all non-museum host architectures. Manually setting ECHO appropriately in the build environment will be necessary on some ancient architectures. * * Changes in supported systems or compilers: - Support for bitrig (*-*-bitrig*). - Solaris 7 and earlier requires ECHO=/usr/ucb/echo in the build environment, to build and use libtool./sbin/ldconfig/sbin/ldconfiggoat06 15955916992.4.6-3.2.12.4.6-3.2.1libltdl.so.7libltdl.so.7.3.1/usr/lib64/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -gobs://build.suse.de/SUSE:Maintenance:15870/SUSE_SLE-15_Update/a0c0af2bdb248b8db3a99520a5ceb9be-libtool.SUSE_SLE-15_Updatecpioxz5x86_64-suse-linuxELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=87e498e153d900032001decd284bb4a3822e8116, stripped PR RRRRRRRkPDuxJutf-8d7371295aa3abffe031ceb6a62a047e3fd0b5ea070d3bd1fa63e90e7b4b4b1d7?7zXZ !t/9~] cr$x#GhP-. RKS X'SCV]5p)""۬l"r A晃wSA3BwY-C!0t#\nCrk\G,ZkIћTȟEt V୯@kZ3/ZXGސ.S Լ^:su Dv5CoAZ5 hVt +̃mq7FFn1 =Aa=W^-֜s൓Ά7Pď iq"}7̮}#qT+ p~O,jouHL&gB)Ț+?aFPuI_留M6B0iV`۔ڇ Xyv#OMf$,EjP COSSF_j?:~PN9wO]s®PUb;뢮B(PQw'-5ZFb r?%1TQ#P>a]!}=Zl38483:i߲&ſ`'E"&nwc ªC(#5@wgvFq>daFgMq҈ZN-!a^:+H -Я+@Gk;φUظؿrJhlqL߂q K龏U3vJ9 gk7;nDym$4RUgO'|I>g8i7Ր]K|?ճ,:ҟ*bƻSY-YFϑK Z]QG].%BĴ-y/MŔ$ WC3߂L/{j=oVa\,7,$&PWEsbaql^>nZhL !)Iq)ױ 9գkީm 7x`վ(;wR*rn80I!ᾬğaĄzzkRѳm<]'Х#׀oقgz) g%D O7,5lےp T B6k vw-pcɊ|KaW)ibY,E&몾ߖ7U [Y j{@p[yQ -j QLxaG[h2 7a:e Xa5?箐[+XsD|D0)e`˥2w/p:EQ9v+m׾_SSv&,Fd g_H+c/R)~jxS2?sS!Fa =_gʹQ,Y'm*Pe1NbYPРTȏԱR(h8܀!M4.i]J)?I+0ijT2v%J1Elʯpom$ݴ8Sy[dm_fu~ '}ЦQ^g!%ox.DzŅ|9]pVtכKY$+H7Sc_wgcvj2i͟izH_}6e(LWEe Hi򮍯/^(^;$_Vk8Et㚣`[p̪ CݿW=SɤI%m)6rzU5؀aحfÌ)v*y 8p ;1cjoT@Nd^Xh1]f67 &TkiO쬂q`M>*Lirvk[>J%:4f+AK+z4z@rg 1U˼1DuIg!TZ| %&G"svT,7]S]pN*7( X yxZL+ , t[MLH20y[upG<&NfJ;yx9t'`Zn\Wkxdsq!udҢ N}G4_`D:|{,|hׅ-!9;S~BIwCӪ:N5!%هi_1mKlCfn ™+rF J_$h u=Dڇܾddس*g}{90 _~ xdY-n˲5UZ0{,u,2 xrv,\s{Q7eE:= H!\z-& px2+b@1=.U*t*ӭ\Yo1_? P#ZU:Le*~^"HJYnTl`Jgԕqhɋσݤ^ b?A oWu}.Tp"D›b|o gݸNqv\es2?#W|qv6F=4({뛋Ot~c\  m7/?ŗOg '+6nf*ƽJ= @J9AFSx7 ֥%x|g\A?/)@F;>cJ0M gNxouh|S) 2#7_k mٵT,Y}9ATM"L~B[魽fq;wKCn6gWVV 3-F j`ETؙ`QrkȪ` C_?IwtvNH7"ҍQe$+;+&35Dq-Us]?tlD<>v]mfBt1 ؚږƞSRB9*o>ƤY޿.'$h"L');:VJKY}ܝ'oqfTq}_AQm9jj2YCsU^^KhXd}ORD|5 o\WX9REpXy(K5[m~^7oZ _|YzY Y-><^k_ruvC`wqb^4̊/2&lLk0 7y&tu":Ik>L( p`QMq%Nb8j/M,$FѭNN3JMs/f0?f~㞑Uh z6QmJNMkl'r|dvA6/a,yc'1'6Q9xsidvc4vCb ;0$MѦjyUSpWVpqޢU+k\J.=iXe" d;L34AR6c13hz;l^Xwc(h VmVp?l\bBiri׹F?ʿ+$b: KЧݒ^kV>jH0zRF Ձf[b/~?{b.80fO:j?#3& !1ޝ8LZ^LGJi!iwKT?bBs7,c{7bE*,S2%'|0*ٝ Hlca9s{4n\ F?IWĦ,{,`7ڏ$+e*l|HZ5 hۗ-ϸxH`2HdΛϑgKΆ4U)'dGj&5n _ž'9f8 E#5-}VU-G7vlxqs & Ow1K4)wj*B0K&k[wk \cvuYeO.C][?IԾ5_ "mV7rD{faOSg7h} nD5@,Lٖ~ ~K>fS])\Z{o:ҊRY,eB +=a%Y2c ="gzQV =8䊭fI-w&_)-9e@Jj_sg-XW{A#R;)Q@=v"R#N Dddh.%5<3 hg[sSjNFMV1Zu#j?f`mep2r"Zz[Te1cTXtxmIc"&6CvH.>geT٬ 6.t/؇,'zi,~zߜGnXȲ:gcb{ųo- \S*snE5?LT6mdhyX5[=څR^.@1чk yO:>dܙr[ ntdo0tŝuq>EvC8=VjM尟sk)i$4W㉟8}Rȿ!*GJ<'azIݴ5f͠&V{sEhd!SBDI΃8N%^|P4%oҥȴ4ܯ@IPD{Hd-H4b6+=<_} {/[1m$q2O\!qPߪ&ŮO5yQS :K[{tuK u13PX].ɿ t 9? t[VFm:zDjk~,*Xdn80fu -ݚU\K2gG\~tmWc0BB+ӱXc '8.\TA~[ p@BT'Q{2@"i&MoM='8+Lt^Iqӽv&I 1ar9:v)U* CZ.Kvpgj؅E>J4ꕢiUPs7F'|#u$ 9"5&eY/cd ј0;V|w'~$5 W=ǥhbx̊yS"?)!{8] )3aךppzR˳@EyzSTb^݋[-h"wgH0)^\m)?vDJ]TKxGY Vi1BTxAL ݑx{.!B*k-ZNVx|,KC TgsO#Kþ.{J4d0B#˧]!Ka( 4Spz06en Q>c7$>{HάrqEҌVL*rl(SzR 3 g=*,nPߏtl$a)KK;6|! -C{7m%KU@! <]G6UC]rt{[Cל'*yZ"q$GI(UfiOZ7,!g8A[2UHk.}v<_y1A VaBM]P[&EY찼BǦ`u*U%>T]rÞRZ `Q5AQ Nۘ"&9TPv-ՙͮy#ޣ_ UnKR.K{J#hny͞”6C4-Lsv(ASm  hP?4&P%y>JNzi%#kQa$Asl~ҁF2߯Pt2M=a B=/>x,σ,q& p#o,7$.5po}{8rcO^1T/Z&Plh(ȃ@bJg[/ß >QFn5=j25Y>sٯ!CIuomlש\9B U_/Ww ~SN ~DᳱkF0GmA%BCܺګos#= Pn{c3 {9 7վX7]{o[d;钧xRXҭ*;ek?̹-43u.@(cЪ6%ԶAW?lwGܟd:X B-bwPqUDѰe4GMs[d@qSͷk9xod?s'zUOI;9D6'LuV법t I߷OSczS 5uH" JM p!0\*c8^YR +:QC]Q}&: t*ap wCX=a8cDMھaqqaى++hN M H.&Rpm8crOqߪ~-kHfB*V,=e.UZ΄ !T\U )s0#zBVp`^-n@cǮp`(Ow0fy XYL@nxnU|`x nrV/^ͩ<,с jǖϑyKTqGʌ{B;2ۘ G"ZZ|/ 85|d&ZHh%WLj,[%g~L٦j[Ď4%iZ8v'v+%f,p#-@TGN_u=fH] 8tl 9XF1["-KˋTKm6l{s4|OX\zV5V~B `3|AKӯ?_M% 4=mkZ19ۣz@i7PьԷp9 9rIYk-A@ 3 `E! .IOM8Bիk}|"WGa ^9̭G+s{P*3f6~R̟+*4Wud OE>زÂU6$fJr.^Mԭғ8@M`Bo9B3Fmzϻ . TQ9殸| س{}+ӇpYVs)Ԝ@Ջk=H'P1E [1?%M>Ж2u\V? U֏~^&H%[-Yz,{ۤ{Z-; I:RP2ĻɦQWo%nL! y6yW$9Q`{a"2V,9$cj!s=3CTO)PY9v1~n҅*N!;r8A"n]LP~Q7*J%zN+wCxWH%H7;JBW (Q\)kgˁux8 sRџW52ʿ5eī5|n1inrve+P3RXjD"TCŖ ϣ*6}\A$[5"~JrDև6 ?nxs%gX'ϯٰoPqF} \ddoq0 n?r< y?28 Hu-R13R*FAH!12#PԏmngX+bZwM3L;Yk+() pf$q99[]d2P}|F+B:1 JJK),9n2>NS@C0բr;MU pAm& _FNd@"SizPn=Q0.'sjH~[~g][Ir|B< u w'0jvvfh+gqR.Xl>5LVh9h\?=Sv"hfDG)Avq3AiO{济4 ÀDxIZh~Z v(Y<^mľܜ,5;y!#?,;Wq EC-y'O=:B$2{M/VG 'q!q"-x3"!a<΅@i΋CXZCLM7hδyM>(x&}W<JA `6/~֪S0TaHMb_ZN3h um3:0|&x1UiӫC7# (wN7xTԔ89[D,ԙ'8 ן{j|?1}#I5xP u1(l6^nQwK*ۭ',7(3HA,Ap{zfh^-;-boSq ooYL5;H]ٲ?Ko.2r1W-<(@祈;bUf4 d}X]rYdXLI̲S$7@7% Q/ ƋSA>qL"A8cLWc'%!58%{HUCDsMXV*]CxfNaUg_~yg .~QN׵?Ս2~F ؒNKw FCe ,~$X@,y0ŔosЯMMf|YP?} n)7%+sa]Ӧ!]1yGn qV'j'2&Cnߩ5dܘ%Kv7X'qUrϏB_ǰnt8.w,3_Yꪭ5{D URd 2d=G! YM'kRk&&Ƥ(7Ou8$V*Wym<q|:Fr[cQBys-#E&0B%"DDl.tR^2rdG݄Oip4JFW V|ψA52Fs1'㾹k)D7EK r6`&"2AFDhZR`"^rqKq:6R-͊͸3Շ 0.ɛBflڭ6]-Nϝw>*V[ YxyS6e1Iz ܒ^94 _`J qdєE f I'Gvv1tg])?ϳ_rkv ~⓸ߊJ%/{O@aWo/FqP/ NeHaF.TQP Rr^3Q AJ9؛6<:7*3$xY.CޒssnUYD$:xA%{7l]@ȸ댴"z)Q~G>Pl}Ual8>Y q%eK pݮ%Zds]AC,Jlԑg y[kDyk˭SBV.|"s@fss'`86r=LjC"4jj{^1s<E8Y)4GV4'I%g"0%ƅk5wW^O8Y)}in~,)P M%gaȑгoxNB-W1 e|@h?& } `hC=Yt\ 'ˁZ4$`P+`Z2m;>-i-U/E3\KH`1<41Y˦+TPkj-ed6>uw'1=B$=[y`z#W$Q GD:cXd(d:|;2 hE`@T K/o ba)a6!:S6,@iQ^9Ȗb}?MJs#oqBtFtC==bk ZOLx(iȪ&GgWJuG)"BV`:tK22jam嫜d ,FnN抗u+0HC>k6+';  `et8,ㆅ;)؁&CG.|aKhu cZ-)[0Fv H,2>}ţ>e}&(hTk0#֒HG` ,?5ZtJm@fO:U<{,ފwđC AMbkJDHB)ܐvLA p,:3^ވ9\X*/qE̢ hE$2 R1GK'Sɍ -xj#62K^Ew`G8o qF Z׮u=0hu zw,fNx`8x _ixL8Fk&Xke%r.)z#8us( |ó.N%.?ˌk$ ⤆Y|R 9zz6J6Eލ>_·8