Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package zxing-cpp for openSUSE:Factory 
checked in at 2023-04-26 17:24:17
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/zxing-cpp (Old)
 and      /work/SRC/openSUSE:Factory/.zxing-cpp.new.1533 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "zxing-cpp"

Wed Apr 26 17:24:17 2023 rev:13 rq:1082701 version:2.0.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/zxing-cpp/zxing-cpp.changes      2023-02-04 
14:33:52.763982365 +0100
+++ /work/SRC/openSUSE:Factory/.zxing-cpp.new.1533/zxing-cpp.changes    
2023-04-26 17:24:53.133456671 +0200
@@ -1,0 +2,5 @@
+Tue Apr 25 08:56:24 UTC 2023 - Frederic Crozat <fcro...@suse.com>
+
+- Drop support for building on SLE12.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ zxing-cpp.spec ++++++
--- /var/tmp/diff_new_pack.CkWedK/_old  2023-04-26 17:24:53.549459098 +0200
+++ /var/tmp/diff_new_pack.CkWedK/_new  2023-04-26 17:24:53.553459121 +0200
@@ -27,15 +27,9 @@
 Source0:        %{url}/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
 Source99:       baselibs.conf
 
-BuildRequires:  pkgconfig
-# Use cmake3 package on SLE12 because cmake is too old (version 3.5)
-%if !0%{?is_opensuse} && 0%{?sle_version} < 150000
-BuildRequires:  cmake3-full >= 3.10
-BuildRequires:  gcc11-c++
-%else
 BuildRequires:  cmake >= 3.10
 BuildRequires:  gcc-c++
-%endif
+BuildRequires:  pkgconfig
 # only TW has fmt
 %if 0%{?suse_version} > 1500
 # For blackbox tests
@@ -71,14 +65,10 @@
 %autosetup -p1
 
 %build
-# Use g++-11 to build a C++17 codebase
 # Examples require QT5-base/multimedia, but doing so creates a cycle
 # Blackbox tests require fmt
 %cmake \
     -DBUILD_EXAMPLES=OFF \
-%if !0%{?is_opensuse} && 0%{?sle_version} < 150000
-    -DCMAKE_CXX_COMPILER=/usr/bin/g++-11 \
-%endif
 %if 0%{?suse_version} < 1550
     -DBUILD_BLACKBOX_TESTS=OFF
 %endif

Reply via email to