rpms/libev/F-10 import.log,1.4,1.5 libev.spec,1.4,1.5

Michal Nowak mnowak at fedoraproject.org
Mon Jun 29 13:56:35 UTC 2009


Author: mnowak

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

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




Index: import.log
===================================================================
RCS file: /cvs/pkgs/rpms/libev/F-10/import.log,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -p -r1.4 -r1.5
--- import.log	29 Jun 2009 11:50:49 -0000	1.4
+++ import.log	29 Jun 2009 13:56:05 -0000	1.5
@@ -2,3 +2,4 @@ libev-3_48-1_fc10:F-10:libev-3.48-1.fc10
 libev-3_49-1_fc10:F-10:libev-3.49-1.fc10.src.rpm:1227909751
 libev-3_52-1_fc10:F-10:libev-3.52-1.fc10.src.rpm:1231841586
 libev-3_6-1_fc11:F-10:libev-3.6-1.fc11.src.rpm:1246276255
+libev-3_60-1_fc11:F-10:libev-3.60-1.fc11.src.rpm:1246283812


Index: libev.spec
===================================================================
RCS file: /cvs/pkgs/rpms/libev/F-10/libev.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -p -r1.4 -r1.5
--- libev.spec	29 Jun 2009 11:50:49 -0000	1.4
+++ libev.spec	29 Jun 2009 13:56:05 -0000	1.5
@@ -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