Update to 4.25
Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
This commit is contained in:
parent
1d7c0d9a8a
commit
361f5efc2c
1
.gitignore
vendored
1
.gitignore
vendored
@ -10,3 +10,4 @@ libev-3.9.tar.gz
|
||||
/libev-4.22.tar.gz
|
||||
/libev-4.23.tar.gz
|
||||
/libev-4.24.tar.gz
|
||||
/libev-4.25.tar.gz
|
||||
|
11
libev.spec
11
libev.spec
@ -3,7 +3,7 @@
|
||||
|
||||
Name: libev
|
||||
Summary: High-performance event loop/event model with lots of features
|
||||
Version: 4.24
|
||||
Version: 4.25
|
||||
Release: 7%{?dist}
|
||||
License: BSD or GPLv2+
|
||||
URL: http://software.schmorp.de/pkg/libev.html
|
||||
@ -45,9 +45,7 @@ libevent.
|
||||
|
||||
%package source
|
||||
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
|
||||
@ -65,8 +63,8 @@ autoreconf -vfi
|
||||
make check
|
||||
|
||||
%install
|
||||
make install DESTDIR=%{buildroot} INSTALL="install -p"
|
||||
rm -rf %{buildroot}%{_libdir}/%{name}.la
|
||||
%make_install
|
||||
rm -vf %{buildroot}%{_libdir}/%{name}.la
|
||||
|
||||
# Make the source package
|
||||
mkdir -p %{inst_srcdir}
|
||||
@ -93,6 +91,9 @@ install -p -m 0644 Changes ev.pod LICENSE README %{inst_srcdir}
|
||||
%{source_dir}
|
||||
|
||||
%changelog
|
||||
* Mon Dec 24 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 4.25-7
|
||||
- Update to 4.25
|
||||
|
||||
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 4.24-7
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (libev-4.24.tar.gz) = e4cb3b5dd4b9828d5b8da840c73ae4604258a8c4330aafa5472298b83bf944628f36918f0ddd47d9069d255639f0b24a2cf8d349f0644ffd50de823bcb54a31a
|
||||
SHA512 (libev-4.25.tar.gz) = 83455d4dcb626a28d8477aaea27cdee6bc88b273fae926a57eed9f6a59d4b0ea2eef0f41ad09ff711aea2956ed83a591aa53cfe8aa242f7d0a4da19180d764c4
|
||||
|
Loading…
Reference in New Issue
Block a user