Hello community,

here is the log from the commit of package cgal for openSUSE:Factory checked in 
at 2016-01-16 11:57:14
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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        2015-11-24 
22:33:50.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.cgal.new/cgal.changes   2016-01-16 
11:57:21.000000000 +0100
@@ -1,0 +2,5 @@
+Sun Nov 22 11:38:55 UTC 2015 - [email protected]
+
+- fixed build for SLE-12 and some earlier releases
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ cgal.spec ++++++
--- /var/tmp/diff_new_pack.92wimJ/_old  2016-01-16 11:57:22.000000000 +0100
+++ /var/tmp/diff_new_pack.92wimJ/_new  2016-01-16 11:57:22.000000000 +0100
@@ -26,6 +26,11 @@
 %define _soversion 11.0.1
 %define _sourcename CGAL
 %define _libname libCGAL%{_soname}
+%if 0%{?suse_version} >= 1320 || ( 0%{?suse_version} == 1315 && 
0%{?is_opensuse} ) 
+%define have_qt5 1
+%else
+%define have_qt5 0
+%endif
 Name:           cgal
 Version:        4.7
 Release:        0
@@ -45,10 +50,12 @@
 BuildRequires:  glu-devel
 BuildRequires:  gmp-devel
 BuildRequires:  lapack-devel
+%if %{have_qt5}
 BuildRequires:  libqt5-qtbase-devel
 BuildRequires:  libqt5-qtscript-devel
 BuildRequires:  libqt5-qtsvg-devel
 BuildRequires:  libqt5-qttools-devel
+%endif
 BuildRequires:  mpfr-devel
 BuildRequires:  xz
 BuildRequires:  zlib-devel
@@ -171,8 +178,10 @@
 %{_libdir}/libCGAL_Core.so.%{_soname}
 %{_libdir}/libCGAL_ImageIO.so.%{_soversion}
 %{_libdir}/libCGAL_ImageIO.so.%{_soname}
+%if %{have_qt5}
 %{_libdir}/libCGAL_Qt5.so.%{_soversion}
 %{_libdir}/libCGAL_Qt5.so.%{_soname}
+%endif
 
 %files devel
 %defattr(-,root,root,-)
@@ -181,7 +190,9 @@
 %{_libdir}/libCGAL.so
 %{_libdir}/libCGAL_Core.so
 %{_libdir}/libCGAL_ImageIO.so
+%if %{have_qt5}
 %{_libdir}/libCGAL_Qt5.so
+%endif
 %{_libdir}/CGAL
 %{_bindir}/*
 %{_mandir}/man1/cgal_create_cmake_script.1*


Reply via email to