diff --git a/.cvsignore b/.cvsignore index 15a8ca4..620fee5 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -libev-3.7.tar.gz +libev-3.8.tar.gz diff --git a/import.log b/import.log index a36bc3e..4796131 100644 --- a/import.log +++ b/import.log @@ -7,3 +7,4 @@ libev-3_6-1_fc11:HEAD:libev-3.6-1.fc11.src.rpm:1241077041 libev-3_60-1_fc11:HEAD:libev-3.60-1.fc11.src.rpm:1246282750 libev-3_70-1_fc11:HEAD:libev-3.70-1.fc11.src.rpm:1247825976 libev-3_70-2_fc11:HEAD:libev-3.70-2.fc11.src.rpm:1247863439 +libev-3_80-1_fc11:HEAD:libev-3.80-1.fc11.src.rpm:1249898792 diff --git a/libev.spec b/libev.spec index ef15b53..29984a5 100644 --- a/libev.spec +++ b/libev.spec @@ -1,8 +1,8 @@ -%define version_upstream 3.7 +%define version_upstream 3.8 Name: libev -Version: 3.70 -Release: 3%{?dist} +Version: 3.80 +Release: 1%{?dist} Summary: High-performance event loop/event model with lots of features Group: System Environment/Libraries @@ -12,7 +12,7 @@ Source0: http://dist.schmorp.de/libev/Attic/%{name}-%{version_upstream}.tar.gz Source1: %{name}.pc.in BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: automake17 +BuildRequires: automake libtool %description Libev is modelled (very losely) after libevent and the Event perl @@ -38,8 +38,8 @@ featureful. And also smaller. Development libraries. cp -p %{SOURCE1} . sed -i.pkgconfig -e 's|Makefile|Makefile libev.pc|' configure.ac configure sed -i.pkgconfig -e 's|lib_LTLIBRARIES|pkgconfigdir = $(libdir)/pkgconfig\n\npkgconfig_DATA = libev.pc\n\nlib_LTLIBRARIES|' Makefile.am Makefile.in -automake-1.7 -#touch -r +aclocal +automake %build @@ -85,6 +85,11 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Fri Aug 10 2009 Michal Nowak - 3.80-1 +- 3.8 +- always use the most recent automake +- BuildRequires now libtool + * Fri Jul 24 2009 Fedora Release Engineering - 3.70-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild diff --git a/sources b/sources index 7c7a9a9..4a391cc 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -8ad575ba379e3304b9b8b7e60a4ac0e0 libev-3.7.tar.gz +4897453c077056769777d43e5495ded1 libev-3.8.tar.gz