From 87e93354417fb7d4f6589a3440a4f6ccd65d55fd Mon Sep 17 00:00:00 2001 From: Michal Hlavinka Date: Wed, 21 Apr 2010 14:15:10 +0000 Subject: [PATCH] - updated to 1.6.2 - uuid-config man page moved to sub-package containing uuid-config (#562838) --- .cvsignore | 2 +- sources | 2 +- uuid.spec | 12 +++++++++--- 3 files changed, 11 insertions(+), 5 deletions(-) diff --git a/.cvsignore b/.cvsignore index f6f6a31..4ffb8fe 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -uuid-1.6.1.tar.gz +uuid-1.6.2.tar.gz diff --git a/sources b/sources index e5bff6f..e8a6f34 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -18c8875411da07fe4503fdfc2136bf46 uuid-1.6.1.tar.gz +5db0d43a9022a6ebbbc25337ae28942f uuid-1.6.2.tar.gz diff --git a/uuid.spec b/uuid.spec index 5c9e7c8..1403ad3 100644 --- a/uuid.spec +++ b/uuid.spec @@ -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 - 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 - 1.6.1-10 - silence rpmlint by using $(pwd) instead of shell variable RPM_SOURCE_DIR