commit fbf8194cc9b2532264628f8f6489d9ca5f317720 Author: Emmanuel Seyman <emmanuel.seyman@xxxxxxxxxxxxxxxx> Date: Sat Feb 25 10:21:27 2012 +0100 Update to 0.04001 .gitignore | 1 + perl-HTTP-Exception.spec | 9 ++++++--- sources | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) --- diff --git a/.gitignore b/.gitignore index d66a0ea..9c602e4 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /HTTP-Exception-0.03001.tar.gz /HTTP-Exception-0.04.tar.gz +/HTTP-Exception-0.04001.tar.gz diff --git a/perl-HTTP-Exception.spec b/perl-HTTP-Exception.spec index c6fa022..65e2a8e 100644 --- a/perl-HTTP-Exception.spec +++ b/perl-HTTP-Exception.spec @@ -1,11 +1,11 @@ Name: perl-HTTP-Exception -Version: 0.04000 +Version: 0.04001 Release: 1%{?dist} Summary: Throw HTTP-Errors as (Exception::Class-) Exceptions License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/HTTP-Exception/ -Source0: http://www.cpan.org/authors/id/T/TM/TMUELLER/HTTP-Exception-0.04.tar.gz +Source0: http://www.cpan.org/authors/id/T/TM/TMUELLER/HTTP-Exception-%{version}.tar.gz BuildArch: noarch BuildRequires: perl(Exception::Class) BuildRequires: perl(HTTP::Status) @@ -26,7 +26,7 @@ Exception::Class::Base for information on what methods a caught exception also has. %prep -%setup -q -n HTTP-Exception-0.04 +%setup -q -n HTTP-Exception-%{version} find . -type f -exec chmod 644 {} \; %build @@ -50,6 +50,9 @@ make test %{_mandir}/man3/* %changelog +* Sat Feb 25 2012 Emmanuel Seyman <emmanuel.seyman@xxxxxxxxxxxxxxxx> - 0.04001-1 +- Update to 0.04001 + * Tue Feb 21 2012 Emmanuel Seyman <emmanuel.seyman@xxxxxxxxxxxxxxxx> - 0.04000-1 - Update to 0.04 (using the version 0.04000 for rpm's sake) - Move from the Build.PL method to the Makefile.PL one diff --git a/sources b/sources index 7d54e7f..052098c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -7dac086fb3366cf58d940904c0a9e1cc HTTP-Exception-0.04.tar.gz +5dec6019debb7e66ac77544ccfd5498e HTTP-Exception-0.04001.tar.gz -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/perl-devel