[polymake] Rebuild with Singular support.

Jerry James jjames at fedoraproject.org
Sat Mar 7 16:31:16 UTC 2015


commit 1e9a435b94e20c2921b27593e361c729c71deabf
Author: Jerry James <loganjerry at gmail.com>
Date:   Sat Mar 7 09:30:34 2015 -0700

    Rebuild with Singular support.

 polymake.spec | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/polymake.spec b/polymake.spec
index 58ed7c0..c86bd2f 100644
--- a/polymake.spec
+++ b/polymake.spec
@@ -7,7 +7,7 @@
 # rebuilt, because each BRs the other and both are linked against the old
 # version of the library.  Use this to rebuild polymake without Singular
 # support, rebuild Singular, then build polymake again with Singular support.
-%bcond_with singular
+%bcond_without singular
 
 # Date of the "perpetual beta" git snapshot
 %global gitdate  20141013
@@ -16,7 +16,7 @@
 
 Name:           polymake
 Version:        2.13
-Release:        19%{?gitdate:.git%{gitdate}}%{?dist}
+Release:        20%{?gitdate:.git%{gitdate}}%{?dist}
 Summary:        Algorithms on convex polytopes and polyhedra
 
 License:        GPLv2+
@@ -259,6 +259,9 @@ sed -i 's,%{buildroot},,' %{buildroot}%{polydir}/bundled/singular/conf.make
 %doc doc/*
 
 %changelog
+* Sat Mar  7 2015 Jerry James <loganjerry at gmail.com> - 2.13-20.git20141013
+- Rebuild with Singular support
+
 * Fri Mar  6 2015 Jerry James <loganjerry at gmail.com> - 2.13-19.git20141013
 - Add -gcc5 patch
 - Disable hardening flags, which kill RTLD_LAZY


More information about the scm-commits mailing list