From e06fa898ef72c16ed1a283ef59a626ae36168a7f Mon Sep 17 00:00:00 2001 From: Steven Pritchard Date: Tue, 24 Jul 2007 23:05:41 +0000 Subject: [PATCH] Update to 1.6.0. BR Test::More. --- .cvsignore | 2 +- sources | 2 +- uuid.spec | 9 +++++++-- 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/.cvsignore b/.cvsignore index 01cba6a..7de28ec 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -uuid-1.5.1.tar.gz +uuid-1.6.0.tar.gz diff --git a/sources b/sources index f8c6754..21143dd 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -d7df0c4cb02dad7ce3e1ec8fc669f724 uuid-1.5.1.tar.gz +752cae29ed7d7460a6ab770e850bcb5d uuid-1.6.0.tar.gz diff --git a/uuid.spec b/uuid.spec index b4d7fb1..d77484f 100644 --- a/uuid.spec +++ b/uuid.spec @@ -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 @@ C++ development headers and libraries for OSSP uuid. 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 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/libossp-uuid_dce.so %changelog +* Tue Jul 24 2007 Steven Pritchard 1.6.0-1 +- Update to 1.6.0. +- BR Test::More. + * Tue Apr 17 2007 Steven Pritchard 1.5.1-3 - Fix find option order. - Use fixperms macro instead of our own chmod incantation.