From bcb3d5cd9e3670c60c543a47503e440a2e830b9f4f1177bea17f7efc92d3f0c0 Mon Sep 17 00:00:00 2001 From: OBS User buildservice-autocommit Date: Mon, 7 Mar 2011 13:56:53 +0000 Subject: [PATCH 1/2] Updating link to change in openSUSE:Factory/xz revision 26.0 OBS-URL: https://build.opensuse.org/package/show/Base:System/xz?expand=0&rev=11d69dfe2f6b23038d3c1e765607d908 --- xz.spec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/xz.spec b/xz.spec index 4654663..d947a78 100644 --- a/xz.spec +++ b/xz.spec @@ -1,7 +1,7 @@ # -# spec file for package xz (Version 5.0.0) +# spec file for package xz # -# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -20,7 +20,7 @@ Name: xz Summary: A Program for Compressing Files Version: 5.0.1 -Release: 3 +Release: 1 Group: Productivity/Archiving/Compression License: LGPLv2.1+ Url: http://tukaani.org/lzma/ From e19a824cdd15b9ce29a380122fd3d43b53638f74ca9ea89423e3bfe72ed6cb24 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cristian=20Rodr=C3=ADguez?= Date: Thu, 7 Apr 2011 21:55:20 +0000 Subject: [PATCH 2/2] Accepting request 66469 from home:elvigia:branches:Base:System OBS-URL: https://build.opensuse.org/request/show/66469 OBS-URL: https://build.opensuse.org/package/show/Base:System/xz?expand=0&rev=24 --- _service | 9 ++++----- _service:download_url:xz-5.0.1.tar.bz2 | 3 --- _service:download_url:xz-5.0.2.tar.bz2 | 3 +++ xz.changes | 19 +++++++++++++++++++ xz.spec | 2 +- 5 files changed, 27 insertions(+), 9 deletions(-) delete mode 100644 _service:download_url:xz-5.0.1.tar.bz2 create mode 100644 _service:download_url:xz-5.0.2.tar.bz2 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+