From d73a87274846ecae132f7827b20c7acc5a83f8f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= Date: Tue, 19 Jun 2012 13:01:21 +0200 Subject: [PATCH] 1.26 bump --- .gitignore | 1 + .rpmlint | 2 ++ perl-Carp.spec | 7 +++++-- sources | 2 +- 4 files changed, 9 insertions(+), 3 deletions(-) create mode 100644 .rpmlint 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