[CGAL] New upstream release: bug-fix release CGAL-4.0.2

Laurent Rineau rineau at fedoraproject.org
Wed Jul 4 19:43:17 UTC 2012


commit 132ea554c2e5d435238226c1f2e8708749dccd8e
Author: Laurent Rineau <git>
Date:   Wed Jul 4 21:43:02 2012 +0200

    New upstream release: bug-fix release CGAL-4.0.2

 .gitignore           |    1 +
 CGAL-4.0-gcc47.patch |   21 ---------------------
 CGAL.spec            |   24 ++++++++++++------------
 sources              |    2 +-
 4 files changed, 14 insertions(+), 34 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 9640f75..077de68 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,4 @@ CGAL-3.6.1.tar.xz
 /CGAL-4.0-alpha5.tar.xz
 /CGAL-4.0-beta1.tar.xz
 /CGAL-4.0.tar.xz
+/CGAL-4.0.2.tar.xz
diff --git a/CGAL.spec b/CGAL.spec
index bd627d9..50818ca 100644
--- a/CGAL.spec
+++ b/CGAL.spec
@@ -9,11 +9,11 @@
 %global alphatag %{nil}
 %global alphaname %{nil}
 #global alphaname -%{alphatag}
-%global gforgedlnumber 30385
+%global gforgedlnumber 31176
 
 Name:           CGAL
-Version:        4.0
-Release:        3%{?dist}
+Version:        4.0.2
+Release:        1%{?dist}
 Summary:        Computational Geometry Algorithms Library
 
 Group:          System Environment/Libraries
@@ -22,9 +22,6 @@ URL:            http://www.cgal.org/
 Source0:        https://gforge.inria.fr/frs/download.php/%{gforgedlnumber}/%{name}-%{version}%{alphaname}.tar.xz
 Source10:       CGAL-README.Fedora
 
-# Upstream patch. Taken from CGAL Subversion repository.
-Patch0:         CGAL-4.0-gcc47.patch
-
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 # Required devel packages.
@@ -72,13 +69,12 @@ CGAL algorithms.
 %prep
 %setup -q -n %{name}-%{version}%{alphaname}
 
-%patch0 -p1 -b .gcc47
-
 # Fix some file permissions
-chmod a-x demo/Stream_lines_2/CMakeLists.txt
-chmod a-x demo/Alpha_shapes_2/about_Alpha_shapes_2.html
-chmod a-x demo/Snap_rounding_2/CMakeLists.txt
-chmod a-x demo/Spatial_searching_2/NearestNeighbor.h
+chmod a-x include/CGAL/export/ImageIO.h
+chmod a-x include/CGAL/export/CORE.h
+chmod a-x include/CGAL/internal/Static_filters/Equal_3.h
+chmod a-x include/CGAL/export/Qt4.h
+chmod a-x include/CGAL/export/CGAL.h
 
 # Install README.Fedora here, to include it in %%doc
 install -p -m 644 %{SOURCE10} ./README.Fedora
@@ -142,6 +138,10 @@ rm -rf %{buildroot}
 %exclude %{_datadir}/CGAL/*/*/skip_vcproj_auto_generation
 
 %changelog
+* Wed Jul  4 2012 Laurent Rineau <Laurent.Rineau__fedora at normalesup.org> - 4.0.2-1
+- New upstream release: bug-fix release CGAL-4.0.2
+- Remove the patch CGAL-4.0-gcc47.patch (upstreamed)
+
 * Thu Jun 14 2012 Laurent Rineau <Laurent.Rineau__fedora at normalesup.org> - 4.0-3
 - Add a patch to fix the compilation of an undocumented header with gcc-4.7
 
diff --git a/sources b/sources
index 218b1c4..1526bcd 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-ba500e8f853e0addebd04acea5cac072  CGAL-4.0.tar.xz
+38c3ebb2249d43a84733bc33f3fdfa20  CGAL-4.0.2.tar.xz


More information about the scm-commits mailing list