From 2a1159f58b4be5ae479b46a64287e8a29ac1ae30 Mon Sep 17 00:00:00 2001 From: Jindrich Novy Date: Oct 16 2011 09:44:34 +0000 Subject: update to 5.1.1alpha --- diff --git a/.gitignore b/.gitignore index 36d1116..58e3cb6 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,2 @@ /xz-4.999.9beta.20100401git.tar.bz2 -/xz-5.0.3.tar.bz2 +/xz-5.1.1alpha.tar.gz diff --git a/sources b/sources index 9c7dfc8..4583df5 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ 3aa7bbfaa2d5a87f65c23224b9016006 xz-4.999.9beta.20100401git.tar.bz2 -8d900b742b94fa9e708ca4f5a4b29003 xz-5.0.3.tar.bz2 +bb24436fa12780808e1c142980484104 xz-5.1.1alpha.tar.gz diff --git a/xz.spec b/xz.spec index fb80eea..bb6f9e6 100644 --- a/xz.spec +++ b/xz.spec @@ -2,12 +2,12 @@ Summary: LZMA compression utilities Name: xz -Version: 5.0.3 -Release: 2%{?dist} +Version: 5.1.1 +Release: 1alpha%{?dist} License: LGPLv2+ Group: Applications/File # official upstream release -Source0: http://tukaani.org/%{name}/%{name}-%{version}.tar.bz2 +Source0: http://tukaani.org/%{name}/%{name}-%{version}alpha.tar.gz # source created as "make dist" in checked out GIT tree Source1: %{compat_ver}.20100401git.tar.bz2 URL: http://tukaani.org/%{name}/ @@ -65,7 +65,7 @@ The lzma-compat package contains compatibility links for older commands that deal with the older LZMA format. %prep -%setup -q -a1 +%setup -q -a1 -n %{name}-%{version}alpha %build CFLAGS="%{optflags} -D_FILE_OFFSET_BITS=64" \ @@ -135,6 +135,9 @@ rm -rf %{buildroot} %{_mandir}/man1/*lz* %changelog +* Sun Oct 16 2011 Jindrich Novy 5.1.1alpha-1 +- update to 5.1.1alpha + * Mon Jun 20 2011 Jindrich Novy 5.0.3-2 - better to have upstream tarballs in different formats than XZ to allow bootstrapping (#714765)