diff --git a/.cvsignore b/.cvsignore index 6c90cbc..cd54513 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -Config-Any-0.12.tar.gz +Config-Any-0.14.tar.gz diff --git a/perl-Config-Any.spec b/perl-Config-Any.spec index cf98040..53567c6 100644 --- a/perl-Config-Any.spec +++ b/perl-Config-Any.spec @@ -1,5 +1,5 @@ Name: perl-Config-Any -Version: 0.12 +Version: 0.14 Release: 1%{?dist} Summary: Load configuration from different file formats, transparently License: GPL+ or Artistic @@ -22,6 +22,7 @@ BuildRequires: perl(YAML::Syck) # tests BuildRequires: perl(Test::More) BuildRequires: perl(Scalar::Util) +BuildRequires: perl(XML::LibXML) # optional tests BuildRequires: perl(Test::Pod), perl(Test::Pod::Coverage) @@ -95,6 +96,10 @@ rm -rf %{buildroot} %{_mandir}/man3/* %changelog +* Thu Sep 25 2008 Chris Weyl 0.14-1 +- update to 0.14 +- add XML::LibXML to br's + * Wed May 21 2008 Chris Weyl 0.12-1 - update to 0.12 diff --git a/sources b/sources index ef37758..2fb4b2e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -a726dd522e9d61503f090a18e6e7ce72 Config-Any-0.12.tar.gz +b5d1197763edb350b1bc1e65febb598f Config-Any-0.14.tar.gz