Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package ZArchive for openSUSE:Factory checked in at 2023-05-05 15:59:07 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ZArchive (Old) and /work/SRC/openSUSE:Factory/.ZArchive.new.1533 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ZArchive" Fri May 5 15:59:07 2023 rev:2 rq:1085005 version:0.1.2+git20220908.d2c7177 Changes: -------- --- /work/SRC/openSUSE:Factory/ZArchive/ZArchive.changes 2023-05-01 18:51:15.373381930 +0200 +++ /work/SRC/openSUSE:Factory/.ZArchive.new.1533/ZArchive.changes 2023-05-05 15:59:24.296813832 +0200 @@ -1,0 +2,5 @@ +Fri May 5 09:23:19 UTC 2023 - Martin Pluskal <[email protected]> + +- Build also for Leap + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ZArchive.spec ++++++ --- /var/tmp/diff_new_pack.IdkZo8/_old 2023-05-05 15:59:24.812816788 +0200 +++ /var/tmp/diff_new_pack.IdkZo8/_new 2023-05-05 15:59:24.820816834 +0200 @@ -1,7 +1,7 @@ # -# spec file for package zarchive +# spec file for package ZArchive # -# 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 @@ -25,10 +25,13 @@ URL: https://github.com/Exzap/ZArchive Source0: ZArchive-%{version}.tar.xz BuildRequires: cmake >= 3.15 +%if 0%{?suse_version} < 1550 +BuildRequires: gcc12-c++ +%else BuildRequires: gcc-c++ >= 11 +%endif BuildRequires: pkgconfig(libzstd) - %description Program and library for handling ZArchive .zar files. ZArchive files are zstd-compressed file archives. @@ -49,14 +52,16 @@ %autosetup %build +%if 0%{?suse_version} < 1550 +export CXX=g++-12 +%endif %cmake %cmake_build %install %cmake_install -%post -n %{libpackage} -p /sbin/ldconfig -%postun -n %{libpackage} -p /sbin/ldconfig +%ldconfig_scriptlets -n %{libpackage} %files %license LICENSE
