[cminpack/f16] Update to release 1.3.0

rmattes rmattes at fedoraproject.org
Sun Oct 28 17:04:49 UTC 2012


commit 78ec4e57f23c0037125ff19f65020dd79dfa974d
Author: Rich Mattes <richmattes at gmail.com>
Date:   Sat Oct 27 11:19:33 2012 -0400

    Update to release 1.3.0

 .gitignore                 |    2 ++
 cminpack-1.1.3-64bit.patch |   18 ------------------
 cminpack.spec              |    9 +++++----
 sources                    |    2 +-
 4 files changed, 8 insertions(+), 23 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 1569b9b..3f18fff 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,3 @@
 /cminpack-1.1.3.tar.gz
+/cminpack-1.2.2.tar.gz
+/cminpack-1.3.0.tar.gz
diff --git a/cminpack.spec b/cminpack.spec
index 528a64c..cd646ca 100644
--- a/cminpack.spec
+++ b/cminpack.spec
@@ -1,13 +1,12 @@
 Name:           cminpack
-Version:        1.1.3
-Release:        2%{?dist}
+Version:        1.3.0
+Release:        1%{?dist}
 Summary:        Solver for nonlinear equations and nonlinear least squares problems
 
 Group:          Development/Libraries
 License:        BSD
 URL:            http://devernay.free.fr/hacks/cminpack/cminpack.html
 Source0:        http://devernay.free.fr/hacks/cminpack/%{name}-%{version}.tar.gz
-Patch0:         %{name}-1.1.3-64bit.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  cmake
@@ -29,7 +28,6 @@ cminpack.
 
 %prep
 %setup -q
-%patch0 -p1 -b .64bit
 
 %build
 mkdir build
@@ -65,6 +63,9 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Sat Oct 27 2012 Rich Mattes <richmattes at gmail.com> - 1.3.0-1
+- Update to release 1.3.0
+
 * Tue Oct 25 2011 Dan HorĂ¡k <dan[at]danny.cz> - 1.1.3-2
 - fix build on non-x86 64-bit arches
 
diff --git a/sources b/sources
index 8201a39..75485be 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-3573b33d498cc1bf3787a86efbd12c3a  cminpack-1.1.3.tar.gz
+6d7e9dad3f4696ba067016e1fe8e1ec3  cminpack-1.3.0.tar.gz


More information about the scm-commits mailing list