[packages/libaio] - updated to 0.3.113
qboosh
qboosh at pld-linux.org
Sun May 8 18:49:45 CEST 2022
commit 495ca9dcbb278535d41cdd2b86507811c76c5f0c
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date: Sun May 8 18:50:18 2022 +0200
- updated to 0.3.113
libaio-Werror.patch | 12 ++++++------
libaio.spec | 4 ++--
2 files changed, 8 insertions(+), 8 deletions(-)
---
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
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
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/libaio.git/commitdiff/495ca9dcbb278535d41cdd2b86507811c76c5f0c
More information about the pld-cvs-commit
mailing list