diff --git a/polymake.spec b/polymake.spec index 0564373..f9b7993 100644 --- a/polymake.spec +++ b/polymake.spec @@ -2,7 +2,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 20140811 @@ -11,7 +11,7 @@ Name: polymake Version: 2.13 -Release: 8%{?gitdate:.git%{gitdate}}%{?dist} +Release: 9%{?gitdate:.git%{gitdate}}%{?dist} Summary: Algorithms on convex polytopes and polyhedra License: GPLv2+ @@ -229,6 +229,9 @@ sed -i 's,%{buildroot},,' %{buildroot}%{polydir}/bundled/singular/conf.make %doc doc/* %changelog +* Thu Sep 11 2014 Jerry James - 2.13-9.git20140811 +- Rebuild with Singular support + * Thu Sep 11 2014 Jerry James - 2.13-8.git20140811 - Update to perpetual beta snapshot that supports perl 5.20 (bz 1139212)