Update to 4.24 (RHBZ #1408954)
Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>
This commit is contained in:
parent
576458105e
commit
98fc298148
1
.gitignore
vendored
1
.gitignore
vendored
@ -9,3 +9,4 @@ libev-3.9.tar.gz
|
||||
/libev-4.20.tar.gz
|
||||
/libev-4.22.tar.gz
|
||||
/libev-4.23.tar.gz
|
||||
/libev-4.24.tar.gz
|
||||
|
@ -3,7 +3,7 @@
|
||||
|
||||
Name: libev
|
||||
Summary: High-performance event loop/event model with lots of features
|
||||
Version: 4.23
|
||||
Version: 4.24
|
||||
Release: 1%{?dist}
|
||||
License: BSD or GPLv2+
|
||||
URL: http://software.schmorp.de/pkg/libev.html
|
||||
@ -79,8 +79,7 @@ install -p -m 0644 Changes ev.pod LICENSE README %{inst_srcdir}
|
||||
%files
|
||||
%license LICENSE
|
||||
%doc Changes README
|
||||
%{_libdir}/%{name}.so.4
|
||||
%{_libdir}/%{name}.so.4.0.0
|
||||
%{_libdir}/%{name}.so.4*
|
||||
|
||||
%files devel
|
||||
%{_includedir}/ev++.h
|
||||
@ -95,6 +94,9 @@ install -p -m 0644 Changes ev.pod LICENSE README %{inst_srcdir}
|
||||
%{source_dir}
|
||||
|
||||
%changelog
|
||||
* Wed Dec 28 2016 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 4.24-1
|
||||
- Update to 4.24 (RHBZ #1408954)
|
||||
|
||||
* Thu Nov 17 2016 Fabian Affolter <mail@fabian-.affolter.ch> - 4.23-1
|
||||
- Update to latest upstream release 4.23 (rhbz#1395925)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user