- Updated to latest stable upstream version: 1.4.14b
This commit is contained in:
parent
c3ac8b259c
commit
6a1de8cf5f
@ -7,3 +7,4 @@ libevent-1.4.5-stable.tar.gz
|
||||
libevent-1.4.10-stable.tar.gz
|
||||
libevent-1.4.12-stable.tar.gz
|
||||
libevent-1.4.13-stable.tar.gz
|
||||
libevent-1.4.14b-stable.tar.gz
|
||||
|
||||
@ -1,22 +0,0 @@
|
||||
diff -up libevent-1.4.12-stable/configure.in.orig libevent-1.4.12-stable/configure.in
|
||||
--- libevent-1.4.12-stable/configure.in.orig 2009-07-24 22:16:55.000000000 -0400
|
||||
+++ libevent-1.4.12-stable/configure.in 2009-08-18 15:54:26.925112000 -0400
|
||||
@@ -138,8 +138,6 @@ AC_HEADER_TIME
|
||||
dnl Checks for library functions.
|
||||
AC_CHECK_FUNCS(gettimeofday vasprintf fcntl clock_gettime strtok_r strsep getaddrinfo getnameinfo strlcpy inet_ntop signal sigaction strtoll)
|
||||
|
||||
-AC_CHECK_SIZEOF(long)
|
||||
-
|
||||
if test "x$ac_cv_func_clock_gettime" = "xyes"; then
|
||||
AC_DEFINE(DNS_USE_CPU_CLOCK_FOR_ID, 1, [Define if clock_gettime is available in libc])
|
||||
else
|
||||
@@ -309,9 +307,6 @@ AC_CHECK_TYPES([uint64_t, uint32_t, uint
|
||||
#ifdef HAVE_SYS_TYPES_H
|
||||
#include <sys/types.h>
|
||||
#endif])
|
||||
-AC_CHECK_SIZEOF(long long)
|
||||
-AC_CHECK_SIZEOF(int)
|
||||
-AC_CHECK_SIZEOF(short)
|
||||
AC_CHECK_TYPES([struct in6_addr], , ,
|
||||
[#ifdef WIN32
|
||||
#include <winsock2.h>
|
||||
@ -1,6 +1,6 @@
|
||||
Name: libevent
|
||||
Version: 1.4.13
|
||||
Release: 2%{?dist}
|
||||
Version: 1.4.14b
|
||||
Release: 1%{?dist}
|
||||
Summary: Abstract asynchronous event notification library
|
||||
|
||||
Group: System Environment/Libraries
|
||||
@ -106,6 +106,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_docdir}/%{name}-devel-%{version}/sample/*
|
||||
|
||||
%changelog
|
||||
* Tue Jun 22 2010 Steve Dickson <steved@redhat.com> 1.4.14b-1
|
||||
- Updated to latest stable upstream version: 1.4.14b
|
||||
|
||||
* Fri May 21 2010 Tom "spot" Callaway <tcallawa@redhat.com> 1.4.13-2
|
||||
- disable static libs (bz 556067)
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user