From 217eb578e90ed067676b675bd3c9dd0bf23c514397c6a0f113d24215fbd0a111 Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Mon, 13 Apr 2015 20:36:16 +0000 Subject: [PATCH] Accepting request 296005 from devel:languages:perl:autoupdate automatic update OBS-URL: https://build.opensuse.org/request/show/296005 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-autovivification?expand=0&rev=9 --- autovivification-0.12.tar.gz | 3 --- autovivification-0.14.tar.gz | 3 +++ perl-autovivification.changes | 37 +++++++++++++++++++++++++++++++++++ perl-autovivification.spec | 14 ++----------- 4 files changed, 42 insertions(+), 15 deletions(-) delete mode 100644 autovivification-0.12.tar.gz create mode 100644 autovivification-0.14.tar.gz diff --git a/autovivification-0.12.tar.gz b/autovivification-0.12.tar.gz deleted file mode 100644 index b6e3067..0000000 --- a/autovivification-0.12.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6ef8686766c63571389880e5d87a0ca1d46f7d127982e8ef38aca7568c44840c -size 39144 diff --git a/autovivification-0.14.tar.gz b/autovivification-0.14.tar.gz new file mode 100644 index 0000000..24451bc --- /dev/null +++ b/autovivification-0.14.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c11532867fc7d25982342a262083f344c370951c6df0f62c4427e50ef6e11977 +size 40006 diff --git a/perl-autovivification.changes b/perl-autovivification.changes index f34bf01..3484f8d 100644 --- a/perl-autovivification.changes +++ b/perl-autovivification.changes @@ -1,3 +1,40 @@ +------------------------------------------------------------------- +Mon Apr 13 18:22:05 UTC 2015 - coolo@suse.com + +- updated to 0.14 + see /usr/share/doc/packages/perl-autovivification/Changes + + 0.14 2014-11-01 22:25 UTC + + Fix : [RT #99458] : AnyEvent::Loop hangs if autovivification 0.13 is + loaded + [RT #99904] : 'no autovivification' breaks Lingua::EN::Inflect + from a distance + This was a regression in 0.13 which caused the peephole + optimizer to loop infinitely on "... while 1" constructs. + However, the Lingua::EN::Inflect problem only occured in perl + 5.20 and above. + Thanks Toshio Ito and Kent Fredric for reporting. + + 0.13 2014-10-04 16:55 UTC + This release contains a change that, while being very likely to be safe, + can potentially cause freezes during code compilation. Every release + should be carefully tested before being put in production, but this is + especially true for this one. + + Add : Support for the PERL_OP_PARENT optional feature introduced in + perl 5.21.2. + + Doc : The CAVEATS section now warns about the global slowdown during + compilation caused by this pragma. + + Fix : [RT #97703] : Android support + t/51-threads-teardown.t will no longer fail on Android. + Thanks Brian Fraser for reporting. + + Fix : Segfaults in eval in an END block of a Win32 pseudo-fork. + + Fix : Segfaults during global destruction of a thread or a + pseudo-fork. + + Opt : The global slowdown caused by this module has been greatly + reduced. + Thanks Ævar Arnfjörð Bjarmason for reporting and testing the + change. + ------------------------------------------------------------------- Fri Oct 4 09:15:23 UTC 2013 - coolo@suse.com diff --git a/perl-autovivification.spec b/perl-autovivification.spec index bf38316..cb1a7ed 100644 --- a/perl-autovivification.spec +++ b/perl-autovivification.spec @@ -1,7 +1,7 @@ # # spec file for package perl-autovivification # -# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: perl-autovivification -Version: 0.12 +Version: 0.14 Release: 0 %define cpan_name autovivification Summary: Lexically disable autovivification. @@ -28,16 +28,6 @@ Source: http://www.cpan.org/authors/id/V/VP/VPIT/%{cpan_name}-%{version} BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl BuildRequires: perl-macros -#BuildRequires: perl(autovivification) -#BuildRequires: perl(autovivification::TestCases) -#BuildRequires: perl(autovivification::TestRequired1) -#BuildRequires: perl(autovivification::TestRequired4::b0) -#BuildRequires: perl(autovivification::TestRequired5::b0) -#BuildRequires: perl(autovivification::TestRequired5::d0) -#BuildRequires: perl(autovivification::TestRequired6) -#BuildRequires: perl(autovivification::TestThreads) -#BuildRequires: perl(Test::Leaner) -#BuildRequires: perl(VPIT::TestHelpers) %{perl_requires} %description