Sync from SUSE:SLFO:Main libev revision d762df2b2a24149ca67296f8c9af11f8

This commit is contained in:
Adrian Schröter 2024-10-03 17:28:31 +02:00
parent 0c01e18298
commit a763ce1384
4 changed files with 22 additions and 9 deletions

View File

@ -1,7 +1,7 @@
Index: ev.c Index: ev.c
=================================================================== ===================================================================
--- ev.c.orig --- a/ev.c
+++ ev.c +++ b/ev.c
@@ -577,7 +577,7 @@ struct signalfd_siginfo @@ -577,7 +577,7 @@ struct signalfd_siginfo
* This value is good at least till the year 4000. * This value is good at least till the year 4000.
*/ */
@ -33,8 +33,8 @@ Index: ev.c
Index: ev_iouring.c Index: ev_iouring.c
=================================================================== ===================================================================
--- ev_iouring.c.orig --- a/ev_iouring.c
+++ ev_iouring.c +++ b/ev_iouring.c
@@ -295,7 +295,7 @@ iouring_sqe_submit (EV_P_ struct io_urin @@ -295,7 +295,7 @@ iouring_sqe_submit (EV_P_ struct io_urin
EV_SQ_ARRAY [idx] = idx; EV_SQ_ARRAY [idx] = idx;
ECB_MEMORY_FENCE_RELEASE; ECB_MEMORY_FENCE_RELEASE;

View File

@ -1,2 +1,2 @@
untrusted comment: verify with dist.schmorp.de.pub untrusted comment: see http://dist.schmorp.de/signing-key.txt
RWSUBDizLm/GKUmIcR8BOw/6a/jcHO2l5Nz/fiZjqfL9B6GWcU3sHGCzBCclRe47gMd0xWvaGmIcxaXL8XVNA1/9qpLPJQ9Z9Q8= RWSUBDizLm/GKUmIcR8BOw/6a/jcHO2l5Nz/fiZjqfL9B6GWcU3sHGCzBCclRe47gMd0xWvaGmIcxaXL8XVNA1/9qpLPJQ9Z9Q8=

View File

@ -1,3 +1,18 @@
-------------------------------------------------------------------
Thu Feb 29 16:15:33 UTC 2024 - pgajdos@suse.com
- Use %autosetup macro. Allows to eliminate the usage of deprecated
%patchN
- modified patches
% libev-4.15_compiler_warnings.patch (refreshed)
-------------------------------------------------------------------
Thu Oct 12 10:17:23 UTC 2023 - pgajdos@suse.com
- changed comment in sig file
- modified sources
% libev-4.33.tar.gz.sig
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Oct 3 13:50:30 UTC 2023 - pgajdos@suse.com Tue Oct 3 13:50:30 UTC 2023 - pgajdos@suse.com

View File

@ -1,7 +1,7 @@
# #
# spec file for package libev # 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 # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -81,9 +81,7 @@ This package holds the development files for libev.
%if %{with signify} %if %{with signify}
signify -V -p %{SOURCE3} -m %{SOURCE0} signify -V -p %{SOURCE3} -m %{SOURCE0}
%endif %endif
%setup -q %autosetup -p1
%patch0
%patch1 -p1
%build %build
CFLAGS="%{optflags} -fno-strict-aliasing -Wno-unused" CFLAGS="%{optflags} -fno-strict-aliasing -Wno-unused"