[metis] Update version

Antonio Trande sagitter at fedoraproject.org
Sun Apr 14 18:37:49 UTC 2013


commit 84cd4021cc4e3bf080a17731482b8eb3c578f5d7
Author: sagitter <anto.trande at gmail.com>
Date:   Sun Apr 14 20:37:01 2013 +0200

    Update version

 .gitignore                               |    1 +
 metis-GKREGEX-GKRAND-LIBSUFFIX-fix.patch |   20 ++++++++++----------
 metis-libmetis.patch                     |    4 ++--
 metis-shared-GKlib.patch                 |    4 ++--
 metis-width-datatype.patch               |    4 ++--
 metis.spec                               |   15 +++++++++------
 sources                                  |    2 +-
 7 files changed, 27 insertions(+), 23 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 72fb236..8e7fda3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /metis-5.0.3.tar.gz
+/metis-5.1.0.tar.gz
diff --git a/metis-GKREGEX-GKRAND-LIBSUFFIX-fix.patch b/metis-GKREGEX-GKRAND-LIBSUFFIX-fix.patch
index 4cb5017..24c59c4 100644
--- a/metis-GKREGEX-GKRAND-LIBSUFFIX-fix.patch
+++ b/metis-GKREGEX-GKRAND-LIBSUFFIX-fix.patch
@@ -1,5 +1,5 @@
---- metis-5.0.3/GKlib/Makefile.orig	2013-03-11 20:50:42.000000000 +0100
-+++ metis-5.0.3/GKlib/Makefile	2013-03-17 14:26:23.632867727 +0100
+--- GKlib/Makefile.orig	2013-03-11 20:50:42.000000000 +0100
++++ GKlib/Makefile	2013-03-17 14:26:23.632867727 +0100
 @@ -41,10 +41,10 @@
      CONFIG_FLAGS += -DPCRE=$(pcre)
  endif
@@ -14,21 +14,21 @@
  ifneq ($(prefix), not-set)
      CONFIG_FLAGS += -DCMAKE_INSTALL_PREFIX=$(prefix)
 
---- metis-5.0.3/Makefile.orig	2013-03-11 20:50:09.000000000 +0100
-+++ metis-5.0.3/Makefile	2013-03-17 18:30:50.634301059 +0100
-@@ -9,7 +9,10 @@
+--- Makefile.origin	2013-03-30 17:24:45.000000000 +0100
++++ Makefile	2013-04-14 20:04:38.887674462 +0200
+@@ -9,6 +9,11 @@
  gklib_path = not-set
  shared     = not-set
  cc         = not-set
--
 +libsuffix  = not-set
 +pcre       = not-set
 +gkregex    = not-set
 +gkrand     = not-set
++
  
- # Basically proxies everything to the builddir cmake.
  
-@@ -23,6 +26,9 @@
+ # Basically proxies everything to the builddir cmake.
+@@ -23,6 +28,9 @@
  ifeq ($(gklib_path), not-set)
      gklib_path = GKlib
  endif
@@ -38,7 +38,7 @@
  CONFIG_FLAGS += -DGKLIB_PATH=$(abspath $(gklib_path))
  ifneq ($(gdb), not-set)
      CONFIG_FLAGS += -DGDB=$(gdb)
-@@ -51,6 +57,15 @@
+@@ -51,6 +59,15 @@
  ifneq ($(cc), not-set)
      CONFIG_FLAGS += -DCMAKE_C_COMPILER=$(cc)
  endif
@@ -52,5 +52,5 @@
 +    CONFIG_FLAGS += -DGKRAND=$(gkrand)
 +endif
  
- VERNUM=5.0.3
+ VERNUM=5.1.0
  PKGNAME=metis-$(VERNUM)
diff --git a/metis-libmetis.patch b/metis-libmetis.patch
index e4be4f7..919812d 100644
--- a/metis-libmetis.patch
+++ b/metis-libmetis.patch
@@ -1,5 +1,5 @@
---- metis-5.0.3/libmetis/CMakeLists.orig.txt	2011-06-22 19:47:13.000000000 +0200
-+++ metis-5.0.3/libmetis/CMakeLists.txt	2013-03-15 17:13:19.948911972 +0100
+--- libmetis/CMakeLists.orig.txt	2011-06-22 19:47:13.000000000 +0200
++++ libmetis/CMakeLists.txt	2013-03-15 17:13:19.948911972 +0100
 @@ -4,13 +4,14 @@
  file(GLOB metis_sources *.c)
  # Build libmetis.
diff --git a/metis-shared-GKlib.patch b/metis-shared-GKlib.patch
index 2566e65..acfa59e 100644
--- a/metis-shared-GKlib.patch
+++ b/metis-shared-GKlib.patch
@@ -1,5 +1,5 @@
---- metis-5.0.3/GKlib/CMakeLists.orig.txt	2013-03-11 20:50:14.000000000 +0100
-+++ metis-5.0.3/GKlib/CMakeLists.txt	2013-03-17 19:53:44.220827579 +0100
+--- GKlib/CMakeLists.orig.txt	2013-03-11 20:50:14.000000000 +0100
++++ GKlib/CMakeLists.txt	2013-03-17 19:53:44.220827579 +0100
 @@ -7,7 +7,7 @@
  include(GKlibSystem.cmake)
  
diff --git a/metis-width-datatype.patch b/metis-width-datatype.patch
index d92d899..f583d05 100644
--- a/metis-width-datatype.patch
+++ b/metis-width-datatype.patch
@@ -1,5 +1,5 @@
---- metis-5.0.3/include/metis.orig.h	2013-03-11 20:50:00.000000000 +0100
-+++ metis-5.0.3/include/metis.h	2013-03-16 12:14:59.117329640 +0100
+--- include/metis.orig.h	2013-03-11 20:50:00.000000000 +0100
++++ include/metis.h	2013-03-16 12:14:59.117329640 +0100
 @@ -30,7 +30,7 @@
   GCC does provides these definitions in stdint.h, but it may require some
   modifications on other architectures.
diff --git a/metis.spec b/metis.spec
index 5f9d1ac..14904b4 100644
--- a/metis.spec
+++ b/metis.spec
@@ -1,6 +1,6 @@
 Name:    metis
-Version: 5.0.3
-Release: 10%{?dist}
+Version: 5.1.0
+Release: 1%{?dist}
 Summary: Serial Graph Partitioning and Fill-reducing Matrix Ordering
 License: ASL 2.0 and BSD and LGPLv2+
 Group:   Development/Libraries
@@ -53,14 +53,14 @@ Header and library files of Metis.
 
 %prep
 %setup -q -n %{name}-%{version}
-%patch0 -p1
-%patch1 -p1
+%patch0 -p0
+%patch1 -p0
 
 if [ %{__isa_bits} = "64" ]; then
-%patch2 -p1
+%patch2 -p0
 fi
 
-%patch4 -p1
+%patch4 -p0
 
 
 %build
@@ -157,6 +157,9 @@ popd
 %{_libdir}/lib%{name}.so
 
 %changelog
+* Sun Apr 14 2013 Antonio Trande <sagitter at fedoraproject.org> - 5.1.0-1
+- Update to 5.1.0
+
 * Sun Mar 31 2013 Antonio Trande <sagitter at fedoraproject.org> - 5.0.3-10
 - Removed BR 'perl-Carp' (Bug 926996)
 - Added LD_PRELOAD before help2man tasks to fix manpage shared_lib_error
diff --git a/sources b/sources
index a106d50..d10f188 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-125ea640cac0bb76207562b615c2a1f8  metis-5.0.3.tar.gz
+5465e67079419a69e0116de24fce58fe  metis-5.1.0.tar.gz


More information about the scm-commits mailing list