[xz] update to latest git snapshot

Jindrich Novy jnovy at fedoraproject.org
Sat Oct 16 05:33:46 UTC 2010


commit 09a5ed2c814546c432f1248d5ff07033170d4a9d
Author: Jindrich Novy <jnovy at redhat.com>
Date:   Sat Oct 16 07:33:33 2010 +0200

    update to latest git snapshot

 .gitignore |    2 +-
 sources    |    2 +-
 xz.spec    |   12 +++++++-----
 3 files changed, 9 insertions(+), 7 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index fd90466..438916c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-xz-4.999.9beta.20100401git.tar.xz
+xz-4.999.9beta-212-gacbc.tar.gz
diff --git a/sources b/sources
index f6ae8d7..9a2f830 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-b136554a69e1a7e6eb371302c0d75c06  xz-4.999.9beta.20100401git.tar.xz
+9b475359622f67aea6774139585d5e33  xz-4.999.9beta-212-gacbc.tar.gz
diff --git a/xz.spec b/xz.spec
index 98e17db..eee6bef 100644
--- a/xz.spec
+++ b/xz.spec
@@ -1,13 +1,12 @@
-%define git_date 20100401
-
+%define git_hash acbc
 Summary:	LZMA compression utilities
 Name:		xz
 Version:	4.999.9
-Release:	0.2.beta.%{git_date}git%{?dist}
+Release:	0.3.beta.212.g%{git_hash}%{?dist}
 License:	LGPLv2+
 Group:		Applications/File
 # source created as "make dist" in checked out GIT tree
-Source0:	http://tukaani.org/%{name}/%{name}-%{version}beta.%{git_date}git.tar.xz
+Source0:	http://tukaani.org/%{name}/%{name}-%{version}beta-212-g%{git_hash}.tar.gz
 URL:		http://tukaani.org/%{name}/
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 Requires:	%{name}-libs = %{version}-%{release}
@@ -54,7 +53,7 @@ The lzma-compat package contains compatibility links for older
 commands that deal with the older LZMA format.
 
 %prep
-%setup -q -n %{name}-%{version}beta
+%setup -q -n %{name}-%{version}beta-212-g%{git_hash}
 
 %build
 CFLAGS="%{optflags} -D_FILE_OFFSET_BITS=64" \
@@ -108,6 +107,9 @@ rm -rf %{buildroot}
 %{_mandir}/man1/*lz*
 
 %changelog
+* Sat Oct 16 2010 Jindrich Novy <jnovy at redhat.com> 4.999.9-0.3.beta.212.gacbc
+- update to latest git snapshot
+
 * Thu Apr 01 2010 Jindrich Novy <jnovy at redhat.com> 4.999.9-0.2.20100401.beta
 - sync with upstream (#578925)
 


More information about the scm-commits mailing list