Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package perl-JSON for openSUSE:Factory 
checked in at 2022-01-21 01:25:01
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-JSON (Old)
 and      /work/SRC/openSUSE:Factory/.perl-JSON.new.1938 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-JSON"

Fri Jan 21 01:25:01 2022 rev:28 rq:947277 version:4.05

Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-JSON/perl-JSON.changes      2022-01-05 
13:40:00.393537561 +0100
+++ /work/SRC/openSUSE:Factory/.perl-JSON.new.1938/perl-JSON.changes    
2022-01-21 01:25:10.158690377 +0100
@@ -1,0 +2,9 @@
+Sat Jan 15 03:06:30 UTC 2022 - Tina M??ller <timueller+p...@suse.de>
+
+- updated to 4.05
+   see /usr/share/doc/packages/perl-JSON/Changes
+
+  4.05 2022-01-14
+      - removed VERSION section in pod (GH#52, abraxxa++)
+
+-------------------------------------------------------------------

Old:
----
  JSON-4.04.tar.gz

New:
----
  JSON-4.05.tar.gz

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

Other differences:
------------------
++++++ perl-JSON.spec ++++++
--- /var/tmp/diff_new_pack.CF6yLB/_old  2022-01-21 01:25:10.598687360 +0100
+++ /var/tmp/diff_new_pack.CF6yLB/_new  2022-01-21 01:25:10.602687332 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-JSON
 #
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2022 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 JSON
 Name:           perl-JSON
-Version:        4.04
+Version:        4.05
 Release:        0
 Summary:        JSON (JavaScript Object Notation) encoder/decoder
 License:        Artistic-1.0 OR GPL-1.0-or-later

++++++ JSON-4.04.tar.gz -> JSON-4.05.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/JSON-4.04/Changes new/JSON-4.05/Changes
--- old/JSON-4.04/Changes       2021-12-17 10:55:28.000000000 +0100
+++ new/JSON-4.05/Changes       2022-01-14 10:17:51.000000000 +0100
@@ -1,5 +1,8 @@
 Revision history for Perl extension JSON.
 
+4.05 2022-01-14
+    - removed VERSION section in pod (GH#52, abraxxa++)
+
 4.04 2021-12-17
     - updated backportPP with JSON::PP 4.07
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/JSON-4.04/META.json new/JSON-4.05/META.json
--- old/JSON-4.04/META.json     2021-12-17 10:57:42.000000000 +0100
+++ new/JSON-4.05/META.json     2022-01-14 10:19:12.000000000 +0100
@@ -48,6 +48,6 @@
          "url" : "https://github.com/makamaka/JSON";
       }
    },
-   "version" : "4.04",
-   "x_serialization_backend" : "JSON version 4.04"
+   "version" : "4.05",
+   "x_serialization_backend" : "JSON version 4.05"
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/JSON-4.04/META.yml new/JSON-4.05/META.yml
--- old/JSON-4.04/META.yml      2021-12-17 10:57:42.000000000 +0100
+++ new/JSON-4.05/META.yml      2022-01-14 10:19:12.000000000 +0100
@@ -24,5 +24,5 @@
 resources:
   bugtracker: https://github.com/makamaka/JSON/issues
   repository: https://github.com/makamaka/JSON
-version: '4.04'
+version: '4.05'
 x_serialization_backend: 'CPAN::Meta::YAML version 0.018'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/JSON-4.04/lib/JSON.pm new/JSON-4.05/lib/JSON.pm
--- old/JSON-4.04/lib/JSON.pm   2021-12-17 10:54:49.000000000 +0100
+++ new/JSON-4.05/lib/JSON.pm   2022-01-14 10:17:57.000000000 +0100
@@ -9,7 +9,7 @@
 @JSON::EXPORT = qw(from_json to_json jsonToObj objToJson encode_json 
decode_json);
 
 BEGIN {
-    $JSON::VERSION = '4.04';
+    $JSON::VERSION = '4.05';
     $JSON::DEBUG   = 0 unless (defined $JSON::DEBUG);
     $JSON::DEBUG   = $ENV{ PERL_JSON_DEBUG } if exists $ENV{ PERL_JSON_DEBUG };
 }
@@ -476,10 +476,6 @@
  
  $pretty_printed = $json->pretty->encode( $perl_scalar ); # pretty-printing
 
-=head1 VERSION
-
-    4.02
-
 =head1 DESCRIPTION
 
 This module is a thin wrapper for L<JSON::XS>-compatible modules with a few

Reply via email to