[latte-integrale] Since the 4ti2 version didn't change, force a release bump for all 4ti2 subpackages to avoid buildin

Jerry James jjames at fedoraproject.org
Mon Jan 6 23:48:29 UTC 2014


commit f86d68c531d36ae4a3d41352daaff84919da4551
Author: Jerry James <jamesjer at betterlinux.com>
Date:   Mon Jan 6 16:47:45 2014 -0700

    Since the 4ti2 version didn't change, force a release bump for all
    4ti2 subpackages to avoid building an already-built release number.

 latte-integrale.spec |   13 ++++++++++---
 1 files changed, 10 insertions(+), 3 deletions(-)
---
diff --git a/latte-integrale.spec b/latte-integrale.spec
index b6f9808..b85688c 100644
--- a/latte-integrale.spec
+++ b/latte-integrale.spec
@@ -1,9 +1,11 @@
 %global fortiver 1.6
+%global fortirel 2
 %global lattever 1.7
+%global latterel 1
 
 Name:           latte-integrale
 Version:        %{lattever}
-Release:        1%{?dist}
+Release:        %{latterel}%{?dist}
 Summary:        Lattice point enumeration
 
 License:        GPLv2+
@@ -40,8 +42,10 @@ integrale, has the ability to directly compute integrals of polynomial
 functions over polytopes and in particular to do volume computations.
 
 %package -n 4ti2
+Version:        %{fortiver}
+Release:        %{fortirel}
 Summary:        A software package for problems on linear spaces
-Requires:       4ti2-libs%{?_isa} = %{fortiver}-%{release}
+Requires:       4ti2-libs%{?_isa} = %{fortiver}-%{fortirel}
 Requires:       environment-modules
 
 %description -n 4ti2
@@ -52,8 +56,10 @@ This package uses Environment Modules, to load the binaries onto
 your PATH you will need to run module load 4ti2-x86_64
 
 %package -n 4ti2-devel
+Version:        %{fortiver}
+Release:        %{fortirel}
 Summary:        Headers needed to develop software that uses 4ti2
-Requires:       4ti2-libs%{?_isa} = %{fortiver}-%{release}
+Requires:       4ti2-libs%{?_isa} = %{fortiver}-%{fortirel}
 Requires:       gmp-devel%{?_isa}
 
 %description -n 4ti2-devel
@@ -61,6 +67,7 @@ Headers and library files needed to develop software that uses 4ti2.
 
 %package -n 4ti2-libs
 Version:        %{fortiver}
+Release:        %{fortirel}
 Summary:        Library files for programs that use 4ti2
 
 %description -n 4ti2-libs


More information about the scm-commits mailing list