Hello community,

here is the log from the commit of package cgal for openSUSE:Factory checked in 
at 2018-06-22 13:32:21
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/cgal (Old)
 and      /work/SRC/openSUSE:Factory/.cgal.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "cgal"

Fri Jun 22 13:32:21 2018 rev:16 rq:617705 version:4.12

Changes:
--------
--- /work/SRC/openSUSE:Factory/cgal/cgal.changes        2018-05-01 
23:40:10.136432234 +0200
+++ /work/SRC/openSUSE:Factory/.cgal.new/cgal.changes   2018-06-22 
13:32:27.205148603 +0200
@@ -1,0 +2,7 @@
+Mon Jun 18 17:59:24 UTC 2018 - [email protected]
+
+- Use correct BuildRequires for libboost_atomic-devel
+- Manually install documentation, %doc does not preserve symlinks
+- Cleanup
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ cgal.spec ++++++
--- /var/tmp/diff_new_pack.yAslEq/_old  2018-06-22 13:32:30.077042447 +0200
+++ /var/tmp/diff_new_pack.yAslEq/_new  2018-06-22 13:32:30.077042447 +0200
@@ -44,7 +44,7 @@
 BuildRequires:  gmp-devel
 BuildRequires:  lapack-devel
 BuildRequires:  libQt5OpenGL-devel >= 5.3
-BuildRequires:  libboost_atomic1_66_0-devel
+BuildRequires:  libboost_atomic-devel
 BuildRequires:  libboost_system-devel
 BuildRequires:  libboost_thread-devel
 BuildRequires:  libqt5-qtbase-devel >= 5.3
@@ -90,7 +90,6 @@
 Requires:       gmp-devel
 Requires:       lapack
 Requires:       mpfr-devel
-#Requires:       qt-devel
 Requires:       zlib-devel
 #For compatibility with package looking for our old name
 Provides:       libcgal-devel = %{version}
@@ -128,8 +127,7 @@
 export CFLAGS="%{optflags} -fPIE -pie"
 export CXXFLAGS="%{optflags} -fPIE -pie"
 %cmake \
-       -DCGAL_INSTALL_LIB_DIR=%{_lib} \
-       -DCMAKE_BUILD_TYPE=Release \
+       -DCGAL_INSTALL_LIB_DIR=%{_lib}
 
 make %{?_smp_mflags}
 
@@ -152,7 +150,10 @@
 # no macos here.
 rm %{buildroot}/%{_bindir}/cgal_make_macosx_app
 
-%fdupes doc_html
+install -d %{buildroot}/%{_docdir}/%{name}-doc/
+cp -a doc_html %{buildroot}/%{_docdir}/%{name}-doc/
+%fdupes %{buildroot}%{_docdir}/%{name}-doc/
+
 %fdupes %{buildroot}/%{_datadir}
 
 %post -n %{_libname} -p /sbin/ldconfig
@@ -186,6 +187,6 @@
 %files doc
 %license LICENSE*
 %doc AUTHORS CHANGES.md
-%doc doc_html
+%doc %{_docdir}/%{name}-doc/doc_html
 
 %changelog


Reply via email to