rpms/wfmath/devel wfmath.spec,1.10,1.11

Alexey Torkhov atorkhov at fedoraproject.org
Sun Dec 14 18:06:12 UTC 2008


Author: atorkhov

Update of /cvs/pkgs/rpms/wfmath/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv9624

Modified Files:
	wfmath.spec 
Log Message:
* Mon Dec 14 2008 Alexey Torkhov <atorkhov at gmail.com> 0.3.8-1
- Update to 0.3.8



Index: wfmath.spec
===================================================================
RCS file: /cvs/pkgs/rpms/wfmath/devel/wfmath.spec,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- wfmath.spec	9 Feb 2008 23:19:02 -0000	1.10
+++ wfmath.spec	14 Dec 2008 18:05:42 -0000	1.11
@@ -1,6 +1,6 @@
 Name:           wfmath
-Version:        0.3.7
-Release:        2%{?dist}
+Version:        0.3.8
+Release:        1%{?dist}
 Summary:        WorldForge client math libraries
 
 Group:          Development/Libraries
@@ -37,7 +37,7 @@
 %configure --disable-static
 make %{?_smp_mflags}
 
-(cd doc && make doc)
+make docs
 # Rename a messed-up man page
 mv doc/man/man3/WFMath_Polygon_* doc/man/man3/WFMath_Polygon_2.3
 # Delete a messed-up man page that sometimes appears
@@ -64,6 +64,8 @@
 
 %check
 %ifnarch ppc
+# Run tests in debug mode so asserts won't be skipped
+sed -i -e 's/-DNDEBUG/-DDEBUG/' wfmath/Makefile
 make %{?_smp_mflags} check
 %endif
 
@@ -88,6 +90,9 @@
 
 
 %changelog
+* Mon Dec 14 2008 Alexey Torkhov <atorkhov at gmail.com> 0.3.8-1
+- Update to 0.3.8
+
 * Sat Feb 9 2008 Wart <wart at kobold.org> 0.3.7-2
 - Rebuild for gcc 4.3
 




More information about the fedora-extras-commits mailing list