diff --git a/perl-threads-shared.changes b/perl-threads-shared.changes index 28dacf9..ad29292 100644 --- a/perl-threads-shared.changes +++ b/perl-threads-shared.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Thu Dec 6 16:36:01 UTC 2018 - Stephan Kulow + +- updated to 1.59 + see /usr/share/doc/packages/perl-threads-shared/Changes + + 1.59 Wed Nov 28 03:53:14 2018 + - Prevent XSLoader call on non-threaded Perl + ------------------------------------------------------------------- Tue Jan 23 07:25:03 UTC 2018 - coolo@suse.com diff --git a/perl-threads-shared.spec b/perl-threads-shared.spec index 4fd7490..ac2adde 100644 --- a/perl-threads-shared.spec +++ b/perl-threads-shared.spec @@ -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-threads-shared -Version: 1.58 +Version: 1.59 Release: 0 %define cpan_name threads-shared Summary: Perl extension for sharing data structures between threads -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/threads-shared/ +Url: https://metacpan.org/release/%{cpan_name} Source0: https://cpan.metacpan.org/authors/id/J/JD/JDHEDDEN/%{cpan_name}-%{version}.tar.gz Source1: cpanspec.yml BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -46,11 +46,11 @@ and scalar refs, arrays and array refs, and hashes and hash refs. %setup -q -n %{cpan_name}-%{version} %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 diff --git a/threads-shared-1.58.tar.gz b/threads-shared-1.58.tar.gz deleted file mode 100644 index ae8242c..0000000 --- a/threads-shared-1.58.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ad1710fc411ffbdb32bd5cc88ed805db395a520537ce8279c03a91fbfef50b13 -size 100991 diff --git a/threads-shared-1.59.tar.gz b/threads-shared-1.59.tar.gz new file mode 100644 index 0000000..1a5106d --- /dev/null +++ b/threads-shared-1.59.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1fc985e70e1e1dd53c2b9b07cf0d3bd526b4f404ef1c4a0033feaa167323fcf +size 102322