commit b323422afcda250ca71126d82f7f40da71e6c615 Author: Iain Arnell <iarnell@xxxxxxxxx> Date: Sat Jan 22 07:45:26 2011 +0100 update to 0.30 .gitignore | 1 + perl-Catalyst-Plugin-ConfigLoader.spec | 18 ++++++++---------- sources | 2 +- 3 files changed, 10 insertions(+), 11 deletions(-) --- diff --git a/.gitignore b/.gitignore index 8db48d7..cb1ef73 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ Catalyst-Plugin-ConfigLoader-0.27.tar.gz +/Catalyst-Plugin-ConfigLoader-0.30.tar.gz diff --git a/perl-Catalyst-Plugin-ConfigLoader.spec b/perl-Catalyst-Plugin-ConfigLoader.spec index 6888f91..297d1c9 100644 --- a/perl-Catalyst-Plugin-ConfigLoader.spec +++ b/perl-Catalyst-Plugin-ConfigLoader.spec @@ -1,17 +1,16 @@ Name: perl-Catalyst-Plugin-ConfigLoader Summary: Load config files of various types -Version: 0.27 -Release: 5%{?dist} +Version: 0.30 +Release: 1%{?dist} License: GPL+ or Artistic Group: Development/Libraries Source0: http://search.cpan.org/CPAN/authors/id/B/BR/BRICAS/Catalyst-Plugin-ConfigLoader-%{version}.tar.gz URL: http://search.cpan.org/dist/Catalyst-Plugin-ConfigLoader/ -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) BuildArch: noarch BuildRequires: perl(Catalyst::Runtime) >= 5.7008 -BuildRequires: perl(Config::Any) >= 0.08 +BuildRequires: perl(Config::Any) >= 0.20 BuildRequires: perl(Data::Visitor) >= 0.24 BuildRequires: perl(ExtUtils::MakeMaker) >= 6.42 BuildRequires: perl(MRO::Compat) >= 0.09 @@ -19,7 +18,7 @@ BuildRequires: perl(parent) BuildRequires: perl(Test::More) Requires: perl(Catalyst::Runtime) >= 5.7008 -Requires: perl(Config::Any) >= 0.08 +Requires: perl(Config::Any) >= 0.20 Requires: perl(Data::Visitor) >= 0.24 Requires: perl(MRO::Compat) >= 0.09 @@ -39,8 +38,6 @@ various types. Currently it supports YAML, JSON, XML, INI and Perl formats. make %{?_smp_mflags} %install -rm -rf %{buildroot} - make pure_install DESTDIR=%{buildroot} find %{buildroot} -type f -name .packlist -exec rm -f {} \; @@ -51,9 +48,6 @@ find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \; %check make test -%clean -rm -rf %{buildroot} - %files %defattr(-,root,root,-) %doc Changes README @@ -61,6 +55,10 @@ rm -rf %{buildroot} %{_mandir}/man3/* %changelog +* Sat Jan 22 2011 Iain Arnell <iarnell@xxxxxxxxx> 0.30-1 +- update to latest upstream version +- clean up spec for modern rpmbuild + * Wed Dec 15 2010 Marcela Maslanova <mmaslano@xxxxxxxxxx> - 0.27-5 - 661697 rebuild for fixing problems with vendorach/lib diff --git a/sources b/sources index 1c9d913..b87fa03 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -f1f58fa0f4c3cfb45cc204c9ace6a09b Catalyst-Plugin-ConfigLoader-0.27.tar.gz +d6cd604120535d5c0ab1160c3a097187 Catalyst-Plugin-ConfigLoader-0.30.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