From be4e7c3d3dff4deaf82176a09a3a73f47b5a0906 Mon Sep 17 00:00:00 2001 From: Quentin Spencer Date: Apr 30 2008 13:20:43 +0000 Subject: New release. --- diff --git a/.cvsignore b/.cvsignore index 58eb042..e79b5ab 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -ginac-1.4.1.tar.bz2 +ginac-1.4.3.tar.bz2 diff --git a/ginac-build-gcc43.patch b/ginac-build-gcc43.patch deleted file mode 100644 index f3ce07f..0000000 --- a/ginac-build-gcc43.patch +++ /dev/null @@ -1,21 +0,0 @@ -diff -up ginac-1.4.1/ginac/numeric.cpp.fix ginac-1.4.1/ginac/numeric.cpp ---- ginac-1.4.1/ginac/numeric.cpp.fix 2008-03-02 04:03:11.000000000 -0700 -+++ ginac-1.4.1/ginac/numeric.cpp 2008-03-02 04:06:10.000000000 -0700 -@@ -408,7 +408,7 @@ static inline bool coerce(T1& dst, const - * @sa http://www.ginac.de/pipermail/cln-list/2006-October/000248.html - */ - template<> --static inline bool coerce(int& dst, const cln::cl_I& arg) -+inline bool coerce(int& dst, const cln::cl_I& arg) - { - static const cln::cl_I cl_max_int = - (cln::cl_I)(long)(std::numeric_limits::max()); -@@ -422,7 +422,7 @@ static inline bool coerce --static inline bool coerce(unsigned int& dst, const cln::cl_I& arg) -+inline bool coerce(unsigned int& dst, const cln::cl_I& arg) - { - static const cln::cl_I cl_max_uint = - (cln::cl_I)(unsigned long)(std::numeric_limits::max()); diff --git a/ginac.spec b/ginac.spec index d7f90e3..d10bf83 100644 --- a/ginac.spec +++ b/ginac.spec @@ -1,13 +1,12 @@ Name: ginac -Version: 1.4.1 -Release: 4%{?dist} +Version: 1.4.3 +Release: 1%{?dist} Summary: C++ library for symbolic calculations Group: System Environment/Libraries License: GPLv2+ URL: http://www.ginac.de/ Source0: http://www.ginac.de/%{name}-%{version}.tar.bz2 -Patch0: %{name}-build-gcc43.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires(post): /sbin/install-info @@ -55,7 +54,6 @@ the tool "viewgar" which displays the contents of GiNaC archives. %prep %setup -q -%patch0 -p1 %build %configure --disable-dependency-tracking --disable-static @@ -101,6 +99,9 @@ fi %{_mandir}/man?/* %changelog +* Tue Apr 29 2008 Quentin Spencer 1.4.3-1 +- Update to 1.4.3. Remove old patch. + * Sun Mar 2 2008 Alex Lancaster - 1.4.1-4 - Patch for building with GCC 4.3 (this has been applied upstream and so can be dropped in the next release of ginac). diff --git a/sources b/sources index 2447ed1..22dfbd4 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -37356db3fe520498f2857e3ed6daec82 ginac-1.4.1.tar.bz2 +abad55c4ae27d5d65f525fabefaddd05 ginac-1.4.3.tar.bz2