[packages/libivykis] - updated to 0.42.4
hawk
hawk at pld-linux.org
Fri Jul 26 00:36:53 CEST 2019
commit 3e56477f9c0f9a63e6119903f23336e239355968
Author: Marcin Krol <hawk at tld-linux.org>
Date: Fri Jul 26 00:35:28 2019 +0200
- updated to 0.42.4
libivykis.spec | 6 +++---
x32.patch | 12 ++++++------
2 files changed, 9 insertions(+), 9 deletions(-)
---
diff --git a/libivykis.spec b/libivykis.spec
index e963a30..701f1d8 100644
--- a/libivykis.spec
+++ b/libivykis.spec
@@ -1,12 +1,12 @@
Summary: Wrapper over various OS'es implementation of I/O readiness notification facilities
Summary(pl.UTF-8): Obudowanie implementacji różnych OS-ów powiadamiania o dostępności we/wy
Name: libivykis
-Version: 0.42.3
-Release: 5
+Version: 0.42.4
+Release: 1
License: LGPL v2.1
Group: Libraries
Source0: http://downloads.sourceforge.net/libivykis/ivykis-%{version}.tar.gz
-# Source0-md5: a9c0cc81f1e5e6c61aeb8acd100fd175
+# Source0-md5: 74f052910406c7b743ff0f6f04ac2f1d
Patch0: x32.patch
URL: http://libivykis.sourceforge.net/
BuildRequires: autoconf >= 2.59
diff --git a/x32.patch b/x32.patch
index db309e6..a7d0b39 100644
--- a/x32.patch
+++ b/x32.patch
@@ -1,11 +1,11 @@
---- ivykis-0.42.3/src/pthr.h~ 2018-05-04 08:05:07.000000000 +0200
-+++ ivykis-0.42.3/src/pthr.h 2019-02-09 20:05:14.835849535 +0100
+--- ivykis-0.42.4/src/pthr.h.orig 2019-07-26 00:32:52.426000000 +0200
++++ ivykis-0.42.4/src/pthr.h 2019-07-26 00:34:24.480000000 +0200
@@ -42,7 +42,7 @@
- * symbol because that causes it to be undefined even if you link
- * libpthread_nonshared.a in explicitly.
+ * we want to avoid "#pragma weak" for that symbol because that causes
+ * it to be undefined even if you link lib*_nonshared.a in explicitly.
*/
--#ifndef HAVE_LIBPTHREAD_NONSHARED
-+#if !defined(HAVE_LIBPTHREAD_NONSHARED) && !defined(__ILP32__)
+-#if !defined(HAVE_LIBC_NONSHARED) && !defined(HAVE_LIBPTHREAD_NONSHARED)
++#if !defined(HAVE_LIBC_NONSHARED) && !defined(HAVE_LIBPTHREAD_NONSHARED) && !defined(__ILP32__)
#pragma weak pthread_atfork
#endif
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/libivykis.git/commitdiff/3e56477f9c0f9a63e6119903f23336e239355968
More information about the pld-cvs-commit
mailing list