Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package libev for openSUSE:Factory checked in at 2024-03-02 23:20:35 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libev (Old) and /work/SRC/openSUSE:Factory/.libev.new.1770 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libev" Sat Mar 2 23:20:35 2024 rev:22 rq:1153468 version:4.33 Changes: -------- --- /work/SRC/openSUSE:Factory/libev/libev.changes 2023-10-12 23:39:53.440079285 +0200 +++ /work/SRC/openSUSE:Factory/.libev.new.1770/libev.changes 2024-03-02 23:20:42.397372342 +0100 @@ -1,0 +2,8 @@ +Thu Feb 29 16:15:33 UTC 2024 - pgaj...@suse.com + +- Use %autosetup macro. Allows to eliminate the usage of deprecated + %patchN +- modified patches + % libev-4.15_compiler_warnings.patch (refreshed) + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libev.spec ++++++ --- /var/tmp/diff_new_pack.KCdCPl/_old 2024-03-02 23:20:42.829387991 +0100 +++ /var/tmp/diff_new_pack.KCdCPl/_new 2024-03-02 23:20:42.829387991 +0100 @@ -1,7 +1,7 @@ # # spec file for package libev # -# 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 @@ -81,9 +81,7 @@ %if %{with signify} signify -V -p %{SOURCE3} -m %{SOURCE0} %endif -%setup -q -%patch0 -%patch1 -p1 +%autosetup -p1 %build CFLAGS="%{optflags} -fno-strict-aliasing -Wno-unused" ++++++ libev-4.15_compiler_warnings.patch ++++++ --- /var/tmp/diff_new_pack.KCdCPl/_old 2024-03-02 23:20:42.861389150 +0100 +++ /var/tmp/diff_new_pack.KCdCPl/_new 2024-03-02 23:20:42.865389295 +0100 @@ -1,7 +1,7 @@ Index: ev.c =================================================================== ---- ev.c.orig -+++ ev.c +--- a/ev.c ++++ b/ev.c @@ -577,7 +577,7 @@ struct signalfd_siginfo * This value is good at least till the year 4000. */ @@ -33,8 +33,8 @@ Index: ev_iouring.c =================================================================== ---- ev_iouring.c.orig -+++ ev_iouring.c +--- a/ev_iouring.c ++++ b/ev_iouring.c @@ -295,7 +295,7 @@ iouring_sqe_submit (EV_P_ struct io_urin EV_SQ_ARRAY [idx] = idx; ECB_MEMORY_FENCE_RELEASE;