rpms/perl-JSON/devel .cvsignore, 1.10, 1.11 perl-JSON.spec, 1.13, 1.14 sources, 1.10, 1.11

Chris Weyl cweyl at fedoraproject.org
Mon Jun 22 15:07:12 UTC 2009


Author: cweyl

Update of /cvs/extras/rpms/perl-JSON/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv7631

Modified Files:
	.cvsignore perl-JSON.spec sources 
Log Message:
* Mon Jun 22 2009 Chris Weyl <cweyl at alumni.drew.edu> 2.15-1
- auto-update to 2.15 (by cpan-spec-update 0.01)



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/perl-JSON/devel/.cvsignore,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -p -r1.10 -r1.11
--- .cvsignore	1 Mar 2009 23:38:33 -0000	1.10
+++ .cvsignore	22 Jun 2009 15:06:42 -0000	1.11
@@ -1 +1 @@
-JSON-2.14.tar.gz
+JSON-2.15.tar.gz


Index: perl-JSON.spec
===================================================================
RCS file: /cvs/extras/rpms/perl-JSON/devel/perl-JSON.spec,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -p -r1.13 -r1.14
--- perl-JSON.spec	1 Mar 2009 23:38:33 -0000	1.13
+++ perl-JSON.spec	22 Jun 2009 15:06:42 -0000	1.14
@@ -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 <cweyl at alumni.drew.edu> 2.15-1
+- auto-update to 2.15 (by cpan-spec-update 0.01)
+
 * Sun Mar 01 2009 Chris Weyl <cweyl at alumni.drew.edu> 2.14-1
 - update to 2.14
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-JSON/devel/sources,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -p -r1.10 -r1.11
--- sources	1 Mar 2009 23:38:33 -0000	1.10
+++ sources	22 Jun 2009 15:06:42 -0000	1.11
@@ -1 +1 @@
-340d2e9eb18406e18c88475d7aa25edc  JSON-2.14.tar.gz
+15de50d89da9a0c389d3fb1a4aef84d0  JSON-2.15.tar.gz




More information about the Fedora-perl-devel-list mailing list