Update to 1.6.0. BR Test::More.

This commit is contained in:
Steven Pritchard 2007-07-24 23:05:41 +00:00
parent c71568f04b
commit e06fa898ef
3 changed files with 9 additions and 4 deletions

View File

@ -1 +1 @@
uuid-1.5.1.tar.gz
uuid-1.6.0.tar.gz

View File

@ -1 +1 @@
d7df0c4cb02dad7ce3e1ec8fc669f724 uuid-1.5.1.tar.gz
752cae29ed7d7460a6ab770e850bcb5d uuid-1.6.0.tar.gz

View File

@ -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 <steve@kspei.com> 1.6.0-1
- Update to 1.6.0.
- BR Test::More.
* Tue Apr 17 2007 Steven Pritchard <steve@kspei.com> 1.5.1-3
- Fix find option order.
- Use fixperms macro instead of our own chmod incantation.