From 0a08edbe38513f50edca4b1d08aecea755dad511 Mon Sep 17 00:00:00 2001 From: Robin Lee Date: Sep 26 2013 07:38:53 +0000 Subject: Update to 0.24 --- diff --git a/.gitignore b/.gitignore index 1ff0524..6686a3f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ Config-Any-0.19.tar.gz /Config-Any-0.20.tar.gz /Config-Any-0.23.tar.gz +/Config-Any-0.24.tar.gz diff --git a/auto.ini b/auto.ini deleted file mode 100644 index 69b39a7..0000000 --- a/auto.ini +++ /dev/null @@ -1,24 +0,0 @@ -[add_build_requires] -; for the different formats... -perl(Config::General)=0 -perl(Config::Tiny)=0 -perl(JSON::XS)=0 -perl(Module::Build)=0 -perl(Scalar::Util)=0 -perl(XML::LibXML)=0 -perl(XML::Simple)=0 -perl(YAML::XS)=0 -perl(version)=0 -; tests -perl(Scalar::Util)=0 -perl(XML::LibXML)=0 -; optional tests -perl(Test::Pod)=0 - -[add_requires] -perl(Config::General)=0 -perl(Config::Tiny)=0 -perl(JSON::XS)=0 -perl(XML::Simple)=0 -perl(YAML::XS)=0 - diff --git a/perl-Config-Any.spec b/perl-Config-Any.spec index d20e1bb..485b015 100644 --- a/perl-Config-Any.spec +++ b/perl-Config-Any.spec @@ -1,7 +1,7 @@ Name: perl-Config-Any Summary: Load configuration from different file formats, transparently -Version: 0.23 -Release: 6%{?dist} +Version: 0.24 +Release: 1%{?dist} License: GPL+ or Artistic Group: Development/Libraries Source0: http://search.cpan.org/CPAN/authors/id/B/BR/BRICAS/Config-Any-%{version}.tar.gz @@ -72,6 +72,9 @@ rm -rf %{buildroot} %{_mandir}/man3/* %changelog +* Thu Sep 26 2013 Robin Lee - 0.24-1 +- Update to 0.24 + * Sat Aug 03 2013 Fedora Release Engineering - 0.23-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild diff --git a/sources b/sources index 35be30d..d2c4461 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -97a303ef7426e5b6888bb7dd294a7e7a Config-Any-0.23.tar.gz +bf58a5cbd8b809886bd0459986e55ad7 Config-Any-0.24.tar.gz