From 1df2e36f36ecded12d59bb3b4c3b0b18bb87b9de Mon Sep 17 00:00:00 2001 From: Laurent Rineau Date: Sep 03 2007 19:58:50 +0000 Subject: - New upstream bug-fixes release. --- diff --git a/.cvsignore b/.cvsignore index 4dda9ff..c9a4b30 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -CGAL-3.3.tar.gz +CGAL-3.3.1.tar.gz diff --git a/CGAL.spec b/CGAL.spec index 67a9b0e..16c7920 100644 --- a/CGAL.spec +++ b/CGAL.spec @@ -1,8 +1,8 @@ %define boost_version 1.32 Name: CGAL -Version: 3.3 -Release: 5%{?dist} +Version: 3.3.1 +Release: 1%{?dist} Summary: Computational Geometry Algorithms Library Group: System Environment/Libraries @@ -16,13 +16,19 @@ Patch4: CGAL-3.2.1-install_cgal-no_versions_in_compiler_config.h.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -# Required packages. +# Required devel packages. BuildRequires: gmp-devel BuildRequires: boost-devel >= %boost_version BuildRequires: qt-devel >= 3.0 BuildConflicts:qt-devel < 4 BuildRequires: zlib-devel BuildRequires: blas-devel lapack-devel +%if 0%fedora > 7 +BuildRequires: mpfr-devel +%endif + +# Required tools +BuildRequires: gawk # for chmod in prep: BuildRequires: coreutils @@ -104,7 +110,7 @@ source %{_sysconfdir}/profile.d/qt.sh --with-MPFR \ --with-QT3MT \ --with-REFBLASSHARED \ - --with-LAPACK \ + --with-DEFAULTLAPACK \ --with-OPENGL \ --disable-static @@ -225,6 +231,15 @@ rm -rf %{buildroot} %changelog +* Mon Sep 3 2007 Laurent Rineau - 3.3.1-1%{dist} +- New upstream bug-fixes release. + +* Fri Aug 24 2007 Laurent Rineau - 3.3-7%{dist} +- Add BR: mpfr since F-8. + +* Fri Aug 24 2007 Laurent Rineau - 3.3-6%{dist} +- Add BR: gawk + * Thu Aug 23 2007 Laurent Rineau - 3.3-5%{dist} - License: tag fixed. diff --git a/sources b/sources index 5a16042..fc5c5ac 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -d45186e2721e1e503a2838a5931d52c5 CGAL-3.3.tar.gz +733339b6b05b48d4c7934a6e735b6fc0 CGAL-3.3.1.tar.gz