Compare commits
10 Commits
9e5a1bb836
...
3f62543317
Author | SHA256 | Date | |
---|---|---|---|
3f62543317 | |||
33b11bd8db | |||
0a153069ae | |||
|
9a5637e7f5 | ||
|
9d5a5d903a | ||
|
9d89f70c78 | ||
|
b2192c68ca | ||
|
382d57e00e | ||
|
6e90768d7c | ||
|
a89c60a105 |
23
cpanspec.yml
Normal file
23
cpanspec.yml
Normal file
@@ -0,0 +1,23 @@
|
||||
---
|
||||
#description_paragraphs: 3
|
||||
#no_testing: broken upstream
|
||||
#sources:
|
||||
# - source1
|
||||
# - source2
|
||||
#patches:
|
||||
# foo.patch: -p1
|
||||
# bar.patch:
|
||||
#preamble: |-
|
||||
# BuildRequires: gcc-c++
|
||||
#post_prep: |-
|
||||
# hunspell=`pkg-config --libs hunspell | sed -e 's,-l,,; s, *,,g'`
|
||||
# sed -i -e "s,hunspell-X,$hunspell," t/00-prereq.t Makefile.PL
|
||||
#post_install: |-
|
||||
# sed on %{name}.files
|
||||
#license: SUSE-NonFree
|
||||
#skip_noarch: 1
|
||||
#custom_build: |-
|
||||
#./Build build flags=%{?_smp_mflags} --myflag
|
||||
#custom_test: |-
|
||||
#startserver && make test
|
||||
#ignore_requires: Bizarre::Module
|
@@ -1,3 +1,82 @@
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
|
||||
- updated to 1.58
|
||||
see /usr/share/doc/packages/perl-threads-shared/Changes
|
||||
|
||||
1.58 Mon Jan 22 20:09:07 EST 2018
|
||||
- Fix CLANG macros.
|
||||
- Sync with blead.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 2 07:07:03 UTC 2017 - coolo@suse.com
|
||||
|
||||
- updated to 1.57
|
||||
see /usr/share/doc/packages/perl-threads-shared/Changes
|
||||
|
||||
1.57 Sun May 7 22:48:33 2017
|
||||
- Fix Clang macro backward compatibility per patch by Andy Grundman
|
||||
|
||||
1.56 Fri Apr 14 10:51:56 2017 +0100
|
||||
- RT #131124 Memory allocation fix (not released to CPAN)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 27 07:52:29 UTC 2017 - coolo@suse.com
|
||||
|
||||
- updated to 1.55
|
||||
see /usr/share/doc/packages/perl-threads-shared/Changes
|
||||
|
||||
1.55 Sun Feb 26 18:23:45 2017
|
||||
- Document issue with destructor not called on embedded shared objects
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 4 07:31:18 UTC 2017 - coolo@suse.com
|
||||
|
||||
- updated to 1.54
|
||||
see /usr/share/doc/packages/perl-threads-shared/Changes
|
||||
|
||||
1.54 Sat Dec 31 17:33:20 2016
|
||||
- Fix Clang macro
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Dec 31 07:33:59 UTC 2016 - coolo@suse.com
|
||||
|
||||
- updated to 1.53
|
||||
see /usr/share/doc/packages/perl-threads-shared/Changes
|
||||
|
||||
1.53 Fri Dec 30 17:35:13 2016
|
||||
- Sync from blead
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon May 23 13:10:55 UTC 2016 - coolo@suse.com
|
||||
|
||||
- updated to 1.52
|
||||
see /usr/share/doc/packages/perl-threads-shared/Changes
|
||||
|
||||
1.52 Mon May 16 18:46:52 2016
|
||||
- Make t/test.pl compatible with Perls < 5.10 (again)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu May 5 10:32:52 UTC 2016 - coolo@suse.com
|
||||
|
||||
- updated to 1.51
|
||||
see /usr/share/doc/packages/perl-threads-shared/Changes
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 15 09:22:50 UTC 2015 - coolo@suse.com
|
||||
|
||||
- updated to 1.48
|
||||
see /usr/share/doc/packages/perl-threads-shared/Changes
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 13 16:11:46 UTC 2015 - coolo@suse.com
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package perl-threads-shared
|
||||
#
|
||||
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -12,20 +12,19 @@
|
||||
# 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.46
|
||||
Release: 0
|
||||
%define cpan_name threads-shared
|
||||
Name: perl-threads-shared
|
||||
Version: 1.59
|
||||
Release: 0
|
||||
License: Artistic-1.0 OR GPL-1.0-or-later
|
||||
Summary: Perl extension for sharing data structures between threads
|
||||
License: Artistic-1.0 or GPL-1.0+
|
||||
Group: Development/Libraries/Perl
|
||||
Url: http://search.cpan.org/dist/threads-shared/
|
||||
Source: http://www.cpan.org/authors/id/J/JD/JDHEDDEN/%{cpan_name}-%{version}.tar.gz
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
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
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl-macros
|
||||
BuildRequires: perl(threads) >= 1.73
|
||||
@@ -36,20 +35,20 @@ Requires: perl(threads) >= 1.73
|
||||
By default, variables are private to each thread, and each newly created
|
||||
thread gets a private copy of each existing variable. This module allows
|
||||
you to share variables across different threads (and pseudo-forks on
|
||||
Win32). It is used together with the the threads manpage module.
|
||||
Win32). It is used together with the threads module.
|
||||
|
||||
This module supports the sharing of the following data types only: scalars
|
||||
and scalar refs, arrays and array refs, and hashes and hash refs.
|
||||
|
||||
%prep
|
||||
%setup -q -n %{cpan_name}-%{version}
|
||||
%autosetup -n %{cpan_name}-%{version}
|
||||
|
||||
%build
|
||||
%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
|
||||
%{__make} %{?_smp_mflags}
|
||||
perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
|
||||
%make_build
|
||||
|
||||
%check
|
||||
%{__make} test
|
||||
make test
|
||||
|
||||
%install
|
||||
%perl_make_install
|
||||
@@ -57,7 +56,6 @@ and scalar refs, arrays and array refs, and hashes and hash refs.
|
||||
%perl_gen_filelist
|
||||
|
||||
%files -f %{name}.files
|
||||
%defattr(-,root,root,755)
|
||||
%doc Changes examples README
|
||||
|
||||
%changelog
|
||||
|
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:31e306c37d58a556ed9845851ca80a867495d0c321343025ae200f32e21491f1
|
||||
size 97993
|
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