rpms/libev/F-11 import.log,1.6,1.7 libev.spec,1.7,1.8

Michal Nowak mnowak at fedoraproject.org
Mon Jun 29 13:54:46 UTC 2009


Author: mnowak

Update of /cvs/pkgs/rpms/libev/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv16486/F-11

Modified Files:
	import.log libev.spec 
Log Message:
fun with upstream versioning



Index: import.log
===================================================================
RCS file: /cvs/pkgs/rpms/libev/F-11/import.log,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -p -r1.6 -r1.7
--- import.log	29 Jun 2009 11:47:46 -0000	1.6
+++ import.log	29 Jun 2009 13:54:16 -0000	1.7
@@ -4,3 +4,4 @@ libev-3_51-1_fc10:HEAD:libev-3.51-1.fc10
 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:F-11:libev-3.6-1.fc11.src.rpm:1246276049
+libev-3_60-1_fc11:F-11:libev-3.60-1.fc11.src.rpm:1246283667


Index: libev.spec
===================================================================
RCS file: /cvs/pkgs/rpms/libev/F-11/libev.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -p -r1.7 -r1.8
--- libev.spec	29 Jun 2009 11:47:46 -0000	1.7
+++ libev.spec	29 Jun 2009 13:54:16 -0000	1.8
@@ -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. Developmen
 
 
 %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 at 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"
+
 * Mon Jun 29 2009 Michal Nowak <mnowak at redhat.com> - 3.6-1
 - 3.60
 - fixed few mixed-use-of-spaces-and-tabs warnings in spec file




More information about the fedora-extras-commits mailing list