commit perl-JSON-MaybeXS for openSUSE:Factory

2020-05-20 Thread root
Hello community,

here is the log from the commit of package perl-JSON-MaybeXS for 
openSUSE:Factory checked in at 2020-05-20 18:45:35

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


Package is "perl-JSON-MaybeXS"

Wed May 20 18:45:35 2020 rev:7 rq:807421 version:1.004002

Changes:

--- /work/SRC/openSUSE:Factory/perl-JSON-MaybeXS/perl-JSON-MaybeXS.changes  
2020-05-04 18:40:53.285096899 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-JSON-MaybeXS.new.2738/perl-JSON-MaybeXS.changes
2020-05-20 18:46:14.685387789 +0200
@@ -1,0 +2,11 @@
+Mon May 18 03:12:46 UTC 2020 - Tina Müller 
+
+updated to 1.004002
+   see /usr/share/doc/packages/perl-JSON-MaybeXS/Changes
+
+  1.004002 - 2020-05-17
+   - fix test that fails when JSON::XS is installed, but below version 3.0
+ (RT#132578)
+  
+
+---

Old:

  JSON-MaybeXS-1.004001.tar.gz

New:

  JSON-MaybeXS-1.004002.tar.gz



Other differences:
--
++ perl-JSON-MaybeXS.spec ++
--- /var/tmp/diff_new_pack.66Pziu/_old  2020-05-20 18:46:15.737390152 +0200
+++ /var/tmp/diff_new_pack.66Pziu/_new  2020-05-20 18:46:15.741390162 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-JSON-MaybeXS
-Version:1.004001
+Version:1.004002
 Release:0
 %define cpan_name JSON-MaybeXS
 Summary:Use L with a fallback to L and 
L
@@ -33,16 +33,17 @@
 BuildRequires:  perl(Cpanel::JSON::XS) >= 2.3310
 BuildRequires:  perl(JSON::PP) >= 2.27300
 BuildRequires:  perl(Test::More) >= 0.88
+BuildRequires:  perl(Test::Needs) >= 0.002006
 Requires:   perl(Cpanel::JSON::XS) >= 2.3310
 Requires:   perl(JSON::PP) >= 2.27300
 Recommends: perl(Cpanel::JSON::XS) >= 2.3310
 %{perl_requires}
 
 %description
-This module first checks to see if either Cpanel::JSON::XS or JSON::XS is
-already loaded, in which case it uses that module. Otherwise it tries to
-load Cpanel::JSON::XS, then JSON::XS, then JSON::PP in order, and either
-uses the first module it finds or throws an error.
+This module first checks to see if either Cpanel::JSON::XS or JSON::XS (at
+at least version 3.0) is already loaded, in which case it uses that module.
+Otherwise it tries to load Cpanel::JSON::XS, then JSON::XS, then JSON::PP
+in order, and either uses the first module it finds or throws an error.
 
 It then exports the 'encode_json' and 'decode_json' functions from the
 loaded module, along with a 'JSON' constant that returns the class name for

++ JSON-MaybeXS-1.004001.tar.gz -> JSON-MaybeXS-1.004002.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/JSON-MaybeXS-1.004001/Changes 
new/JSON-MaybeXS-1.004002/Changes
--- old/JSON-MaybeXS-1.004001/Changes   2020-05-01 19:01:16.0 +0200
+++ new/JSON-MaybeXS-1.004002/Changes   2020-05-18 01:35:23.0 +0200
@@ -1,5 +1,9 @@
 Revision history for JSON-MaybeXS
 
+1.004002 - 2020-05-17
+ - fix test that fails when JSON::XS is installed, but below version 3.0
+   (RT#132578)
+
 1.004001 - 2020-05-01
  - document when is_bool became available
  - now favouring Cpanel::JSON::XS over JSON::XS in more situations (the former
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/JSON-MaybeXS-1.004001/META.json 
new/JSON-MaybeXS-1.004002/META.json
--- old/JSON-MaybeXS-1.004001/META.json 2020-05-01 19:01:40.0 +0200
+++ new/JSON-MaybeXS-1.004002/META.json 2020-05-18 01:35:35.0 +0200
@@ -45,7 +45,8 @@
   },
   "test" : {
  "requires" : {
-"Test::More" : "0.88"
+"Test::More" : "0.88",
+"Test::Needs" : "0.002006"
  }
   }
},
@@ -64,7 +65,7 @@
  "web" : "https://github.com/p5sagit/JSON-MaybeXS;
   }
},
-   "version" : "1.004001",
+   "version" : "1.004002",
"x_contributors" : [
   "Clinton Gormley ",
   "Graham Knop ",
@@ -73,5 +74,5 @@
   "Kieren Diment ",
   "Matt S Trout "
],
-   "x_serialization_backend" : "JSON::MaybeXS version 1.004"
+   "x_serialization_backend" : "JSON::MaybeXS version 1.004001"
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/JSON-MaybeXS-1.004001/META.yml 
new/JSON-MaybeXS-1.004002/META.yml
--- old/JSON-MaybeXS-1.004001/META.yml  2020-05-01 19:01:40.0 +0200
+++ new/JSON-MaybeXS-1.004002/META.yml  2020-05-18 01:35:34.0 +0200
@@ -4,6 +4,7 @@
   - 'mst - Matt S. Trout (cpan:MSTROUT) '
 build_requires:
   Test::More: '0.88'
+  Test::Needs: '0.002006'
 configure_requires:
   ExtUtils::MakeMaker: '0'
 dynamic_config: 1
@@ -33,7 +34,7 @@
   

commit perl-JSON-MaybeXS for openSUSE:Factory

2020-05-04 Thread root
Hello community,

here is the log from the commit of package perl-JSON-MaybeXS for 
openSUSE:Factory checked in at 2020-05-04 18:40:02

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


Package is "perl-JSON-MaybeXS"

Mon May  4 18:40:02 2020 rev:6 rq:799928 version:1.004001

Changes:

--- /work/SRC/openSUSE:Factory/perl-JSON-MaybeXS/perl-JSON-MaybeXS.changes  
2018-04-25 10:00:43.464223411 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-JSON-MaybeXS.new.2738/perl-JSON-MaybeXS.changes
2020-05-04 18:40:53.285096899 +0200
@@ -1,0 +2,14 @@
+Sat May  2 03:11:18 UTC 2020 - Tina Müller 
+
+updated to 1.004001
+   see /usr/share/doc/packages/perl-JSON-MaybeXS/Changes
+
+  1.004001 - 2020-05-01
+   - document when is_bool became available
+   - now favouring Cpanel::JSON::XS over JSON::XS in more situations (the 
former
+ is always added to prereqs when a compiler is available, although JSON::XS
+ is still used at runtime if new enough and Cpanel::JSON::XS is not
+ installed). This makes boolean handling more predictable and consistent.
+  
+
+---

Old:

  JSON-MaybeXS-1.004000.tar.gz

New:

  JSON-MaybeXS-1.004001.tar.gz



Other differences:
--
++ perl-JSON-MaybeXS.spec ++
--- /var/tmp/diff_new_pack.ecBxIi/_old  2020-05-04 18:40:54.237098863 +0200
+++ /var/tmp/diff_new_pack.ecBxIi/_new  2020-05-04 18:40:54.241098871 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-JSON-MaybeXS
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,19 +12,19 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 Name:   perl-JSON-MaybeXS
-Version:1.004000
+Version:1.004001
 Release:0
 %define cpan_name JSON-MaybeXS
 Summary:Use L with a fallback to L and 
L
 License:Artistic-1.0 OR GPL-1.0-or-later
 Group:  Development/Libraries/Perl
-Url:http://search.cpan.org/dist/JSON-MaybeXS/
-Source0:
https://cpan.metacpan.org/authors/id/H/HA/HAARG/%{cpan_name}-%{version}.tar.gz
+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
@@ -56,11 +56,11 @@
 %setup -q -n %{cpan_name}-%{version}
 
 %build
-%{__perl} Makefile.PL INSTALLDIRS=vendor
-%{__make} %{?_smp_mflags}
+perl Makefile.PL INSTALLDIRS=vendor
+make %{?_smp_mflags}
 
 %check
-%{__make} test
+make test
 
 %install
 %perl_make_install
@@ -70,5 +70,6 @@
 %files -f %{name}.files
 %defattr(-,root,root,755)
 %doc Changes README
+%license LICENSE
 
 %changelog

++ JSON-MaybeXS-1.004000.tar.gz -> JSON-MaybeXS-1.004001.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/JSON-MaybeXS-1.004000/Changes 
new/JSON-MaybeXS-1.004001/Changes
--- old/JSON-MaybeXS-1.004000/Changes   2018-04-19 18:05:21.0 +0200
+++ new/JSON-MaybeXS-1.004001/Changes   2020-05-01 19:01:16.0 +0200
@@ -1,5 +1,12 @@
 Revision history for JSON-MaybeXS
 
+1.004001 - 2020-05-01
+ - document when is_bool became available
+ - now favouring Cpanel::JSON::XS over JSON::XS in more situations (the former
+   is always added to prereqs when a compiler is available, although JSON::XS
+   is still used at runtime if new enough and Cpanel::JSON::XS is not
+   installed). This makes boolean handling more predictable and consistent.
+
 1.004000 - 2018-04-19
  - added true and false subs so they can be used via JSON::MaybeXS rather than
only JSON() exported sub.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/JSON-MaybeXS-1.004000/LICENSE 
new/JSON-MaybeXS-1.004001/LICENSE
--- old/JSON-MaybeXS-1.004000/LICENSE   1970-01-01 01:00:00.0 +0100
+++ new/JSON-MaybeXS-1.004001/LICENSE   2020-05-01 19:01:41.0 +0200
@@ -0,0 +1,374 @@
+Terms of the Perl programming language system itself
+
+a) the GNU General Public License as published by the Free
+   Software Foundation; either version 1, or (at your option) any
+   later version, or
+b) the "Artistic License"
+
+--- The GNU General Public License, Version 1, 

commit perl-JSON-MaybeXS for openSUSE:Factory

2018-04-25 Thread root
Hello community,

here is the log from the commit of package perl-JSON-MaybeXS for 
openSUSE:Factory checked in at 2018-04-25 10:00:30

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


Package is "perl-JSON-MaybeXS"

Wed Apr 25 10:00:30 2018 rev:5 rq:599321 version:1.004000

Changes:

--- /work/SRC/openSUSE:Factory/perl-JSON-MaybeXS/perl-JSON-MaybeXS.changes  
2018-02-07 18:43:22.814657154 +0100
+++ /work/SRC/openSUSE:Factory/.perl-JSON-MaybeXS.new/perl-JSON-MaybeXS.changes 
2018-04-25 10:00:43.464223411 +0200
@@ -1,0 +2,10 @@
+Fri Apr 20 05:29:06 UTC 2018 - co...@suse.com
+
+- updated to 1.004000
+   see /usr/share/doc/packages/perl-JSON-MaybeXS/Changes
+
+  1.004000 - 2018-04-19
+   - added true and false subs so they can be used via JSON::MaybeXS rather 
than
+ only JSON() exported sub.
+
+---

Old:

  JSON-MaybeXS-1.003010.tar.gz

New:

  JSON-MaybeXS-1.004000.tar.gz



Other differences:
--
++ perl-JSON-MaybeXS.spec ++
--- /var/tmp/diff_new_pack.GoONSp/_old  2018-04-25 10:00:45.844136095 +0200
+++ /var/tmp/diff_new_pack.GoONSp/_new  2018-04-25 10:00:45.848135948 +0200
@@ -17,11 +17,11 @@
 
 
 Name:   perl-JSON-MaybeXS
-Version:1.003010
+Version:1.004000
 Release:0
 %define cpan_name JSON-MaybeXS
 Summary:Use L with a fallback to L and 
L
-License:Artistic-1.0 or GPL-1.0+
+License:Artistic-1.0 OR GPL-1.0-or-later
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/JSON-MaybeXS/
 Source0:
https://cpan.metacpan.org/authors/id/H/HA/HAARG/%{cpan_name}-%{version}.tar.gz

++ JSON-MaybeXS-1.003010.tar.gz -> JSON-MaybeXS-1.004000.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/JSON-MaybeXS-1.003010/Changes 
new/JSON-MaybeXS-1.004000/Changes
--- old/JSON-MaybeXS-1.003010/Changes   2018-01-28 02:42:13.0 +0100
+++ new/JSON-MaybeXS-1.004000/Changes   2018-04-19 18:05:21.0 +0200
@@ -1,5 +1,9 @@
 Revision history for JSON-MaybeXS
 
+1.004000 - 2018-04-19
+ - added true and false subs so they can be used via JSON::MaybeXS rather than
+   only JSON() exported sub.
+
 1.003010 - 2018-01-28
  - use bundled ExtUtils::HasCompiler rather than ExtUtils::CBuilder to detect
compiler availability.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/JSON-MaybeXS-1.003010/META.json 
new/JSON-MaybeXS-1.004000/META.json
--- old/JSON-MaybeXS-1.003010/META.json 2018-01-28 02:42:22.0 +0100
+++ new/JSON-MaybeXS-1.004000/META.json 2018-04-19 18:05:41.0 +0200
@@ -64,7 +64,7 @@
  "web" : "https://github.com/p5sagit/JSON-MaybeXS;
   }
},
-   "version" : "1.003010",
+   "version" : "1.004000",
"x_contributors" : [
   "Clinton Gormley ",
   "Graham Knop ",
@@ -73,5 +73,5 @@
   "Kieren Diment ",
   "Matt S Trout "
],
-   "x_serialization_backend" : "JSON::PP version 2.97000"
+   "x_serialization_backend" : "JSON::PP version 2.97001"
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/JSON-MaybeXS-1.003010/META.yml 
new/JSON-MaybeXS-1.004000/META.yml
--- old/JSON-MaybeXS-1.003010/META.yml  2018-01-28 02:42:22.0 +0100
+++ new/JSON-MaybeXS-1.004000/META.yml  2018-04-19 18:05:41.0 +0200
@@ -33,7 +33,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.003010'
+version: '1.004000'
 x_contributors:
   - 'Clinton Gormley '
   - 'Graham Knop '
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/JSON-MaybeXS-1.003010/README 
new/JSON-MaybeXS-1.004000/README
--- old/JSON-MaybeXS-1.003010/README2018-01-28 02:42:22.0 +0100
+++ new/JSON-MaybeXS-1.004000/README2018-04-19 18:05:42.0 +0200
@@ -122,6 +122,14 @@
 my $true = JSON()->true;
 my $false = JSON()->false;
 
+The booleans are also available as subs or methods on JSON::MaybeXS.
+
+use JSON::MaybeXS ();
+my $true = JSON::MaybeXS::true;
+my $true = JSON::MaybeXS->true;
+my $false = JSON::MaybeXS::false;
+my $false = JSON::MaybeXS->false;
+
 CONVERTING FROM JSON::Any
 JSON::Any used to be the favoured compatibility layer above the various
 JSON backends, but over time has 

commit perl-JSON-MaybeXS for openSUSE:Factory

2018-02-07 Thread root
Hello community,

here is the log from the commit of package perl-JSON-MaybeXS for 
openSUSE:Factory checked in at 2018-02-07 18:43:21

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


Package is "perl-JSON-MaybeXS"

Wed Feb  7 18:43:21 2018 rev:4 rq:573770 version:1.003010

Changes:

--- /work/SRC/openSUSE:Factory/perl-JSON-MaybeXS/perl-JSON-MaybeXS.changes  
2017-03-28 15:20:54.452737603 +0200
+++ /work/SRC/openSUSE:Factory/.perl-JSON-MaybeXS.new/perl-JSON-MaybeXS.changes 
2018-02-07 18:43:22.814657154 +0100
@@ -1,0 +2,11 @@
+Wed Feb  7 15:42:12 UTC 2018 - co...@suse.com
+
+- updated to 1.003010
+   see /usr/share/doc/packages/perl-JSON-MaybeXS/Changes
+
+  1.003010 - 2018-01-28
+   - use bundled ExtUtils::HasCompiler rather than ExtUtils::CBuilder to detect
+ compiler availability.
+   - clarify exported JSON in documentation
+
+---

Old:

  JSON-MaybeXS-1.003009.tar.gz

New:

  JSON-MaybeXS-1.003010.tar.gz



Other differences:
--
++ perl-JSON-MaybeXS.spec ++
--- /var/tmp/diff_new_pack.AIK130/_old  2018-02-07 18:43:23.442627751 +0100
+++ /var/tmp/diff_new_pack.AIK130/_new  2018-02-07 18:43:23.446627564 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-JSON-MaybeXS
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 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,21 +17,20 @@
 
 
 Name:   perl-JSON-MaybeXS
-Version:1.003009
+Version:1.003010
 Release:0
 %define cpan_name JSON-MaybeXS
 Summary:Use L with a fallback to L and 
L
 License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/JSON-MaybeXS/
-Source0:
https://cpan.metacpan.org/authors/id/E/ET/ETHER/%{cpan_name}-%{version}.tar.gz
+Source0:
https://cpan.metacpan.org/authors/id/H/HA/HAARG/%{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
-BuildRequires:  perl(ExtUtils::CBuilder) >= 0.27
 BuildRequires:  perl(JSON::PP) >= 2.27300
 BuildRequires:  perl(Test::More) >= 0.88
 Requires:   perl(Cpanel::JSON::XS) >= 2.3310

++ JSON-MaybeXS-1.003009.tar.gz -> JSON-MaybeXS-1.003010.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/JSON-MaybeXS-1.003009/Changes 
new/JSON-MaybeXS-1.003010/Changes
--- old/JSON-MaybeXS-1.003009/Changes   2017-02-27 08:26:50.0 +0100
+++ new/JSON-MaybeXS-1.003010/Changes   2018-01-28 02:42:13.0 +0100
@@ -1,5 +1,10 @@
 Revision history for JSON-MaybeXS
 
+1.003010 - 2018-01-28
+ - use bundled ExtUtils::HasCompiler rather than ExtUtils::CBuilder to detect
+   compiler availability.
+ - clarify exported JSON in documentation
+
 1.003009 - 2017-02-27
  - fix tests to no longer rely on . being in @INC (RT#120404)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/JSON-MaybeXS-1.003009/MANIFEST 
new/JSON-MaybeXS-1.003010/MANIFEST
--- old/JSON-MaybeXS-1.003009/MANIFEST  2017-02-27 08:27:21.0 +0100
+++ new/JSON-MaybeXS-1.003010/MANIFEST  2018-01-28 02:42:23.0 +0100
@@ -1,4 +1,5 @@
 Changes
+inc/ExtUtils/HasCompiler.pm
 lib/JSON/MaybeXS.pm
 maint/Makefile.PL.include
 Makefile.PL
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/JSON-MaybeXS-1.003009/META.json 
new/JSON-MaybeXS-1.003010/META.json
--- old/JSON-MaybeXS-1.003009/META.json 2017-02-27 08:27:21.0 +0100
+++ new/JSON-MaybeXS-1.003010/META.json 2018-01-28 02:42:22.0 +0100
@@ -4,7 +4,7 @@
   "mst - Matt S. Trout (cpan:MSTROUT) "
],
"dynamic_config" : 1,
-   "generated_by" : "ExtUtils::MakeMaker version 7.2501, CPAN::Meta::Converter 
version 2.150010",
+   "generated_by" : "ExtUtils::MakeMaker version 7.3, CPAN::Meta::Converter 
version 2.150010",
"keywords" : [
   "json",
   "serializer",
@@ -22,16 +22,14 @@
"no_index" : {
   "directory" : [
  "t",
- "inc"
+ "xt"
   ]
},
"prereqs" : {
+  "build" : {},
   "configure" : {
  "requires" : {
-"ExtUtils::CBuilder" : "0.27",
-"ExtUtils::MakeMaker" : "0",
-"File::Spec" : "0",
-"File::Temp" : "0"
+  

commit perl-JSON-MaybeXS for openSUSE:Factory

2017-03-28 Thread root
Hello community,

here is the log from the commit of package perl-JSON-MaybeXS for 
openSUSE:Factory checked in at 2017-03-28 15:20:53

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


Package is "perl-JSON-MaybeXS"

Tue Mar 28 15:20:53 2017 rev:3 rq:460885 version:1.003009

Changes:

--- /work/SRC/openSUSE:Factory/perl-JSON-MaybeXS/perl-JSON-MaybeXS.changes  
2016-11-24 21:20:36.0 +0100
+++ /work/SRC/openSUSE:Factory/.perl-JSON-MaybeXS.new/perl-JSON-MaybeXS.changes 
2017-03-28 15:20:54.452737603 +0200
@@ -1,0 +2,9 @@
+Tue Feb 28 06:48:14 UTC 2017 - co...@suse.com
+
+- updated to 1.003009
+   see /usr/share/doc/packages/perl-JSON-MaybeXS/Changes
+
+  1.003009 - 2017-02-27
+   - fix tests to no longer rely on . being in @INC (RT#120404)
+
+---

Old:

  JSON-MaybeXS-1.003008.tar.gz

New:

  JSON-MaybeXS-1.003009.tar.gz



Other differences:
--
++ perl-JSON-MaybeXS.spec ++
--- /var/tmp/diff_new_pack.BMOV7G/_old  2017-03-28 15:20:55.100645840 +0200
+++ /var/tmp/diff_new_pack.BMOV7G/_new  2017-03-28 15:20:55.100645840 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-JSON-MaybeXS
 #
-# Copyright (c) 2016 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-JSON-MaybeXS
-Version:1.003008
+Version:1.003009
 Release:0
 %define cpan_name JSON-MaybeXS
 Summary:Use L with a fallback to L and 
L
 License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/JSON-MaybeXS/
-Source0:
http://www.cpan.org/authors/id/E/ET/ETHER/%{cpan_name}-%{version}.tar.gz
+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

++ JSON-MaybeXS-1.003008.tar.gz -> JSON-MaybeXS-1.003009.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/JSON-MaybeXS-1.003008/Changes 
new/JSON-MaybeXS-1.003009/Changes
--- old/JSON-MaybeXS-1.003008/Changes   2016-10-03 04:09:37.0 +0200
+++ new/JSON-MaybeXS-1.003009/Changes   2017-02-27 08:26:50.0 +0100
@@ -1,5 +1,8 @@
 Revision history for JSON-MaybeXS
 
+1.003009 - 2017-02-27
+ - fix tests to no longer rely on . being in @INC (RT#120404)
+
 1.003008 - 2016-10-03
  - added an INSTALLATION section to documentation, to clarify the use of
dynamic prerequisites in Makefile.PL
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/JSON-MaybeXS-1.003008/META.json 
new/JSON-MaybeXS-1.003009/META.json
--- old/JSON-MaybeXS-1.003008/META.json 2016-10-03 04:09:46.0 +0200
+++ new/JSON-MaybeXS-1.003009/META.json 2017-02-27 08:27:21.0 +0100
@@ -4,7 +4,7 @@
   "mst - Matt S. Trout (cpan:MSTROUT) "
],
"dynamic_config" : 1,
-   "generated_by" : "ExtUtils::MakeMaker version 7.24, CPAN::Meta::Converter 
version 2.150010",
+   "generated_by" : "ExtUtils::MakeMaker version 7.2501, CPAN::Meta::Converter 
version 2.150010",
"keywords" : [
   "json",
   "serializer",
@@ -63,7 +63,7 @@
  "web" : "https://github.com/p5sagit/JSON-MaybeXS;
   }
},
-   "version" : "1.003008",
+   "version" : "1.003009",
"x_contributors" : [
   "Clinton Gormley ",
   "Graham Knop ",
@@ -72,5 +72,5 @@
   "Kieren Diment ",
   "Matt S Trout "
],
-   "x_serialization_backend" : "JSON::MaybeXS version 1.003007"
+   "x_serialization_backend" : "JSON::MaybeXS version 1.003008"
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/JSON-MaybeXS-1.003008/META.yml 
new/JSON-MaybeXS-1.003009/META.yml
--- old/JSON-MaybeXS-1.003008/META.yml  2016-10-03 04:09:46.0 +0200
+++ new/JSON-MaybeXS-1.003009/META.yml  2017-02-27 08:27:21.0 +0100
@@ -10,7 +10,7 @@
   File::Spec: '0'
   File::Temp: '0'
 dynamic_config: 1
-generated_by: 'ExtUtils::MakeMaker version 7.24, CPAN::Meta::Converter version 
2.150010'
+generated_by: 'ExtUtils::MakeMaker version 7.2501, CPAN::Meta::Converter 
version 2.150010'
 keywords:
   - json
   - serializer
@@ -35,7 +35,7 @@
 resources:
   bugtracker: 

commit perl-JSON-MaybeXS for openSUSE:Factory

2016-11-24 Thread h_root
Hello community,

here is the log from the commit of package perl-JSON-MaybeXS for 
openSUSE:Factory checked in at 2016-11-24 21:20:35

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


Package is "perl-JSON-MaybeXS"

Changes:

--- /work/SRC/openSUSE:Factory/perl-JSON-MaybeXS/perl-JSON-MaybeXS.changes  
2015-04-15 16:25:12.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-JSON-MaybeXS.new/perl-JSON-MaybeXS.changes 
2016-11-24 21:20:36.0 +0100
@@ -1,0 +2,34 @@
+Tue Oct  4 05:40:59 UTC 2016 - co...@suse.com
+
+- updated to 1.003008
+   see /usr/share/doc/packages/perl-JSON-MaybeXS/Changes
+
+  1.003008 - 2016-10-03
+   - added an INSTALLATION section to documentation, to clarify the use of
+ dynamic prerequisites in Makefile.PL
+   - minimize prereqs listed in META.json to avoid giving the appearance of XS
+ prerequisites, and confusing static inspection tools such as metacpan.org.
+
+---
+Tue Sep 13 05:33:02 UTC 2016 - co...@suse.com
+
+- updated to 1.003007
+   see /usr/share/doc/packages/perl-JSON-MaybeXS/Changes
+
+---
+Mon Sep 12 05:34:10 UTC 2016 - co...@suse.com
+
+- updated to 1.003007
+   see /usr/share/doc/packages/perl-JSON-MaybeXS/Changes
+
+  1.003007 - 2016-09-11
+   - no changes since 1.003006_001
+  
+  1.003006_001 - 2016-06-28
+   - bump prereq on JSON::PP, to ensure we get the fix for parsing utf8-encoded
+ values
+   - we now always upgrade JSON::XS if it is installed and below version 3.0,
+ due to changes in handling booleans
+   - remove test dependency on Test::Without::Module (RT#115394)
+
+---

Old:

  JSON-MaybeXS-1.003005.tar.gz

New:

  JSON-MaybeXS-1.003008.tar.gz
  cpanspec.yml



Other differences:
--
++ perl-JSON-MaybeXS.spec ++
--- /var/tmp/diff_new_pack.UBDTVc/_old  2016-11-24 21:20:37.0 +0100
+++ /var/tmp/diff_new_pack.UBDTVc/_new  2016-11-24 21:20:37.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-JSON-MaybeXS
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 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,38 +17,39 @@
 
 
 Name:   perl-JSON-MaybeXS
-Version:1.003005
+Version:1.003008
 Release:0
 %define cpan_name JSON-MaybeXS
 Summary:Use L with a fallback to L and 
L
 License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/JSON-MaybeXS/
-Source: 
http://www.cpan.org/authors/id/E/ET/ETHER/%{cpan_name}-%{version}.tar.gz
+Source0:
http://www.cpan.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
 BuildRequires:  perl(ExtUtils::CBuilder) >= 0.27
-BuildRequires:  perl(JSON::PP) >= 2.27202
+BuildRequires:  perl(JSON::PP) >= 2.27300
 BuildRequires:  perl(Test::More) >= 0.88
-BuildRequires:  perl(Test::Without::Module) >= 0.17
-Requires:   perl(JSON::PP) >= 2.27202
+Requires:   perl(Cpanel::JSON::XS) >= 2.3310
+Requires:   perl(JSON::PP) >= 2.27300
 Recommends: perl(Cpanel::JSON::XS) >= 2.3310
 %{perl_requires}
 
 %description
-This module first checks to see if either the Cpanel::JSON::XS manpage or
-the JSON::XS manpage is already loaded, in which case it uses that module.
-Otherwise it tries to load the Cpanel::JSON::XS manpage, then the JSON::XS
-manpage, then the JSON::PP manpage in order, and either uses the first
-module it finds or throws an error.
+This module first checks to see if either Cpanel::JSON::XS or JSON::XS is
+already loaded, in which case it uses that module. Otherwise it tries to
+load Cpanel::JSON::XS, then JSON::XS, then JSON::PP in order, and either
+uses the first module it finds or throws an error.
 
 It then exports the 'encode_json' and 'decode_json' functions from the
 loaded module, along with a 'JSON' constant that returns the class name for
 calling 'new' on.
 
-If you're writing fresh code rather than replacing JSON usage, you might
+If you're writing fresh code rather than replacing JSON.pm usage, you might
 want to pass options as constructor args rather than calling mutators, so
 we provide our own 'new' method that supports that.
 


commit perl-JSON-MaybeXS for openSUSE:Factory

2015-04-15 Thread h_root
Hello community,

here is the log from the commit of package perl-JSON-MaybeXS for 
openSUSE:Factory checked in at 2015-04-15 16:25:11

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


Package is perl-JSON-MaybeXS

Changes:

New Changes file:

--- /dev/null   2015-03-12 01:14:30.992027505 +0100
+++ /work/SRC/openSUSE:Factory/.perl-JSON-MaybeXS.new/perl-JSON-MaybeXS.changes 
2015-04-15 16:25:12.0 +0200
@@ -0,0 +1,12 @@
+---
+Mon Apr 13 19:51:31 UTC 2015 - co...@suse.com
+
+- updated to 1.003005
+   see /usr/share/doc/packages/perl-JSON-MaybeXS/Changes
+
+---
+Mon Feb 24 08:35:29 UTC 2014 - co...@suse.com
+
+- initial package 1.001000
+* created by cpanspec 1.78.07
+

New:

  JSON-MaybeXS-1.003005.tar.gz
  perl-JSON-MaybeXS.changes
  perl-JSON-MaybeXS.spec



Other differences:
--
++ perl-JSON-MaybeXS.spec ++
#
# spec file for package perl-JSON-MaybeXS
#
# 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
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An Open Source License is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via http://bugs.opensuse.org/
#


Name:   perl-JSON-MaybeXS
Version:1.003005
Release:0
%define cpan_name JSON-MaybeXS
Summary:Use LCpanel::JSON::XS with a fallback to LJSON::XS and 
LJSON::PP
License:Artistic-1.0 or GPL-1.0+
Group:  Development/Libraries/Perl
Url:http://search.cpan.org/dist/JSON-MaybeXS/
Source: 
http://www.cpan.org/authors/id/E/ET/ETHER/%{cpan_name}-%{version}.tar.gz
BuildArch:  noarch
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
BuildRequires:  perl
BuildRequires:  perl-macros
BuildRequires:  perl(ExtUtils::CBuilder) = 0.27
BuildRequires:  perl(JSON::PP) = 2.27202
BuildRequires:  perl(Test::More) = 0.88
BuildRequires:  perl(Test::Without::Module) = 0.17
Requires:   perl(JSON::PP) = 2.27202
Recommends: perl(Cpanel::JSON::XS) = 2.3310
%{perl_requires}

%description
This module first checks to see if either the Cpanel::JSON::XS manpage or
the JSON::XS manpage is already loaded, in which case it uses that module.
Otherwise it tries to load the Cpanel::JSON::XS manpage, then the JSON::XS
manpage, then the JSON::PP manpage in order, and either uses the first
module it finds or throws an error.

It then exports the 'encode_json' and 'decode_json' functions from the
loaded module, along with a 'JSON' constant that returns the class name for
calling 'new' on.

If you're writing fresh code rather than replacing JSON usage, you might
want to pass options as constructor args rather than calling mutators, so
we provide our own 'new' method that supports that.

%prep
%setup -q -n %{cpan_name}-%{version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%{__make} %{?_smp_mflags}

%check
%{__make} test

%install
%perl_make_install
%perl_process_packlist
%perl_gen_filelist

%files -f %{name}.files
%defattr(-,root,root,755)
%doc Changes README

%changelog