rpms/wfmath/F-10 sources,1.5,1.6 wfmath.spec,1.10,1.11

Alexey Torkhov atorkhov at fedoraproject.org
Sun Dec 14 19:26:18 UTC 2008


Author: atorkhov

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

Modified Files:
	sources wfmath.spec 
Log Message:
* Mon Dec 14 2008 Alexey Torkhov <atorkhov at gmail.com> 0.3.8-1
- Update to 0.3.8
- Don't run unit tests on PPC64



Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/wfmath/F-10/sources,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- sources	16 Dec 2007 08:01:06 -0000	1.5
+++ sources	14 Dec 2008 19:25:48 -0000	1.6
@@ -1 +1 @@
-5aacc166ba647b7c58ae41afceb3b083  wfmath-0.3.7.tar.bz2
+137d66677fe97c1a794c6832fbb2c537  wfmath-0.3.8.tar.bz2


Index: wfmath.spec
===================================================================
RCS file: /cvs/pkgs/rpms/wfmath/F-10/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 19:25:48 -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
@@ -63,7 +63,9 @@
 rm -rf $RPM_BUILD_ROOT
 
 %check
-%ifnarch ppc
+%ifnarch ppc ppc64
+# 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,10 @@
 
 
 %changelog
+* Mon Dec 14 2008 Alexey Torkhov <atorkhov at gmail.com> 0.3.8-1
+- Update to 0.3.8
+- Don't run unit tests on PPC64
+
 * 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