From f14cf08a743e590ae7840c44865ce2ce4cfc9d99 Mon Sep 17 00:00:00 2001 From: Jitka Plesnikova Date: Oct 06 2014 08:02:02 +0000 Subject: Build with Singular support --- 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 - 2.12-17.svn20140326 +- Build with Singular support + * Sun Oct 05 2014 Jitka Plesnikova - 2.12-16.svn20140326 - Rebuild against Perl 5.18.4 - Bootstrap build without Singular support