rpms/perl-JSON/EL-5 perl-JSON.spec,1.4,1.5 sources,1.5,1.6

Jon Stanley jstanley at fedoraproject.org
Mon May 3 03:04:29 UTC 2010


Author: jstanley

Update of /cvs/pkgs/rpms/perl-JSON/EL-5
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv16755

Modified Files:
	perl-JSON.spec sources 
Log Message:
Update to 2.17



Index: perl-JSON.spec
===================================================================
RCS file: /cvs/pkgs/rpms/perl-JSON/EL-5/perl-JSON.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -p -r1.4 -r1.5
--- perl-JSON.spec	13 May 2007 17:08:41 -0000	1.4
+++ perl-JSON.spec	3 May 2010 03:04:28 -0000	1.5
@@ -1,5 +1,5 @@
 Name:           perl-JSON
-Version:        1.14
+Version:        2.17
 Release:        1%{?dist}
 Summary:        Parse and convert to JSON (JavaScript Object Notation)
 License:        GPL or Artistic
@@ -44,7 +44,11 @@ sed -i 's/\r//' README t/*.t
 cat << \EOF > %{name}-prov
 #!/bin/sh
 %{__perl_provides} $* |\
-  sed -e '/perl(My.*)/d'
+  sed -e '/perl(My.*)/d' \
+  -e '/perl(_unicode_handling.*)/d' \
+  -e '/perl(JSON::Backend.*/d' \
+  -e '/perl(JSON::Boolean.*)/d' \
+  -e '/perl(JSON::PP::IncrParser.*)/d'
 EOF
 
 %define __perl_provides %{_builddir}/JSON-%{version}/%{name}-prov
@@ -77,6 +81,9 @@ rm -rf %{buildroot}
 %{_mandir}/man3/*
 
 %changelog
+* Sun May 02 2010 Jon Stanley <jonstanley at gmail.com> - 2.17-1
+- Update to 2.17
+
 * Sun May 13 2007 Chris Weyl <cweyl at alumni.drew.edu> 1.14-1
 - update to 1.14
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/perl-JSON/EL-5/sources,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -p -r1.5 -r1.6
--- sources	13 May 2007 17:08:41 -0000	1.5
+++ sources	3 May 2010 03:04:28 -0000	1.6
@@ -1 +1 @@
-d95d9cdb7c0a64a51d3d946915db52fb  JSON-1.14.tar.gz
+9a775cc4303a3282b8094cd6a0629397  JSON-2.17.tar.gz



More information about the scm-commits mailing list