This commit is contained in:
Michal Nowak 2009-07-17 10:19:20 +00:00
parent cb491980e3
commit 1b64e01a5f
2 changed files with 8 additions and 2 deletions

View File

@ -5,3 +5,4 @@ libev-3_52-1_fc10:HEAD:libev-3.52-1.fc10.src.rpm:1231367575
libev-3_53-1_fc11:HEAD:libev-3.53-1.fc11.src.rpm:1237457716
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

View File

@ -1,7 +1,7 @@
%define version_upstream 3.6
Name: libev
Version: 3.60
Version: 3.70
Release: 1%{?dist}
Summary: High-performance event loop/event model with lots of features
@ -72,7 +72,8 @@ rm -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root,-)
%doc Changes LICENSE README
%{_libdir}/%{name}.so.*
%{_libdir}/%{name}.so.3
%{_libdir}/%{name}.so.3.0.0
%{_mandir}/man?/*
@ -84,6 +85,10 @@ rm -rf $RPM_BUILD_ROOT
%changelog
* Fri Jul 17 2009 Michal Nowak <mnowak@redhat.com> - 3.70-1
- v3.7
- list libev soname explicitly
* Mon Jun 29 2009 Michal Nowak <mnowak@redhat.com> - 3.60-1
- previous version was called "3.6" but this is broken update
path wrt version "3.53" -- thus bumping to "3.60"