Accepting request 655841 from devel:languages:perl:autoupdate
automatic update OBS-URL: https://build.opensuse.org/request/show/655841 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-threads-shared?expand=0&rev=13
This commit is contained in:
@@ -1,3 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 6 16:36:01 UTC 2018 - Stephan Kulow <coolo@suse.com>
|
||||
|
||||
- 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
|
||||
|
||||
|
@@ -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
|
||||
|
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ad1710fc411ffbdb32bd5cc88ed805db395a520537ce8279c03a91fbfef50b13
|
||||
size 100991
|
3
threads-shared-1.59.tar.gz
Normal file
3
threads-shared-1.59.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d1fc985e70e1e1dd53c2b9b07cf0d3bd526b4f404ef1c4a0033feaa167323fcf
|
||||
size 102322
|
Reference in New Issue
Block a user