From efc3846cd014e4c4adb0637da854b2413112cc9e Mon Sep 17 00:00:00 2001
From: Paul Howarth <p...@city-fan.org>
Date: Thu, 4 May 2017 19:43:00 +0100
Subject: 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
---
 perl-Test-Deep.spec | 20 ++++++++++++--------
 sources             |  2 +-
 2 files changed, 13 insertions(+), 9 deletions(-)

diff --git a/perl-Test-Deep.spec b/perl-Test-Deep.spec
index 93347ff..c0a3886 100644
--- a/perl-Test-Deep.spec
+++ b/perl-Test-Deep.spec
@@ -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 <p...@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 <rel...@fedoraproject.org> - 
1.126-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
 
diff --git a/sources b/sources
index 1c68741..0b9b024 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (Test-Deep-1.126.tar.gz) = 
e4667a3294a6a9d4b2a35e1c6dcc2b52db92589f3060e69fc7d4a4cad604dd2484341156b2cfeabdb4f70b777b687297be93b84a33838eb9622b734569ae9b33
+SHA512 (Test-Deep-1.127.tar.gz) = 
d8cf3c495d62b6cbe01628115daed0a131ba330645a77074867740ffb7420cf261f2da0da62613e4fdbaab40167e6a77668a7f772e885038427518711a0ab4d7
-- 
cgit v1.1


        
https://src.fedoraproject.org/cgit/perl-Test-Deep.git/commit/?h=master&id=efc3846cd014e4c4adb0637da854b2413112cc9e
_______________________________________________
perl-devel mailing list -- perl-devel@lists.fedoraproject.org
To unsubscribe send an email to perl-devel-le...@lists.fedoraproject.org

Reply via email to