rpms/perl-JSON-XS/devel .cvsignore, 1.9, 1.10 perl-JSON-XS.spec, 1.15, 1.16 sources, 1.9, 1.10

Chris Weyl cweyl at fedoraproject.org
Tue Jun 2 07:02:32 UTC 2009


Author: cweyl

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

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



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/perl-JSON-XS/devel/.cvsignore,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -p -r1.9 -r1.10
--- .cvsignore	23 Feb 2009 06:44:23 -0000	1.9
+++ .cvsignore	2 Jun 2009 07:02:01 -0000	1.10
@@ -1 +1 @@
-JSON-XS-2.2311.tar.gz
+JSON-XS-2.24.tar.gz


Index: perl-JSON-XS.spec
===================================================================
RCS file: /cvs/extras/rpms/perl-JSON-XS/devel/perl-JSON-XS.spec,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -p -r1.15 -r1.16
--- perl-JSON-XS.spec	27 Mar 2009 05:03:34 -0000	1.15
+++ perl-JSON-XS.spec	2 Jun 2009 07:02:01 -0000	1.16
@@ -1,11 +1,12 @@
 Name:           perl-JSON-XS
-Version:        2.2311
-Release:        4%{?dist}
+Epoch:          1
+Version:        2.24
+Release:        1%{?dist}
 Summary:        JSON serialising/deserialising, done correctly and fast
-License:        GPL+ or Artistic 
+License:        GPL+ or Artistic
 Group:          Development/Libraries
 URL:            http://search.cpan.org/dist/JSON-XS/
-Source0:        http://www.cpan.org/authors/id/M/ML/MLEHMANN/JSON-XS-%{version}.tar.gz
+Source0:        http://search.cpan.org/CPAN/authors/id/M/ML/MLEHMANN/JSON-XS-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
@@ -13,12 +14,11 @@ Requires:       perl(:MODULE_COMPAT_%(ev
 BuildRequires:  perl(ExtUtils::MakeMaker)
 BuildRequires:  perl(Test::More)
 
-
 # don't "provide" private Perl libs
 %global _use_internal_dependency_generator 0
 %global __deploop() while read FILE; do /usr/lib/rpm/rpmdeps -%{1} ${FILE}; done | /bin/sort -u
-%global __find_provides /bin/sh -c "%{__grep} -v '%{perl_vendorarch}/.*\\.so$' | %{__deploop P}"
-%global __find_requires /bin/sh -c "%{__deploop R}"
+%global __find_provides /bin/sh -c "%{__grep} -v '%_docdir' | %{__grep} -v '%{perl_vendorarch}/.*\\.so$' | %{__deploop P}"
+%global __find_requires /bin/sh -c "%{__grep} -v '%_docdir' | %{__deploop R}"
 
 %description
 This module converts Perl data structures to JSON and vice versa. Its
@@ -63,6 +63,9 @@ rm -rf %{buildroot}
 %{_mandir}/man[13]/*
 
 %changelog
+* Tue Jun 02 2009 Chris Weyl <cweyl at alumni.drew.edu> 2.24-1
+- auto-update to 2.24 (by cpan-spec-update 0.01)
+
 * Thu Mar 26 2009 Chris Weyl <cweyl at alumni.drew.edu> - 2.2311-4
 - Stripping bad provides of private Perl extension libs
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-JSON-XS/devel/sources,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -p -r1.9 -r1.10
--- sources	23 Feb 2009 06:44:24 -0000	1.9
+++ sources	2 Jun 2009 07:02:01 -0000	1.10
@@ -1 +1 @@
-e9b34ed8f85fdf18e69b4c32f5cd321b  JSON-XS-2.2311.tar.gz
+8821744b35260f4712a28ed68afcd2b6  JSON-XS-2.24.tar.gz




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