[perl-autodie] 2.16 bump

Petr Pisar ppisar at fedoraproject.org
Wed Mar 6 07:55:40 UTC 2013


commit 2b6e67df5d16f9f416f4c8af087f967fea717e92
Author: Petr Písař <ppisar at redhat.com>
Date:   Wed Mar 6 08:54:48 2013 +0100

    2.16 bump

 .gitignore        |    1 +
 .rpmlint          |    2 ++
 perl-autodie.spec |    9 +++++++--
 sources           |    2 +-
 4 files changed, 11 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index b45beef..8c0d3fa 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /autodie-2.13.tar.gz
+/autodie-2.16.tar.gz
diff --git a/.rpmlint b/.rpmlint
new file mode 100644
index 0000000..36cc9db
--- /dev/null
+++ b/.rpmlint
@@ -0,0 +1,2 @@
+from Config import *
+addFilter("spelling-error .* pragma");
diff --git a/perl-autodie.spec b/perl-autodie.spec
index 38a5803..2925ee5 100644
--- a/perl-autodie.spec
+++ b/perl-autodie.spec
@@ -1,5 +1,5 @@
 Name:           perl-autodie
-Version:        2.13
+Version:        2.16
 Release:        1%{?dist}
 Summary:        Replace functions with ones that succeed or die
 License:        GPL+ or Artistic
@@ -35,8 +35,10 @@ BuildRequires:  perl(warnings)
 # Tests:
 BuildRequires:  perl(lib)
 BuildRequires:  perl(File::Copy)
+BuildRequires:  perl(File::Spec)
 BuildRequires:  perl(File::Temp)
 BuildRequires:  perl(IO::Handle)
+BuildRequires:  perl(open)
 BuildRequires:  perl(Socket)
 BuildRequires:  perl(Test::More)
 Requires:       perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
@@ -70,10 +72,13 @@ find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
 make test
 
 %files
-%doc AUTHORS Changes README TODO
+%doc AUTHORS Changes LICENSE README
 %{perl_vendorlib}/*
 %{_mandir}/man3/*
 
 %changelog
+* Wed Mar 06 2013 Petr Pisar <ppisar at redhat.com> - 2.16-1
+- 2.16 bump
+
 * Thu Feb 14 2013 Petr Pisar <ppisar at redhat.com> 2.13-1
 - Specfile autogenerated by cpanspec 1.78.
diff --git a/sources b/sources
index 4ec7980..fb819c4 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-2c72f01216797b44ebbc5303014a1987  autodie-2.13.tar.gz
+6acbb080d20df94bee76ad301bb5ad9f  autodie-2.16.tar.gz


More information about the scm-commits mailing list