libtag1-32bit-1.11.1-lp151.5.3.1<>,l\_ܸ/=„&mx_hU|CgG}R0Z:Mo{<އp9/= SԳq.;ϓs]c^3K 2O` Bkk(Cׯȋj$1ϨB -i">$u<2]opӪxed@-5^[9OE8 ]vs10X< /YPT(uqW:Zcqλj3/fW,L-t!/KPRДV: 09>> ? |d # ;LP\`s|     J \dnx4B(r8| 9 :r >AGLHTI\X`Yl\]^bcdeflu0v8wxy , 0 6 xClibtag1-32bit1.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._cloud130openSUSE Leap 15.1openSUSELGPL-2.1-or-laterhttp://bugs.opensuse.orgSystem/Librarieshttp://taglib.github.io/linuxx86_64/sbin/ldconfigܡ__4f2c8085a84e50e237e4db42189743b7b85e4362fb58576abce64df87d6e4c6elibtag.so.1.17.0rootrootrootroottaglib-1.11.1-lp151.5.3.1.src.rpmlibtag.so.1libtag1-32bitlibtag1-32bit(x86-32)@@@@@@@@@@@@@@@@@@@    /bin/shlibc.so.6libc.so.6(GLIBC_2.0)libc.so.6(GLIBC_2.1)libc.so.6(GLIBC_2.1.3)libc.so.6(GLIBC_2.3.4)libc.so.6(GLIBC_2.4)libgcc_s.so.1libgcc_s.so.1(GCC_3.0)libm.so.6libm.so.6(GLIBC_2.0)libstdc++.so.6libstdc++.so.6(CXXABI_1.3)libstdc++.so.6(CXXABI_1.3.9)libstdc++.so.6(GLIBCXX_3.4)libstdc++.so.6(GLIBCXX_3.4.15)libstdc++.so.6(GLIBCXX_3.4.20)libstdc++.so.6(GLIBCXX_3.4.21)libstdc++.so.6(GLIBCXX_3.4.9)libz.so.1rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.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/bin/sh1.11.1-lp151.5.3.11.11.1-lp151.5.3.1libtag.so.1libtag.so.1.17.0/usr/lib/-fomit-frame-pointer -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 32-bit LSB shared object, Intel 80386, version 1 (SYSV), dynamically linked, BuildID[sha1]=b4ae414d12b5d45d260b104b8788f7753d24918d, strippedPRR RRRRRRRR R RRRRR R RRutf-8d95c14357195cec666b1f7f26e2982c4e544911e6accbcffff3a5f7bba224a5c? 7zXZ !t/ZG]"k%]d})+]@ZW?3ѳi!6{ 3ūq~ Vez.t.SzQOXOh4iK> 0h p1XҤj#P*{ %9G>:J'x,;a6Zn>THTe&NjZS5!O~x›&>}MZ-aI=#;#nhQ$yhEG;tlYɃ6XѣMQHbi8*jhIcn84%p5&*԰pQ@ĻߞjJ|gM$ w,Գ[q1`V}]7 [-Ȉzb/fb`i@F]jj;пyR-(R[e2?@s'IF.-] :0 wPn|2RzeI*johݴ }.[㺗G0dƓ1B8t?% ;>͊LyƿDKVH6?w(G3t9\|-xfwÃCZ B YVsxyW4jy_!qզ3x%\s!+VV?oCFIԡ|r)Yb %Y1,S -#ZCʹⶈ^RHi|o2s~(Ff[Q5ɍt2lR{]{.b~@ v3\dfGi\G l.Iv (mmiux(1>@r:f@zgf;G,]IOMl/@׿ ;J!d>9dpQtn>݋5:%ѷ4:}<"蚷c*`Մ]NT9?ʼ* q\:w'fKdʮDR^k'54ؾ3-VDXAaW$N?Ds/t%7P(<0-S|n , ^©Ϳ*xhԠeƶIM -[i2R+r8?- -}uU)H؇$t S^UdB;FLkSB N^?nP{@. j!N)&qhHgsR3s=Ctބ=s& ܐSℊXv;dg-m;Bx?U/߾̺[4ff{iFZFhVNM9"f9=OpJQna %*v[\ LzTqNnH{Dm[Rk}' w{H2TfK(S3c&T2ەZm . дV;[:f"CI9,0E)q+GY6Yd5|%WўfGTaC $8G;Tt~/VmNVי+amXem4(ݦ[& D`{WT+>,'x/M }QMgpuZ]=WM-R:PG}=n)oqJ#cѾ<Sv$Ӡ&iA7Ix+#C!̠2ѥN"F\p J15ǁ<0-.)yHRkoX>\&.90,X]!+(=_ι'0fߜC~×4,giZMb*ۭXH1н׉gQPzeN qѡ@fgXlCl)b {]9 AIR͎q䍝7RP;H 11@|UaSCM֪^0[sbҳ y (5?-dW+DVh…Z~`l&8\s-OXoBSDj!ڲbߊ0%ƑLkNЧ\Bg5OLI J6O*\4]]~!-=07frU"e?KqΡ=sAhg¥If 8܀nG,?j?A HMwaф!6 o ?w7HD]̡qA],OEؒHi >@F~tb)w\cYFNOKλI.xm/pu3bvŬ8i'k$VrO.T zzOYF3T1li LHR%z)MYw.YU!SGTKQ;-G-J-a3:d~nf9 ^]klv3zia)Q'}sm|skOf7]W+DL'pb/vG+L*nC=2y_em~ ;5y;"'uǃn1{ː&5 Fu{٫Po:ɔ)Ź>˓Y pY֡sJsk+y#oveSTdvRmNƆd P?FUaCR|jw: X,XDrX[bb2¤8-4wUzo\nDŢhD>Ja"r֝8#ش+_F10hz4ĽG\d@Өi# v)S˾Z1osjI{$ KV[Ha\ryL6;M4ˆ^˨CkT3,cD#8{fj8Kx ~&qu>adiՎ0ǎ;ݍo&\_灙?H*X C\EhH$HUyԦ8ě`?!Cι z|7 -Mó 9oxxWjs87!֙/AC61{G9l$|B6y%^~_⫛=si7+-Lx:T㭘(h)%}Z3`Tbu"g9[L輌!tv~' HO`b(w֌W!Y0F)~t%`loA\i*.K +2DXOaݚmG~\*A#nב'Gz9pS"m|f1r` ϘQ)?=~ HZl{|Pe@TU7,>]*$Nvi8+OM9u~ H.=)3->OYs`gHn\HiQbwGC|?Yc̕fQxRaPbIu%~cECc2^5ɽZ9DY`dU6` !ۆ ߈7X!уEǚ퉏r̟ɑED#eůTw+DjPuz(vIKHr/UCDMF $*ljߚ5LAUv0kQLOwB[n AH[Wҿ.ZSܙuKtC *>,ɕahA9X. #Yr=V:xaD}.YaTD^oӎr$ftَ;494t<1V ".*y#mD&R]+(o2D&)j57PLTZA:[pVTX(W>Ky>[gDϡc7 ˜D' YӚW5k1>V!MK5 & KE?b9F.sU1k>AYf2JQL2\XbL'ef?4bp'p~0SN+Qxm0Q88~p>fK7/}%-n*tH6Y(aZUEkXIpÆ+$ɑ lVDVuIM l.geDm@!=ѳ^ȀTQd"3OWaj+}Yν&H#5F޺nЖ>EJ}.>1㦰u}QPH([uj:1=Z}W(^A Q+EX V2yy:2ٰl$ZT 4//S Uz]^z:"lkWVLꕲ"a>,RM?1?t#^O@<19Vn=5Z m?V v5"F}(3㫔v-W7KZe"/5nqb$3xc ric+n x!R)& r XJ 'ae/DZIZ8U84POJ-0`Rd;425mM_TJms[]nc%E*5DMu[Yh+0Ĩo#L?irW8->]0lx]U$E 5gi8To=z EL ꦾ"kXRQ]Irh|==<+yF`J._uRZt6M6&Zb4ۚ rsvVGؽ4Q5ܺD?[hՊҳtf3ىkpO=''B?8bYBOo)#_<Rdom|/?kSB| Qubk+Q qN)cW=|bM4 BGøzQQc u# mk9"BPA?%;Y%{OW¶W݌>lDU.ZɸAڱ@u9ˌׂ!|ċmsd֠T>$ )@P\w5%ϴe~f3@o}70&gUY8NzvI* RghXs+2T10Gt:*t݆*>P݂yy(~Trn5H / 1 i=Xԏ;.~ ~'ߤۥbP!HЧ#ʒ%`d?`ןE1MkJidba)oWYqlқ+!IUz-(\~yaf{ Ih36A!NK8_vq A]OŒvl}˼ =GUZ9SDFnydY{>&-ذ-*OS00⃄+,s+b3/B[FKIG͉xU%("i²dqe !sKm0M[ lU !~7tq.y |,{a:!j4o]`_OAv6&*61mڨV0hh%3%@`9T6Loఔek4H ɽPo_Rxi{Yǀi 4gג1t;ƽno;!ʂ*`*afQ:Iۋ mQN <ٽ,6vg],H;̴erw0lc@AzHn[xgMG9_vls&B_=ӑ6d25gaK M?pVqinf5;S$5x -ٰʁazTٗ^IJU1M20^bnUFgSwA{F$i\޲c:VqMբ@ozkʷc@QQt9$k@h=*FQ,fTA?19ҨlA~oQmjZ3ͬOLZAl PH-ϔR't1zv[PN2+eHìhϕyyM.v}dx,]g]^7@)#AO\"!ܶ~i~k HL2ۥpIZ%/ՕZzbݳZ,Fc^ؾ;eIŀ~`>t_f;CCۗ艕s㺇a IM pk D'`4E18cvS3,ʩ* fV%׬%K2yĨ+l4UfSdԡ,  6 L;f%/<t<-/|VQo!YM?k* 3+rbQ^=7HMJ>jkcЭ`tҩPd+]6Tƕ'~~=!DJɉ܅9NW9(>WLܷ?LK~?x ZbX=-V82FndwפygZ/Qh\4;}![r@r{U!cIe9C_p1_ ֡/a'x[fe`P{IlaCfV)XHnM\60glNYǒx_kPR5Fڒ2)BW"ThQ-e$g?*[(#>ODz'xǻyx]h! w@h<"aH`oՁ3iA #JD[54`P>6e2ݴ!dh U& qg0nuV)@n\fvo.\Q,*kf=Oą1b v)AV#lt/isK'^ a:)z-e >Dt qtg=pVwU{d.o+jiId>}Ҕ6x?i#ya;zw Zx~:vehLTXxBNυx3)bu[DSN-g†o"m8) {Uv-d;^} qRbH_%.)tm"Y5.I7_I=Xk# 0"C+(qDx :l۾L51*g9MN(nIL,f^.LSJ{lƇG"8MhP$0/b^`{*` WA[V ;<+&cDvGί5p}(ka}@'tqDTDs(~@WI>=TL_MFdۯ5VXinDg k~;U,Cqfx+Wb/4u:Z^hYkv!TH =prN@ѹP_0O|ǰ{8at;&YP2|A/Irvl;;pPD.s@u j&eKm#.h4.I N VK.ƽt1ų. G^ýnaɼ$bw5Чx(ݭ2vP:p>Ryy2vTZJF R #KFhqeTFrh eSHY" 44Í, #ޥr,!PA;6Db֜7_6-! 9Y;RPX?c"3-ŝ%h7N>b$[l*VmFԅ;0V;;G:Oe`M:9tϽaɜeu5۹j3UJb@Iz`=ᔣ dž.T}o8#8 H [^R R & a7e-]v'm<0X0-: m1u^=nGhWs])CށP D& EGΈ]_ytR{TZ5&ֽ(H=K{y؎HIhưqd Es 'J'UV|6@eG@vh{Ƕ t+(E{y[1JζBn~Zh/8& Nٿ2b.ۏpC :1yk0y qic9n~G+L%7+p!m*/brP[(20RCDŽl2k@9S` U"?O0@,bY 'ޕ)nX~*ẘOb` ["M*БFٲMAl9p\$E]F0b{ CD◦ϩr|? Sn;q:ms Up%̟w;egLe+DXj'7 ɘLCUrK(Ms̔T߮U1}UC&KoVW&8|R|ہA'lnG#m6O6FeNS+y{O|te'd-YK+=c!tKJD=)7ҹsU+.#S=7u QS԰|bJvWC߉tE(ڸ$L$^t_بиå9]b|YVOZ; hG@3)oIm{a?]1\aKub㔘~{lpKWlK;5>ASaу c( w$cT3,'ZH.PI=r4637}pqRv˙pPzn$gzJ9A.ΐfT\M ETy7#UCl%WdTܤĊcDdN&\j~l@ɤOW:t KZ#,E ?6*~{CʈOl* !>)w7@4ҝW[pe$fxun~tigC,Uل[@ƏV閩oivuǕjjVL hw }˦ZO=4'=tfsgik$]4z1IHSҶ?O*ztgu5XF`K&l˯85q&}v!˨MV aU$I."b -)vr +.QAU'*;‡}X܈U*kT[_aeg@M-}f-H3ö)[cM7l8M<ߙ~e8tQ |j* ;uN?/,EqEz,MJuXT"HUa^?MP>G9B%AV[Ιۄ[g3 n2"~(dH%sHR{& շ19{mtT_Un,~&w|I\W/(_`hm]SLg՛{/'ޝG\%}r$iU-(2g3_|"|lt $D)7[ a+oT:u?m[+ 1jaӨ0.zHD#1"ֽ vK(n{DVZɷYL6Qm .ʅhWk8lO)pa 2ɣ*Kb'QGE P`[lC}BRJ<ѿ.+ ZLԐ%6ڥ@eHWb+5XZ[@ T@LjQwaAdݜ ދMm~o7ث8J~K gk ;njڌ-hX(ZLfn@MnтS =M]mn]6;mu<9*@ꯤⷑ5;@%} />E:RzsQ n.Nв&@&h4`;OY0H}6`{[CGu;>R˄U/մeF2 dry7OS5R')ռ=yɞky'u<?j `4=pፚ*JOlF7fd%R?1w/&=ytvjXP֡ݷ5F_)]O\5n\H* "z."?2(yMߛaM0]+"aHNp]Vd1&k֝M9 /D:ʥaJ<0Soc_ĸBf:. ^A(>w׎1UbA!`>Q1J*TKLL?52u|n>')^?0H dPףXH]ژOUEeNRAŔHˊ8W@;Ԫ}(cDc0g ojAn:bqǎӼ_OtXWy5hV}@9\f)3fO&µj٣R y&rfO[S`9{r2,b Qm0=9\cAy!v* $GsgRm0\sInOs񻿤fh􌇋4nfBrו8^C,&b[IAhtI P ȻsgͶoM^e!sgŒM3NS (Cɖ\\ Iʇ8ag ]R4 cKHA#Uez|~e+; 2&u1=Ha = ؋t).U |'QWI#>Oצr."ğW~GQdê™Ay fFZYcv!WVB_ud?x]ؖb αE-߇Jވq|;FMVe>lߋΒӝum+F-A_ӻfY &,GuhwyA=JE9̈́-_3i͹ULX>t׾c}x&s6\o #&c Ժ)v]rF+b0I"7p Ϲi}ǹ2q>DduzﭛL0vfF!vwIIWqC~c?v|pWR.Y°B04#-%n>5hFPkBCܨ5plفDzZJ 5|BoY\qsQImo(a}wH5Lxo YZ