From 16f1d80e3f59095514132fffe1ff9a677c898557 Mon Sep 17 00:00:00 2001 From: Chris Weyl Date: Mon, 22 Jun 2009 15:06:42 +0000 Subject: [PATCH] - auto-update to 2.15 (by cpan-spec-update 0.01) --- .cvsignore | 2 +- perl-JSON.spec | 10 ++++++---- sources | 2 +- 3 files changed, 8 insertions(+), 6 deletions(-) diff --git a/.cvsignore b/.cvsignore index eb359ac..0d2b460 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -JSON-2.14.tar.gz +JSON-2.15.tar.gz diff --git a/perl-JSON.spec b/perl-JSON.spec index 58f2b13..16f1379 100644 --- a/perl-JSON.spec +++ b/perl-JSON.spec @@ -1,11 +1,11 @@ Name: perl-JSON -Version: 2.14 +Version: 2.15 Release: 1%{?dist} Summary: Parse and convert to JSON (JavaScript Object Notation) License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/JSON/ -Source0: http://www.cpan.org/authors/id/M/MA/MAKAMAKA/JSON-%{version}.tar.gz +Source0: http://search.cpan.org/CPAN/authors/id/M/MA/MAKAMAKA/JSON-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) @@ -27,7 +27,6 @@ Requires: perl(Scalar::Util) Requires: perl(LWP::UserAgent) Requires: perl(HTTP::Daemon) - %description This module converts between JSON (JavaScript Object Notation) and Perl data structure into each other. For JSON, See to @@ -37,7 +36,7 @@ http://www.crockford.com/JSON/. %setup -q -n JSON-%{version} # make rpmlint happy... -find . -type f -exec chmod -c -x {} + +find . -type f -exec chmod -c -x {} + find t/ -type f -exec perl -pi -e 's|^#! perl|#!/usr/bin/perl|' {} + sed -i 's/\r//' README t/* @@ -78,6 +77,9 @@ rm -rf %{buildroot} %{_mandir}/man3/* %changelog +* Mon Jun 22 2009 Chris Weyl 2.15-1 +- auto-update to 2.15 (by cpan-spec-update 0.01) + * Sun Mar 01 2009 Chris Weyl 2.14-1 - update to 2.14 diff --git a/sources b/sources index 1089a36..2d085b5 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -340d2e9eb18406e18c88475d7aa25edc JSON-2.14.tar.gz +15de50d89da9a0c389d3fb1a4aef84d0 JSON-2.15.tar.gz