diff --git a/.cvsignore b/.cvsignore index 1ae0282..09d184e 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -JSON-Any-1.19.tar.gz +JSON-Any-1.21.tar.gz diff --git a/perl-JSON-Any.spec b/perl-JSON-Any.spec index ab43691..8d3188a 100644 --- a/perl-JSON-Any.spec +++ b/perl-JSON-Any.spec @@ -1,36 +1,42 @@ Name: perl-JSON-Any -Version: 1.19 -Release: 4%{?dist} +Version: 1.21 +Release: 1%{?dist} Summary: A meta-module to make working with JSON easier License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/JSON-Any/ -Source0: http://www.cpan.org/authors/id/P/PE/PERIGRIN/JSON-Any-%{version}.tar.gz +Source0: http://search.cpan.org/CPAN/authors/id/P/PE/PERIGRIN/JSON-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)) -Patch0: with_older_json.patch +Patch0: with_older_json.patch -# JSON::XS is fastest, so we require it +# JSON::XS is fastest, so we require it Requires: perl(JSON::XS) # core BuildRequires: perl(Carp) -BuildRequires: perl(ExtUtils::MakeMaker) +BuildRequires: perl(ExtUtils::MakeMaker) >= 6.42 # testing -BuildRequires: perl(Test::More) >= 0.62 +BuildRequires: perl(Test::More) >= 0.42 BuildRequires: perl(JSON::XS) >= 1.52 # optional tests -- JSON::Any can handle any of the following to actually do # the JSON parsing. We use JSON::XS above, as it's both already in Fedora and # the fastest of the following. As other JSON modules are added to Fedora, # we'll uncomment the tests below. -BuildRequires: perl(JSON) +BuildRequires: perl(JSON) #BuildRequires: perl(JSON::DWIM) #BuildRequires: perl(JSON::PC) -BuildRequires: perl(JSON::Syck) +BuildRequires: perl(JSON::Syck) +### auto-added reqs! +Requires: perl(Carp) + +### auto-added brs! +BuildRequires: perl(CPAN) + %description JSON::Any provides a coherent API to bring together the various JSON modules currently on CPAN. @@ -72,6 +78,13 @@ rm -rf %{buildroot} %{_mandir}/man3/* %changelog +* Tue Aug 11 2009 Chris Weyl 1.21-1 +- auto-update to 1.21 (by cpan-spec-update 0.01) +- altered br on perl(ExtUtils::MakeMaker) (0 => 6.42) +- altered br on perl(Test::More) (0.62 => 0.42) +- added a new br on CPAN (inc::Module::AutoInstall found) +- added a new req on perl(Carp) (version 0) + * Sun Jul 26 2009 Fedora Release Engineering - 1.19-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild diff --git a/sources b/sources index e6803f4..959b5d5 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -ee042534bed96496586660d1bed1bad3 JSON-Any-1.19.tar.gz +3e5d6f943b03c2c0c688be1295719c09 JSON-Any-1.21.tar.gz