libtag_c0-1.11.1-4.9.1 >  A _QxЬ AqZHͤpC?d   1DHPTm     F \dnx( 8 9< : >@FGHIXY\$],^LbXcdzefluvw4x<yD ztClibtag_c01.11.14.9.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._s390lp8HSUSE Linux Enterprise 15SUSE LLC LGPL-2.1-or-laterhttps://www.suse.com/System/Librarieshttp://taglib.github.io/linuxs390xH__3257dd5373b40515683653b5c7bfda1fdff60b52bf9e6ffe9e2245ab957681a1libtag_c.so.0.0.0rootrootrootroottaglib-1.11.1-4.9.1.src.rpmlibtag_c.so.0()(64bit)libtag_c0libtag_c0(s390-64)@@@@@@@@@@@    /sbin/ldconfig/sbin/ldconfiglibc.so.6()(64bit)libc.so.6(GLIBC_2.2)(64bit)libc.so.6(GLIBC_2.4)(64bit)libgcc_s.so.1()(64bit)libgcc_s.so.1(GCC_3.0)(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)libtag.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@alarrosa@suse.comtchvatal@suse.comkbabioch@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/ldconfigs390lp8 16097523191.11.1-4.9.11.11.1-4.9.1libtag_c.so.0libtag_c.so.0.0.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.suse.de/SUSE:Maintenance:17740/SUSE_SLE-15_Update/cd874ac71b026ce221a5172db0f8b2a5-taglib.SUSE_SLE-15_Updatecpioxz5s390x-suse-linuxELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=2c51699baf43f132af4a44129eab6c3d0b2ec2a6, stripped PRRRR R RR R RRR܅TáUW̐{uSRʑP_Vjjm߭Hk )i,QPƹ<'Y}H2SݰZn a0^ p~f—Z_|;]ZXpFuR?ҿt᱔4qՔ"@Tlv diAvn0͵fiBxH kqn{l3 /8)0¡ :NMW Ja؂K$5y1OS*#C$29A^X\h&eTOI6՞ȕѭ]H.XtFҲcn(i0p ? ੁ kEF= e~*U2wrorv8q#ά.*/f H[p':yBkGl}Zmrc)ۼv$z|lV߯ ԕmQ53meOCs|D}8X>k[2+XaO*bFK#OR%LnEբ.o 7#]=f"IɓjcpHA>2r~EFv6>c>4yvZ|;)C0Fb5xzmXӤ"X Re>crK2Wj`-sm 0+]/ MݎWz ]rMTW^Ftv\8=O^h١0֚RzE|A&x9?'g?'?z[$Ge9BnheϷ<4g Jvac k[rnKӾһoH}mම3ZL%cjXKqOe6R/R[e*EYlGBǞ3&vb%7ڧGvL;dWw$ɒw+Xki8*V*5'*>4Zl ZqL)>yϴ@;8~"tj}aX]"ͷJ`,iW7S:+!$b]W'$Y:=:>?YLKF>]s>_p)ݓ:j]C L$p+L'O>Kփcj& ]i*Yq+C 6ෂp92#=ʧ|Rg⢻f!C@*Bݒw2b75H" RaTg,E A{o?9X)N_VLj%Al4,f#1Bv9懼Z"EG[ywegnvAU9+8I))UO/RKAC)K$j<@O:k꣤|y  oGNRw4&Zm޶m0{ɨ8̛ąͩٴ'-Lؕ.8(>!H2q{8* 0ۍ(9{US>nKRВ)Ūy/lǫlN̿g{TZ&{j Pu*,_lS]U&SL"+lؠK` kJ Z-<+h;D2Uw?(Ki.rO &C٧# h5'/␭#OI"0`4D5: ąS l;S/eNLv|r/^}lMٹryXYwU4^H,${hZP' wnrZR {ՠTSu[7\KJxS8K[k z+c9[1_ E xg?Mqq+u ,fi}L &o%5N)&!nR5ex?A.a?zk"Y\`IQe,|@q̦En-.ᙴbQn3yCYR5ަ}j'=S]ʖݡ>^(shˣW#bf{9&ɮ=lCs%?jF{a`#8WI2RȽ|UkZ_oujXw\H6k#7=Fs36/&}v'_Knmn)4ͺg\]*4[\aL#y ;P%<-tT 9pcy5mt#̲3~!c,&?9v0, xOGa6;֗-ߜg(&.= Hki}0`ԓQώw^&2pm@GPټu+XBp3b:'W#j4maCCh|^:W`_W٭0kO[ n83 6 =5W[^nl93#TL{:k^zKnIN&@Cۍ, )- 'z|}oB^]lt,qM4 8CR# m"]ʒCMʍUx40zўTM0}R3\ y2}g~m }-T?7ٿ%e1wRVGYW ".9WƩ:9K.Qou gf.Gvቁ(ϝVcD?5(h$A>s0q3b?Ц-:TXYv1fR#~Zh-CXszDk3) kf;2dT;HҾv` &O?!O:*}Hwh\9_@T B'1L1Q+Ȣ"F?\yY\rpD @,ynk@ 5QU^C#.W˟kkM 9X398Zt.h;҈ R{ hD^6iQR4愣oK=@vÊzi<{>{&B_.IEhZi&ӗQDSl(eϕDz xX5U+$U7RS8SL$Na{ {YO!Oe֗֯a_\aOUbWx(J3;#p<:G/E{s  1s3`)8})oUI t.:^ZK(sꍦŚ3xEeݦ|8wiˆ))ܤm!臟2x#vH0݂odto) J@-{=b({b `Ѭ?^ 0@zHx 6L4Ȭ6 Nئw"3NK;XcOeT6v[ŚS ܚ WaH͸)9STb|˘|..3w9Ka]w ow 2lG? 6&mb YZ