Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package parzip for openSUSE:Factory checked 
in at 2024-02-16 21:41:56
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/parzip (Old)
 and      /work/SRC/openSUSE:Factory/.parzip.new.1815 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "parzip"

Fri Feb 16 21:41:56 2024 rev:5 rq:1146957 version:1.4.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/parzip/parzip.changes    2023-04-12 
12:52:25.397220535 +0200
+++ /work/SRC/openSUSE:Factory/.parzip.new.1815/parzip.changes  2024-02-16 
21:42:01.736993007 +0100
@@ -1,0 +2,5 @@
+Thu Feb 15 20:11:07 UTC 2024 - Luigi Baldoni <aloi...@gmx.com>
+
+- Use g++11 on Leap
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ parzip.spec ++++++
--- /var/tmp/diff_new_pack.cT6vOP/_old  2024-02-16 21:42:02.137007439 +0100
+++ /var/tmp/diff_new_pack.cT6vOP/_new  2024-02-16 21:42:02.137007439 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package parzip
 #
-# Copyright (c) 2023 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
@@ -24,8 +24,11 @@
 Group:          Productivity/Archiving/Compression
 URL:            https://github.com/jpakkane/parzip
 Source0:        %{url}/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
-
+%if 0%{?suse_version} > 1500
 BuildRequires:  c++_compiler
+%else
+BuildRequires:  gcc11-c++
+%endif
 BuildRequires:  meson
 BuildRequires:  pkgconfig
 BuildRequires:  pkgconfig(liblzma)
@@ -53,6 +56,8 @@
 %autosetup -p1
 
 %build
+export CXX=g++
+test -x "$(type -p g++-11)" && export CXX=g++-11
 %meson
 %meson_build
 

Reply via email to