rpms/xz/F-10 .cvsignore,1.2,1.3 sources,1.2,1.3 xz.spec,1.1,1.2

Jindrich Novy jnovy at fedoraproject.org
Mon Aug 17 11:25:08 UTC 2009


Author: jnovy

Update of /cvs/pkgs/rpms/xz/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv21365

Modified Files:
	.cvsignore sources xz.spec 
Log Message:
* Mon Aug 17 2009 Jindrich Novy <jnovy at redhat.com> 4.999.8-0.8.beta.20090817git
- update to latest GIT
- fixes data corruption in encoder (#517806)
- man page for xz and other improvements



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/xz/F-10/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- .cvsignore	17 Jul 2009 18:20:53 -0000	1.2
+++ .cvsignore	17 Aug 2009 11:25:08 -0000	1.3
@@ -1 +1 @@
-xz-4.999.8beta.tar.gz
+xz-4.999.8beta.20090817git.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/xz/F-10/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- sources	17 Jul 2009 18:20:53 -0000	1.2
+++ sources	17 Aug 2009 11:25:08 -0000	1.3
@@ -1 +1 @@
-f00967331a487e88d51207fe17c56f52  xz-4.999.8beta.tar.gz
+d0065a7471d2d069e2c56242c653f36a  xz-4.999.8beta.20090817git.tar.gz


Index: xz.spec
===================================================================
RCS file: /cvs/pkgs/rpms/xz/F-10/xz.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- xz.spec	17 Jul 2009 18:20:53 -0000	1.1
+++ xz.spec	17 Aug 2009 11:25:08 -0000	1.2
@@ -1,10 +1,13 @@
+%define git_date 20090817
+
 Summary:	LZMA compression utilities
 Name:		xz
 Version:	4.999.8
-Release:	0.7.beta%{?dist}
+Release:	0.8.beta.%{git_date}git%{?dist}
 License:	LGPLv2+
 Group:		Applications/File
-Source0:	http://tukaani.org/%{name}/%{name}-%{version}beta.tar.gz
+# source created as "make dist" in checked out GIT tree
+Source0:	http://tukaani.org/%{name}/%{name}-%{version}beta.%{git_date}git.tar.gz
 URL:		http://tukaani.org/%{name}/
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 Requires:	%{name}-libs = %{version}-%{release}
@@ -67,6 +70,7 @@ rm -rf %{buildroot}
 make install DESTDIR=%{buildroot} INSTALL="%{__install} -p"
 rm -f %{buildroot}/%{_libdir}/*.a
 rm -f %{buildroot}/%{_libdir}/*.la
+rm -rf %{buildroot}/%{_docdir}/%{name}
 
 %check
 LD_LIBRARY_PATH=$PWD/src/liblzma/.libs make check
@@ -102,6 +106,11 @@ rm -rf %{buildroot}
 %{_mandir}/man1/*
 
 %changelog
+* Mon Aug 17 2009 Jindrich Novy <jnovy at redhat.com> 4.999.8-0.8.beta.20090817git
+- update to latest GIT
+- fixes data corruption in encoder (#517806)
+- man page for xz and other improvements
+
 * 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