diff --git a/JSON-Parse-0.55.tar.gz b/JSON-Parse-0.55.tar.gz deleted file mode 100644 index eb20942..0000000 --- a/JSON-Parse-0.55.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:dc9856dbc355114bcb0dc036bb632976b19b88d3a7ad59726f1fa917e7f5d256 -size 77591 diff --git a/JSON-Parse-0.56.tar.gz b/JSON-Parse-0.56.tar.gz new file mode 100644 index 0000000..aeeb086 --- /dev/null +++ b/JSON-Parse-0.56.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ccf1cb5d3a9a0a5035ff22aedd5cf7f8a0461832f157254e013b9a7c9c911b5 +size 78777 diff --git a/perl-JSON-Parse.changes b/perl-JSON-Parse.changes index 8cb9628..adf791a 100644 --- a/perl-JSON-Parse.changes +++ b/perl-JSON-Parse.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Tue Feb 18 03:09:00 UTC 2020 - + +- updated to 0.56 + see /usr/share/doc/packages/perl-JSON-Parse/Changes + + 0.56 2020-02-06 + + * Allow build on Solaris and SunOS + + 0.55_02 2019-01-24 + + * For testing of Daxim segfault through CPAN testers + ------------------------------------------------------------------- Thu Nov 9 06:26:32 UTC 2017 - coolo@suse.com diff --git a/perl-JSON-Parse.spec b/perl-JSON-Parse.spec index 1f5bfc9..aeee34e 100644 --- a/perl-JSON-Parse.spec +++ b/perl-JSON-Parse.spec @@ -1,7 +1,7 @@ # # spec file for package perl-JSON-Parse # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,18 +12,18 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # Name: perl-JSON-Parse -Version: 0.55 +Version: 0.56 Release: 0 %define cpan_name JSON-Parse Summary: Read JSON into a Perl variable -License: Artistic-1.0 or GPL-1.0+ +License: Artistic-1.0 OR GPL-1.0-or-later Group: Development/Libraries/Perl -Url: http://search.cpan.org/dist/JSON-Parse/ +Url: https://metacpan.org/release/%{cpan_name} Source0: https://cpan.metacpan.org/authors/id/B/BK/BKB/%{cpan_name}-%{version}.tar.gz Source1: cpanspec.yml BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -51,7 +51,7 @@ Unicode. %prep %setup -q -n %{cpan_name}-%{version} -find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644 +find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -name "configure" -print0 | xargs -0 chmod 644 # MANUAL BEGIN for file in $(find . -type f); do sed -i "s|/home/ben/software/install/bin/perl|%{_bindir}/perl|g; \ @@ -62,11 +62,11 @@ done # MANUAL END %build -%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}" -%{__make} %{?_smp_mflags} +perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}" +make %{?_smp_mflags} %check -%{__make} test +make test %install %perl_make_install