[givaro] Update to latest upstream release 3.7.0 (#837423)

pcpa pcpa at fedoraproject.org
Sat Jul 14 16:11:59 UTC 2012


commit 816d0bf3293521ec0ef1f5ad39ae20b4798ef5e1
Author: pcpa <paulo.cesar.pereira.de.andrade at gmail.com>
Date:   Sat Jul 14 13:11:14 2012 -0400

    Update to latest upstream release 3.7.0 (#837423)

 .gitignore         |    1 +
 givaro-gcc47.patch |  240 ----------------------------------------------------
 givaro.spec        |   13 ++--
 sources            |    2 +-
 4 files changed, 9 insertions(+), 247 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 50b3b31..7c42127 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /givaro-3.5.0.tar.gz
+/givaro-3.7.0.tar.gz
diff --git a/givaro.spec b/givaro.spec
index e1614d0..e4bf6b6 100644
--- a/givaro.spec
+++ b/givaro.spec
@@ -1,14 +1,13 @@
 Name:		givaro
-Version:	3.5.0
-Release:	3%{?dist}
+Version:	3.7.0
+Release:	1%{?dist}
 Summary:	C++ library for arithmetic and algebraic computations
 Group:		Development/Libraries
 
 License:	CeCILL-B
 URL:		http://ljk.imag.fr/CASYS/LOGICIELS/givaro/
-Source0:	https://forge.imag.fr/frs/download.php/133/givaro-%{version}.tar.gz
+Source0:	https://forge.imag.fr/frs/download.php/207/%{name}-%{version}.tar.gz
 Patch0:		givaro-config-script.patch
-Patch1:         givaro-gcc47.patch
 
 BuildRequires:	doxygen
 BuildRequires:	gmp-devel
@@ -50,7 +49,6 @@ The static libraries for using %{name} for development.
 %prep
 %setup -q
 %patch0
-%patch1
 
 # Fix file encodings
 for i in Licence_CeCILL-B_V1-fr.txt Licence_CeCILL-B_V1-en.txt;
@@ -63,7 +61,6 @@ done
 # Remove unnecessary executable bits
 find examples -name Makefile.am -perm /0111 | xargs chmod a-x
 
-
 %build
 %configure --enable-shared --enable-doc \
   --docdir=%{_docdir}/%{name}-devel-%{version}
@@ -121,6 +118,10 @@ make check
 
 
 %changelog
+* Tue Jul 3 2012 pcpa <paulo.cesar.pereira.de.andrade at gmail.com> - 3.7.0-1
+- Update to latest upstream release.
+- Remove gcc 4.7 patch already applied to upstream tarball.
+
 * Tue Feb 28 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 3.5.0-3
 - Rebuilt for c++ ABI breakage
 
diff --git a/sources b/sources
index 0ec5fad..a3e6f09 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-61b2260a455ddec830cf60ccb47fc886  givaro-3.5.0.tar.gz
+f8764b8d6a29c24e3fb184c2651cc54b  givaro-3.7.0.tar.gz


More information about the scm-commits mailing list