Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package fcft for openSUSE:Factory checked in at 2022-02-17 23:40:32 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/fcft (Old) and /work/SRC/openSUSE:Factory/.fcft.new.1958 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "fcft" Thu Feb 17 23:40:32 2022 rev:11 rq:955690 version:3.0.1 Changes: -------- --- /work/SRC/openSUSE:Factory/fcft/fcft.changes 2022-02-06 23:55:41.770248605 +0100 +++ /work/SRC/openSUSE:Factory/.fcft.new.1958/fcft.changes 2022-02-17 23:42:16.103700049 +0100 @@ -1,0 +2,7 @@ +Wed Feb 16 09:19:13 UTC 2022 - Antonio Larrosa <[email protected]> + +- Leap 15.4 uses python3.6 so the python3-dataclasses is + BuildRequired. Also, gcc-11 is enforced in Leap since gcc7 which + is used by default is too old + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ fcft.spec ++++++ --- /var/tmp/diff_new_pack.N65bYG/_old 2022-02-17 23:42:16.531700045 +0100 +++ /var/tmp/diff_new_pack.N65bYG/_new 2022-02-17 23:42:16.535700045 +0100 @@ -25,6 +25,10 @@ Group: Development/Libraries/C and C++ URL: https://codeberg.org/dnkl/fcft Source0: %{url}/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz +%if 0%{?sle_version} >= 150400 +BuildRequires: gcc11 +BuildRequires: python3-dataclasses +%endif BuildRequires: meson >= 0.54 BuildRequires: pkgconfig BuildRequires: python3 @@ -61,6 +65,9 @@ %autosetup -n %{name} %build +%if 0%{?sle_version} >= 150400 +export CC=gcc-11 +%endif %meson %meson_build
