libtag1-1.11.1-lp151.5.3.1<>,f$_Н/=„F"dX1b}2t"0]1XxoG\)s8P1̐πJX tv!i,y1g =;rߺLQ`2K?r榟i !jWɨ>9]?!'\+u[`$V)Wʉ?Fα@(Τ>C!,?!d   5HLTXkt     2 DLV`(8 9( : >@FGHIX Y\@]H^ebqcdefluvw `x hy pz    !Clibtag11.11.1lp151.5.3.1Audio Meta-Data LibraryTagLib is a library for reading and editing the meta-data of several popular audio formats. Currently it supports both ID3v1 and ID3v2 for MP3 files, Ogg Vorbis comments and ID3 tags and Vorbis comments in FLAC, MPC, Speex, WavPack TrueAudio, WAV, AIFF, MP4 and ASF files._Нlamb71openSUSE Leap 15.1openSUSELGPL-2.1-or-laterhttp://bugs.opensuse.orgSystem/Librarieshttp://taglib.github.io/linuxx86_64С_Џ_В41e1bae08f62c33292f189c78e547876c7fe4e71bbc95c58aead6d184e19d5a2libtag.so.1.17.0rootrootrootroottaglib-1.11.1-lp151.5.3.1.src.rpmlibtag.so.1()(64bit)libtag1libtag1(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.4)(64bit)libc.so.6(GLIBC_2.4)(64bit)libgcc_s.so.1()(64bit)libgcc_s.so.1(GCC_3.0)(64bit)libm.so.6()(64bit)libm.so.6(GLIBC_2.2.5)(64bit)libstdc++.so.6()(64bit)libstdc++.so.6(CXXABI_1.3)(64bit)libstdc++.so.6(CXXABI_1.3.9)(64bit)libstdc++.so.6(GLIBCXX_3.4)(64bit)libstdc++.so.6(GLIBCXX_3.4.15)(64bit)libstdc++.so.6(GLIBCXX_3.4.20)(64bit)libstdc++.so.6(GLIBCXX_3.4.21)(64bit)libstdc++.so.6(GLIBCXX_3.4.9)(64bit)libz.so.1()(64bit)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-1 taglib1.6.34.14.1_м@^j$@[YA@YW'A@V^VSuSM@Antonio Larrosa Tomáš Chvátal kbabioch@suse.comtchvatal@suse.comsbrabec@suse.comaloisio@gmx.comolaf@aepfle.dempluskal@suse.comohering@suse.deolaf@aepfle.de- Add patch from upstream to fix a possible file corruption of ogg files (boo#1179817, gh#taglib/taglib#864): * 0001-Fix-possible-Ogg-packet-losses.patch- Disable rpath explicitely to fix build on Leap 15.2 bsc#1166467- Added taglib-CVE-2018-11439.patch: Fix an out-of-bounds read when loading invalid ogg flac files (CVE-2018-11439, bsc#1096180). - Applied spec-cleaner to specfile- Cleanup bit with spec-cleaner - Drop librcc dependency as there is no actual code dependency in taglib- Update to versio 1.11.1: * Fixed binary incompatible change in TagLib::String. * Fixed reading ID3v2 CTOC frames with a lot of entries. * Fixed seeking ByteVectorStream from the end. - Prevent denial of service (bsc#1052699, CVE-2017-12678, taglib-CVE-2017-12678.patch).- Update to 1.11 * Fixed reading APE items with long keys. * Fixed reading ID3v2 SYLT frames when description is empty. 1.11 BETA 2: * Better handling of PCM WAV files with a 'fact' chunk. * Better handling of corrupted APE tags. * Efficient decoding of unsynchronized ID3v2 frames. * Fixed text encoding when saving certain frames in ID3v2.3 tags. * Fixed updating the size of RIFF files when removing chunks. * Several smaller bug fixes and performance improvements. 1.11 BETA: * New API for creating FileRef from IOStream. * Added support for ID3v2 PCST and WFED frames. * Added support for pictures in XiphComment. * Added String::clear(). * Added FLAC::File::strip() for removing non-standard tags. * Added alternative functions to XiphComment::removeField(). * Added BUILD_BINDINGS build option. * Added ENABLE_CCACHE build option. * Replaced ENABLE_STATIC build option with BUILD_SHARED_LIBS. * Better handling of duplicate ID3v2 tags in all kinds of files. * Better handling of duplicate tag chunks in WAV files. * Better handling of duplicate tag chunks in AIFF files. * Better handling of duplicate Vorbis comment blocks in FLAC files. * Better handling of broken MPEG audio frames. * Fixed crash when calling File::properties() after strip(). * Fixed crash when parsing certain MPEG files. * Fixed crash when saving Ogg files. * Fixed possible file corruptions when saving ASF files. * Fixed possible file corruptions when saving FLAC files. * Fixed possible file corruptions when saving MP4 files. * Fixed possible file corruptions when saving MPEG files. * Fixed possible file corruptions when saving APE files. * Fixed possible file corruptions when saving Musepack files. * Fixed possible file corruptions when saving WavPack files. * Fixed updating the comment field of Vorbis comments. * Fixed reading date and time in ID3v2.3 tags. * Marked ByteVector::null and ByteVector::isNull() deprecated. * Marked String::null and String::isNull() deprecated. * Marked XiphComment::removeField() deprecated. * Marked Ogg::Page::getCopyWithNewPageSequenceNumber() deprecated. It returns null. * Marked custom integer types deprecated. * Many smaller bug fixes and performance improvements.- Fix build in SLE_11 by disabling post-install- Cleanup spec file with spec-cleaner - Use cmake macros - Update to 1.10 * New API for the audio length in milliseconds. * Added new options to the tagwriter example. * Added support for ID3v2 ETCO and SYLT frames. * Added support for album artist in PropertyMap API of MP4 files. * Added support for embedded frames in ID3v2 CHAP and CTOC frames. * Added support for AIFF-C files. * Better handling of duplicate ID3v2 tags in MPEG files. * Allowed generating taglib.pc on Windows. * Added ZLIB_SOURCE build option. * Fixed backwards-incompatible change in TagLib::String when constructing UTF16 strings. * Fixed crash when parsing certain FLAC files. * Fixed crash when encoding empty strings. * Fixed saving of certain XM files on OS X. * Changed Xiph and APE generic getters to return space-concatenated values. * Fixed possible file corruptions when removing tags from WAV files. * Added support for MP4 files with 64-bit atoms in certain 64-bit environments. * Prevented ID3v2 padding from being too large. * Fixed crash when parsing corrupted APE files. * Fixed crash when parsing corrupted WAV files. * Fixed crash when parsing corrupted Ogg FLAC files. * Fixed crash when parsing corrupted MPEG files. * Fixed saving empty tags in WAV files. * Fixed crash when parsing corrupted Musepack files. * Fixed possible memory leaks when parsing AIFF and WAV files. * Fixed crash when parsing corrupted MP4 files. * Stopped writing empty ID3v2 frames. * Fixed possible file corruptions when saving WMA files. * Added TagLib::MP4::Tag::isEmpty(). * Added accessors to manipulate MP4 tags. * Fixed crash when parsing corrupted WavPack files. * Fixed seeking MPEG frames. * Fixed reading FLAC files with zero-sized padding blocks. * Added support for reading the encoder information of WMA files. * Added support for reading the codec of WAV files. * Added support for multi channel WavPack files. * Added support for reading the nominal bitrate of Ogg Speex files. * Added support for VBR headers in MPEG files. * Marked FLAC::File::streamInfoData() deprecated. It returns an empty ByteVector. * Marked FLAC::File::streamLength() deprecated. It returns zero. * Fixed possible file corruptions when adding an ID3v1 tag to FLAC files. * Fixed self-assignment operator in some types. * Fixed extraction of MP4 tag keys with an empty list. * Many smaller bug fixes and performance improvements. - Drop no longer needed patches: * taglib-1.7.2-doxygen.patch * taglib-1.8-strip-rpath.patch * taglib-1.9.1.uint.patch- BuildRequire cmake >= 2.8- Fix build error in 11.4 taglib-1.9.1.uint.patch/sbin/ldconfig/sbin/ldconfiglamb71 16100107811.11.1-lp151.5.3.11.11.1-lp151.5.3.1libtag.so.1libtag.so.1.17.0/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:Maintenance:15483/openSUSE_Leap_15.1_Update/7f32449957b03845aa4ea483d03c019e-taglib.openSUSE_Leap_15.1_Updatedrpmxz5x86_64-suse-linuxELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=29d96c2a8fc3fa999b97bae77ed15728281c134f, strippedPRR RRR R RRRRRRRRR R RRHG=hd {utf-8275026e218b3cac83daa4a0f15a92629d73cb5a8bbffd33461e05e3a5b7a1b5e?7zXZ !t/S@`]"k%nd})+Db*q>xྒ@e,t@W }^+5sb8{{y/xr+d8Ɔy_[5!59]#G3k.NS$]eT-*h¤EŚTs7:j8T5׮rTBhnsċ}x߇䂝jz *|8Z% [C`"iE 18'-Lޯ LН dOEFr7-Ytd)1_q:co0 rT暳 wwQ" aXsՕ/yk jܜ]{.ce'6*ԨOz&u|[ԕH?bȞ%cN>NOUvrўNoȳn|Ak#PDC;m7x0XIIiVbԌvN`|[z ӕPܸO⁷պ4K?Q /p7aL{g (-K8/)a43͕kX "@Ihmtz""4)}wt:GL㐌/FVys"9H'#SH*.{Cq[sQvz u_|i E}8ko֛̓tAmgaO;AN*o.-s.R">ͿߣVR #-\j*_'SI Mv46؏[Iՠ)!f:evHoyMS! A{OZG8Q, 2~9K[J4U9 ճjRИ&R3\(GN nmbF*mT gR~ E4UN[wd[imYΎyZ O@REh5H~dԛwU1L a8*9F3jօI:W e~^<vvU)c oe1*&;bkѴ&~a~ɼyâ^mmSͺsl6 _7緀[=3OnޥR2x}q о-3 وTwSfVxzZN#BsS fPdὌ2KV8 :םHWu77 oU<<~לUY˄fƖN_):oc4:\cN%%[oi!΀jЦNh7U#`"授%׃UN8[7Gd`s^L3L\rM{Q s͆2z˓]qG1We 5GIfW7k6<3a%c{m׸KEb: q`̖;h*u^Nҫ=¹ȁ]8f{B ykeU"' aԎdV$D^3gIUg+[ ~pԆHPd"-T g[u]=$0s^{aIĞ&?lUSڑ,FQgѴ-oaUm$L=}O/lH8``2HRg",TP,ښLV+a"MmRxb$Ldq#6*Kx95fZv2х/2Ca_uU% (dA!^HՄq&U%fЗѽ.HJS,!Ef]K> -?f HPKSU#v/As2vAjxnj;@ 8}os<.Ytљ}#'TϘ7?!=02Ak~,@K`W'y4tI'[ };5fӟdcwygYpVHb 5/vŢixߊPzv 809[*nķWihng9=„K@B3"DQ 0qp+&=WcguiM) -=-;{.Vtl[)Pw<*9:͕,|pi!gnŘu:h&-s=\pϖx `9wYHZ%d.$ǯPq5Ő9m:Y&@i1)$Ƈh՘Z>ۼRj|YU@{$OHWLT Jxٿv_xl{pfRU'V276⚟oN&")#ۭ{t85N/vm(ջb\z >^u}`j Pvq3p 1am6+Ż9~p6p۪wFR55Y>idm_i.:?(.w,AK]0ƬѪv.⧼,XcgN>'Kfdo$&@#Rhm٫.W  uU>q!AC `c8 *wZPm8&Bm`[41–WۗGs_oRX8ғb/ž׾u Q9F C7l?pYDz]p_Ķ}E=(|$%8et۶B͸y6 zu+`- @υ䡙P-'Wڟo9L;[B >uVSLk8&Cmy1nPՇz)pLpr>/wÓox:Rg- (h  woU ,͘\n(;[oP~ޫ"bm#aO+`3ɨQ{H2EĻܱ_1kGb N!HDj03C<̙AGCΓDdOө3BK,: Q:pMl 5 sz̿#ج8.R;.c=zI>n-tNNnIDms4CAx6ϹZžˮOYPaڄ/(ty Mz[q]+Q|tJԽq3eHI]j} Dl>` Dykqk+QwfPbmA-ֿIƒ|ImP[|E7u3=˲DΚfW[ZƼIH0+3^"L)7Uw]JpPWť o{q+tԀ {'ԨfM^1P)J-*p̔%عu,N~'@:+IgֳY(VyN]Ψ#I<)UBIy[]gxy]@=Q,P2`S,嚥@~G"-j0:YF)K&& @v#u@9qOvN= G83n-x_ CkVۉ .)ˮj:%a+J;"e-"m5| }vIrK2/ 58!.3' \$,Y2j4)v}dB"gҥ7^iצ__"׈DBY_,ë);^-2eםR#&J) eʎ(ztW p\kJ.\M 'V;6~`uJ)RT2oe$ZLYJd+-&~DEiƁ/6'w]'?4hreE#/nM\'9SVW_?իЬqڰf]#pÀp[$;CuޱChcE4!ۯX+7A)¡LsqjP}P[7'e]q; (/%|K 8Qkejb$}!lTAF1[g:g8)`xtៈCD|Hck\BH e<+T =:MEE 9vQ9pJ4Pݓv&B< 2P8qO1 ͭ.{vILGM3;wC)awdS0S:[m4j<45FlOH)+⛎4).;p5j&L+T]J ͡0"Byd$k[򨝘gttV6<#_q sIyUʃY|8zͱ2E e࿋עT&mKn.t. ~-=|0VdUj2.8c@X'$iQRf #h]ͱ^\ٱͨm?l۸n^$.'zpQū[]CONb(7z2-!؂9 "#.y `CECsCI`"'P+{d05N>1.K*[M+؈Ҁؑ)fOo4@`3OaY*d'">I@*,ݴ)`'4R1Bf-׿Ujo[StKb^ee2y)1X1@\AA IrBw ˴(;EbFe( Au0Ss_98u*F\ 6jݷzVғ8ÅP iE}uҝM"Bɔ`@Bgs@'!Q~HJ8ZOL1`frH5Ѷ(+HY N4D8iL̯R" Q@Nݍa/ ܽ.fMds OUCU7>}ޤ^ y?*e:Py ^`)q: ,mQua)ǼsJ23 < ]&pIyLrd@(Pb 0{[N\ʤ44Vkڊ1>MpjA5#Fzz}HtDD\O፮+piW'>ؕ c\oRS]3i1prwuS$_ ^RK iDA'`OJF?4p0ֆݚꕧ3IPV. `{W|n]y\{WrxsrxlTrc% NހRX$qHzC@=FEMX]g"B%+TY~fI't]O$[ -83ݥ볮fIm(,T[^^21>:%7!TBѭՇZ<[݄`k*V}k { Zn/&KV?CE2 V* l S 2j'X%پ5mWlbG&65mKuP9s+mޝ Nt3CYÎSI٫։m6: BW M3h+͔I\ÖIv)?#=I17JDηV^KêɅa#$WW5Nidi8p&Q+Ly ܗT맪_UhCQ|T=f"6F5ξbjՊHfQMs:AlHo>g1 al%m:O{FB&Ki|+F I[2TNNaeuW~6fqsYVOMӯ.!, ŌEjH٭ta[)rAz_XS27ٮ߻g±}*n Q Z叩'fqK"iFGE$ "F{ZF}9q0Nڀ~㢭 lSޅP&`9'҉j_)"a#Jy( ,d@/^Fx)jVKvbAhZC9G+alN"0+̟<Ԗr)I}_",OY{c)k&W[:T|>PNTݥʠ{ ѹ_ چ)m OWh~auɣ,'s y{c-f9L0؟,w=kHB zٹ^1^#Ic,K5XE`3#25eYsx/` +Nȓ ؤTjnX]SWG7܆VR8MokĜQ~k/2xVc\rxkHr 9\IKQC3jN8xt Y@#%g@/i~[h;Y9W.eRj+,qP1j#iжMwm|,!NdFNqݙ<7@]R©Iگxo/l-HK\VVs${B̦ QKXxU$k֗hs,4lxc1yoz^tulL$7K֚fIs>$>g BKF9D 77Z1ϔif !IjXG{D"/q"-s 1zksJ}Zil->)7jmO)Rp8 nю,hC =*{Z~Z׶>PK2|0]"iXAQ|~jSFKIji } ؀XҲB?eD;nݯiXuKIPpϠ;\U51l+/.!ZD%)ÏtY?4/mw[o[vPE*[J%_\̨.^.AF@ =ds\Yj5=*"Mx8%<#a~g-%=O]Ο)Vm h;H#zcE#COkQs1nUщ&Q P%Eօtu<^}HzdVOe}8emk4m0vE~&,%@ ə ;KBOp30ś8T"YqP3Wk"[ f P3`#0L&N&;CP eՅVh/80I_TY['nN_9$m2Va ]_[I֨炀 G 1=o,!/@ΙdC@IQf9{ j8Mֽq^ALNzٟPi\O, O(%O)#dobM 7c(or}vk>8EIj`!_:>>\lLxfeB9|Sq;q[[C1S`V{eS%TwoO}6 &7DNpI3\|Tܻ!"e3IYE萁a4V9QXC<%Sc䑗ZG+繁7JBQHF"m]*#t?%OX7F&{)å3Ji$nRFw5~9ٟXwa{վ&%aeE+Q֛<\xL~$)P |AGj u#dgcon9 3&f-az{",'-ۖeK%yY&v:"L!vm7X)~ds 譫:}?;xҧgY×B&JOv2wlV23<7fUZy25Oךvzu&%qч]5̍4꓊{(@xCoզGK Zu`_2^<.r+gk%/NoR6\=FCqe4W/T5-fp[4#|RFd$ψ|lc/_Će%M|?fȸ ͜D+iH~Q} 흗p 6H&:OAbo>mûWd/.hW=ߓ븎~q3("OtO HQ57 dȔAUZtp)k =o*%U[F :пވKLT9W{ZguhmB}l 5D{-k#ڲZN7 -elBXtC٤ٴ͋&ͳϛggŤ5쀠cE];#VXLҦkG "2"Tђx ~ʿ{OcW0ZRL_װ+dLZL[o6Ws!76K@3TQ79K=S_wA61ތUH= W-{a$@iʮޜc|4.c&A5+zC/mbh7>uLWi:7;-`x&ڞP0ҥ6UN  .yU^=Mz-* NNKQи:W] ̎74*d7wےƾ{z}Ѩ<:o&}o!}xf:ZSKUpN}ˉf0qڈ\X\` ?>[l<`5psc kG%!eR/<iWԨ98IgH!OTQHae;oQ 0"o]vqPA(#7!̚نLd|?1ݺ*?B@Aq-`co.GZQQ6X bj%$Vh †gUNMy]͉=::>e}~dE0)*5!p,\6YxUaA:*9~ڄ5&:\Ȕ8*i1=Ds?=t~8.Pi>snBn [3BUGo)hiҁVld |}.b`Jt?9fȟ'8{&L^;=/(v#+zWKťu$]ajqB<lɫX0'uTЛE0"tGNyqh}l̵3ShݎqLд V;P=2۾pZ"7=m2rM(RV;W(ݷ8C j#c҅9rOjOF#j;bqpn457?)hC.ǾWd,|ns.)LAbd\C9"GM\|e*gkn#VZfí?xc vQ⣦E"MG-ؚi؋DPєb$G c2hUt WZ[If f-H\;y*$qeNU%2]FNWT'U syׂe`O=[ "W#Ї0BCX@RDjxVq[c'G6{M0A2A_Ik&~_yH1c`|sx?s'%S@ EtL WڢW~So, ʎqQ8o Ƞe_D")\%lQJODpl"chκ%P~ܬ/OyIEw)Fz3Ԍӏ7W"lr`{u=ے\fVJjf[4$x0Bq+q O3Csk9SŸŅ`qP o4ь1smlk0}5Nȩ^©6X(>H`&)8!`P;ios`7{SEz-`6eoZX4IOp eBV|;gG=,%dՖ2 pu-@wg %&Cc[^xn`X<Α)wĦR"999OQ-uXSbv" -ps f*ѽ+HuOi)ݢqlƀŜ٫L_ !Wd>94(ߖ? Ft"j1DJ~%,pH$~@>5Cn^[g粦b(M2p<)U7x3gaVhyt)M 8s2@T,†;tj';!!1BTʧQkC%,4Ey;v f|1MAKHx~[˾ld_$ <5?gpM4NEhJK]̀D[(Q<@l MZ3~nLXxWr/QY(Ĺ]9RJE%Y.o<ص`FftEǁ؀ 9K?C|xTytB G7;H1nʣ;ԯB=K?1dQiƉ#1,V IB44&(y2ޝbʌ3jK,|!}t|>\!Ai4~ 0!@Qj8'AMoŗʳbG/f\0>E+ɑ1PMj8`j}7 Vu pR|D^Q f]\s>G7dvYjD4lTkN=h%1>*-VI բ2\Qq գh> nt${U>25^%CRiA@Qx&4ho5}XCkNCZRǩ/zi Oyߢ ߀qzJȨ[$ Vo䋊FV\6(S[9(V(s2jDLlR%w'u L{;Q^6k &#$ZKAj3EC:!3I}fRmQm1raE ՄCPu1A/G]"Ҩ q(z!lr&ϼ: )P^ٵ=V0$r ;\ZC=4*mBԢ)$(9vy,= 3ݹӓה'xU,}d9rK&nwp(Prv|rn2n /وO>U6jP1HИK V:q vJ#%|JD]d> ղ= SUa3 9a\,_Diylei =9q\7#Lx?9ŷ @2ݒ/z"}9Hmpa@Y%#0hiq5!Ix.- 0yGqmLV'Lb]3˿pv5z6m=AuZy^yhˏQ%;jx01_3{vPhZ6=QPR/d%<|Bz- g\e [|Q`iwb#*Y"5fI4ԘVy+Ø)-޺'R9~jݹ B{EԵ:}EDhT]/c /90uˑ9 YZ