Hello community,

here is the log from the commit of package cgal for openSUSE:Factory checked in 
at 2017-02-09 11:16:53
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/cgal (Old)
 and      /work/SRC/openSUSE:Factory/.cgal.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "cgal"

Changes:
--------
--- /work/SRC/openSUSE:Factory/cgal/cgal.changes        2017-02-07 
12:05:52.297214510 +0100
+++ /work/SRC/openSUSE:Factory/.cgal.new/cgal.changes   2017-02-09 
11:16:54.320132022 +0100
@@ -1,0 +2,6 @@
+Tue Feb  7 11:13:52 UTC 2017 - jeng...@inai.de
+
+- Redo description and RPM groups
+- Rename %_soname to %_sover to better reflect its use
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ cgal.spec ++++++
--- /var/tmp/diff_new_pack.kO1jAF/_old  2017-02-09 11:16:55.379982025 +0100
+++ /var/tmp/diff_new_pack.kO1jAF/_new  2017-02-09 11:16:55.379982025 +0100
@@ -22,10 +22,9 @@
 #@TODO : split package in coherent parts
 #@TODO : rename parts (inspirated by sfcgal packaging)
 #@TODO : ask for rename and take into account the obsolete existant thing. 
like libcgal deps
-%define _soname 11
-%define _soversion 11.0.1
+%define _sover 11
 %define _sourcename CGAL
-%define _libname libCGAL%{_soname}
+%define _libname libCGAL%{_sover}
 %if 0%{?suse_version} >= 1320 || ( 0%{?suse_version} == 1315 && 
0%{?is_opensuse} ) 
 %define have_qt5 1
 %else
@@ -68,17 +67,13 @@
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
-CGAL is a collaborative effort of several sites in Europe and
-Israel. The goal is to make the most important of the solutions and
-methods developed in computational geometry available to users in
-industry and academia in a C++ library. The goal is to provide easy
-access to useful, reliable geometric algorithms.
-
-CGAL is used in various areas needing geometric computation, such as:
-computer graphics, scientific visualization, computer aided design
-and modeling, geographic information systems, molecular biology,
-medical imaging, robotics and motion planning, mesh generation,
-numerical methods.
+CGAL provides geometric algorithms in a C++ library.
+
+The library offers data structures and algorithms like
+triangulations, Voronoi diagrams, Boolean operations on polygons and
+polyhedra, point set processing, arrangements of curves, surface and
+volume mesh generation, geometry processing, alpha shapes, convex
+hull algorithms, shape analysis, AABB and KD trees.
 
 %package -n %{_libname}
 Summary:        Computational Geometry Algorithms Library
@@ -86,17 +81,18 @@
 Group:          System/Libraries
 
 %description -n %{_libname}
-Libraries for CGAL applications.
-CGAL is a collaborative effort of several sites in Europe and
-Israel. The goal is to make the most important of the solutions and
-methods developed in computational geometry available to users in
-industry and academia in a C++ library. The goal is to provide easy
-access to useful, reliable geometric algorithms.
+CGAL provides geometric algorithms in a C++ library.
+
+The library offers data structures and algorithms like
+triangulations, Voronoi diagrams, Boolean operations on polygons and
+polyhedra, point set processing, arrangements of curves, surface and
+volume mesh generation, geometry processing, alpha shapes, convex
+hull algorithms, shape analysis, AABB and KD trees.
 
 %package devel
 Summary:        Development files and tools for CGAL applications
 License:        GPL-3.0+ and LGPL-3.0+ and BSL-1.0
-Group:          Development/Libraries
+Group:          Development/Libraries/C and C++
 Requires:       %{_libname} = %{version}
 Requires:       blas
 Requires:       boost-devel
@@ -116,7 +112,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
-Group:          Development/Libraries
+Group:          Development/Libraries/C and C++
 Requires:       %{name}-devel = %{version}
 BuildArch:      noarch
 
@@ -177,15 +173,11 @@
 %files -n %{_libname}
 %defattr(-,root,root,-)
 %doc AUTHORS CHANGES LICENSE*
-%{_libdir}/libCGAL.so.%{_soversion}
-%{_libdir}/libCGAL.so.%{_soname}
-%{_libdir}/libCGAL_Core.so.%{_soversion}
-%{_libdir}/libCGAL_Core.so.%{_soname}
-%{_libdir}/libCGAL_ImageIO.so.%{_soversion}
-%{_libdir}/libCGAL_ImageIO.so.%{_soname}
+%{_libdir}/libCGAL.so.%{_sover}*
+%{_libdir}/libCGAL_Core.so.%{_sover}*
+%{_libdir}/libCGAL_ImageIO.so.%{_sover}*
 %if %{have_qt5}
-%{_libdir}/libCGAL_Qt5.so.%{_soversion}
-%{_libdir}/libCGAL_Qt5.so.%{_soname}
+%{_libdir}/libCGAL_Qt5.so.%{_sover}*
 %endif
 
 %files devel


Reply via email to