Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package perl-JSON-MaybeXS for 
openSUSE:Factory checked in at 2022-10-06 07:41:26
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-JSON-MaybeXS (Old)
 and      /work/SRC/openSUSE:Factory/.perl-JSON-MaybeXS.new.2275 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-JSON-MaybeXS"

Thu Oct  6 07:41:26 2022 rev:9 rq:1007965 version:1.004004

Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-JSON-MaybeXS/perl-JSON-MaybeXS.changes      
2020-11-17 21:24:43.621344573 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-JSON-MaybeXS.new.2275/perl-JSON-MaybeXS.changes
    2022-10-06 07:41:35.720605990 +0200
@@ -1,0 +2,9 @@
+Tue Sep 27 03:06:31 UTC 2022 - Tina M??ller <timueller+p...@suse.de>
+
+- updated to 1.004004
+   see /usr/share/doc/packages/perl-JSON-MaybeXS/Changes
+
+  1.004004 - 2022-09-17
+   - slight speed optimization for is_bool()
+
+-------------------------------------------------------------------

Old:
----
  JSON-MaybeXS-1.004003.tar.gz

New:
----
  JSON-MaybeXS-1.004004.tar.gz

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

Other differences:
------------------
++++++ perl-JSON-MaybeXS.spec ++++++
--- /var/tmp/diff_new_pack.Zn3KKY/_old  2022-10-06 07:41:36.144606934 +0200
+++ /var/tmp/diff_new_pack.Zn3KKY/_new  2022-10-06 07:41:36.152606952 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-JSON-MaybeXS
 #
-# Copyright (c) 2020 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
@@ -16,18 +16,16 @@
 #
 
 
+%define cpan_name JSON-MaybeXS
 Name:           perl-JSON-MaybeXS
-Version:        1.004003
+Version:        1.004004
 Release:        0
-%define cpan_name JSON-MaybeXS
-Summary:        Use L<Cpanel::JSON::XS> with a fallback to L<JSON::XS> and 
L<JSON::PP>
 License:        Artistic-1.0 OR GPL-1.0-or-later
-Group:          Development/Libraries/Perl
+Summary:        Use Cpanel::JSON::XS with a fallback to JSON::XS and JSON::PP
 URL:            https://metacpan.org/release/%{cpan_name}
 Source0:        
https://cpan.metacpan.org/authors/id/E/ET/ETHER/%{cpan_name}-%{version}.tar.gz
 Source1:        cpanspec.yml
 BuildArch:      noarch
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
 BuildRequires:  perl(Cpanel::JSON::XS) >= 2.3310
@@ -54,11 +52,11 @@
 we provide our own 'new' method that supports that.
 
 %prep
-%setup -q -n %{cpan_name}-%{version}
+%autosetup  -n %{cpan_name}-%{version}
 
 %build
 perl Makefile.PL INSTALLDIRS=vendor
-make %{?_smp_mflags}
+%make_build
 
 %check
 make test
@@ -69,7 +67,6 @@
 %perl_gen_filelist
 
 %files -f %{name}.files
-%defattr(-,root,root,755)
 %doc Changes README
 %license LICENSE
 

++++++ JSON-MaybeXS-1.004003.tar.gz -> JSON-MaybeXS-1.004004.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/JSON-MaybeXS-1.004003/Changes 
new/JSON-MaybeXS-1.004004/Changes
--- old/JSON-MaybeXS-1.004003/Changes   2020-11-13 05:32:07.000000000 +0100
+++ new/JSON-MaybeXS-1.004004/Changes   2022-09-17 20:17:18.000000000 +0200
@@ -1,5 +1,8 @@
 Revision history for JSON-MaybeXS
 
+1.004004 - 2022-09-17
+ - slight speed optimization for is_bool()
+
 1.004003 - 2020-11-13
  - fix another test that fails when JSON::XS is installed, but below version 
3.0
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/JSON-MaybeXS-1.004003/LICENSE 
new/JSON-MaybeXS-1.004004/LICENSE
--- old/JSON-MaybeXS-1.004003/LICENSE   2020-11-13 05:33:03.000000000 +0100
+++ new/JSON-MaybeXS-1.004004/LICENSE   2022-09-17 20:17:56.000000000 +0200
@@ -7,7 +7,7 @@
 
 --- The GNU General Public License, Version 1, February 1989 ---
 
-This software is Copyright (c) 2020 by mst - Matt S. Trout (cpan:MSTROUT) 
<m...@shadowcat.co.uk>.
+This software is Copyright (c) 2022 by mst - Matt S. Trout (cpan:MSTROUT) 
<m...@shadowcat.co.uk>.
 
 This is free software, licensed under:
 
@@ -267,7 +267,7 @@
 
 --- The Artistic License 1.0 ---
 
-This software is Copyright (c) 2020 by mst - Matt S. Trout (cpan:MSTROUT) 
<m...@shadowcat.co.uk>.
+This software is Copyright (c) 2022 by mst - Matt S. Trout (cpan:MSTROUT) 
<m...@shadowcat.co.uk>.
 
 This is free software, licensed under:
 
@@ -287,21 +287,21 @@
 
   - "Package" refers to the collection of files distributed by the Copyright
     Holder, and derivatives of that collection of files created through
-    textual modification. 
+    textual modification.
   - "Standard Version" refers to such a Package if it has not been modified,
     or has been modified in accordance with the wishes of the Copyright
-    Holder. 
+    Holder.
   - "Copyright Holder" is whoever is named in the copyright or copyrights for
-    the package. 
+    the package.
   - "You" is you, if you're thinking about copying or distributing this 
Package.
   - "Reasonable copying fee" is whatever you can justify on the basis of media
     cost, duplication charges, time of people involved, and so on. (You will
     not be required to justify it to the Copyright Holder, but only to the
-    computing community at large as a market that must bear the fee.) 
+    computing community at large as a market that must bear the fee.)
   - "Freely Available" means that no fee is charged for the item itself, though
     there may be fees involved in handling the item. It also means that
     recipients of the item may redistribute it under the same conditions they
-    received it. 
+    received it.
 
 1. You may make and give away verbatim copies of the source form of the
 Standard Version of this Package without restriction, provided that you
@@ -368,7 +368,7 @@
 
 9. THIS PACKAGE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR IMPLIED
 WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF
-MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
+MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
 
 The End
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/JSON-MaybeXS-1.004003/META.json 
new/JSON-MaybeXS-1.004004/META.json
--- old/JSON-MaybeXS-1.004003/META.json 2020-11-13 05:33:03.000000000 +0100
+++ new/JSON-MaybeXS-1.004004/META.json 2022-09-17 20:17:55.000000000 +0200
@@ -4,7 +4,7 @@
       "mst - Matt S. Trout (cpan:MSTROUT) <m...@shadowcat.co.uk>"
    ],
    "dynamic_config" : 1,
-   "generated_by" : "ExtUtils::MakeMaker version 7.4706, CPAN::Meta::Converter 
version 2.150010",
+   "generated_by" : "ExtUtils::MakeMaker version 7.62, CPAN::Meta::Converter 
version 2.150010",
    "keywords" : [
       "json",
       "serializer",
@@ -65,7 +65,7 @@
          "web" : "https://github.com/p5sagit/JSON-MaybeXS";
       }
    },
-   "version" : "1.004003",
+   "version" : "1.004004",
    "x_contributors" : [
       "Clinton Gormley <deve...@traveljury.com>",
       "Graham Knop <ha...@haarg.org>",
@@ -74,5 +74,5 @@
       "Kieren Diment <dim...@gmail.com>",
       "Matt S Trout <m...@shadowcat.co.uk>"
    ],
-   "x_serialization_backend" : "JSON::MaybeXS version 1.004002"
+   "x_serialization_backend" : "JSON::MaybeXS version 1.004003"
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/JSON-MaybeXS-1.004003/META.yml 
new/JSON-MaybeXS-1.004004/META.yml
--- old/JSON-MaybeXS-1.004003/META.yml  2020-11-13 05:33:02.000000000 +0100
+++ new/JSON-MaybeXS-1.004004/META.yml  2022-09-17 20:17:55.000000000 +0200
@@ -8,7 +8,7 @@
 configure_requires:
   ExtUtils::MakeMaker: '0'
 dynamic_config: 1
-generated_by: 'ExtUtils::MakeMaker version 7.4706, CPAN::Meta::Converter 
version 2.150010'
+generated_by: 'ExtUtils::MakeMaker version 7.62, CPAN::Meta::Converter version 
2.150010'
 keywords:
   - json
   - serializer
@@ -34,7 +34,7 @@
   bugtracker: https://rt.cpan.org/Public/Dist/Display.html?Name=JSON-MaybeXS
   license: http://dev.perl.org/licenses/
   repository: https://github.com/p5sagit/JSON-MaybeXS.git
-version: '1.004003'
+version: '1.004004'
 x_contributors:
   - 'Clinton Gormley <deve...@traveljury.com>'
   - 'Graham Knop <ha...@haarg.org>'
@@ -42,4 +42,4 @@
   - 'Karen Etheridge <et...@cpan.org>'
   - 'Kieren Diment <dim...@gmail.com>'
   - 'Matt S Trout <m...@shadowcat.co.uk>'
-x_serialization_backend: 'CPAN::Meta::YAML version 0.018'
+x_serialization_backend: 'CPAN::Meta::YAML version 0.012'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/JSON-MaybeXS-1.004003/lib/JSON/MaybeXS.pm 
new/JSON-MaybeXS-1.004004/lib/JSON/MaybeXS.pm
--- old/JSON-MaybeXS-1.004003/lib/JSON/MaybeXS.pm       2020-11-13 
05:30:47.000000000 +0100
+++ new/JSON-MaybeXS-1.004004/lib/JSON/MaybeXS.pm       2022-09-17 
20:16:54.000000000 +0200
@@ -4,7 +4,7 @@
 use warnings FATAL => 'all';
 use base qw(Exporter);
 
-our $VERSION = '1.004003';
+our $VERSION = '1.004004';
 $VERSION =~ tr/_//d;
 
 sub _choose_json_module {
@@ -57,9 +57,9 @@
   die 'is_bool is not a method' if $_[1];
 
   Scalar::Util::blessed($_[0])
-    and ($_[0]->isa('JSON::XS::Boolean')
+    and ($_[0]->isa('JSON::PP::Boolean')
       or $_[0]->isa('Cpanel::JSON::XS::Boolean')
-      or $_[0]->isa('JSON::PP::Boolean'));
+      or $_[0]->isa('JSON::XS::Boolean'));
 }
 
 # (mostly) CopyPasta from JSON.pm version 2.90

Reply via email to