libltdl7-2.4.6-lp152.3.101 >  A ^ޛ/=„T`lH 0=$s/(PC )LeOkBtl ïGԌZ=_,JX(D6FF.CA8q7|Uc _RiR릚 FզF+-ωLq\rG9:Aكs$45.jF79@3/p~eaW̌Eq@&WW֟ʹ%/U!(L^;y1lyh׹or[`2I"Vah=hݞ3=x"3c㲩 flÁVjWji݌ ˃ >TJ(>p@0`?0Pd   5|  ( , 0 8 z <(8 9 : >-R@-aF-pG-H-I-X-Y-\-]-^-b-c.d/e/ f/ l/u/$v/,w/x/y/ z/000 0LClibltdl72.4.6lp152.3.101Libtool Runtime LibraryLibrary needed by programs that use the ltdl interface of GNU libtool.^ޛlamb52openSUSE Leap 15.2openSUSELGPL-2.1+https://bugs.opensuse.orgDevelopment/Libraries/C and C++http://www.gnu.org/software/libtool/linuxx86_64^ޛ^ޛf38fd0d0f1e24d59d3b4795926d0f4d13d6fcc49e61b7166c49fe58078e1cd02libltdl.so.7.3.1rootrootrootrootlibtool-2.4.6-lp152.3.101.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/ldconfiglamb52 15916471462.4.6-lp152.3.1012.4.6-lp152.3.101libltdl.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.opensuse.org/openSUSE:Leap:15.2/standard/7036bdd12e36e3b6716dbb2194aebde4-libtoolcpioxz5x86_64-suse-linuxELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=a9220a9d7917c6da8b0080686f0f73cb02accb3a, stripped PR RRRRRRRW>%WRutf-8389d2cd9077fbb2eedbe6d7aae5722c5fd592aa6af5abe7a7f2da282b72897bf?7zXZ !t/'9] cr$x#+U@}[āz}׸(W  \¸8#:LsW ȸmLIMڞW6;28>%D&ן@y;ڥ-qn28as}:bhefjJS4WZIn*F#1 :f3o]`k"=+޽Z`s++v:ճgqjbΌ`:02nLJrzpb`V$KFV{@ <^05?2U'$F=:kRVjP2i߯x198h2}_1;F5Eu4*FԘ=u`Jμ75UƬd&*IWi GK={ukF~8Qrz\+.PlT65=*MpYFWyw,VГp_Aknog}]z R2rP&YU;\&wLPSdb|qSAMmhA+#) =I)jlph~cL5ђ!6?bs_X+!V&r#ܧsaq,>P?ߌf%|网>u(fH Z>bтp0 cX,toȽfXf^v ȸG{y2YfE!lSEW"z8()zkD&;Ni$G3d\Q*g#CfF}ױɬVvΈy 4ϓ@{a&+0~5*[˳UzLo#5=8R293%<N4[Y5WasL%/3 Xn>)19FLcY`>rz8Tg[ae99jeP'aX"X9ɬRerDr}5f^Rr=,w6&0F c!sý]{P6;f~'zvKךAozZMTǃp"9HrhML'g p5G"j6 Ù CSIc_VT“WCC}ELXJzK>*2vB?Aԕ7jt@70H!Brhf\q'/@e0$B8e`^ EB$ Ҳ+Ywa]2eavMπhβڬT=![X=9vmcƘ5( \,+RO܋2y UkRaO^ tBQ9cAQs̻#<ܒb1O 3UUgiXr_5]Mr9.@o^Ez78KQH:p0PsgHhR@[8 5ZZ\5}`k{b N?sY. \ʏ6΀I&*Bq?:yn? "{˩S<|TfNV+)p-8_Y:bLJ:ok&q̧ LzaK2&&I o)E "jE _{4fzMG NdCl9ifm(aV2Nr$@L-=~m,Z˗%flvk+[eѮB#'?,a AQ῀gWG7 A-m [8o@֞bk"MX4J{^S`-VPuCJ+x>r{\2W^/N\n@u6@D6دh=Xq rYqٽg( LTTU)',{9G)+/GX*,7eN"W%bۅ+9ҸeQfdʊ#%3 P:C3N;<Bj%@ed6Úe1lku꾋73CVR?RۅL Ej.ND%-J :s)C3{ c/~8;&}g)B> pi/Yn;8vZ,h!OeiP.ŕO~^ʻN_/:%օ9f8ʢ)ؕC}jf?dg )KRCW6aMZ&n8%p\3'muA>XS,Ju  |+rQ(jU1@߰~XO::Q2+=>5#!GFE/So_k`mj(dUN>N*^q}zo28gLQ@T@pz*̌taQ 52wZ ٭lyLV\lWr}H8$T8Tx=-GRhaf:)')BDɕWAΛ4ZA Er[db t!Q+Gd`ޖ;k+$|O$GH?l|5pwy(3%1E`Cq_̨c}h*NPAt^@{x1 pvf`("9<+ ^03AO!j.O5*g ՠRtO纷+q} KˍPZ2|-ɫ>'D qN HveK LM~vExR7aRp&2Ӭ46V |tGD2*#9@odqOLWy)n 񛔐&+o3MGoE"W ΈRc=(N#'Q%PjZHA]]&QeII/FAsfAW:fN^?+Wc 9ڔ$Dz)KC)|[8zbQo]&$@Ņ-c!YrRKI =ȝ{_7u_1M%sU#W=ej@*|R/A D:(eRzBMY L6Y&:^T5xNS,Lz;}  m-L ODX ;0w+CyQ*qUЏ2ߡua\()v0UGq{dVH@+uv@# >&i9) hwa/az[ 2ЁO䁠э.YڲUƦBn3"){,! >7#ʼ5&LOyX?X17! KD?,ehL~}VNɀ>*d.Q xsX34`F+d eV WGgП\hfDCljH{P^Tpi,5aTj>0PMgjC;4|A i60 q<<;!:juPis:.W~5D,DȡKBǎ}<ғ㟠RTJiRa?`%:Rkÿqk*>;P~/}7ZgV* 0zhn!2 ̸ QԵt):‹([^9'\hUN6X_TF>mRy USP2~FN>W䝟؜vΗn}*9k{8X̼8=beO=B;}!%40 vCKw◜.`O'bZ }3N,[ N0?!:{ AMIBp7LXQ ׃Јz(|5FB .[:Qx`޿YAi 64ƛfji#Fyz$f!jZ>m0\W}()5\)9?A> 4"Wn4,Y=[?1:>'-{M`.g Tx1NE[PAwVKWjEĨ 5%c̅i5&ؤ4&:OРff29`n&)YBacwӘnRʆ-}Oy_#åo8[`up.9~* "ڲƒPN" _W~;SWb SʹlGGP뜋@6T?ud,Wb4=8Vƍ< : pV޲gF:}Gnɪ5)H֬$zKN N@a*ؚq7nN11iޏԐƯkP)tHֹ!\HqϳЫ%ve[>rJ*%߀C@R)'Ы! |d﹥ {F43C+SNɢpf}VMf{-~MOO65'(;=K#LE:䈥oH {P2MֳKz,d|ƚ!BqܟJUIr 58E bJ++s x _bYݪf.q7X5Ln$ѵ8o<6Tj ITղِߍLt5E|\^}mgZtzdo'bnl|ܓ{@DFXE r"[$A-<~,fyA Ӭ tGfInRT5rIJ&p0M//̀g SzpCv4dAdʶ-'Iv:XkZDٱ)*+]=cJPڟs 맟ur@ݵUjFhi/ↂҜh6d0ۇr[b#<(><7[>ބT220ϊVN~=Wߏ_ ft&oJD€H\|MIcٵP\(\nw/8HpYc %QTfc5ͮ}1|Rmvi=ښ{/?0}z Lc.\mVH.hPdOUZĶv Ze}]o{M;l'lJXa%/=| (|/xN1/}"K"- EA[o!'=OtrC~GxtDXб'l"wc#5z`3`+Q[Fՠ_)px<Nc% E2(h&1Jv 46]3FxcKC!"yjkuU .+-^3☗iYpR)㘢A&C\(FܯX} j[+UM0rT4AVX0[*/s EolL??2"tSP/. äqbck7a 轹락<[.#Z.i4VC ,;R>cxHQtqETUeRUSrNA u돶߀o 4&ffݿAQSZrslS+92'T+=v6[R@%QJm٧,(~k/6q'^ﳿfHFcH4 R-Owʓ>ol8zkpJ\~)_f谴;<ȍ%%eɧǂnil~;*20Kվ P52QZu!W1 mC ץ G`(ǼC:^ʋKnLP KTwbRmm? t ˆPi$LC%MPNym<_Rp6+rZ4#> Of!nӟ0HJXH%-(!Unʴ#IuS3$1VfB+*Hۮ_643mlT+4RAwN{~r#~.Yiv aWҰ{# 6U-O2-\&:iW-w0d}4j݆(_/TE(ʓ ?w[.)iZ;<*L"T_㝋_xi3PHʰyPw*ӊE 2vN&5;@|9VጇQ;}+@ߗJ'9ڇ;HIO𥉉y #:#h$&҃<;$Zm Tec 8%Ș`rH)ZaC3@_lu+B^?ޅ:`B"rTܠ/쥼.v#נ4G25ߘrA\7EgBeXiAy $ :!o& QsֵCklgϝ/_Z/B{61x+ 6'5I3m ؠ&gc Q(Q~*^X/?MC[餒}ZX@tw"xS)t;bjݱ21.n݉xn.œ续Su>ğݒ.+٠֐ od{PrW4\|8~>{L/["SWS"iGb>l>XiTPC_ l 4*Eep 2gŭSR I3UFӷaSCvTk~sfБ|(N;NŬ#6񽀆Ž^q5Ȭ]fFߛy;"W$ڳXInEB_ށ <{>u[#JR\︾)1< -SWܷ,YXj|E1YA bsC փZ=yS*i4y5 {.UΆd0*w-}~I5=a<]h.nGǯ4کR-J [ה Iee~D;8]`|;ApEdAKsO8›dZ3>mF2:K'Yd4j2REqj2rTc-&<|V"mX?Nܗ'VɟЌt=HhI1Rx.O#DL?eopԁ>"b.Hu§guީ:;r׷ieŞ  laԝ?aAKQ6 ?IK=tO[9Nu{dH)2[p+WfA|a\9]<6Wy`~> tY wCqO8ͳo h\5w5Tx3!WRjά~X`K4zձ HtP]2 &?s]?A+MRI b*=ź06 =9hؕKkk1Lw&ZIQfkw8ho*t.`鱙ڸ-2S5&gй2ujktc.4 )EZGݫC6+a?rGxK#_섔d{ }e+eТzg]RwTzGΥ~!#*[s3osʎ, Ut8+q$km~S/UULo(<rk"ۣ"E\ڙ6׻8mGR3%ӠW a9|=alF'Dg35 i_X0=N3W%ȓx#$1tKc~i~QKߛv >ĭI6HatZ)=I5J& tpmc7`8;G֢,"W DovN OηWF:TѢ Ylp@~Xw;T&njO14!U0V~rwcg߀"ogj%߿*܁O69(>e(+ m=z]hɃ|7$S8[ kBDcPWxұ2oBWdC˗\}"Tj2o߳7Y Pm4(:X%b8[/EH?{w*L klԅ} ;H[M;\W-.j;ܡI\!)HחbLƣה4S33&i_ Y2 pmp=ʲ ۓm𠆫XbFFb C]?V+[P@Aj0pΰ'(]_DRdZAG @B̯sK^ٕ|lĊ61^S9~z$8(؝vOQ=v/YTkupB|΋=R+f8+ 4KXeT[5P~}lu$ э}" @}"p [!an9+;u՗{)I$mgo,iyEIsǀ/+,=ܭb~w0;sg}+"VWlkP! WSZ"JU*ԩA2+|cGrNMnZ;-Mm9BD6M.@ jjn by >A~/݉ (šr4>Pl˶VTv~jkʒJ^¼iߝ _s2V3DJJ@_PD\3wr CLޢ)u{jZ!4r\Ȅ x3e(# aW3~.Y?ZFrpX>(b%~uGˉm\!3m+Id%'ErDSf5O\86X-.*fX߬RDŽ݇(% &_19?-})NkiJ3;`KMn*[9[Md*׈Cî/2`OArNFHf{0viF UNVr OvӇ,a j\eR`\|( y~u-%j'cӂ6Qgw\]Hg=¶;?8ٲ`af TD[U+=Uy~ ޖ9N2.m9\,͜e$pt`#+V ,Moі |gIV.M&5ۮ[8GM>@J6rF󸡔)ӢWΓ,z/Ɖi"S96DT̈́1٢TUEjW?'X@=5I=qɺ &A nOSK0 “o)W,Gmq֋-?m+P?.ʽo0>U%`Dkg: f":; TFtCA $8_xgsKߌX9V/mJq𽂡pnõ}.YX,NjlW#>FR@.A]jj^;]0pVɻ*O` R:tj:m;w5j ,݇UɅKAU{Qr:y2D _D}x;[ZysKd;3?rFadI;t}B QPk(3ųf][d*Iq_r )p :R~4jV~< @*OsOu,P!?L%Ү7&\ph1FeQwDLJu.wqS*wWg^3Sc4\0dvs#\}ĮsA>`֜0o\!< Ji~VHZ̐-BI1+?_u= ,FA*!q߉Şk OZ cSIGN6ٴ}'Cz;ghO8)$ WRRtA ] 380DWTO\|OW c#7Q`Q~oW|}̂YSiFV8SR+.^q0O1jx;"w)rh^bF:U9?(uX)Jro6F*<w2&|!65ݨ|Ͱy7ClDp-aօy,.x_ T%%'2 mﴇ4sϑL  YZ