Update to 2.97
This commit is contained in:
parent
70a6a18254
commit
0a8044d259
@ -1,10 +1,13 @@
|
|||||||
|
# Upstream has switched back to five-digit versions temporarily
|
||||||
|
%global temp_version_suffix 000
|
||||||
|
|
||||||
Name: perl-JSON
|
Name: perl-JSON
|
||||||
Summary: Parse and convert to JSON (JavaScript Object Notation)
|
Summary: Parse and convert to JSON (JavaScript Object Notation)
|
||||||
Version: 2.96
|
Version: 2.97
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
License: GPL+ or Artistic
|
License: GPL+ or Artistic
|
||||||
|
|
||||||
Source0: http://search.cpan.org/CPAN/authors/id/I/IS/ISHIGAKI/JSON-%{version}.tar.gz
|
Source0: http://search.cpan.org/CPAN/authors/id/I/IS/ISHIGAKI/JSON-%{version}%{?temp_version_suffix}.tar.gz
|
||||||
URL: http://search.cpan.org/dist/JSON/
|
URL: http://search.cpan.org/dist/JSON/
|
||||||
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
@ -39,7 +42,7 @@ This module converts between JSON (JavaScript Object Notation) and Perl
|
|||||||
data structure into each other. For JSON, see http://www.crockford.com/JSON/.
|
data structure into each other. For JSON, see http://www.crockford.com/JSON/.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n JSON-%{version}
|
%setup -q -n JSON-%{version}%{?temp_version_suffix}
|
||||||
|
|
||||||
# make rpmlint happy...
|
# make rpmlint happy...
|
||||||
find . -type f -exec chmod -c -x {} +
|
find . -type f -exec chmod -c -x {} +
|
||||||
@ -64,6 +67,10 @@ make test
|
|||||||
%{_mandir}/man3/*
|
%{_mandir}/man3/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Nov 21 2017 Paul Howarth <paul@city-fan.org> - 2.97-1
|
||||||
|
- Update to 2.97 (upstream 2.97000 but stick to two-digit minor version
|
||||||
|
downstream in case upstream changes back before version 3.x)
|
||||||
|
|
||||||
* Mon Nov 20 2017 Paul Howarth <paul@city-fan.org> - 2.96-1
|
* Mon Nov 20 2017 Paul Howarth <paul@city-fan.org> - 2.96-1
|
||||||
- Update to 2.96
|
- Update to 2.96
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (JSON-2.96.tar.gz) = 48e72ae8c696ecd95cd516df87f611cf60f15d6824a503fbf6cac2222b792d1cda7f38bf271a30e988273828e7c9604ff3da4799715b2dd80128cfc412aa031d
|
SHA512 (JSON-2.97000.tar.gz) = 7f11faa7a27fdaef65e252f3d7e7625108df733d0f49b4175fec8d71b5222de8c2deceb615bdce4d00bde20591dfb1f2a80f2b881cba50f1092933de255be0fa
|
||||||
|
Loading…
Reference in New Issue
Block a user