commit perl-autovivification for openSUSE:Factory

2017-11-12 Thread root
Hello community,

here is the log from the commit of package perl-autovivification for 
openSUSE:Factory checked in at 2017-11-12 17:56:10

Comparing /work/SRC/openSUSE:Factory/perl-autovivification (Old)
 and  /work/SRC/openSUSE:Factory/.perl-autovivification.new (New)


Package is "perl-autovivification"

Sun Nov 12 17:56:10 2017 rev:9 rq:539949 version:0.18

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-autovivification/perl-autovivification.changes  
2017-08-21 11:34:22.392699978 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-autovivification.new/perl-autovivification.changes
 2017-11-12 17:56:11.442271797 +0100
@@ -1,0 +2,15 @@
+Sun Nov  5 07:16:54 UTC 2017 - co...@suse.com
+
+- updated to 0.18
+   see /usr/share/doc/packages/perl-autovivification/Changes
+
+  0.182017-11-04 15:30 UTC
+  + Fix : [RT #123411] : Compatibility with CV-in-stash optimisation
+  Thanks Father Chrysostomos for reporting and contributing a
+  patch.
+  + Fix : [RT #122956] : strict/warn flags seem to simply do nothing
+  The documentation has been amended to clarify how these two
+  options are supposed to be used.
+  Thanks Christian Walde for reporting.
+
+---

Old:

  autovivification-0.17.tar.gz

New:

  autovivification-0.18.tar.gz



Other differences:
--
++ perl-autovivification.spec ++
--- /var/tmp/diff_new_pack.n44LfG/_old  2017-11-12 17:56:13.006214833 +0100
+++ /var/tmp/diff_new_pack.n44LfG/_new  2017-11-12 17:56:13.010214687 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   perl-autovivification
-Version:0.17
+Version:0.18
 Release:0
 %define cpan_name autovivification
 Summary:Lexically disable autovivification

++ autovivification-0.17.tar.gz -> autovivification-0.18.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/autovivification-0.17/Changes 
new/autovivification-0.18/Changes
--- old/autovivification-0.17/Changes   2017-07-31 18:35:04.0 +0200
+++ new/autovivification-0.18/Changes   2017-11-04 16:18:07.0 +0100
@@ -1,5 +1,14 @@
 Revision history for autovivification
 
+0.182017-11-04 15:30 UTC
++ Fix : [RT #123411] : Compatibility with CV-in-stash optimisation
+Thanks Father Chrysostomos for reporting and contributing a
+patch.
++ Fix : [RT #122956] : strict/warn flags seem to simply do nothing
+The documentation has been amended to clarify how these two
+options are supposed to be used.
+Thanks Christian Walde for reporting.
+
 0.172017-07-31 17:15 UTC
 + Chg : A large chunk of boilerplate XS code, which is also used in
 other XS modules, has been factored out of the main .xs file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/autovivification-0.17/META.json 
new/autovivification-0.18/META.json
--- old/autovivification-0.17/META.json 2017-07-31 18:38:10.0 +0200
+++ new/autovivification-0.18/META.json 2017-11-04 16:18:23.0 +0100
@@ -55,6 +55,6 @@
  "url" : 
"http://git.profvince.com/?p=perl%2Fmodules%2Fautovivification.git;
   }
},
-   "version" : "0.17",
+   "version" : "0.18",
"x_serialization_backend" : "JSON::PP version 2.94"
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/autovivification-0.17/META.yml 
new/autovivification-0.18/META.yml
--- old/autovivification-0.17/META.yml  2017-07-31 18:38:09.0 +0200
+++ new/autovivification-0.18/META.yml  2017-11-04 16:18:23.0 +0100
@@ -30,5 +30,5 @@
   homepage: http://search.cpan.org/dist/autovivification/
   license: http://dev.perl.org/licenses/
   repository: http://git.profvince.com/?p=perl%2Fmodules%2Fautovivification.git
-version: '0.17'
+version: '0.18'
 x_serialization_backend: 'CPAN::Meta::YAML version 0.018'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/autovivification-0.17/README 
new/autovivification-0.18/README
--- old/autovivification-0.17/README2017-07-31 18:38:10.0 +0200
+++ new/autovivification-0.18/README2017-11-04 16:18:24.0 +0100
@@ -2,7 +2,7 @@
 autovivification - Lexically disable autovivification.
 
 VERSION
-Version 0.17
+Version 0.18
 
 SYNOPSIS
 no autovivification;
@@ -36,8 +36,8 @@
   "unimport"
 no autovivification; # defaults to qw
 no autovivification qw;
-no autovivification 'warn';
-no autovivification 'strict';
+ 

commit perl-autovivification for openSUSE:Factory

2017-08-21 Thread root
Hello community,

here is the log from the commit of package perl-autovivification for 
openSUSE:Factory checked in at 2017-08-21 11:34:18

Comparing /work/SRC/openSUSE:Factory/perl-autovivification (Old)
 and  /work/SRC/openSUSE:Factory/.perl-autovivification.new (New)


Package is "perl-autovivification"

Mon Aug 21 11:34:18 2017 rev:8 rq:515875 version:0.17

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-autovivification/perl-autovivification.changes  
2015-07-21 13:23:43.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-autovivification.new/perl-autovivification.changes
 2017-08-21 11:34:22.392699978 +0200
@@ -1,0 +2,13 @@
+Thu Aug  3 06:30:16 UTC 2017 - co...@suse.com
+
+- updated to 0.17
+   see /usr/share/doc/packages/perl-autovivification/Changes
+
+  0.172017-07-31 17:15 UTC
+  + Chg : A large chunk of boilerplate XS code, which is also used in
+  other XS modules, has been factored out of the main .xs file
+  to a collection of .h files in the xsh subdirectory.
+  + Fix : The new optimization in perl 5.27.3 for 
scalar(keys(%$hashref))
+  is now correcty supported.
+
+---

Old:

  autovivification-0.16.tar.gz

New:

  autovivification-0.17.tar.gz



Other differences:
--
++ perl-autovivification.spec ++
--- /var/tmp/diff_new_pack.pLF1UC/_old  2017-08-21 11:34:23.224582985 +0200
+++ /var/tmp/diff_new_pack.pLF1UC/_new  2017-08-21 11:34:23.232581860 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-autovivification
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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,14 +17,14 @@
 
 
 Name:   perl-autovivification
-Version:0.16
+Version:0.17
 Release:0
 %define cpan_name autovivification
 Summary:Lexically disable autovivification
 License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/autovivification/
-Source0:
http://www.cpan.org/authors/id/V/VP/VPIT/%{cpan_name}-%{version}.tar.gz
+Source0:
https://cpan.metacpan.org/authors/id/V/VP/VPIT/%{cpan_name}-%{version}.tar.gz
 Source1:cpanspec.yml
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl

++ autovivification-0.16.tar.gz -> autovivification-0.17.tar.gz ++
 3972 lines of diff (skipped)




commit perl-autovivification for openSUSE:Factory

2015-07-21 Thread h_root
Hello community,

here is the log from the commit of package perl-autovivification for 
openSUSE:Factory checked in at 2015-07-21 13:23:42

Comparing /work/SRC/openSUSE:Factory/perl-autovivification (Old)
 and  /work/SRC/openSUSE:Factory/.perl-autovivification.new (New)


Package is perl-autovivification

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-autovivification/perl-autovivification.changes  
2015-05-16 20:07:03.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-autovivification.new/perl-autovivification.changes
 2015-07-21 13:23:43.0 +0200
@@ -1,0 +2,9 @@
+Thu Jul  2 09:34:11 UTC 2015 - co...@suse.com
+
+- updated to 0.16
+   see /usr/share/doc/packages/perl-autovivification/Changes
+
+  0.162015-07-01 14:30 UTC
+  + Fix : Broken linkage on Windows.
+
+---

Old:

  autovivification-0.15.tar.gz

New:

  autovivification-0.16.tar.gz



Other differences:
--
++ perl-autovivification.spec ++
--- /var/tmp/diff_new_pack.lOMjei/_old  2015-07-21 13:23:43.0 +0200
+++ /var/tmp/diff_new_pack.lOMjei/_new  2015-07-21 13:23:43.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-autovivification
-Version:0.15
+Version:0.16
 Release:0
 %define cpan_name autovivification
 Summary:Lexically disable autovivification

++ autovivification-0.15.tar.gz - autovivification-0.16.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/autovivification-0.15/Changes 
new/autovivification-0.16/Changes
--- old/autovivification-0.15/Changes   2015-05-14 22:07:07.0 +0200
+++ new/autovivification-0.16/Changes   2015-07-01 15:45:28.0 +0200
@@ -1,5 +1,8 @@
 Revision history for autovivification
 
+0.162015-07-01 14:30 UTC
++ Fix : Broken linkage on Windows.
+
 0.152015-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
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/autovivification-0.15/META.json 
new/autovivification-0.16/META.json
--- old/autovivification-0.15/META.json 2015-05-14 22:09:05.0 +0200
+++ new/autovivification-0.16/META.json 2015-07-01 15:47:45.0 +0200
@@ -4,7 +4,7 @@
   Vincent Pit p...@profvince.com
],
dynamic_config : 1,
-   generated_by : ExtUtils::MakeMaker version 7.04, CPAN::Meta::Converter 
version 2.150001,
+   generated_by : ExtUtils::MakeMaker version 7.0401, CPAN::Meta::Converter 
version 2.150005,
license : [
   perl_5
],
@@ -55,5 +55,6 @@
  url : 
http://git.profvince.com/?p=perl%2Fmodules%2Fautovivification.git;
   }
},
-   version : 0.15
+   version : 0.16,
+   x_serialization_backend : JSON::PP version 2.27300
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/autovivification-0.15/META.yml 
new/autovivification-0.16/META.yml
--- old/autovivification-0.15/META.yml  2015-05-14 22:09:05.0 +0200
+++ new/autovivification-0.16/META.yml  2015-07-01 15:47:45.0 +0200
@@ -12,7 +12,7 @@
 configure_requires:
   ExtUtils::MakeMaker: '0'
 dynamic_config: 1
-generated_by: 'ExtUtils::MakeMaker version 7.04, CPAN::Meta::Converter version 
2.150001'
+generated_by: 'ExtUtils::MakeMaker version 7.0401, CPAN::Meta::Converter 
version 2.150005'
 license: perl
 meta-spec:
   url: http://module-build.sourceforge.net/META-spec-v1.4.html
@@ -30,4 +30,5 @@
   homepage: http://search.cpan.org/dist/autovivification/
   license: http://dev.perl.org/licenses/
   repository: http://git.profvince.com/?p=perl%2Fmodules%2Fautovivification.git
-version: '0.15'
+version: '0.16'
+x_serialization_backend: 'CPAN::Meta::YAML version 0.016'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/autovivification-0.15/README 
new/autovivification-0.16/README
--- old/autovivification-0.15/README2015-05-14 22:09:06.0 +0200
+++ new/autovivification-0.16/README2015-07-01 15:47:45.0 +0200
@@ -2,7 +2,7 @@
 autovivification - Lexically disable autovivification.
 
 VERSION
-Version 0.15
+Version 0.16
 
 SYNOPSIS
 no autovivification;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/autovivification-0.15/autovivification.xs 
new/autovivification-0.16/autovivification.xs
--- old/autovivification-0.15/autovivification.xs   2015-05-14 
22:06:33.0 +0200
+++ new/autovivification-0.16/autovivification.xs   2015-07-01 
04:08:43.0 +0200
@@ -41,6 +41,49 @@
 

commit perl-autovivification for openSUSE:Factory

2015-04-16 Thread h_root
Hello community,

here is the log from the commit of package perl-autovivification for 
openSUSE:Factory checked in at 2015-04-16 14:11:41

Comparing /work/SRC/openSUSE:Factory/perl-autovivification (Old)
 and  /work/SRC/openSUSE:Factory/.perl-autovivification.new (New)


Package is perl-autovivification

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-autovivification/perl-autovivification.changes  
2013-10-17 20:44:13.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-autovivification.new/perl-autovivification.changes
 2015-04-16 14:11:42.0 +0200
@@ -1,0 +2,37 @@
+Mon Apr 13 18:22:05 UTC 2015 - co...@suse.com
+
+- updated to 0.14
+   see /usr/share/doc/packages/perl-autovivification/Changes
+
+  0.142014-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.132014-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.
+
+---

Old:

  autovivification-0.12.tar.gz

New:

  autovivification-0.14.tar.gz



Other differences:
--
++ perl-autovivification.spec ++
--- /var/tmp/diff_new_pack.1Nv0qc/_old  2015-04-16 14:11:43.0 +0200
+++ /var/tmp/diff_new_pack.1Nv0qc/_new  2015-04-16 14:11:43.0 +0200
@@ -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 @@
 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

++ autovivification-0.12.tar.gz - autovivification-0.14.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/autovivification-0.12/Changes 
new/autovivification-0.14/Changes
--- old/autovivification-0.12/Changes   2013-09-05 19:03:49.0 +0200
+++ new/autovivification-0.14/Changes   2014-11-01 23:20:41.0 +0100
@@ -1,5 +1,36 @@
 Revision history for autovivification
 
+0.142014-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
+   

commit perl-autovivification for openSUSE:Factory

2013-10-17 Thread h_root
Hello community,

here is the log from the commit of package perl-autovivification for 
openSUSE:Factory checked in at 2013-10-17 20:38:07

Comparing /work/SRC/openSUSE:Factory/perl-autovivification (Old)
 and  /work/SRC/openSUSE:Factory/.perl-autovivification.new (New)


Package is perl-autovivification

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-autovivification/perl-autovivification.changes  
2013-09-03 22:05:50.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-autovivification.new/perl-autovivification.changes
 2013-10-17 20:44:13.0 +0200
@@ -1,0 +2,11 @@
+Fri Oct  4 09:15:23 UTC 2013 - co...@suse.com
+
+- updated to 0.12
+  + Fix : Check functions are now replaced and restored in a thread-safe
+  manner, either by using the wrap_op_checker() function from perl
+  when it is available (starting from perl 5.16) or by taking the
+  OP_REFCNT mutex on older perls.
+  + Tst : Author tests are no longer bundled with this distribution.
+  They are only made available to authors in the git repository.
+
+---

Old:

  autovivification-0.11.tar.gz

New:

  autovivification-0.12.tar.gz



Other differences:
--
++ perl-autovivification.spec ++
--- /var/tmp/diff_new_pack.p9KFIX/_old  2013-10-17 20:44:16.0 +0200
+++ /var/tmp/diff_new_pack.p9KFIX/_new  2013-10-17 20:44:16.0 +0200
@@ -17,31 +17,37 @@
 
 
 Name:   perl-autovivification
-Version:0.11
+Version:0.12
 Release:0
 %define cpan_name autovivification
 Summary:Lexically disable autovivification.
-License:GPL-1.0+ or Artistic-1.0
+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
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
-BuildRequires:  perl(ExtUtils::MakeMaker)
-BuildRequires:  perl(Test::More)
-BuildRequires:  perl(XSLoader)
-Requires:   perl(XSLoader)
+#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
 When an undefined variable is dereferenced, it gets silently upgraded to an
 array or hash reference (depending of the type of the dereferencing). This
 behaviour is called _autovivification_ and usually does what you mean (e.g.
-when you store a value) but it's sometimes unnatural or surprising because
-your variables gets populated behind your back. This is especially true
-when several levels of dereferencing are involved, in which case all levels
-are vivified up to the last, or when it happens in intuitively read-only
+when you store a value) but it may be unnatural or surprising because your
+variables gets populated behind your back. This is especially true when
+several levels of dereferencing are involved, in which case all levels are
+vivified up to the last, or when it happens in intuitively read-only
 constructs like 'exists'.
 
 This pragma lets you disable autovivification for some constructs and
@@ -62,9 +68,6 @@
 %perl_process_packlist
 %perl_gen_filelist
 
-%clean
-%{__rm} -rf %{buildroot}
-
 %files -f %{name}.files
 %defattr(-,root,root,755)
 %doc Changes README

++ autovivification-0.11.tar.gz - autovivification-0.12.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/autovivification-0.11/Changes 
new/autovivification-0.12/Changes
--- old/autovivification-0.11/Changes   2013-02-08 20:12:38.0 +0100
+++ new/autovivification-0.12/Changes   2013-09-05 19:03:49.0 +0200
@@ -1,5 +1,13 @@
 Revision history for autovivification
 
+0.122013-09-05 17:20 UTC
++ Fix : Check functions are now replaced and restored in a thread-safe
+manner, either by using the wrap_op_checker() function from 
perl
+when it is available (starting from perl 5.16) or by taking the
+OP_REFCNT mutex on older perls.
++ Tst : Author tests are no longer bundled with this distribution.
+They are only made available to authors in the