From 38b636e9449377eeca5c9d30c685ac066d83c33e Mon Sep 17 00:00:00 2001 From: Iain Arnell Date: Mon, 11 Jan 2010 05:23:26 +0000 Subject: [PATCH] - update to latest upstream version - prefer YAML::XS over YAML::Syck --- .cvsignore | 2 +- perl-Config-Any.spec | 14 +++++++++----- sources | 2 +- 3 files changed, 11 insertions(+), 7 deletions(-) diff --git a/.cvsignore b/.cvsignore index 74589b8..581c1c1 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -Config-Any-0.17.tar.gz +Config-Any-0.18.tar.gz diff --git a/perl-Config-Any.spec b/perl-Config-Any.spec index 8ff0cdb..0fdb28e 100644 --- a/perl-Config-Any.spec +++ b/perl-Config-Any.spec @@ -1,11 +1,11 @@ Name: perl-Config-Any -Version: 0.17 -Release: 4%{?dist} +Version: 0.18 +Release: 1%{?dist} Summary: Load configuration from different file formats, transparently License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Config-Any/ -Source0: http://www.cpan.org/modules/by-module/Config/Config-Any-%{version}.tar.gz +Source0: http://search.cpan.org/CPAN/authors/id/B/BR/BRICAS/Config-Any-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) @@ -17,7 +17,7 @@ BuildRequires: perl(JSON::Syck) BuildRequires: perl(Config::General) BuildRequires: perl(Config::Tiny) BuildRequires: perl(XML::Simple) -BuildRequires: perl(YAML::Syck) +BuildRequires: perl(YAML::XS) # tests BuildRequires: perl(Test::More) @@ -32,7 +32,7 @@ Requires: perl(JSON::Syck) Requires: perl(Config::General) Requires: perl(Config::Tiny) Requires: perl(XML::Simple) -Requires: perl(YAML::Syck) +Requires: perl(YAML::XS) %description @@ -96,6 +96,10 @@ rm -rf %{buildroot} %{_mandir}/man3/* %changelog +* Mon Jan 11 2010 Iain Arnell 0.18-1 +- update to latest upstream version +- prefer YAML::XS over YAML::Syck + * Fri Dec 4 2009 Stepan Kasal - 0.17-4 - rebuild against perl 5.10.1 diff --git a/sources b/sources index 0458b90..8adfc61 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -8392d962a83c427275dc8711a2450f89 Config-Any-0.17.tar.gz +bbcd8879fd78dca61fb882f7a665b055 Config-Any-0.18.tar.gz