From 7b139e5532203a0aafc6cd2385a4b0752623e1ad Mon Sep 17 00:00:00 2001 From: Michal Nowak Date: Jan 10 2011 22:00:49 +0000 Subject: 4.01 --- diff --git a/.gitignore b/.gitignore index 937ecb6..9b64715 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ libev-3.9.tar.gz +/libev-4.01.tar.gz diff --git a/libev.spec b/libev.spec index 72b8a61..877e223 100644 --- a/libev.spec +++ b/libev.spec @@ -1,21 +1,19 @@ -%define version_upstream 3.9 - Name: libev -Version: 3.90 +Version: 4.01 Release: 1%{?dist} Summary: High-performance event loop/event model with lots of features Group: System Environment/Libraries License: BSD or GPLv2+ URL: http://software.schmorp.de/pkg/libev.html -Source0: http://dist.schmorp.de/libev/Attic/%{name}-%{version_upstream}.tar.gz +Source0: http://dist.schmorp.de/libev/Attic/%{name}-%{version}.tar.gz Source1: %{name}.pc.in BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: automake libtool %description -Libev is modelled (very losely) after libevent and the Event perl +Libev is modeled (very loosely) after libevent and the Event Perl module, but is faster, scales better and is more correct, and also more featureful. And also smaller. @@ -26,13 +24,13 @@ Requires: %{name} = %{version}-%{release} Requires: pkgconfig %description devel -Libev is modelled (very losely) after libevent and the Event perl +Libev is modeled (very loosely) after libevent and the Event Perl module, but is faster, scales better and is more correct, and also more featureful. And also smaller. Development libraries. %prep -%setup -q -n %{name}-%{version_upstream} +%setup -q # Add pkgconfig support cp -p %{SOURCE1} . @@ -72,8 +70,8 @@ rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc Changes LICENSE README -%{_libdir}/%{name}.so.3 -%{_libdir}/%{name}.so.3.0.0 +%{_libdir}/%{name}.so.4 +%{_libdir}/%{name}.so.4.0.0 %{_mandir}/man?/* @@ -85,6 +83,10 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Mon Jan 10 2011 Michal Nowak - 4.01-1 +- 4.01 +- fix grammar in %%description + * Sat Jan 2 2010 Michal Nowak - 3.90-1 - 3.9 diff --git a/sources b/sources index a3db61a..34ff2bb 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -40fe7d56d70db83cc0c22a6a68d87a96 libev-3.9.tar.gz +2a6e0d3d7eda7d54b39f3800b8279707 libev-4.01.tar.gz