SHA256
3
0
forked from pool/xz

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
This commit is contained in:
Cristian Rodríguez 2011-04-07 21:55:20 +00:00 committed by Git OBS Bridge
parent bcb3d5cd9e
commit e19a824cdd
5 changed files with 27 additions and 9 deletions

View File

@ -1,13 +1,12 @@
<?xml version="1.0" ?>
<services>
<service name="download_url">
<param name="protocol">http</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 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="checksum">9b380f502d37085a60821484a3a13747454638927cc36033be64970512451ed8</param>
<param name="checksum">216df1ddbd591f0da63de31d4b0837eed6d019ccb0e36e57812764c69af645bc</param>
</service>
</services>
</services>

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9b380f502d37085a60821484a3a13747454638927cc36033be64970512451ed8
size 1005959

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:216df1ddbd591f0da63de31d4b0837eed6d019ccb0e36e57812764c69af645bc
size 1023720

View File

@ -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

View File

@ -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+