diff --git a/.gitignore b/.gitignore index f850743..1584dcd 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /Carp-1.22.tar.gz /Carp-1.25.tar.gz +/Carp-1.26.tar.gz diff --git a/.rpmlint b/.rpmlint new file mode 100644 index 0000000..6afe8fc --- /dev/null +++ b/.rpmlint @@ -0,0 +1,2 @@ +from Config import * +addFilter("spelling-error .* longmess"); diff --git a/perl-Carp.spec b/perl-Carp.spec index 6a1a397..ff76fe4 100644 --- a/perl-Carp.spec +++ b/perl-Carp.spec @@ -1,6 +1,6 @@ Name: perl-Carp -Version: 1.25 -Release: 2%{?dist} +Version: 1.26 +Release: 1%{?dist} Summary: Alternative warn and die for modules License: GPL+ or Artistic Group: Development/Libraries @@ -47,6 +47,9 @@ make test %{_mandir}/man3/* %changelog +* Tue Jun 19 2012 Petr Pisar - 1.26-1 +- 1.26 bump + * Wed Jun 06 2012 Petr Pisar - 1.25-2 - Perl 5.16 rebuild diff --git a/sources b/sources index 5e4f6f4..cc51bb8 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -83f2c9fb5075552450ae8766a2280660 Carp-1.25.tar.gz +86229a6f0dc44e0730f96c1909bb346d Carp-1.26.tar.gz