Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package libArcus for openSUSE:Factory 
checked in at 2023-07-07 15:47:44
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libArcus (Old)
 and      /work/SRC/openSUSE:Factory/.libArcus.new.23466 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libArcus"

Fri Jul  7 15:47:44 2023 rev:20 rq:1097416 version:4.13.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/libArcus/libArcus.changes        2022-07-06 
15:41:56.654512338 +0200
+++ /work/SRC/openSUSE:Factory/.libArcus.new.23466/libArcus.changes     
2023-07-07 15:49:01.664806223 +0200
@@ -1,0 +2,12 @@
+Thu Jul  6 14:26:42 UTC 2023 - Stefan Brüns <[email protected]>
+
+- Remove explicit --std=c++11 in example compile flags, keep c++17
+  default required by absl.
+
+-------------------------------------------------------------------
+Sat Jul  1 00:14:47 UTC 2023 - Stefan Brüns <[email protected]>
+
+- Depend on python3-sip4-devel explicitly, as it no longer
+  provides python3-sip-devel.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ libArcus.spec ++++++
--- /var/tmp/diff_new_pack.p25icM/_old  2023-07-07 15:49:02.176809273 +0200
+++ /var/tmp/diff_new_pack.p25icM/_new  2023-07-07 15:49:02.180809297 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libArcus
 #
-# Copyright (c) 2022 SUSE LLC
+# Copyright (c) 2023 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -33,13 +33,10 @@
 BuildRequires:  cmake >= 3.6
 BuildRequires:  gcc-c++
 BuildRequires:  protobuf-devel >= 3.0.0
+BuildRequires:  python3-devel
 BuildRequires:  python3-packaging
-BuildRequires:  python3-sip-devel < 5
-%if 0%{?suse_version} >= 1550 || 0%{?sle_version} > 150300
 BuildRequires:  python3-qt5-sip
-%else
-BuildRequires:  python3-sip
-%endif
+BuildRequires:  python3-sip4-devel
 
 %description
 Communication library between internal components for Ultimaker software
@@ -58,7 +55,7 @@
 Group:          Development/Libraries/C and C++
 Requires:       libArcus%{sover} = %{version}
 Requires:       protobuf-devel >= 3.0.0
-Requires:       python3-sip-devel < 5
+Requires:       python3-sip4-devel < 5
 
 %description devel
 The %{name}-devel package includes the header files, libraries and development
@@ -68,17 +65,15 @@
 Summary:        Python bindings for libArcus
 Group:          Development/Languages/Python
 Requires:       libArcus-Ultimaker
-%if 0%{?suse_version} >= 1550 || 0%{?sle_version} > 150300
 Requires:       python3-qt5-sip
-%else
-Requires:       python3-sip
-%endif
 
 %description -n python3-Arcus
 Python bindings for the Arcus communication library.
 
 %prep
 %autosetup -n %{name}-%{sversion} -p1
+# Do not override C++17 default with C++11
+sed -i -e '/COMPILE_FLAGS.*c++11/ d' examples/CMakeLists.txt
 
 %build
 %cmake

Reply via email to