forked from pool/perl-autovivification
Accepting request 307317 from devel:languages:perl
1 OBS-URL: https://build.opensuse.org/request/show/307317 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-autovivification?expand=0&rev=6
This commit is contained in:
commit
e59a81dab1
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c11532867fc7d25982342a262083f344c370951c6df0f62c4427e50ef6e11977
|
||||
size 40006
|
3
autovivification-0.15.tar.gz
Normal file
3
autovivification-0.15.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:dce740f21913408c25b6a330926e0dedce5881cdcb0bff17706ec8a36e0a8dae
|
||||
size 48946
|
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,28 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri May 15 11:35:02 UTC 2015 - coolo@suse.com
|
||||
|
||||
- updated to 0.15
|
||||
see /usr/share/doc/packages/perl-autovivification/Changes
|
||||
|
||||
0.15 2015-05-14 20:35 UTC
|
||||
+ Chg : The new environment variable to enable thread tests on older
|
||||
perls is PERL_FORCE_TEST_THREADS. Note that this variable
|
||||
should only be turned on by authors.
|
||||
+ Fix : The module has been taught about the new multideref
|
||||
optimization, and will function properly on perl 5.21.11 and
|
||||
above.
|
||||
+ Fix : The module will no longer crash or behave erratically when it
|
||||
is loaded by several threads (or Windows emulated processes)
|
||||
ran in parallel.
|
||||
+ Fix : Update the Windows ActivePerl + gcc 3.4 workaround for
|
||||
ExtUtils::MakeMaker 7.04. Thanks Christian Walde for reporting
|
||||
and feedback on this issue.
|
||||
+ Fix : Be really compatible with the optional OP_PARENT feature.
|
||||
+ Tst : $ENV{$Config{ldlibpthname}} is now preserved on all platforms,
|
||||
which will address failures of t/43-peep.t and
|
||||
t/51-threads-teardown.t with unusual compilers (like icc) that
|
||||
link all their compiled objects to their own libraries.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 13 18:22:05 UTC 2015 - coolo@suse.com
|
||||
|
||||
|
@ -17,14 +17,15 @@
|
||||
|
||||
|
||||
Name: perl-autovivification
|
||||
Version: 0.14
|
||||
Version: 0.15
|
||||
Release: 0
|
||||
%define cpan_name autovivification
|
||||
Summary: Lexically disable autovivification.
|
||||
Summary: Lexically disable autovivification
|
||||
License: Artistic-1.0 or GPL-1.0+
|
||||
Group: Development/Libraries/Perl
|
||||
Url: http://search.cpan.org/dist/autovivification/
|
||||
Source: http://www.cpan.org/authors/id/V/VP/VPIT/%{cpan_name}-%{version}.tar.gz
|
||||
Source0: http://www.cpan.org/authors/id/V/VP/VPIT/%{cpan_name}-%{version}.tar.gz
|
||||
Source1: cpanspec.yml
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl-macros
|
||||
@ -60,6 +61,6 @@ optionally throws a warning or an error when it would have happened.
|
||||
|
||||
%files -f %{name}.files
|
||||
%defattr(-,root,root,755)
|
||||
%doc Changes README
|
||||
%doc Changes README samples
|
||||
|
||||
%changelog
|
||||
|
Loading…
Reference in New Issue
Block a user