From 001347d8b8d45654d7edeb3b653abe7a1e0aa6dd Mon Sep 17 00:00:00 2001
From: Paul Howarth <p...@city-fan.org>
Date: Wed, 19 Jul 2017 09:26:04 +0100
Subject: Update to 0.87
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

- New upstream release 0.87
  - Fix io($dir)->all when files have unicode in names (GH#95)
  - Stop trampling $!
  - Add cmp overload to fix some windows problems (GH#74)
- This release by FREW → update source URL
- Simplify find command using -delete
---
 .rpmlint         |  4 ++++
 perl-IO-All.spec | 25 ++++++++++++++++++-------
 sources          |  2 +-
 3 files changed, 23 insertions(+), 8 deletions(-)
 create mode 100644 .rpmlint

diff --git a/.rpmlint b/.rpmlint
new file mode 100644
index 0000000..b520af4
--- /dev/null
+++ b/.rpmlint
@@ -0,0 +1,4 @@
+from Config import *
+
+# File::ReadBackwards
+addFilter("spelling-error %description -l en_US ReadBackwards -> ")
diff --git a/perl-IO-All.spec b/perl-IO-All.spec
index a1d7a8f..e83e725 100644
--- a/perl-IO-All.spec
+++ b/perl-IO-All.spec
@@ -1,15 +1,18 @@
 Name:           perl-IO-All
-Version:        0.86
-Release:        7%{?dist}
+Version:        0.87
+Release:        1%{?dist}
 Summary:        IO::All Perl module
 License:        GPL+ or Artistic
 Group:          Development/Libraries
 URL:            http://search.cpan.org/dist/IO-All/
-Source0:        
http://www.cpan.org/authors/id/I/IN/INGY/IO-All-%{version}.tar.gz
+Source0:        
http://www.cpan.org/authors/id/F/FR/FREW/IO-All-%{version}.tar.gz
 BuildArch:      noarch
 # Module Build
-BuildRequires:  perl-interpreter
+BuildRequires:  coreutils
+BuildRequires:  findutils
+BuildRequires:  make
 BuildRequires:  perl-generators
+BuildRequires:  perl-interpreter
 BuildRequires:  perl(ExtUtils::MakeMaker)
 # Module Runtime
 BuildRequires:  perl(Carp)
@@ -78,9 +81,9 @@ perl Makefile.PL INSTALLDIRS=vendor
 make %{?_smp_mflags}
 
 %install
-make pure_install DESTDIR=$RPM_BUILD_ROOT
-find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
-%{_fixperms} $RPM_BUILD_ROOT
+make pure_install DESTDIR=%{buildroot}
+find %{buildroot} -type f -name .packlist -delete
+%{_fixperms} -c %{buildroot}
 
 %check
 make %{?_smp_mflags} test RELEASE_TESTING=1
@@ -103,6 +106,14 @@ make %{?_smp_mflags} test RELEASE_TESTING=1
 %{_mandir}/man3/IO::All::Temp.3*
 
 %changelog
+* Wed Jul 19 2017 Paul Howarth <p...@city-fan.org> - 0.87-1
+- Update to 0.87
+  - Fix io($dir)->all when files have unicode in names (GH#95)
+  - Stop trampling $!
+  - Add cmp overload to fix some windows problems (GH#74)
+- This release by FREW → update source URL
+- Simplify find command using -delete
+
 * Mon Jun 05 2017 Jitka Plesnikova <jples...@redhat.com> - 0.86-7
 - Perl 5.26 rebuild
 
diff --git a/sources b/sources
index 196b60d..257f7a7 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-b257d3f742867825d018e74f5a5d549b  IO-All-0.86.tar.gz
+SHA512 (IO-All-0.87.tar.gz) = 
bd8cb6d44db51a9a140209223f016e48acd713ec03ced1b9c02933fd88c6363926635dae033b20905201b13e8186b8bcc3f428d4d85cd187fc68b777cd197267
-- 
cgit v1.1


        
https://src.fedoraproject.org/cgit/perl-IO-All.git/commit/?h=master&id=001347d8b8d45654d7edeb3b653abe7a1e0aa6dd
_______________________________________________
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