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

Alexey Torkhov atorkhov at fedoraproject.org
Sun Mar 1 13:47:59 UTC 2009


Author: atorkhov

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

Modified Files:
	mercator.spec 
Log Message:
* Sun Mar 01 2009 Alexey Torkhov <atorkhov at gmail.com> - 0.2.7-2
- Actually perform the tests



Index: mercator.spec
===================================================================
RCS file: /cvs/pkgs/rpms/mercator/devel/mercator.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- mercator.spec	27 Feb 2009 21:47:27 -0000	1.8
+++ mercator.spec	1 Mar 2009 13:47:29 -0000	1.9
@@ -1,6 +1,6 @@
 Name:           mercator
 Version:        0.2.7
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Terrain library for WorldForge client/server
 
 Group:          Development/Libraries
@@ -52,6 +52,8 @@
 rm -f $RPM_BUILD_ROOT%{_libdir}/lib%{name}-0.2.la
 
 %check
+# Run tests in debug mode so asserts won't be skipped
+sed -i -e 's/-DNDEBUG/-DDEBUG/' tests/Makefile
 make %{?_smp_mflags} check
 
 %clean
@@ -77,6 +79,9 @@
 
 
 %changelog
+* Sun Mar 01 2009 Alexey Torkhov <atorkhov at gmail.com> - 0.2.7-2
+- Actually perform the tests
+
 * Fri Feb 27 2009 Alexey Torkhov <atorkhov at gmail.com> - 0.2.7-1
 - Update to 0.2.7
 




More information about the fedora-extras-commits mailing list