diff --git a/.gitignore b/.gitignore index 3510d74..50b3b31 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -/givaro-3.4.2.tar.gz +/givaro-3.5.0.tar.gz diff --git a/givaro-config-script.patch b/givaro-config-script.patch index 3909ad0..585da39 100644 --- a/givaro-config-script.patch +++ b/givaro-config-script.patch @@ -1,6 +1,6 @@ ---- givaro-config.in 2011-05-03 04:52:46.000000000 -0600 -+++ givaro-config.in.new 2011-05-16 16:39:10.127023925 -0600 -@@ -61,11 +61,11 @@ +--- givaro-config.in 2011-10-08 08:53:58.000000000 -0600 ++++ givaro-config.in.new 2011-11-01 12:44:08.774980325 -0600 +@@ -77,11 +77,11 @@ ;; --cflags) @@ -9,12 +9,12 @@ ;; --libs) -- echo -L${libdir} ${libdir}/libgivaro.so -lgivaro @GMP_LIBS@ +- echo -L${libdir} -lgivaro @GMP_LIBS@ + echo -n " -L${libdir} -lgivaro @GMP_LIBS@" ;; *) -@@ -75,5 +75,6 @@ +@@ -91,5 +91,6 @@ esac shift done diff --git a/givaro.spec b/givaro.spec index 21f80fc..006d960 100644 --- a/givaro.spec +++ b/givaro.spec @@ -1,12 +1,12 @@ Name: givaro -Version: 3.4.2 -Release: 1%{?dist}.2 +Version: 3.5.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/125/givaro-%{version}.tar.gz +Source0: https://forge.imag.fr/frs/download.php/133/givaro-%{version}.tar.gz Patch0: givaro-config-script.patch BuildRequires: doxygen @@ -59,11 +59,11 @@ do done # Remove unnecessary executable bits -find examples -name Makefile.am | xargs chmod a-x +find examples -name Makefile.am -perm /0111 | xargs chmod a-x %build -%configure --enable-shared --enable-docs \ +%configure --enable-shared --enable-doc \ --docdir=%{_docdir}/%{name}-devel-%{version} # Fix an unused direct library dependency @@ -71,11 +71,6 @@ sed -i 's/-lm -lgcc_s/-lgcc_s/' libtool make %{?_smp_mflags} -# Build the developer documentation -cd docs -doxygen DoxyfileDev -cd .. - # We don't want these files with the doxygen-generated files rm -f docs/givaro-html/{AUTHORS,COPYING,INSTALL} @@ -124,6 +119,9 @@ make check %changelog +* Tue Nov 1 2011 Jerry James - 3.5.0-1 +- Update to 3.5.0 + * Fri Oct 21 2011 Marcela Mašláňová - 3.4.2-1.2 - rebuild with new gmp without compat lib diff --git a/sources b/sources index a58e0ae..0ec5fad 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -6be24745e3c9c0ec30dad0de1ce99e27 givaro-3.4.2.tar.gz +61b2260a455ddec830cf60ccb47fc886 givaro-3.5.0.tar.gz