Update to 1.127
- New upstream release 1.127
- Do not eagerly convert simple scalars into tests in the all, any and none
tests; this was breaking LeafWrapper application
- Drop EL-5-isms
- Drop BuildRoot: and Group: tags
- Drop explicit buildroot cleaning in %install section
- Drop explicit %clean section
This commit is contained in:
parent
9d01c6cf2c
commit
efc3846cd0
@ -1,12 +1,10 @@
|
||||
Name: perl-Test-Deep
|
||||
Version: 1.126
|
||||
Release: 2%{?dist}
|
||||
Version: 1.127
|
||||
Release: 1%{?dist}
|
||||
Summary: Extremely flexible deep comparison
|
||||
License: GPL+ or Artistic
|
||||
Group: Development/Libraries
|
||||
URL: http://search.cpan.org/dist/Test-Deep/
|
||||
Source0: http://search.cpan.org/CPAN/authors/id/R/RJ/RJBS/Test-Deep-%{version}.tar.gz
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(id -nu)
|
||||
BuildArch: noarch
|
||||
# Module Build
|
||||
BuildRequires: coreutils
|
||||
@ -26,6 +24,7 @@ BuildRequires: perl(Test::Builder)
|
||||
BuildRequires: perl(warnings)
|
||||
# Test Suite
|
||||
BuildRequires: perl(if)
|
||||
BuildRequires: perl(lib)
|
||||
BuildRequires: perl(Test::More) >= 0.88
|
||||
BuildRequires: perl(Test::Tester) >= 0.04
|
||||
# Runtime
|
||||
@ -48,7 +47,6 @@ perl Makefile.PL INSTALLDIRS=vendor
|
||||
make %{?_smp_mflags}
|
||||
|
||||
%install
|
||||
rm -rf %{buildroot}
|
||||
make pure_install DESTDIR=%{buildroot}
|
||||
find %{buildroot} -type f -name .packlist -delete
|
||||
%{_fixperms} -c %{buildroot}
|
||||
@ -56,9 +54,6 @@ find %{buildroot} -type f -name .packlist -delete
|
||||
%check
|
||||
make test
|
||||
|
||||
%clean
|
||||
rm -rf %{buildroot}
|
||||
|
||||
%files
|
||||
%doc Changes README TODO
|
||||
%{perl_vendorlib}/Test/
|
||||
@ -66,6 +61,15 @@ rm -rf %{buildroot}
|
||||
%{_mandir}/man3/Test::Deep::NoTest.3*
|
||||
|
||||
%changelog
|
||||
* Thu May 4 2017 Paul Howarth <paul@city-fan.org> - 1.127-1
|
||||
- Update to 1.127
|
||||
- Do not eagerly convert simple scalars into tests in the all, any and none
|
||||
tests; this was breaking LeafWrapper application
|
||||
- Drop EL-5-isms
|
||||
- Drop BuildRoot: and Group: tags
|
||||
- Drop explicit buildroot cleaning in %%install section
|
||||
- Drop explicit %%clean section
|
||||
|
||||
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.126-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
||||
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (Test-Deep-1.126.tar.gz) = e4667a3294a6a9d4b2a35e1c6dcc2b52db92589f3060e69fc7d4a4cad604dd2484341156b2cfeabdb4f70b777b687297be93b84a33838eb9622b734569ae9b33
|
||||
SHA512 (Test-Deep-1.127.tar.gz) = d8cf3c495d62b6cbe01628115daed0a131ba330645a77074867740ffb7420cf261f2da0da62613e4fdbaab40167e6a77668a7f772e885038427518711a0ab4d7
|
||||
|
||||
Loading…
Reference in New Issue
Block a user