[perl-Safe-Isa] Update to 1.000005

Paul Howarth pghmcfc at fedoraproject.org
Tue Oct 14 12:47:12 UTC 2014


commit 5de1325160458c36e033eb514f4c276a10da86cc
Author: Paul Howarth <paul at city-fan.org>
Date:   Tue Oct 14 13:43:53 2014 +0100

    Update to 1.000005
    
    - New upstream release 1.000005
      - Fixed slightly mangled metadata from last release
      - Comment blessed use so people who don't know perl stop trying to break it
      - Add link to lightning talk given at YAPC::NA 2013
    - Classify buildreqs by usage
    - Make %files list more explicit

 .gitignore         |    3 +--
 perl-Safe-Isa.spec |   36 ++++++++++++++++++++++--------------
 sources            |    2 +-
 3 files changed, 24 insertions(+), 17 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index eea6af6..a06b03e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1 @@
-/Safe-Isa-1.000002.tar.gz
-/Safe-Isa-1.000003.tar.gz
+/Safe-Isa-[0-9.]*.tar.gz
diff --git a/perl-Safe-Isa.spec b/perl-Safe-Isa.spec
index c6b61f4..fb6f45a 100644
--- a/perl-Safe-Isa.spec
+++ b/perl-Safe-Isa.spec
@@ -1,22 +1,24 @@
 Name:           perl-Safe-Isa
-Version:        1.000003
-Release:        5%{?dist}
+Version:        1.000005
+Release:        1%{?dist}
 Summary:        Call isa, can, does and DOES safely on things that may not be objects
 License:        GPL+ or Artistic
 Group:          Development/Libraries
 URL:            http://search.cpan.org/dist/Safe-Isa/
 Source0:        http://search.cpan.org/CPAN/authors/id/E/ET/ETHER/Safe-Isa-%{version}.tar.gz
 BuildArch:      noarch
-BuildRequires:  perl(Exporter)
+# Build
+BuildRequires:  perl
 BuildRequires:  perl(ExtUtils::MakeMaker)
+# Module
+BuildRequires:  perl(Exporter) >= 5.57
 BuildRequires:  perl(Scalar::Util)
-BuildRequires:  perl(Test::More)
-BuildRequires:  perl(base)
 BuildRequires:  perl(strict)
 BuildRequires:  perl(warnings)
-Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
-
-%{?perl_default_filter}
+# Test Suite
+BuildRequires:  perl(Test::More)
+# Runtime
+Requires:       perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
 
 %description
 How many times have you found yourself writing:
@@ -33,25 +35,31 @@ Right. That's why this module exists.
 %setup -q -n Safe-Isa-%{version}
 
 %build
-%{__perl} Makefile.PL INSTALLDIRS=vendor --skipdeps
+perl Makefile.PL INSTALLDIRS=vendor
 make %{?_smp_mflags}
 
 %install
 make pure_install DESTDIR=%{buildroot}
-
 find %{buildroot} -type f -name .packlist -exec rm -f {} \;
-
-%{_fixperms} %{buildroot}/*
+%{_fixperms} %{buildroot}
 
 %check
 make test
 
 %files
 %doc Changes README
-%{perl_vendorlib}/*
-%{_mandir}/man3/*
+%{perl_vendorlib}/Safe/
+%{_mandir}/man3/Safe::Isa.3*
 
 %changelog
+* Tue Oct 14 2014 Paul Howarth <paul at city-fan.org> - 1.000005-1
+- Update to 1.000005
+  - Fixed slightly mangled metadata from last release
+  - Comment blessed use so people who don't know perl stop trying to break it
+  - Add link to lightning talk given at YAPC::NA 2013
+- Classify buildreqs by usage
+- Make %%files list more explicit
+
 * Wed Aug 27 2014 Jitka Plesnikova <jplesnik at redhat.com> - 1.000003-5
 - Perl 5.20 rebuild
 
diff --git a/sources b/sources
index b2e7330..b45e279 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-7e301faa2128b785203d413a6d6e5b09  Safe-Isa-1.000003.tar.gz
+398246c348f404dbfc4e89dab2cbc02a  Safe-Isa-1.000005.tar.gz



More information about the perl-devel mailing list