Update to 4.22 (RHBZ #1234039)

Petr Pisar: Reverted patch to identify version and specified all
dependencies.
This commit is contained in:
Igor Gnatenko 2016-03-28 10:13:15 +02:00 committed by Petr Písař
parent 5b291d803a
commit 8be62820a2
3 changed files with 18 additions and 7 deletions

1
.gitignore vendored
View File

@ -7,3 +7,4 @@ libev-3.9.tar.gz
/libev-4.18.tar.gz
/libev-4.19.tar.gz
/libev-4.20.tar.gz
/libev-4.22.tar.gz

View File

@ -3,16 +3,23 @@
Name: libev
Summary: High-performance event loop/event model with lots of features
Version: 4.20
Release: 2%{?dist}
Version: 4.22
Release: 1%{?dist}
License: BSD or GPLv2+
URL: http://software.schmorp.de/pkg/libev.html
Source0: http://dist.schmorp.de/libev/Attic/%{name}-%{version}.tar.gz
Patch1: %{name}-%{version}-Respect-the-CFLAGS-if-defined.patch
Patch0: libev-4.20-Respect-the-CFLAGS-if-defined.patch
BuildRequires: autoconf
BuildRequires: automake
BuildRequires: coreutils
BuildRequires: findutils
BuildRequires: gcc
BuildRequires: libtool
BuildRequires: make
BuildRequires: tar
Provides: bundled(libecb) = 1.05
%description
Libev is modeled (very loosely) after libevent and the Event Perl
@ -45,15 +52,15 @@ Summary: High-performance event loop/event model with lots of features
%if 0%{?fedora} >= 12 || 0%{?rhel} > 5
BuildArch: noarch
%endif
Provides: bundled(libecb) = 1.05
%description source
This package contains the source code for libev.
%prep
%setup -q
%patch1 -p0
autoreconf -i
%autosetup -p0
autoreconf -vfi
%build
%configure --disable-static --with-pic
@ -93,6 +100,9 @@ install -p -m 0644 Changes ev.pod LICENSE README %{inst_srcdir}
%{source_dir}
%changelog
* Mon Mar 28 2016 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 4.22-1
- Update to 4.22 (RHBZ #1234039)
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 4.20-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild

View File

@ -1 +1 @@
1cac539cfc560f381a490c9fba940de9 libev-4.20.tar.gz
bf0007e37240103d3c2be80ca9bee3f9 libev-4.22.tar.gz