[perl-IO-All] - Update to 0.41 (Fix FTBFS: BZ 660953). - Remove requires-filter. - Remove R:/BR: perl(Spiffy).

corsepiu corsepiu at fedoraproject.org
Tue Dec 14 11:45:18 UTC 2010


commit 064930329cfcdd09de0075e6aa6e987b6b0c1ab4
Author: Ralf Corsépius <corsepiu at fedoraproject.org>
Date:   Tue Dec 14 12:45:04 2010 +0100

    - Update to 0.41 (Fix FTBFS: BZ 660953).
    - Remove requires-filter.
    - Remove R:/BR: perl(Spiffy).

 .gitignore                |    1 +
 IO-All-filter-requires.sh |    3 ---
 perl-IO-All.spec          |   20 ++++++++------------
 sources                   |    2 +-
 4 files changed, 10 insertions(+), 16 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e6f26a9..6b8d5e2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 IO-All-0.39.tar.gz
+/IO-All-0.41.tar.gz
diff --git a/perl-IO-All.spec b/perl-IO-All.spec
index e24f2ec..171dddf 100644
--- a/perl-IO-All.spec
+++ b/perl-IO-All.spec
@@ -1,6 +1,6 @@
 Name:           perl-IO-All
-Version:        0.39
-Release:        6%{?dist}
+Version:        0.41
+Release:        1%{?dist}
 Summary:        IO::All Perl module
 License:        GPL+ or Artistic
 Group:          Development/Libraries
@@ -12,15 +12,9 @@ BuildRequires:  perl(ExtUtils::MakeMaker)
 BuildRequires:  perl(File::ReadBackwards)
 BuildRequires:  perl(IO::String)
 BuildRequires:  perl(MLDBM)
-BuildRequires:  perl(Spiffy) >= 0.21
 BuildRequires:  perl(Test::More)
-Requires:       perl(Spiffy) >= 0.21
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
-Source98:       IO-All-filter-requires.sh
-%global real_perl_requires %{__perl_requires}
-%define __perl_requires %{_tmppath}/%{name}-%{version}-%{release}-%(%{__id_u} -n)-filter-requires
-
 %description
 The IO::All object is a proxy for IO::File, IO::Dir, IO::Socket,
 IO::String, Tie::File, File::Spec, File::Path and File::ReadBackwards; as
@@ -34,9 +28,6 @@ manipulation functions.
 
 find -type f -perm +100 -name '*.pm' -exec chmod a-x {} \;
 
-sed -e 's,@@PERL_REQ@@,%{real_perl_requires},' %{SOURCE98} > %{__perl_requires}
-chmod +x %{__perl_requires}
-
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor
 make %{?_smp_mflags}
@@ -55,7 +46,7 @@ find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
 make test
 
 %clean
-rm -rf $RPM_BUILD_ROOT %{__perl_requires}
+rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(-,root,root,-)
@@ -64,6 +55,11 @@ rm -rf $RPM_BUILD_ROOT %{__perl_requires}
 %{_mandir}/man3/*
 
 %changelog
+* Tue Dec 14 2010 Ralf Corsépius <corsepiu at fedoraproject.org> - 0.41-1
+- Update to 0.41 (Fix FTBFS: BZ 660953).
+- Remove requires-filter.
+- Remove R:/BR: perl(Spiffy).
+
 * Sun May 02 2010 Marcela Maslanova <mmaslano at redhat.com> - 0.39-6
 - Mass rebuild with perl-5.12.0
 
diff --git a/sources b/sources
index b790e8b..ea59240 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-4c8a8a765b7b49cd446b238e7283ebbb  IO-All-0.39.tar.gz
+12b2594079a6c98dc47a604f1cc2c716  IO-All-0.41.tar.gz



More information about the perl-devel mailing list