Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package perl-YAML-LibYAML for 
openSUSE:Factory checked in at 2023-06-04 00:12:00
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-YAML-LibYAML (Old)
 and      /work/SRC/openSUSE:Factory/.perl-YAML-LibYAML.new.15902 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-YAML-LibYAML"

Sun Jun  4 00:12:00 2023 rev:25 rq:1090352 version:0.88

Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-YAML-LibYAML/perl-YAML-LibYAML.changes      
2023-02-14 16:42:39.201456685 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-YAML-LibYAML.new.15902/perl-YAML-LibYAML.changes
   2023-06-04 00:12:01.213325136 +0200
@@ -1,0 +2,12 @@
+Sat May 13 03:08:54 UTC 2023 - Tina Müller <[email protected]>
+
+- updated to 0.88
+   see /usr/share/doc/packages/perl-YAML-LibYAML/Changes
+
+  0.88 Fri May 12 05:28:05 AM PDT 2023
+   - REVERT "Turn off internal POK flag for number scalars"
+
+  0.87 Thu May  4 09:37:26 PM CEST 2023
+   - Turn off internal POK flag for number scalars
+
+-------------------------------------------------------------------

Old:
----
  YAML-LibYAML-0.86.tar.gz

New:
----
  YAML-LibYAML-0.88.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ perl-YAML-LibYAML.spec ++++++
--- /var/tmp/diff_new_pack.mxtyUP/_old  2023-06-04 00:12:01.825328795 +0200
+++ /var/tmp/diff_new_pack.mxtyUP/_new  2023-06-04 00:12:01.829328819 +0200
@@ -18,7 +18,7 @@
 
 %define cpan_name YAML-LibYAML
 Name:           perl-YAML-LibYAML
-Version:        0.86
+Version:        0.88
 Release:        0
 License:        Artistic-1.0 OR GPL-1.0-or-later
 Summary:        Perl YAML Serialization using XS and libyaml
@@ -36,7 +36,7 @@
 %prep
 %autosetup  -n %{cpan_name}-%{version}
 
-find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path 
"*/script/*" ! -name "configure" -print0 | xargs -0 chmod 644
+find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path 
"*/script/*" ! -path "*/scripts/*" ! -name "configure" -print0 | xargs -0 chmod 
644
 
 %build
 perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"

++++++ YAML-LibYAML-0.86.tar.gz -> YAML-LibYAML-0.88.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/YAML-LibYAML-0.86/Changes 
new/YAML-LibYAML-0.88/Changes
--- old/YAML-LibYAML-0.86/Changes       2023-01-26 03:34:28.000000000 +0100
+++ new/YAML-LibYAML-0.88/Changes       2023-05-12 14:28:28.000000000 +0200
@@ -1,3 +1,9 @@
+0.88 Fri May 12 05:28:05 AM PDT 2023
+ - REVERT "Turn off internal POK flag for number scalars"
+
+0.87 Thu May  4 09:37:26 PM CEST 2023
+ - Turn off internal POK flag for number scalars
+
 0.86 Wed Jan 25 09:34:14 PM EST 2023
  - Fix YAML::XS pod in cpanminus
 
@@ -23,7 +29,7 @@
  - Breaking Change: Set $YAML::XS::LoadBlessed default to false to make it
    more secure
 
-0.80 Thu 22 Aug 2019 01:17:13 PM CEST
+0.8 Thu 22 Aug 2019 01:17:13 PM CEST
  - Fix memory leak when loading invalid YAML (PR#93 tinita)
 
 0.79 Tue 11 Jun 2019 09:35:22 PM CEST
@@ -59,7 +65,7 @@
  - When disabling $LoadBlessed, return scalars not refs (tinita)
  - Save anchors also for blessed scalars (tinita)
 
-0.70 Sat Jun  9 21:53:05 CEST 2018
+0.7 Sat Jun  9 21:53:05 CEST 2018
  - Fix format specifier/argument mismatch PR#79 @a3f++
  - Travis CI: Test on Perl 5.26 PR#80 @a3f++
  - Fix a C90-compatibility issue PR#81 @stphnlyd++
@@ -105,7 +111,7 @@
 0.61 Sat Feb 20 18:04:19 UTC 2016
  - Apply PR/37 @perlpunk++ (includes PR/36 @lameventanas++)
 
-0.60 Tue Feb  9 14:36:09 EST 2016
+0.6 Tue Feb  9 14:36:09 EST 2016
  - Apply PR/33. @andygrundman++. Solaris fixes.
 
 0.59 Mon Jan 26 15:04:10 PST 2015
@@ -139,7 +145,7 @@
 0.51 Sat Aug 16 14:28:45 PDT 2014
  - Remove =travis section
 
-0.50 Sat Aug 16 12:57:04 PDT 2014
+0.5 Sat Aug 16 12:57:04 PDT 2014
  - Meta 0.0.2
 
 0.49 Sat Aug 16 04:23:17 PDT 2014
@@ -172,7 +178,7 @@
 0.41 Wed Mar 13 10:34:55 PDT 2013
  - Removed another C++ // style comment. jdb++
 
-0.40 Tue Mar 12 11:05:34 PDT 2013
+0.4 Tue Mar 12 11:05:34 PDT 2013
  - Removed C++ // style comments, for better portability. jdb++
 
 0.39 Mon Feb 11 18:08:04 PST 2013
@@ -216,7 +222,7 @@
  - Fix the leak test so it doesn't load an unused, undeclared dependency
    (Test::LongString)
 
-0.30 Sun Jan 11 12:53:55 IST 2009
+0.3 Sun Jan 11 12:53:55 IST 2009
  - Plug a leak in Load
  - More efficient intermediate structure allocation
 
@@ -259,7 +265,7 @@
  - Support !foo private tags for Load - for David Garamond
  - Support Dump/Load of strings with nulls
 
-0.20 Mon Jun 18 16:29:33 PDT 2007
+0.2 Mon Jun 18 16:29:33 PDT 2007
  - Better parse error messaging
 
 0.19 Mon Jun 18 00:54:40 PDT 2007
@@ -293,7 +299,7 @@
  - Fixed false YAML::Tiny dependency
  - Support blessed hashes and arrays
 
-0.10 Mon May 28 03:17:29 PDT 2007
+0.1 Mon May 28 03:17:29 PDT 2007
  - Integrated with YAML::Tests test suite.
 
 0.09 Mon May 28 00:38:19 PDT 2007
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/YAML-LibYAML-0.86/MANIFEST 
new/YAML-LibYAML-0.88/MANIFEST
--- old/YAML-LibYAML-0.86/MANIFEST      2023-01-26 03:34:28.000000000 +0100
+++ new/YAML-LibYAML-0.88/MANIFEST      2023-05-12 14:28:28.000000000 +0200
@@ -1,4 +1,4 @@
-# This file was automatically generated by Dist::Zilla::Plugin::Manifest 
v6.025.
+# This file was automatically generated by Dist::Zilla::Plugin::Manifest 
v6.030.
 CONTRIBUTING
 Changes
 LICENSE
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/YAML-LibYAML-0.86/META.json 
new/YAML-LibYAML-0.88/META.json
--- old/YAML-LibYAML-0.86/META.json     2023-01-26 03:34:28.000000000 +0100
+++ new/YAML-LibYAML-0.88/META.json     2023-05-12 14:28:28.000000000 +0200
@@ -4,7 +4,7 @@
       "Ingy d\u00f6t Net <[email protected]>"
    ],
    "dynamic_config" : 0,
-   "generated_by" : "Dist::Zilla version 6.025, CPAN::Meta::Converter version 
2.150010",
+   "generated_by" : "Dist::Zilla version 6.030, CPAN::Meta::Converter version 
2.150010",
    "license" : [
       "perl_5"
    ],
@@ -55,7 +55,7 @@
          "web" : "https://github.com/ingydotnet/yaml-libyaml-pm";
       }
    },
-   "version" : "0.86",
+   "version" : "0.88",
    "x_generated_by_perl" : "v5.28.0",
    "x_serialization_backend" : "Cpanel::JSON::XS version 4.06",
    "x_spdx_expression" : "Artistic-1.0-Perl OR GPL-1.0-or-later"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/YAML-LibYAML-0.86/META.yml 
new/YAML-LibYAML-0.88/META.yml
--- old/YAML-LibYAML-0.86/META.yml      2023-01-26 03:34:28.000000000 +0100
+++ new/YAML-LibYAML-0.88/META.yml      2023-05-12 14:28:28.000000000 +0200
@@ -7,7 +7,7 @@
 configure_requires:
   ExtUtils::MakeMaker: '0'
 dynamic_config: 0
-generated_by: 'Dist::Zilla version 6.025, CPAN::Meta::Converter version 
2.150010'
+generated_by: 'Dist::Zilla version 6.030, CPAN::Meta::Converter version 
2.150010'
 license: perl
 meta-spec:
   url: http://module-build.sourceforge.net/META-spec-v1.4.html
@@ -25,7 +25,7 @@
   bugtracker: https://github.com/ingydotnet/yaml-libyaml-pm/issues
   homepage: https://github.com/ingydotnet/yaml-libyaml-pm
   repository: https://github.com/ingydotnet/yaml-libyaml-pm.git
-version: '0.86'
+version: '0.88'
 x_generated_by_perl: v5.28.0
 x_serialization_backend: 'YAML::Tiny version 1.73'
 x_spdx_expression: 'Artistic-1.0-Perl OR GPL-1.0-or-later'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/YAML-LibYAML-0.86/Makefile.PL 
new/YAML-LibYAML-0.88/Makefile.PL
--- old/YAML-LibYAML-0.86/Makefile.PL   2023-01-26 03:34:28.000000000 +0100
+++ new/YAML-LibYAML-0.88/Makefile.PL   2023-05-12 14:28:28.000000000 +0200
@@ -1,4 +1,4 @@
-# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker 
v6.025.
+# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker 
v6.030.
 use strict;
 use warnings;
 
@@ -20,7 +20,7 @@
   "TEST_REQUIRES" => {
     "Test::More" => "0.9"
   },
-  "VERSION" => "0.86",
+  "VERSION" => "0.88",
   "test" => {
     "TESTS" => "t/*.t"
   }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/YAML-LibYAML-0.86/lib/YAML/LibYAML.pm 
new/YAML-LibYAML-0.88/lib/YAML/LibYAML.pm
--- old/YAML-LibYAML-0.86/lib/YAML/LibYAML.pm   2023-01-26 03:34:28.000000000 
+0100
+++ new/YAML-LibYAML-0.88/lib/YAML/LibYAML.pm   2023-05-12 14:28:28.000000000 
+0200
@@ -1,6 +1,6 @@
 use strict; use warnings;
 package YAML::LibYAML;
-our $VERSION = '0.86';
+our $VERSION = '0.88';
 
 sub import {
     die "YAML::LibYAML has been renamed to YAML::XS. Please use YAML::XS 
instead.";
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/YAML-LibYAML-0.86/lib/YAML/XS.pm 
new/YAML-LibYAML-0.88/lib/YAML/XS.pm
--- old/YAML-LibYAML-0.86/lib/YAML/XS.pm        2023-01-26 03:34:28.000000000 
+0100
+++ new/YAML-LibYAML-0.88/lib/YAML/XS.pm        2023-05-12 14:28:28.000000000 
+0200
@@ -1,7 +1,7 @@
 use strict; use warnings;
 
 package YAML::XS;
-our $VERSION = '0.86';
+our $VERSION = '0.88';
 
 use base 'Exporter';
 

Reply via email to