commit 9572c40f7dfcadd49b12826c5f0ce502d0f5eb04 Author: Paul Howarth <paul@xxxxxxxxxxxx> Date: Thu Nov 6 23:25:12 2014 +0000 Update to 3.0105 - New upstream release 3.0105 - Minor doc improvements (GH#25) - Fix d_Gconvert test in t/11_pc_expo.t for 5.6 - Upstream no longer shipping SIGNATURE file - Use %license where possible perl-Cpanel-JSON-XS.spec | 22 +++++++++++++++------- sources | 2 +- 2 files changed, 16 insertions(+), 8 deletions(-) --- diff --git a/perl-Cpanel-JSON-XS.spec b/perl-Cpanel-JSON-XS.spec index e9578ee..5c6c810 100644 --- a/perl-Cpanel-JSON-XS.spec +++ b/perl-Cpanel-JSON-XS.spec @@ -1,7 +1,7 @@ Name: perl-Cpanel-JSON-XS Summary: JSON::XS for Cpanel, fast and correct serializing -Version: 3.0104 -Release: 5%{?dist} +Version: 3.0105 +Release: 1%{?dist} License: GPL+ or Artistic URL: http://search.cpan.org/dist/Cpanel-JSON-XS/ Source0: http://search.cpan.org/CPAN/authors/id/R/RU/RURBAN/Cpanel-JSON-XS-%{version}.tar.gz @@ -77,10 +77,6 @@ reach the latter goal it was written in C. # Fix shellbangs perl -pi -e 's|^#!/opt/bin/perl|#!/usr/bin/perl|' eg/* -# Make sure we don't try to do a signature check -rm SIGNATURE -perl -ni -e 'print unless /SIGNATURE/;' MANIFEST - %build perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}" make %{?_smp_mflags} @@ -95,7 +91,12 @@ find %{buildroot} -type f -name '*.bs' -a -size 0 -exec rm -f {} ';' make test IS_MAINTAINER=1 %{!?perl_bootstrap:RELEASE_TESTING=1} %files -%doc Changes COPYING README eg/ +%if 0%{?_licensedir:1} +%license COPYING +%else +%doc COPYING +%endif +%doc Changes README eg/ %{_bindir}/cpanel_json_xs %{perl_vendorarch}/auto/Cpanel/ %{perl_vendorarch}/Cpanel/ @@ -104,6 +105,13 @@ make test IS_MAINTAINER=1 %{!?perl_bootstrap:RELEASE_TESTING=1} %{_mandir}/man3/Cpanel::JSON::XS::Boolean.3pm* %changelog +* Thu Nov 6 2014 Paul Howarth <paul@xxxxxxxxxxxx> - 3.0105-1 +- Update to 3.0105 + - Minor doc improvements (GH#25) + - Fix d_Gconvert test in t/11_pc_expo.t for 5.6 +- Upstream no longer shipping SIGNATURE file +- Use %%license where possible + * Wed Oct 22 2014 Petr Pisar <ppisar@xxxxxxxxxx> - 3.0104-5 - Break build cycles diff --git a/sources b/sources index 8db64c9..4c7147f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -9ddb6ca3dc80ce965181f15fc7df8062 Cpanel-JSON-XS-3.0104.tar.gz +294303351620e2a53024c4f0e4f960d5 Cpanel-JSON-XS-3.0105.tar.gz -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/perl-devel