Update to 1.224
- New upstream release 1.224 - Properly quote C strings passed in DEFINE - Fix memory leak by decreasing reference count - Use File::Spec to get tmpdir instead of hardcoding
This commit is contained in:
parent
47854769eb
commit
3ac8b87711
2
perl-Data-UUID.rpmlintrc
Normal file
2
perl-Data-UUID.rpmlintrc
Normal file
@ -0,0 +1,2 @@
|
||||
from Config import *
|
||||
addFilter("spelling-error %description -l en_US namespace -> ")
|
||||
@ -1,20 +1,20 @@
|
||||
Name: perl-Data-UUID
|
||||
Version: 1.221
|
||||
Release: 13%{?dist}
|
||||
Summary: Globally/Universally Unique Identifiers (GUIDs/UUIDs)
|
||||
Version: 1.224
|
||||
Release: 1%{?dist}
|
||||
Summary: Globally/Universally Unique Identifiers (GUIDs/UUIDs)
|
||||
# Upstream says BSD but LICENSE file looks more like MIT
|
||||
# https://lists.fedoraproject.org/pipermail/legal/2013-August/002226.html
|
||||
License: BSD and MIT
|
||||
URL: https://metacpan.org/release/Data-UUID
|
||||
Source0: https://cpan.metacpan.org/authors/id/R/RJ/RJBS/Data-UUID-%{version}.tar.gz
|
||||
Source0: https://cpan.metacpan.org/modules/by-module/Data/Data-UUID-%{version}.tar.gz
|
||||
# Module Build
|
||||
BuildRequires: coreutils
|
||||
BuildRequires: findutils
|
||||
BuildRequires: gcc
|
||||
BuildRequires: make
|
||||
BuildRequires: perl-interpreter
|
||||
BuildRequires: perl-devel
|
||||
BuildRequires: perl-generators
|
||||
BuildRequires: perl-interpreter
|
||||
BuildRequires: perl(Config)
|
||||
BuildRequires: perl(ExtUtils::MakeMaker)
|
||||
BuildRequires: perl(File::Spec)
|
||||
@ -75,7 +75,7 @@ make %{?_smp_mflags}
|
||||
make pure_install DESTDIR=%{buildroot}
|
||||
find %{buildroot} -type f -name .packlist -delete
|
||||
find %{buildroot} -type f -name '*.bs' -empty -delete
|
||||
%{_fixperms} %{buildroot}
|
||||
%{_fixperms} -c %{buildroot}
|
||||
|
||||
%check
|
||||
make test AUTHOR_TESTING=1
|
||||
@ -89,6 +89,12 @@ perl smp-test/collision.t
|
||||
%{_mandir}/man3/Data::UUID.3*
|
||||
|
||||
%changelog
|
||||
* Sun Mar 3 2019 Paul Howarth <paul@city-fan.org> - 1.224-1
|
||||
- Update to 1.224
|
||||
- Properly quote C strings passed in DEFINE
|
||||
- Fix memory leak by decreasing reference count
|
||||
- Use File::Spec to get tmpdir instead of hardcoding
|
||||
|
||||
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.221-13
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user