diff --git a/import.log b/import.log index c76a9ba..c501eef 100644 --- a/import.log +++ b/import.log @@ -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 diff --git a/libev.spec b/libev.spec index 459d963..a90da3e 100644 --- a/libev.spec +++ b/libev.spec @@ -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 - 3.70-1 +- v3.7 +- list libev soname explicitly + * Mon Jun 29 2009 Michal Nowak - 3.60-1 - previous version was called "3.6" but this is broken update path wrt version "3.53" -- thus bumping to "3.60"