commit f2cfe145e7d050544e18738d9db49a7c68e0dc15
Author: Jakub Bogusz <[email protected]>
Date:   Mon Sep 8 21:52:26 2014 +0200

    - updated to 4.18
    - added ac patch (fix generated configure syntax)

 libev-ac.patch | 10 ++++++++++
 libev.spec     |  6 ++++--
 2 files changed, 14 insertions(+), 2 deletions(-)
---
diff --git a/libev.spec b/libev.spec
index 771a262..73251b0 100644
--- a/libev.spec
+++ b/libev.spec
@@ -5,12 +5,13 @@
 Summary:       libev - an event notification library
 Summary(pl.UTF-8):     libev - biblioteka powiadamiajÄ…ca o zdarzeniach
 Name:          libev
-Version:       4.15
+Version:       4.18
 Release:       1
 License:       BSD or GPL v2+
 Group:         Libraries
 Source0:       http://dist.schmorp.de/libev/%{name}-%{version}.tar.gz
-# Source0-md5: 3a73f247e790e2590c01f3492136ed31
+# Source0-md5: e7baceb8e2a74cb29deb1e39d1fcf966
+Patch0:                %{name}-ac.patch
 URL:           http://software.schmorp.de/pkg/libev
 BuildRequires: autoconf >= 2.50
 BuildRequires: automake
@@ -57,6 +58,7 @@ Statyczna biblioteka libev.
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 %{__libtoolize}
diff --git a/libev-ac.patch b/libev-ac.patch
new file mode 100644
index 0000000..1464e8c
--- /dev/null
+++ b/libev-ac.patch
@@ -0,0 +1,10 @@
+--- libev-4.18/configure.ac.orig       2014-09-05 18:00:30.000000000 +0200
++++ libev-4.18/configure.ac    2014-09-08 21:41:51.550226360 +0200
+@@ -5,6 +5,7 @@
+ AC_CONFIG_SRCDIR([ev_epoll.c])
+ 
+ AM_INIT_AUTOMAKE(libev,4.18) dnl also update ev.h!
++
+ AC_CONFIG_HEADERS([config.h])
+ AM_MAINTAINER_MODE
+ 
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/libev.git/commitdiff/f2cfe145e7d050544e18738d9db49a7c68e0dc15

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to