rpms/uuid/devel .cvsignore, 1.6, 1.7 sources, 1.6, 1.7 uuid.spec, 1.19, 1.20

Michal Hlavinka mhlavink at fedoraproject.org
Wed Apr 21 14:15:10 UTC 2010


Author: mhlavink

Update of /cvs/pkgs/rpms/uuid/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv1601

Modified Files:
	.cvsignore sources uuid.spec 
Log Message:
* Wed Apr 21 2010 Michal Hlavinka <mhlavink at redhat.com> - 1.6.2-1
- updated to 1.6.2
- uuid-config man page moved to sub-package containing uuid-config (#562838)



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/uuid/devel/.cvsignore,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -p -r1.6 -r1.7
--- .cvsignore	6 Mar 2008 17:30:14 -0000	1.6
+++ .cvsignore	21 Apr 2010 14:15:10 -0000	1.7
@@ -1 +1 @@
-uuid-1.6.1.tar.gz
+uuid-1.6.2.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/uuid/devel/sources,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -p -r1.6 -r1.7
--- sources	6 Mar 2008 17:30:14 -0000	1.6
+++ sources	21 Apr 2010 14:15:10 -0000	1.7
@@ -1 +1 @@
-18c8875411da07fe4503fdfc2136bf46  uuid-1.6.1.tar.gz
+5db0d43a9022a6ebbbc25337ae28942f  uuid-1.6.2.tar.gz


Index: uuid.spec
===================================================================
RCS file: /cvs/pkgs/rpms/uuid/devel/uuid.spec,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -p -r1.19 -r1.20
--- uuid.spec	1 Feb 2010 16:39:12 -0000	1.19
+++ uuid.spec	21 Apr 2010 14:15:10 -0000	1.20
@@ -2,8 +2,8 @@
 %global php_apiver %((echo 0; php -i 2>/dev/null | sed -n 's/^PHP API => //p') | tail -1)
 
 Name:           uuid
-Version:        1.6.1
-Release:        10%{?dist}
+Version:        1.6.2
+Release:        1%{?dist}
 Summary:        Universally Unique Identifier library
 License:        MIT
 Group:          System Environment/Libraries
@@ -80,7 +80,7 @@ PHP OSSP uuid module.
 Summary:        PostgreSQL support for Universally Unique Identifier library
 Group:          Development/Libraries
 BuildRequires:  postgresql-devel
-Requires:       %{_libdir}/pgsql
+Requires:       postgresql%{_isa}
 Requires:       %{_datadir}/pgsql
 Requires:       %{name} = %{version}-%{release}
 
@@ -206,6 +206,7 @@ rm -rf $RPM_BUILD_ROOT
 %{_bindir}/uuid
 %{_libdir}/libossp-uuid.so.*
 %{_mandir}/man1/*
+%exclude %{_mandir}/man1/uuid-config.*
 
 %files devel
 %defattr(-,root,root,-)
@@ -214,6 +215,7 @@ rm -rf $RPM_BUILD_ROOT
 %{_libdir}/libossp-uuid.so
 %{_libdir}/pkgconfig/ossp-uuid.pc
 %{_mandir}/man3/ossp-uuid.3*
+%{_mandir}/man1/uuid-config.*
 
 %files c++
 %defattr(-,root,root,-)
@@ -253,6 +255,10 @@ rm -rf $RPM_BUILD_ROOT
 %{_libdir}/libossp-uuid_dce.so
 
 %changelog
+* Wed Apr 21 2010 Michal Hlavinka <mhlavink at redhat.com> - 1.6.2-1
+- updated to 1.6.2
+- uuid-config man page moved to sub-package containing uuid-config (#562838)
+
 * Mon Feb  1 2010 Stepan Kasal <skasal at redhat.com> - 1.6.1-10
 - silence rpmlint by using $(pwd) instead of shell variable RPM_SOURCE_DIR
 



More information about the scm-commits mailing list