[polymake/f20] Build with Singular support

Jitka Plesnikova jplesnik at fedoraproject.org
Mon Oct 6 08:02:24 UTC 2014


commit f14cf08a743e590ae7840c44865ce2ce4cfc9d99
Author: Jitka Plesnikova <jplesnik at redhat.com>
Date:   Mon Oct 6 10:02:02 2014 +0200

    Build with Singular support

 polymake.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/polymake.spec b/polymake.spec
index 7ec706f..c808f77 100644
--- a/polymake.spec
+++ b/polymake.spec
@@ -8,14 +8,14 @@
 # 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" subversion snapshot
 %global svndate 20140326
 
 Name:           polymake
 Version:        2.12
-Release:        16.svn%{svndate}%{?dist}
+Release:        17.svn%{svndate}%{?dist}
 Summary:        Algorithms on convex polytopes and polyhedra
 
 License:        GPLv2+
@@ -222,6 +222,9 @@ sed -i 's,%{buildroot},,' %{buildroot}%{polydir}/bundled/singular/conf.make
 %doc doc/*
 
 %changelog
+* Mon Oct 06 2014 Jitka Plesnikova <jplesnik at redhat.com> - 2.12-17.svn20140326
+- Build with Singular support
+
 * Sun Oct 05 2014 Jitka Plesnikova <jplesnik at redhat.com> - 2.12-16.svn20140326
 - Rebuild against Perl 5.18.4
 - Bootstrap build without Singular support


More information about the scm-commits mailing list