commit e418eeea9d1d7fd41d278fc476661970de01b500 Author: Petr Šabata <contyk@xxxxxxxxxx> Date: Wed Mar 20 14:36:12 2013 +0100 1.003001 bump .gitignore | 1 + perl-TryCatch.spec | 24 +++++++++++++----------- sources | 2 +- 3 files changed, 15 insertions(+), 12 deletions(-) --- diff --git a/.gitignore b/.gitignore index d864db8..83f5636 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /TryCatch-1.003000.tar.gz +/TryCatch-1.003001.tar.gz diff --git a/perl-TryCatch.spec b/perl-TryCatch.spec index e16bcf9..ca28006 100644 --- a/perl-TryCatch.spec +++ b/perl-TryCatch.spec @@ -1,22 +1,23 @@ Name: perl-TryCatch -Version: 1.003000 -Release: 7%{?dist} +Version: 1.003001 +Release: 1%{?dist} Summary: First class try catch semantics for Perl, without source filters License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/TryCatch/ Source0: http://www.cpan.org/authors/id/A/AS/ASH/TryCatch-%{version}.tar.gz -# rt#81978 -Patch0: TryCatch-1.003000-invalid.patch -BuildRequires: perl(B::Hooks::EndOfScope) >= 0.08 +BuildRequires: perl +BuildRequires: perl(B::Hooks::EndOfScope) >= 0.12 BuildRequires: perl(B::Hooks::OP::Check) >= 0.18 BuildRequires: perl(B::Hooks::OP::PPAddr) >= 0.03 +BuildRequires: perl(base) BuildRequires: perl(Carp) BuildRequires: perl(Config) BuildRequires: perl(CPAN) BuildRequires: perl(Cwd) BuildRequires: perl(Devel::Declare) >= 0.005007 BuildRequires: perl(Devel::Declare::Context::Simple) +BuildRequires: perl(Devel::PartialDump) BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(ExtUtils::Manifest) BuildRequires: perl(ExtUtils::MM_Unix) @@ -30,7 +31,7 @@ BuildRequires: perl(Moose) BuildRequires: perl(Moose::Util::TypeConstraints) BuildRequires: perl(MooseX::Types) BuildRequires: perl(MooseX::Types::Structured) -BuildRequires: perl(namespace::clean) +BuildRequires: perl(namespace::clean) >= 0.20 BuildRequires: perl(Parse::Method::Signatures) >= 1.003012 BuildRequires: perl(Scalar::Util) BuildRequires: perl(Scope::Upper) >= 0.06 @@ -41,6 +42,7 @@ BuildRequires: perl(Test::More) >= 0.88 BuildRequires: perl(Variable::Magic) >= 0.28 BuildRequires: perl(vars) BuildRequires: perl(warnings) +BuildRequires: perl(XML::SAX::Base) BuildRequires: perl(XSLoader) Requires: perl(B::Hooks::OP::Check) >= 0.18 Requires: perl(Moose) @@ -61,7 +63,6 @@ handlers. And also eval/if isn't the nicest idiom. %prep %setup -q -n TryCatch-%{version} -%patch0 -p1 %build perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}" @@ -72,20 +73,21 @@ make pure_install DESTDIR=%{buildroot} find %{buildroot} -type f -name .packlist -exec rm -f {} \; find %{buildroot} -type f -name '*.bs' -size 0 -exec rm -f {} \; %{_fixperms} %{buildroot}/* -chmod +x %{buildroot}/%{perl_vendorarch}/{bench.pl,bench_ok.pl} %check make test %files -%doc Changes README +%doc Changes README eg %{perl_vendorarch}/auto/* %{perl_vendorarch}/TryCatch* -%{perl_vendorarch}/bench.pl -%{perl_vendorarch}/bench_ok.pl %{_mandir}/man3/* %changelog +* Wed Mar 20 2013 Petr Šabata <contyk@xxxxxxxxxx> - 1.003001-1 +- 1.003001 bump +- The bench* scripts are now documentation (eg) + * Fri Feb 22 2013 Petr Šabata <contyk@xxxxxxxxxx> - 1.003000-7 - Patch the failing invalid.t (rt#81978) and fix the BRs list diff --git a/sources b/sources index 058c6b3..85ca979 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -590620cf5815781cc0d344bf5483956a TryCatch-1.003000.tar.gz +635a6468e17fdc343e962a993c8199d3 TryCatch-1.003001.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