rpms/xz/EL-5 .cvsignore,1.3,1.4 sources,1.3,1.4 xz.spec,1.3,1.4

Toshio くらとみ toshio at fedoraproject.org
Wed Oct 7 15:53:51 UTC 2009


Author: toshio

Update of /cvs/pkgs/rpms/xz/EL-5
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv21874

Modified Files:
	.cvsignore sources xz.spec 
Log Message:

* Wed Oct 07 2009 Jindrich Novy <jnovy at redhat.com> 4.999.9-0.1.20091007.beta
- sync with upstream again



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/xz/EL-5/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- .cvsignore	17 Aug 2009 17:10:25 -0000	1.3
+++ .cvsignore	7 Oct 2009 15:53:51 -0000	1.4
@@ -1 +1 @@
-xz-4.999.8beta.20090817git.tar.gz
+xz-4.999.9beta.20091007git.tar.xz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/xz/EL-5/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- sources	17 Aug 2009 17:10:25 -0000	1.3
+++ sources	7 Oct 2009 15:53:51 -0000	1.4
@@ -1 +1 @@
-d0065a7471d2d069e2c56242c653f36a  xz-4.999.8beta.20090817git.tar.gz
+8bd02e5301cb9631852a898d750111d9  xz-4.999.9beta.20091007git.tar.xz


Index: xz.spec
===================================================================
RCS file: /cvs/pkgs/rpms/xz/EL-5/xz.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- xz.spec	17 Aug 2009 17:10:25 -0000	1.3
+++ xz.spec	7 Oct 2009 15:53:51 -0000	1.4
@@ -1,19 +1,20 @@
-%define git_date 20090817
+%define git_date 20091007
 
 Summary:	LZMA compression utilities
 Name:		xz
-Version:	4.999.8
-Release:	0.10.beta.%{git_date}git%{?dist}
+Version:	4.999.9
+Release:	0.1.beta.%{git_date}git%{?dist}
 License:	LGPLv2+
 Group:		Applications/File
 # git clone git://ctrl.tukaani.org/xz.git
 # cd xz
-# git checkout 10242a21e9abda0c5c6a03501703cc40b8a699a5
+# git checkout ebfb2c5e1f344e5c6e549b9dedaa49b0749a4a24
 # source created as "make dist" in checked out GIT tree
-Source0:	http://tukaani.org/%{name}/%{name}-%{version}beta.%{git_date}git.tar.gz
+Source0:	http://tukaani.org/%{name}/%{name}-%{version}beta.%{git_date}git.tar.xz
 URL:		http://tukaani.org/%{name}/
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 Requires:	%{name}-libs = %{version}-%{release}
+BuildRequires: xz
 
 %description
 XZ Utils are an attempt to make LZMA compression easy to use on free (as in
@@ -57,7 +58,12 @@ The lzma-compat package contains compati
 commands that deal with the older LZMA format.
 
 %prep
-%setup -q  -n %{name}-%{version}beta
+rm -rf %{name}-%{version}beta
+xz -dc %{SOURCE0} | tar -xf -
+if [ $? -ne 0 ]; then
+  exit $?
+fi
+%setup -q -T -D -n %{name}-%{version}beta
 
 %build
 CFLAGS="%{optflags} -D_FILE_OFFSET_BITS=64" \
@@ -109,6 +115,16 @@ rm -rf %{buildroot}
 %{_mandir}/man1/*
 
 %changelog
+* Wed Oct 07 2009 Jindrich Novy <jnovy at redhat.com> 4.999.9-0.1.20091007.beta
+- sync with upstream again
+
+* Fri Oct 02 2009 Jindrich Novy <jnovy at redhat.com> 4.999.9-0.1.20091002.beta
+- sync with upstream to generate the same archives on machines with different
+  endianess
+
+* Fri Aug 28 2009 Jindrich Novy <jnovy at redhat.com> 4.999.9-0.1.beta
+- update to 4.999.9beta
+
 * Mon Aug 17 2009 Jindrich Novy <jnovy at redhat.com> 4.999.8-0.10.beta.20090817git
 - sync with upstream because of #517806
 
@@ -117,7 +133,6 @@ rm -rf %{buildroot}
 
 * Mon Jul 27 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 4.999.8-0.8.beta
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
-
 * Fri Jul 17 2009 Bill Nottingham <notting at redhat.com> 4.999.8-0.7.beta
 - tweak summary
 - add %%check section (<tibbs at math.uh.edu>)




More information about the fedora-extras-commits mailing list