From 3ee414457904a4bf8372c55088d88afe5a486ea69e68e16a2ec44c904517bf78 Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Fri, 15 May 2015 12:09:33 +0000 Subject: [PATCH] Accepting request 307312 from devel:languages:perl:autoupdate automatic update OBS-URL: https://build.opensuse.org/request/show/307312 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-autovivification?expand=0&rev=11 --- autovivification-0.14.tar.gz | 3 --- autovivification-0.15.tar.gz | 3 +++ cpanspec.yml | 23 +++++++++++++++++++++++ perl-autovivification.changes | 25 +++++++++++++++++++++++++ perl-autovivification.spec | 9 +++++---- 5 files changed, 56 insertions(+), 7 deletions(-) delete mode 100644 autovivification-0.14.tar.gz create mode 100644 autovivification-0.15.tar.gz create mode 100644 cpanspec.yml diff --git a/autovivification-0.14.tar.gz b/autovivification-0.14.tar.gz deleted file mode 100644 index 24451bc..0000000 --- a/autovivification-0.14.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c11532867fc7d25982342a262083f344c370951c6df0f62c4427e50ef6e11977 -size 40006 diff --git a/autovivification-0.15.tar.gz b/autovivification-0.15.tar.gz new file mode 100644 index 0000000..3a35ff9 --- /dev/null +++ b/autovivification-0.15.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dce740f21913408c25b6a330926e0dedce5881cdcb0bff17706ec8a36e0a8dae +size 48946 diff --git a/cpanspec.yml b/cpanspec.yml new file mode 100644 index 0000000..9b7ec50 --- /dev/null +++ b/cpanspec.yml @@ -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 diff --git a/perl-autovivification.changes b/perl-autovivification.changes index 3484f8d..e3de15a 100644 --- a/perl-autovivification.changes +++ b/perl-autovivification.changes @@ -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 diff --git a/perl-autovivification.spec b/perl-autovivification.spec index cb1a7ed..289488d 100644 --- a/perl-autovivification.spec +++ b/perl-autovivification.spec @@ -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