rpms/uuid/devel .cvsignore, 1.4, 1.5 sources, 1.4, 1.5 uuid.spec, 1.5, 1.6

Steven Pritchard (steve) fedora-extras-commits at redhat.com
Tue Jul 24 23:06:13 UTC 2007


Author: steve

Update of /cvs/pkgs/rpms/uuid/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2778

Modified Files:
	.cvsignore sources uuid.spec 
Log Message:
Update to 1.6.0.
BR Test::More.



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/uuid/devel/.cvsignore,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- .cvsignore	21 Sep 2006 21:18:06 -0000	1.4
+++ .cvsignore	24 Jul 2007 23:05:41 -0000	1.5
@@ -1 +1 @@
-uuid-1.5.1.tar.gz
+uuid-1.6.0.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/uuid/devel/sources,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- sources	21 Sep 2006 21:18:06 -0000	1.4
+++ sources	24 Jul 2007 23:05:41 -0000	1.5
@@ -1 +1 @@
-d7df0c4cb02dad7ce3e1ec8fc669f724  uuid-1.5.1.tar.gz
+752cae29ed7d7460a6ab770e850bcb5d  uuid-1.6.0.tar.gz


Index: uuid.spec
===================================================================
RCS file: /cvs/pkgs/rpms/uuid/devel/uuid.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- uuid.spec	17 Apr 2007 20:07:51 -0000	1.5
+++ uuid.spec	24 Jul 2007 23:05:41 -0000	1.6
@@ -1,6 +1,6 @@
 Name:           uuid
-Version:        1.5.1
-Release:        3%{?dist}
+Version:        1.6.0
+Release:        1%{?dist}
 Summary:        Universally Unique Identifier library
 License:        MIT
 Group:          System Environment/Libraries
@@ -51,6 +51,7 @@
 Summary:        Perl support for Universally Unique Identifier library
 Group:          Development/Libraries
 BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(Test::More)
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 Requires:       %{name} = %{version}-%{release}
 
@@ -234,6 +235,10 @@
 %{_libdir}/libossp-uuid_dce.so
 
 %changelog
+* Tue Jul 24 2007 Steven Pritchard <steve at kspei.com> 1.6.0-1
+- Update to 1.6.0.
+- BR Test::More.
+
 * Tue Apr 17 2007 Steven Pritchard <steve at kspei.com> 1.5.1-3
 - Fix find option order.
 - Use fixperms macro instead of our own chmod incantation.




More information about the scm-commits mailing list