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

Michael Thomas (wart) fedora-extras-commits at redhat.com
Sun Dec 16 07:54:12 UTC 2007


Author: wart

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

Modified Files:
	wfmath.spec 
Log Message:
Update to 0.3.7;  Remove dates from doc files to avoid multiarch conflicts (BZ #343421)



Index: wfmath.spec
===================================================================
RCS file: /cvs/extras/rpms/wfmath/devel/wfmath.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- wfmath.spec	22 Aug 2007 05:43:44 -0000	1.8
+++ wfmath.spec	16 Dec 2007 07:53:34 -0000	1.9
@@ -1,6 +1,6 @@
 Name:           wfmath
-Version:        0.3.6
-Release:        3%{?dist}
+Version:        0.3.7
+Release:        1%{?dist}
 Summary:        WorldForge client math libraries
 
 Group:          Development/Libraries
@@ -43,6 +43,12 @@
 # Delete a messed-up man page that sometimes appears
 rm -f doc/man/man3/*_.3
 
+# Remove timestamps from the generated documentation to avoid
+# multiarch conflicts
+
+for file in doc/html/*.html ; do
+    sed -i -e 's/Generated on .* for WFMath by/Generated for WFMath by/' $file
+done
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -82,6 +88,10 @@
 
 
 %changelog
+* Sat Dec 15 2007 Wart <wart at kobold.org> 0.3.7-1
+- Update to 0.3.7
+- Remove dates from doc files to avoid multiarch conflicts (BZ #343421)
+
 * Tue Aug 21 2007 Wart <wart at kobold.org> 0.3.6-3
 - License tag clarification
 




More information about the fedora-extras-commits mailing list