Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package gtk3 for openSUSE:Factory checked in at 2023-08-15 16:39:28 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/gtk3 (Old) and /work/SRC/openSUSE:Factory/.gtk3.new.11712 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gtk3" Tue Aug 15 16:39:28 2023 rev:187 rq:1103890 version:3.24.38 Changes: -------- --- /work/SRC/openSUSE:Factory/gtk3/gtk3.changes 2023-05-24 20:22:21.288176813 +0200 +++ /work/SRC/openSUSE:Factory/.gtk3.new.11712/gtk3.changes 2023-08-15 16:39:37.270829487 +0200 @@ -1,0 +2,6 @@ +Mon Aug 14 03:34:22 UTC 2023 - Yifan Jiang <yfji...@suse.com> + +- Do not use %autopatch to build on SLE where rpm version is not + ready for the macro. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gtk3.spec ++++++ --- /var/tmp/diff_new_pack.QMWUXe/_old 2023-08-15 16:39:38.350836853 +0200 +++ /var/tmp/diff_new_pack.QMWUXe/_new 2023-08-15 16:39:38.354836880 +0200 @@ -383,10 +383,19 @@ %autosetup -N -n %{_name}-%{version} %if "%{_lib}" == "lib64" cp -a %{SOURCE1} . +%if !0%{?sle_version} %autopatch -p1 0 +%else +%patch0 -p1 %endif +%endif + +%if !0%{?sle_version} # Apply patches 1 to 999 (1 >= 999) %autopatch -p1 -m 1 -M 999 +%else +%patch1 -p1 +%endif %build %meson \