Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package adolc for openSUSE:Factory checked 
in at 2025-09-23 16:06:00
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/adolc (Old)
 and      /work/SRC/openSUSE:Factory/.adolc.new.27445 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "adolc"

Tue Sep 23 16:06:00 2025 rev:33 rq:1306469 version:2.7.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/adolc/adolc.changes      2025-04-28 
16:16:25.793389995 +0200
+++ /work/SRC/openSUSE:Factory/.adolc.new.27445/adolc.changes   2025-09-23 
16:06:19.289197604 +0200
@@ -1,0 +2,6 @@
+Sat Sep 20 12:00:58 UTC 2025 - Arjen de Korte <[email protected]>
+
+- libboost_system was removed upstream, fixes boo#1249973
+  * Patch adolc-remove-boost-system-library.patch
+
+-------------------------------------------------------------------

New:
----
  adolc-remove-boost-system-library.patch

----------(New B)----------
  New:- libboost_system was removed upstream, fixes boo#1249973
  * Patch adolc-remove-boost-system-library.patch
----------(New E)----------

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

Other differences:
------------------
++++++ adolc.spec ++++++
--- /var/tmp/diff_new_pack.RO1j7V/_old  2025-09-23 16:06:20.521249215 +0200
+++ /var/tmp/diff_new_pack.RO1j7V/_new  2025-09-23 16:06:20.521249215 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package adolc
 #
-# Copyright (c) 2025 SUSE LLC
+# Copyright (c) 2025 SUSE LLC and contributors
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -26,16 +26,14 @@
 Source0:        
https://github.com/coin-or/ADOL-C/archive/releases/%{version}.tar.gz#/%{name}-%{version}.tar.gz
 # from https://github.com/coin-or/ADOL-C/pull/47.patch
 Patch1:         handle-lib64-for-riscv64.patch
+Patch2:         adolc-remove-boost-system-library.patch
 BuildRequires:  ColPack-devel
+BuildRequires:  automake
+BuildRequires:  boost-devel
 BuildRequires:  gcc-c++
 BuildRequires:  libstdc++-devel
+BuildRequires:  libtool
 BuildRequires:  pkgconfig
-%if 0%{?suse_version} > 1325
-BuildRequires:  libboost_headers-devel
-BuildRequires:  libboost_system-devel
-%else
-BuildRequires:  boost-devel
-%endif
 
 %description
 ADOL-C (Automatic Differentiation by OverLoading in C++) facilitates
@@ -75,7 +73,7 @@
 %autosetup -p1 -n ADOL-C-releases-%{version}
 
 %build
-# autoreconf -v --install --force
+autoreconf -v --install --force
 %configure
 %make_build
 # cd ADOL-C/doc

++++++ adolc-remove-boost-system-library.patch ++++++
diff -purN a/configure.ac b/configure.ac
--- a/configure.ac      2020-02-01 21:29:37.000000000 +0100
+++ b/configure.ac      2025-09-20 13:36:16.485071534 +0200
@@ -347,8 +347,7 @@ CPPFLAGS="$CPPFLAGS $BOOST_CPPFLAGS"
 AC_LANG_PUSH([C++])
 AC_CHECK_HEADERS([boost/pool/pool_alloc.hpp])
 AC_LANG_POP([C++])
-AX_BOOST_SYSTEM
-LDFLAGS="$LDFLAGS $BOOST_LDFLAGS $BOOST_SYSTEM_LIB"
+LDFLAGS="$LDFLAGS $BOOST_LDFLAGS"
 fi
 
 if test "x$want_boost" = xyes -a "x$boost_new" = xyes -a 
"x$ac_cv_header_boost_pool_pool_alloc_hpp" = xyes -a "x$link_system" = xyes ; 
then

Reply via email to