rpms/uuid/devel .cvsignore, 1.5, 1.6 sources, 1.5, 1.6 uuid.spec, 1.9, 1.10

Tom Callaway (spot) fedora-extras-commits at redhat.com
Thu Mar 6 17:30:51 UTC 2008


Author: spot

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

Modified Files:
	.cvsignore sources uuid.spec 
Log Message:
new perl


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/uuid/devel/.cvsignore,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- .cvsignore	24 Jul 2007 23:05:41 -0000	1.5
+++ .cvsignore	6 Mar 2008 17:30:14 -0000	1.6
@@ -1 +1 @@
-uuid-1.6.0.tar.gz
+uuid-1.6.1.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/uuid/devel/sources,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- sources	24 Jul 2007 23:05:41 -0000	1.5
+++ sources	6 Mar 2008 17:30:14 -0000	1.6
@@ -1 +1 @@
-752cae29ed7d7460a6ab770e850bcb5d  uuid-1.6.0.tar.gz
+18c8875411da07fe4503fdfc2136bf46  uuid-1.6.1.tar.gz


Index: uuid.spec
===================================================================
RCS file: /cvs/pkgs/rpms/uuid/devel/uuid.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- uuid.spec	6 Mar 2008 15:18:26 -0000	1.9
+++ uuid.spec	6 Mar 2008 17:30:14 -0000	1.10
@@ -1,14 +1,14 @@
 Name:           uuid
-Version:        1.6.0
-Release:        4%{?dist}
+Version:        1.6.1
+Release:        1%{?dist}
 Summary:        Universally Unique Identifier library
 License:        MIT
 Group:          System Environment/Libraries
 URL:            http://www.ossp.org/pkg/lib/uuid/
 Source0:        ftp://ftp.ossp.org/pkg/lib/uuid/uuid-%{version}.tar.gz
-Patch0:         ossp-uuid.patch
+Patch0:         uuid-1.6.1-ossp.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-BuildRequires:  /usr/bin/libtool
+BuildRequires:  libtool
 
 %description
 OSSP uuid is a ISO-C:1999 application programming interface (API)
@@ -61,7 +61,7 @@
 %package php
 Summary:        PHP support for Universally Unique Identifier library
 Group:          Development/Libraries
-BuildRequires:  /usr/bin/phpize
+BuildRequires:  php-devel
 Requires:       %{_libdir}/php/modules
 Requires:       %{name} = %{version}-%{release}
 
@@ -71,7 +71,7 @@
 %package pgsql
 Summary:        PostgreSQL support for Universally Unique Identifier library
 Group:          Development/Libraries
-BuildRequires:  /usr/bin/pg_config
+BuildRequires:  postgresql-devel
 Requires:       %{_libdir}/pgsql
 Requires:       %{_datadir}/pgsql
 Requires:       %{name} = %{version}-%{release}
@@ -235,6 +235,9 @@
 %{_libdir}/libossp-uuid_dce.so
 
 %changelog
+* Thu Mar  6 2008 Tom "spot" Callaway <tcallawa at redhat.com> - 1.6.1-1
+- 1.6.1
+
 * Thu Mar  6 2008 Tom "spot" Callaway <tcallawa at redhat.com> - 1.6.0-4
 - rebuild for new perl
 




More information about the fedora-extras-commits mailing list