Accepting request 66470 from Base:System
Accepted submit request 66470 from user coolo OBS-URL: https://build.opensuse.org/request/show/66470 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xz?expand=0&rev=27
This commit is contained in:
commit
376fffdc4f
9
_service
9
_service
@ -1,13 +1,12 @@
|
|||||||
<?xml version="1.0" ?>
|
|
||||||
<services>
|
<services>
|
||||||
<service name="download_url">
|
<service name="download_url">
|
||||||
<param name="protocol">http</param>
|
<param name="protocol">http</param>
|
||||||
<param name="host">tukaani.org</param>
|
<param name="host">tukaani.org</param>
|
||||||
<param name="path">/xz/xz-5.0.1.tar.bz2</param>
|
<param name="path">/xz/xz-5.0.2.tar.bz2</param>
|
||||||
</service>
|
</service>
|
||||||
<service name="verify_file">
|
<service name="verify_file">
|
||||||
<param name="file">_service:download_url:xz-5.0.1.tar.bz2</param>
|
<param name="file">_service:download_url:xz-5.0.2.tar.bz2</param>
|
||||||
<param name="verifier">sha256</param>
|
<param name="verifier">sha256</param>
|
||||||
<param name="checksum">9b380f502d37085a60821484a3a13747454638927cc36033be64970512451ed8</param>
|
<param name="checksum">216df1ddbd591f0da63de31d4b0837eed6d019ccb0e36e57812764c69af645bc</param>
|
||||||
</service>
|
</service>
|
||||||
</services>
|
</services>
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:9b380f502d37085a60821484a3a13747454638927cc36033be64970512451ed8
|
|
||||||
size 1005959
|
|
3
_service:download_url:xz-5.0.2.tar.bz2
Normal file
3
_service:download_url:xz-5.0.2.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:216df1ddbd591f0da63de31d4b0837eed6d019ccb0e36e57812764c69af645bc
|
||||||
|
size 1023720
|
19
xz.changes
19
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
|
Fri Mar 4 17:54:21 UTC 2011 - crrodriguez@opensuse.org
|
||||||
|
|
||||||
|
2
xz.spec
2
xz.spec
@ -19,7 +19,7 @@
|
|||||||
|
|
||||||
Name: xz
|
Name: xz
|
||||||
Summary: A Program for Compressing Files
|
Summary: A Program for Compressing Files
|
||||||
Version: 5.0.1
|
Version: 5.0.2
|
||||||
Release: 1
|
Release: 1
|
||||||
Group: Productivity/Archiving/Compression
|
Group: Productivity/Archiving/Compression
|
||||||
License: LGPLv2.1+
|
License: LGPLv2.1+
|
||||||
|
Loading…
Reference in New Issue
Block a user