xz-devel-32bit-5.0.4-2.1.1>t 4 DpQ򄸋/=„ NĴ¥E;v$o׾ɵ*:v:lAh^%pTUM)6< v'9:K|棣́@1`ܥY_NVҵQ֜nՆ~A+b9CIY|].5"a;] OUTȳF/IЕe\n!sY)>3dpӕ,̸81 ^N;f;XU:4F=}5<V2`1ED_=MOa Bp1F*]<|0 x3,l,L_rm|!BӯMy1>Ǥq@s % ̀0 &`g7"x0'uڡ)2725c023a44f23186d21c9429e9c48d9fdced8ff>7?d  F  +DJTX Z \ ` a tx}8(T8\9:GHIXY\]^bcedefluvwxCxz-devel-32bit5.0.42.1.1Development package for the LZMA libraryThis package contains the header files and libraries needed for compiling programs using the LZMA library.Qybuild17openSUSE 12.3openSUSELGPL-2.1+ and GPL-2.0+http://bugs.opensuse.orgDevelopment/Libraries/C and C++http://tukaani.org/lzma/linuxx86_64Qyliblzma.so.5.0.4rootrootxz-5.0.4-2.1.1.src.rpmxz-devel-32bitxz-devel-32bit(x86-32)   liblzma5-32bitrpmlib(CompressedFileNames)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsLzma)5.0.43.0.4-14.0-14.4.6-14.10.2P@P%O@O7NN@NNi@NtNs:@MM@Md@M@Mp@L!LLeL@K@K#J@J/@J:J+sweet_f_a@gmx.dejengelh@inai.desweet_f_a@gmx.decrrodriguez@opensuse.orgsweet_f_a@gmx.decrrodriguez@opensuse.orgsweet_f_a@gmx.decoolo@suse.comcoolo@suse.comjengelh@medozas.dedmueller@suse.decoolo@novell.comcrrodriguez@opensuse.orgcrrodriguez@opensuse.orgcristian.rodriguez@opensuse.orgjengelh@medozas.decoolo@novell.comcristian.rodriguez@opensuse.orgcoolo@novell.comjengelh@medozas.decoolo@novell.comcoolo@novell.comcoolo@novell.comcrrodriguez@suse.de- Update to version 5.0.4 * liblzma: - Fix lzma_index_init(). It could crash if memory allocation failed. - Fix the possibility of an incorrect LZMA_BUF_ERROR when a BCJ filter is used and the application only provides exactly as much output space as is the uncompressed size of the file. - Fix a bug in doc/examples_old/xz_pipe_decompress.c. It didn't check if the last call to lzma_code() really returned LZMA_STREAM_END, which made the program think that truncated files are valid. - New example programs in doc/examples (old programs are now in doc/examples_old). These have more comments and more detailed error handling. * Fix "xz -lvv foo.xz". It could crash on some corrupted files. * Fix output of "xz --robot -lv" and "xz --robot -lvv" which incorrectly printed the filename also in the "foo (x/x)" format. * Fix exit status of "xzdiff foo.xz bar.xz". * Fix exit status of "xzgrep foo binary_file". * Fix portability to EBCDIC systems. * Fix a configure issue on AIX with the XL C compiler. See INSTALL for details. * Update French, German, Italian, and Polish translations- Disable profiling on SPARC due to compiler bug [gcc #54121]- correct license "LGPL-2.1+ and GPL-2.0+" (bnc#770195)- Put libraries back in %{_libdir}, /usr merge project.- rewrite last broken arm portability changes- Fix build in armv5el doesnt like profiling- minor fixes of last portability changes: * decouple do_profiling and lang_package again * don't define do_factory, just use lang_package instead * simplify files section * do_profiling for some more systems- build on SLE_10- remove _service, too fragile- Add xz-devel to baselibs - Remove redundant sections- add recommends xz-lang- Update to version 5.0.3 * liblzma fixes: - A memory leak was fixed. - lzma_stream_buffer_encode() no longer creates an empty .xz Block if encoding an empty buffer. Such an empty Block with LZMA2 data would trigger a bug in 5.0.1 and older (see the first bullet point in 5.0.2 notes). When releasing 5.0.2, I thought that no encoder creates this kind of files but I was wrong. - Validate function arguments better in a few functions. Most importantly, specifying an unsupported integrity check to lzma_stream_buffer_encode() no longer creates a corrupt .xz file. Probably no application tries to do that, so this shouldn't be a big problem in practice. - Document that lzma_block_buffer_encode(), lzma_easy_buffer_encode(), lzma_stream_encoder(), and lzma_stream_buffer_encode() may return LZMA_UNSUPPORTED_CHECK. - The return values of the _memusage() functions are now documented better. * Fix command name detection in xzgrep. xzegrep and xzfgrep now correctly use egrep and fgrep instead of grep. * French translation was added.- Update to version 5.0.2 * LZMA2 decompressor now correctly accepts LZMA2 streams with no uncompressed data. Previously it considered them corrupt. The bug can affect applications that use raw LZMA2 streams. It is very unlikely to affect .xz files because no compressor creates .xz files with empty LZMA2 streams. (Empty .xz files are a different thing than empty LZMA2 streams.) * "xz --suffix=.foo filename.foo" now refuses to compress the file due to it already having the suffix .foo. It was already documented on the man page, but the code lacked the test. * "xzgrep -l foo bar.xz" works now. * Polish translation was added.- Update to version 5.0.1 * Fix --force on setuid/setgid/sticky and multi-hardlink files. * Add alloc_size and malloc attributes to a few functions. * Fix gzip and bzip2 support in xzdiff- Use compiler profile information, makes xz marginally faster (around 1-2 secs)- Use %_smp_mflags- adapt baselibs.conf- Update to 5.0.0 final * The major soname has been bumped to 5.0.0. liblzma API and ABI are now stable. * The memory usage limit is now disabled by default * Added support for XZ_DEFAULTS environment variable * The compression settings associated with the preset levels have been changed,they are now less likely to make compression worse. * Support for "xz --list" was added- buildrequire pkg-config to fix provides- add baselibs.conf as a source- update to 4.999.9beta * only some polishment above the git snapshot I took- borrow %check section from fedora spec- update to latest git (5.0 still not released) * a xz man page (bnc#505969) * fix data corruption in LZ/LZMA2 encoder. * major documentation update * install lzdiff, lzgrep, and lzmore as symlinks * make the default memory usage limit 40 % of RAM for both compressing and decompressing. * fixed a crash in liblzma See git://ctrl.tukaani.org/xz.git for more- remove static libraries, see bnc#509945 for details5.0.4-2.1.15.0.4-2.1.1liblzma.so/usr/lib/-fomit-frame-pointer -fmessage-length=0 -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector -funwind-tables -fasynchronous-unwind-tables -gobs://build.opensuse.org/openSUSE:12.3/standard/386708a98ab94f9b5d403ae93c706089-xzcpiolzma5x86_64-suse-linuxdirectory?] cr$x#CÖ|)]Mby/ant"A* $='UtLPz=f>JWx {b".}eK5cI