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-02-14 16:42:38
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-YAML-LibYAML (Old)
 and      /work/SRC/openSUSE:Factory/.perl-YAML-LibYAML.new.27156 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-YAML-LibYAML"

Tue Feb 14 16:42:38 2023 rev:24 rq:1065540 version:0.86

Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-YAML-LibYAML/perl-YAML-LibYAML.changes      
2022-10-01 17:41:59.409542603 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-YAML-LibYAML.new.27156/perl-YAML-LibYAML.changes
   2023-02-14 16:42:39.201456685 +0100
@@ -1,0 +2,9 @@
+Fri Jan 27 03:08:45 UTC 2023 - Tina Müller <timueller+p...@suse.de>
+
+- updated to 0.86
+   see /usr/share/doc/packages/perl-YAML-LibYAML/Changes
+
+  0.86 Wed Jan 25 09:34:14 PM EST 2023
+   - Fix YAML::XS pod in cpanminus
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ perl-YAML-LibYAML.spec ++++++
--- /var/tmp/diff_new_pack.lAryNq/_old  2023-02-14 16:42:39.749459937 +0100
+++ /var/tmp/diff_new_pack.lAryNq/_new  2023-02-14 16:42:39.753459961 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-YAML-LibYAML
 #
-# Copyright (c) 2022 SUSE LLC
+# Copyright (c) 2023 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
 
 %define cpan_name YAML-LibYAML
 Name:           perl-YAML-LibYAML
-Version:        0.85
+Version:        0.86
 Release:        0
 License:        Artistic-1.0 OR GPL-1.0-or-later
 Summary:        Perl YAML Serialization using XS and libyaml
@@ -35,6 +35,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
 
 %build

++++++ YAML-LibYAML-0.85.tar.gz -> YAML-LibYAML-0.86.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/YAML-LibYAML-0.85/Changes 
new/YAML-LibYAML-0.86/Changes
--- old/YAML-LibYAML-0.85/Changes       2022-09-12 14:20:48.000000000 +0200
+++ new/YAML-LibYAML-0.86/Changes       2023-01-26 03:34:28.000000000 +0100
@@ -1,3 +1,6 @@
+0.86 Wed Jan 25 09:34:14 PM EST 2023
+ - Fix YAML::XS pod in cpanminus
+
 0.85 Mon Sep 12 08:20:19 AM EDT 2022
  - Convert doc from Swim to Markdown
  - Remove travis testing
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/YAML-LibYAML-0.85/LICENSE 
new/YAML-LibYAML-0.86/LICENSE
--- old/YAML-LibYAML-0.85/LICENSE       2022-09-12 14:20:48.000000000 +0200
+++ new/YAML-LibYAML-0.86/LICENSE       2023-01-26 03:34:28.000000000 +0100
@@ -1,4 +1,4 @@
-This software is copyright (c) 2022 by Ingy döt Net.
+This software is copyright (c) 2023 by Ingy döt Net.
 
 This is free software; you can redistribute it and/or modify it under
 the same terms as the Perl 5 programming language system itself.
@@ -12,7 +12,7 @@
 
 --- The GNU General Public License, Version 1, February 1989 ---
 
-This software is Copyright (c) 2022 by Ingy döt Net.
+This software is Copyright (c) 2023 by Ingy döt Net.
 
 This is free software, licensed under:
 
@@ -272,7 +272,7 @@
 
 --- The Artistic License 1.0 ---
 
-This software is Copyright (c) 2022 by Ingy döt Net.
+This software is Copyright (c) 2023 by Ingy döt Net.
 
 This is free software, licensed under:
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/YAML-LibYAML-0.85/META.json 
new/YAML-LibYAML-0.86/META.json
--- old/YAML-LibYAML-0.85/META.json     2022-09-12 14:20:48.000000000 +0200
+++ new/YAML-LibYAML-0.86/META.json     2023-01-26 03:34:28.000000000 +0100
@@ -55,7 +55,7 @@
          "web" : "https://github.com/ingydotnet/yaml-libyaml-pm";
       }
    },
-   "version" : "0.85",
+   "version" : "0.86",
    "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.85/META.yml 
new/YAML-LibYAML-0.86/META.yml
--- old/YAML-LibYAML-0.85/META.yml      2022-09-12 14:20:48.000000000 +0200
+++ new/YAML-LibYAML-0.86/META.yml      2023-01-26 03:34:28.000000000 +0100
@@ -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.85'
+version: '0.86'
 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.85/Makefile.PL 
new/YAML-LibYAML-0.86/Makefile.PL
--- old/YAML-LibYAML-0.85/Makefile.PL   2022-09-12 14:20:48.000000000 +0200
+++ new/YAML-LibYAML-0.86/Makefile.PL   2023-01-26 03:34:28.000000000 +0100
@@ -20,7 +20,7 @@
   "TEST_REQUIRES" => {
     "Test::More" => "0.9"
   },
-  "VERSION" => "0.85",
+  "VERSION" => "0.86",
   "test" => {
     "TESTS" => "t/*.t"
   }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/YAML-LibYAML-0.85/README new/YAML-LibYAML-0.86/README
--- old/YAML-LibYAML-0.85/README        2022-09-12 14:20:48.000000000 +0200
+++ new/YAML-LibYAML-0.86/README        2023-01-26 03:34:28.000000000 +0100
@@ -1,6 +1,6 @@
 NAME
 
-    YAML-LibYAML - Perl YAML Serialization using XS and libyaml
+    YAML::XS - Perl YAML Serialization using XS and libyaml
 
 SYNOPSIS
 
@@ -161,7 +161,7 @@
 
 COPYRIGHT AND LICENSE
 
-    Copyright 2007-2022 - Ingy döt Net
+    Copyright 2007-2023 - Ingy döt Net
 
     This program is free software; you can redistribute it and/or modify it
     under the same terms as Perl itself.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/YAML-LibYAML-0.85/lib/YAML/LibYAML.pm 
new/YAML-LibYAML-0.86/lib/YAML/LibYAML.pm
--- old/YAML-LibYAML-0.85/lib/YAML/LibYAML.pm   2022-09-12 14:20:48.000000000 
+0200
+++ new/YAML-LibYAML-0.86/lib/YAML/LibYAML.pm   2023-01-26 03:34:28.000000000 
+0100
@@ -1,6 +1,6 @@
 use strict; use warnings;
 package YAML::LibYAML;
-our $VERSION = '0.85';
+our $VERSION = '0.86';
 
 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.85/lib/YAML/XS.pm 
new/YAML-LibYAML-0.86/lib/YAML/XS.pm
--- old/YAML-LibYAML-0.85/lib/YAML/XS.pm        2022-09-12 14:20:48.000000000 
+0200
+++ new/YAML-LibYAML-0.86/lib/YAML/XS.pm        2023-01-26 03:34:28.000000000 
+0100
@@ -1,7 +1,7 @@
 use strict; use warnings;
 
 package YAML::XS;
-our $VERSION = '0.85';
+our $VERSION = '0.86';
 
 use base 'Exporter';
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/YAML-LibYAML-0.85/lib/YAML/XS.pod 
new/YAML-LibYAML-0.86/lib/YAML/XS.pod
--- old/YAML-LibYAML-0.85/lib/YAML/XS.pod       2022-09-12 14:20:48.000000000 
+0200
+++ new/YAML-LibYAML-0.86/lib/YAML/XS.pod       2023-01-26 03:34:28.000000000 
+0100
@@ -4,7 +4,7 @@
 
 =head1 NAME
 
-YAML-LibYAML - Perl YAML Serialization using XS and libyaml
+YAML::XS - Perl YAML Serialization using XS and libyaml
 
 =for html
 <a 
href="https://github.com/ingydotnet/yaml-libyaml-pm/actions/workflows/linux.yml";><img
 
src="https://github.com/ingydotnet/yaml-libyaml-pm/actions/workflows/linux.yml/badge.svg";
 alt="linux"></a>
@@ -146,7 +146,7 @@
 
 =head1 COPYRIGHT AND LICENSE
 
-Copyright 2007-2022 - Ingy döt Net
+Copyright 2007-2023 - Ingy döt Net
 
 This program is free software; you can redistribute it and/or modify it under 
the same terms as Perl itself.
 

Reply via email to