diff --git a/JSON-2.97001.tar.gz b/JSON-2.97001.tar.gz deleted file mode 100644 index ae43e54..0000000 Binary files a/JSON-2.97001.tar.gz and /dev/null differ diff --git a/JSON-4.06.tar.gz b/JSON-4.06.tar.gz new file mode 100644 index 0000000..0d142e0 Binary files /dev/null and b/JSON-4.06.tar.gz differ diff --git a/perl-JSON.spec b/perl-JSON.spec index edead93..04f2a92 100644 --- a/perl-JSON.spec +++ b/perl-JSON.spec @@ -1,13 +1,12 @@ -%global rpm_version 2.97 -%global temp_version_suffix 001 +%global rpm_version 4.06 Name: perl-JSON -Version: 2.97.001 -Release: 6 +Version: 4.06 +Release: 1 Summary: JSON (JavaScript Object Notation) encoder/decoder License: GPL+ or Artistic URL: https://metacpan.org/release/JSON -Source0: https://cpan.metacpan.org/authors/id/I/IS/ISHIGAKI/JSON-%{rpm_version}%{?temp_version_suffix}.tar.gz +Source0: https://cpan.metacpan.org/authors/id/I/IS/ISHIGAKI/JSON-%{rpm_version}.tar.gz BuildRequires: perl-generators perl perl(ExtUtils::MakeMaker) perl(Test::More) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) @@ -31,7 +30,7 @@ to use Cpanel::JSON::XS, a fork of JSON::XS by Reini Urban. %package_help %prep -%autosetup -n JSON-%{rpm_version}%{temp_version_suffix} -p1 +%autosetup -n JSON-%{rpm_version} -p1 %build perl Makefile.PL NO_PACKLIST=1 INSTALLDIRS=vendor @@ -56,6 +55,9 @@ make test %{_mandir}/man3/*3* %changelog +* Tue Jun 14 2022 SimpleUpdate Robot - 4.06-1 +- Upgrade to version 4.06 + * Fri Nov 15 2019 openEuler Buildteam - 2.97.001-6 - Delete macro to solve build problem