Hello community,

here is the log from the commit of package cgal for openSUSE:Factory checked in 
at 2018-04-30 22:53:26
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/cgal (Old)
 and      /work/SRC/openSUSE:Factory/.cgal.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "cgal"

Mon Apr 30 22:53:26 2018 rev:14 rq:601504 version:4.12

Changes:
--------
--- /work/SRC/openSUSE:Factory/cgal/cgal.changes        2018-02-27 
17:00:38.926208416 +0100
+++ /work/SRC/openSUSE:Factory/.cgal.new/cgal.changes   2018-04-30 
22:54:00.263263815 +0200
@@ -1,0 +2,12 @@
+Thu Apr 26 10:02:46 UTC 2018 - [email protected]
+
+- Remove cgal-4.11-opengl-es-arm.patch: upstreamed
+- Update to 4.12:
+  * New 2D Movable Separability of Sets
+  * Classification: algorithm that classifies a data set into a
+    user-defined set of labels
+  * Removed Kinetic Data Structures
+  * See https://www.cgal.org/2018/04/25/cgal412/ for a complete
+    list of changes
+
+-------------------------------------------------------------------

Old:
----
  CGAL-4.11.1-doc_html.tar.xz
  CGAL-4.11.1.tar.xz
  cgal-4.11-opengl-es-arm.patch

New:
----
  CGAL-4.12-doc_html.tar.xz
  CGAL-4.12.tar.xz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ cgal.spec ++++++
--- /var/tmp/diff_new_pack.WOXopZ/_old  2018-04-30 22:54:01.755209378 +0200
+++ /var/tmp/diff_new_pack.WOXopZ/_new  2018-04-30 22:54:01.759209232 +0200
@@ -26,17 +26,16 @@
 %define _sourcename CGAL
 %define _libname libCGAL%{_sover}
 Name:           cgal
-Version:        4.11.1
+Version:        4.12
 Release:        0
 Summary:        Computational Geometry Algorithms Library
-License:        GPL-3.0+ AND LGPL-3.0+
+License:        GPL-3.0-or-later AND LGPL-3.0-or-later
 Group:          Productivity/Graphics/CAD
 Url:            http://www.cgal.org/
 # You will need to update the magic numbers from the download urls on updating
 Source0:        
https://github.com/CGAL/cgal/releases/download/releases%%2FCGAL-%{version}/CGAL-%{version}.tar.xz
 Source1:        
https://github.com/CGAL/cgal/releases/download/releases%%2FCGAL-%{version}/CGAL-%{version}-doc_html.tar.xz
 Source2:        cgal-rpmlintrc
-Patch0:         cgal-4.11-opengl-es-arm.patch
 BuildRequires:  blas-devel
 BuildRequires:  cmake >= 2.8.11
 BuildRequires:  fdupes
@@ -44,17 +43,18 @@
 BuildRequires:  glu-devel
 BuildRequires:  gmp-devel
 BuildRequires:  lapack-devel
-BuildRequires:  mpfr-devel
-BuildRequires:  xz
-BuildRequires:  zlib-devel
-Requires:       libcgal-devel = %{version}
 BuildRequires:  libQt5OpenGL-devel >= 5.3
+BuildRequires:  libboost_atomic1_66_0-devel
 BuildRequires:  libboost_system-devel
 BuildRequires:  libboost_thread-devel
 BuildRequires:  libqt5-qtbase-devel >= 5.3
 BuildRequires:  libqt5-qtscript-devel >= 5.3
 BuildRequires:  libqt5-qtsvg-devel >= 5.3
 BuildRequires:  libqt5-qttools-devel >= 5.3
+BuildRequires:  mpfr-devel
+BuildRequires:  xz
+BuildRequires:  zlib-devel
+Requires:       libcgal-devel = %{version}
 
 %description
 CGAL provides geometric algorithms in a C++ library.
@@ -67,7 +67,7 @@
 
 %package -n %{_libname}
 Summary:        Computational Geometry Algorithms Library
-License:        GPL-3.0+ AND LGPL-3.0+
+License:        GPL-3.0-or-later AND LGPL-3.0-or-later
 Group:          System/Libraries
 
 %description -n %{_libname}
@@ -81,7 +81,7 @@
 
 %package devel
 Summary:        Development files and tools for CGAL applications
-License:        GPL-3.0+ AND LGPL-3.0+ AND BSL-1.0
+License:        GPL-3.0-or-later AND LGPL-3.0-or-later AND BSL-1.0
 Group:          Development/Libraries/C and C++
 Requires:       %{_libname} = %{version}
 Requires:       blas
@@ -101,7 +101,7 @@
 
 %package demo-examples-devel
 Summary:        Example & demo files for CGAL library usage
-License:        GPL-3.0+ AND LGPL-3.0+ AND BSL-1.0 AND MIT
+License:        GPL-3.0-or-later AND LGPL-3.0-or-later AND BSL-1.0 AND MIT
 Group:          Development/Libraries/C and C++
 Requires:       %{name}-devel = %{version}
 BuildArch:      noarch
@@ -113,7 +113,7 @@
 
 %package doc
 Summary:        Documentation CGAL algorithms
-License:        GPL-3.0+ AND LGPL-3.0+
+License:        GPL-3.0-or-later AND LGPL-3.0-or-later
 Group:          Documentation/HTML
 BuildArch:      noarch
 
@@ -123,7 +123,6 @@
 %prep
 %setup -q -n CGAL-%{version}
 tar -xJf %{SOURCE1}
-%patch0 -p1
 
 %build
 export LDFLAGS="-Wl,-z,relro,-z,now -pie"
@@ -161,29 +160,33 @@
 %postun -n %{_libname} -p /sbin/ldconfig
 
 %files -n %{_libname}
-%doc AUTHORS CHANGES LICENSE*
+%license LICENSE*
+%doc AUTHORS CHANGES.md
 %{_libdir}/libCGAL.so.%{_sover}*
 %{_libdir}/libCGAL_Core.so.%{_sover}*
 %{_libdir}/libCGAL_ImageIO.so.%{_sover}*
 %{_libdir}/libCGAL_Qt5.so.%{_sover}*
 
 %files devel
-%doc AUTHORS CHANGES LICENSE*
+%license LICENSE*
+%doc AUTHORS CHANGES.md
 %{_includedir}/CGAL
 %{_libdir}/libCGAL.so
 %{_libdir}/libCGAL_Core.so
 %{_libdir}/libCGAL_ImageIO.so
 %{_libdir}/libCGAL_Qt5.so
-%{_libdir}/CGAL
+%{_libdir}/cmake/CGAL
 %{_bindir}/*
-%{_mandir}/man1/cgal_create_cmake_script.1*
+%{_mandir}/man1/cgal_create_cmake_script.1%{?ext_man}
 
 %files demo-examples-devel
-%doc AUTHORS CHANGES LICENSE*
+%license LICENSE*
+%doc AUTHORS CHANGES.md
 %{_datadir}/CGAL
 
 %files doc
-%doc AUTHORS CHANGES LICENSE*
+%license LICENSE*
+%doc AUTHORS CHANGES.md
 %doc doc_html
 
 %changelog

++++++ CGAL-4.11.1-doc_html.tar.xz -> CGAL-4.12-doc_html.tar.xz ++++++
/work/SRC/openSUSE:Factory/cgal/CGAL-4.11.1-doc_html.tar.xz 
/work/SRC/openSUSE:Factory/.cgal.new/CGAL-4.12-doc_html.tar.xz differ: char 26, 
line 1

++++++ CGAL-4.11.1-doc_html.tar.xz -> CGAL-4.12.tar.xz ++++++
/work/SRC/openSUSE:Factory/cgal/CGAL-4.11.1-doc_html.tar.xz 
/work/SRC/openSUSE:Factory/.cgal.new/CGAL-4.12.tar.xz differ: char 25, line 1


Reply via email to