Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package AusweisApp2 for openSUSE:Factory checked in at 2022-11-28 12:15:43 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/AusweisApp2 (Old) and /work/SRC/openSUSE:Factory/.AusweisApp2.new.1597 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "AusweisApp2" Mon Nov 28 12:15:43 2022 rev:20 rq:1038592 version:1.24.4 Changes: -------- --- /work/SRC/openSUSE:Factory/AusweisApp2/AusweisApp2.changes 2022-11-03 19:15:42.124542936 +0100 +++ /work/SRC/openSUSE:Factory/.AusweisApp2.new.1597/AusweisApp2.changes 2022-11-28 12:15:44.562573910 +0100 @@ -1,0 +2,5 @@ +Wed Nov 9 07:46:43 UTC 2022 - ecsos <ec...@opensuse.org> + +- Add BuildRequires, so it can also build for Leap >= 15.4. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ AusweisApp2.spec ++++++ --- /var/tmp/diff_new_pack.dmSUk8/_old 2022-11-28 12:15:45.302577484 +0100 +++ /var/tmp/diff_new_pack.dmSUk8/_new 2022-11-28 12:15:45.310577522 +0100 @@ -25,6 +25,11 @@ URL: https://www.ausweisapp.bund.de Source0: https://github.com/Governikus/AusweisApp2/archive/%{version}.tar.gz BuildRequires: cmake +%if 0%{?suse_version} > 1500 +BuildRequires: gcc-c++ +%else +BuildRequires: gcc11-c++ +%endif BuildRequires: fdupes BuildRequires: hicolor-icon-theme BuildRequires: libopenssl-1_1-devel @@ -57,6 +62,10 @@ %setup -q %build +%if 0%{?suse_version} <= 1500 +export CC=gcc-11 +export CXX=g++-11 +%endif export CFLAGS="%{optflags} -fPIC" export CXXFLAGS="%{optflags} -fPIC" %define __builder ninja