rpms/hspell/devel hspell.spec,1.8,1.9

Dan Kenigsberg (danken) fedora-extras-commits at redhat.com
Sun Feb 11 16:01:39 UTC 2007


Author: danken

Update of /cvs/extras/rpms/hspell/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3263

Modified Files:
	hspell.spec 
Log Message:
sed though Makefile.in to replace gzip by gzip -n



Index: hspell.spec
===================================================================
RCS file: /cvs/extras/rpms/hspell/devel/hspell.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- hspell.spec	11 Sep 2006 15:05:57 -0000	1.8
+++ hspell.spec	11 Feb 2007 16:01:06 -0000	1.9
@@ -1,7 +1,7 @@
 Summary: A Hebrew spell checker
 Name: hspell
 Version: 1.0
-Release: 5%{?dist}
+Release: 6%{?dist}
 URL: http://ivrix.org.il/projects/spell-checker/
 Source: http://ivrix.org.il/projects/spell-checker/hspell-%{version}.tar.gz
 License: GPL
@@ -47,6 +47,7 @@
 %prep
 %setup -q
 sed -i -e '/^\s\+strip\s/d' Makefile.in
+sed -i -e 's/gzip/gzip -n/g' Makefile.in
 
 %build
 %configure --enable-fatverb --enable-linginfo
@@ -75,6 +76,8 @@
 %{_mandir}/man3/hspell.3*
 
 %changelog
+* Sun Feb 11 2007 Dan Kenigsberg <danken at cs.technion.ac.il> 1.0-6
+- Use gzip -n to exclude MTIME from compressed data and resolve bug #228171
 * Tue Sep 11 2006 Dan Kenigsberg <danken at cs.technion.ac.il> 1.0-5
 - Rebuild for Fedora Extras 6
 * Sun Jul  9 2006 Dan Kenigsberg <danken at cs.technion.ac.il> 1.0-4




More information about the scm-commits mailing list