Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package Coin4 for openSUSE:Factory checked 
in at 2024-01-07 21:40:38
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/Coin4 (Old)
 and      /work/SRC/openSUSE:Factory/.Coin4.new.28375 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "Coin4"

Sun Jan  7 21:40:38 2024 rev:2 rq:1137385 version:4.0.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/Coin4/Coin4.changes      2022-03-15 
19:05:14.780961393 +0100
+++ /work/SRC/openSUSE:Factory/.Coin4.new.28375/Coin4.changes   2024-01-07 
21:40:54.085326695 +0100
@@ -1,0 +2,12 @@
+Sat Jan  6 09:06:22 UTC 2024 - Stefan Brüns <[email protected]>
+
+- Update to version 4.0.2:
+  * Restore ABI compatibility to version 4.0.0
+- Update to version 4.0.1:
+  * For details, see
+    https://github.com/coin3d/coin/blob/Coin-4.0.0/NEWS
+- Drop upstream patches:
+  * Coin4-versioned.patch
+  * 0001-Add-missing-libdl-link-library-for-dlopen.patch
+
+-------------------------------------------------------------------

Old:
----
  0001-Add-missing-libdl-link-library-for-dlopen.patch
  Coin4-versioned.patch
  coin-4.0.0-src.tar.gz

New:
----
  coin-4.0.2-src.tar.gz

BETA DEBUG BEGIN:
  Old:  * Coin4-versioned.patch
  * 0001-Add-missing-libdl-link-library-for-dlopen.patch
  Old:- Drop upstream patches:
  * Coin4-versioned.patch
  * 0001-Add-missing-libdl-link-library-for-dlopen.patch
BETA DEBUG END:

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

Other differences:
------------------
++++++ Coin4.spec ++++++
--- /var/tmp/diff_new_pack.XcKrQ1/_old  2024-01-07 21:40:55.073362635 +0100
+++ /var/tmp/diff_new_pack.XcKrQ1/_new  2024-01-07 21:40:55.077362781 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package Coin
 #
-# Copyright (c) 2022 SUSE LLC
+# Copyright (c) 2024 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,26 +17,23 @@
 
 
 %define soname 80
-%bcond_without docs
+%bcond_with docs
 
 Name:           Coin4
-Version:        4.0.0
+Version:        4.0.2
 Release:        0
 Summary:        Scene-graph based retain-mode 3D graphics library
 License:        BSD-3-Clause
 Group:          Development/Libraries/C and C++
 URL:            https://github.com/coin3d/coin/wiki
-Source0:        
https://github.com/coin3d/coin/releases/download/Coin-%{version}/coin-%{version}-src.tar.gz
-# X-OPENSUSE-PATCH: Coin60.patch -- hack around library policy names
-Patch1:         Coin4-versioned.patch
+Source0:        
https://github.com/coin3d/coin/releases/download/v%{version}/coin-%{version}-src.tar.gz
 # PATCH-FIX-OPENSUSE -- direct GLX usage causes problems on Wayland (taken 
from Fedora)
 Patch2:         coin-no_glx.patch
-# PATCH-FIX-UPSTREAM
-Patch3:         0001-Add-missing-libdl-link-library-for-dlopen.patch
 BuildRequires:  c++_compiler
 BuildRequires:  cmake
 %if %{with docs}
 BuildRequires:  doxygen
+BuildRequires:  graphviz
 %endif
 BuildRequires:  fdupes
 BuildRequires:  fontconfig-devel
@@ -107,10 +104,12 @@
 sed -i '/^#include <Inventor\/C\/basic.h>$/i #include 
<Inventor/C/errors/debugerror.h>' include/Inventor/SbBasic.h
 
 %build
+# DATADIR must be relative to _prefix, and the "4" is added automatically
 # default __builddir clashes with existing "build" dir
 %global __builddir my_build
 %cmake \
     -DCMAKE_INSTALL_DOCDIR=%{_docdir}/Coin \
+    -DCMAKE_INSTALL_DATADIR=share/Coin \
     -DHAVE_MULTIPLE_VERSION:BOOL=ON \
     -DCOIN_BUILD_SHARED_LIBS:BOOL=ON \
     -DCOIN_BUILD_TESTS:BOOL=ON \
@@ -135,7 +134,7 @@
 rm %{buildroot}%{_bindir}/coin-config
 
 # Remove build configuration
-rm -Rf %{buildroot}%{_datadir}/info/Coin*
+rm -Rf %{buildroot}%{_datadir}/Coin/conf
 
 %fdupes %{buildroot}/%{_prefix}
 
@@ -150,10 +149,9 @@
 %license COPYING
 %{_datadir}/%{name}
 %{_libdir}/libCoin.so.%{soname}*
-%{_libdir}/libCoin.so.*
 
 %files devel
-%doc AUTHORS ChangeLog FAQ NEWS README RELNOTES THANKS
+%doc AUTHORS ChangeLog FAQ NEWS README.md RELNOTES THANKS
 %license COPYING FAQ.legal
 %dir %{_includedir}/%{name}
 %{_includedir}/%{name}/Inventor/

++++++ coin-4.0.0-src.tar.gz -> coin-4.0.2-src.tar.gz ++++++
/work/SRC/openSUSE:Factory/Coin4/coin-4.0.0-src.tar.gz 
/work/SRC/openSUSE:Factory/.Coin4.new.28375/coin-4.0.2-src.tar.gz differ: char 
5, line 1

Reply via email to