From: Jakub Bogusz Date: Sun, 8 May 2022 16:50:18 +0000 (+0200) Subject: - updated to 0.3.113 X-Git-Url: http://git.pld-linux.org/gitweb.cgi?a=commitdiff_plain;h=495ca9dcbb278535d41cdd2b86507811c76c5f0c;p=packages%2Flibaio.git - updated to 0.3.113 --- diff --git a/libaio-Werror.patch b/libaio-Werror.patch index 5544cdc..ecde916 100644 --- a/libaio-Werror.patch +++ b/libaio-Werror.patch @@ -1,11 +1,11 @@ ---- libaio-0.3.111/harness/Makefile.orig 2018-04-15 21:10:25.695931798 +0200 -+++ libaio-0.3.111/harness/Makefile 2018-04-15 21:24:00.559255827 +0200 -@@ -6,7 +6,7 @@ +--- libaio-0.3.113/harness/Makefile.orig 2022-05-08 18:26:19.927644311 +0200 ++++ libaio-0.3.113/harness/Makefile 2022-05-08 18:29:21.956658175 +0200 +@@ -6,7 +6,7 @@ PROGS:=$(PARTPROGS) $(EXTRAPROGS) HARNESS_SRCS:=main.c # io_queue.c --CFLAGS+=-Wall -Werror -I../src -g -O2 -DPAGE_SIZE=$(shell getconf PAGESIZE) -+CFLAGS+=-Wall -I../src -DPAGE_SIZE=$(shell getconf PAGESIZE) +-CFLAGS+=-Wall -Werror -I../src -g -O2 ++CFLAGS+=-Wall -I../src #-lpthread -lrt - all: $(PROGS) + # gcc-11 does not like the test case in 3.t that diff --git a/libaio.spec b/libaio.spec index cf04d06..42cdb85 100644 --- a/libaio.spec +++ b/libaio.spec @@ -5,12 +5,12 @@ Summary: Linux-native asynchronous I/O access library Summary(pl.UTF-8): Biblioteka natywnego dla Linuksa asynchronicznego dostępu do wejścia/wyjścia Name: libaio -Version: 0.3.112 +Version: 0.3.113 Release: 1 License: LGPL v2+ Group: Libraries Source0: https://releases.pagure.org/libaio/%{name}-%{version}.tar.gz -# Source0-md5: 1ba264947d05bd8e0f9dc9a9ed80cf3e +# Source0-md5: 7d5be185f20eeaae15e267419950aaf7 Patch0: %{name}-DESTDIR.patch Patch1: %{name}-Werror.patch Patch2: x32.patch