diff --git a/_service b/_service index ab0831b..e84bc88 100644 --- a/_service +++ b/_service @@ -1,13 +1,12 @@ - http tukaani.org - /xz/xz-5.0.1.tar.bz2 + /xz/xz-5.0.2.tar.bz2 - _service:download_url:xz-5.0.1.tar.bz2 + _service:download_url:xz-5.0.2.tar.bz2 sha256 - 9b380f502d37085a60821484a3a13747454638927cc36033be64970512451ed8 + 216df1ddbd591f0da63de31d4b0837eed6d019ccb0e36e57812764c69af645bc - + \ No newline at end of file diff --git a/_service:download_url:xz-5.0.1.tar.bz2 b/_service:download_url:xz-5.0.1.tar.bz2 deleted file mode 100644 index 1ab2fc6..0000000 --- a/_service:download_url:xz-5.0.1.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9b380f502d37085a60821484a3a13747454638927cc36033be64970512451ed8 -size 1005959 diff --git a/_service:download_url:xz-5.0.2.tar.bz2 b/_service:download_url:xz-5.0.2.tar.bz2 new file mode 100644 index 0000000..0a4d3a2 --- /dev/null +++ b/_service:download_url:xz-5.0.2.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:216df1ddbd591f0da63de31d4b0837eed6d019ccb0e36e57812764c69af645bc +size 1023720 diff --git a/xz.changes b/xz.changes index ee6c61a..9bc90ed 100644 --- a/xz.changes +++ b/xz.changes @@ -1,3 +1,22 @@ +------------------------------------------------------------------- +Thu Apr 7 20:43:05 UTC 2011 - crrodriguez@opensuse.org + +- 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. + ------------------------------------------------------------------- Fri Mar 4 17:54:21 UTC 2011 - crrodriguez@opensuse.org diff --git a/xz.spec b/xz.spec index d947a78..77bd360 100644 --- a/xz.spec +++ b/xz.spec @@ -19,7 +19,7 @@ Name: xz Summary: A Program for Compressing Files -Version: 5.0.1 +Version: 5.0.2 Release: 1 Group: Productivity/Archiving/Compression License: LGPLv2.1+