Update to 1.6.0. BR Test::More.
This commit is contained in:
parent
c71568f04b
commit
e06fa898ef
@ -1 +1 @@
|
||||
uuid-1.5.1.tar.gz
|
||||
uuid-1.6.0.tar.gz
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
d7df0c4cb02dad7ce3e1ec8fc669f724 uuid-1.5.1.tar.gz
|
||||
752cae29ed7d7460a6ab770e850bcb5d uuid-1.6.0.tar.gz
|
||||
|
||||
@ -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.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user