v3.60 -- mangling with version tag

This commit is contained in:
Michal Nowak 2009-06-29 13:43:53 +00:00
parent f8da1db321
commit cb491980e3
2 changed files with 10 additions and 3 deletions

View File

@ -4,3 +4,4 @@ libev-3_51-1_fc10:HEAD:libev-3.51-1.fc10.src.rpm:1230159384
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

View File

@ -1,12 +1,14 @@
%define version_upstream 3.6
Name: libev
Version: 3.6
Version: 3.60
Release: 1%{?dist}
Summary: High-performance event loop/event model with lots of features
Group: System Environment/Libraries
License: BSD or GPLv2+
URL: http://software.schmorp.de/pkg/libev.html
Source0: http://dist.schmorp.de/libev/Attic/%{name}-%{version}.tar.gz
Source0: http://dist.schmorp.de/libev/Attic/%{name}-%{version_upstream}.tar.gz
Source1: %{name}.pc.in
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@ -30,7 +32,7 @@ featureful. And also smaller. Development libraries.
%prep
%setup -q
%setup -q -n %{name}-%{version_upstream}
# Add pkgconfig support
cp -p %{SOURCE1} .
@ -82,6 +84,10 @@ rm -rf $RPM_BUILD_ROOT
%changelog
* 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"
* Thu Apr 30 2009 Michal Nowak <mnowak@redhat.com> - 3.6-1
- 3.60
- fixed few mixed-use-of-spaces-and-tabs warnings in spec file