[xz/f16] update to 5.1.1alpha (#736318)

Jindrich Novy jnovy at fedoraproject.org
Sun Oct 16 11:02:19 UTC 2011


commit bc07e5d27f4d1afbeffcc4d7a9e88f2041d7250a
Author: Jindrich Novy <jnovy at redhat.com>
Date:   Sun Oct 16 13:01:57 2011 +0200

    update to 5.1.1alpha (#736318)

 .gitignore |    2 +-
 sources    |    2 +-
 xz.spec    |   11 +++++++----
 3 files changed, 9 insertions(+), 6 deletions(-)
---
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..2f3fc9a 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 <jnovy at redhat.com> 5.1.1alpha-1
+- update to 5.1.1alpha (#736318)
+
 * Mon Jun 20 2011 Jindrich Novy <jnovy at redhat.com> 5.0.3-2
 - better to have upstream tarballs in different formats than XZ
   to allow bootstrapping (#714765)


More information about the scm-commits mailing list