Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package perl-Cpanel-JSON-XS for 
openSUSE:Factory checked in at 2021-04-14 10:11:18
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Cpanel-JSON-XS (Old)
 and      /work/SRC/openSUSE:Factory/.perl-Cpanel-JSON-XS.new.2401 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-Cpanel-JSON-XS"

Wed Apr 14 10:11:18 2021 rev:31 rq:885052 version:4.26

Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-Cpanel-JSON-XS/perl-Cpanel-JSON-XS.changes  
2020-10-29 14:52:06.465231737 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-Cpanel-JSON-XS.new.2401/perl-Cpanel-JSON-XS.changes
        2021-04-14 10:11:49.801579900 +0200
@@ -1,0 +2,9 @@
+Tue Apr 13 03:06:15 UTC 2021 - Tina M??ller <[email protected]>
+
+- updated to 4.26
+   see /usr/share/doc/packages/perl-Cpanel-JSON-XS/Changes
+
+  4.26 2021-04-12 (rurban)
+          - Fix compilation with C++ (GH #177)
+
+-------------------------------------------------------------------

Old:
----
  Cpanel-JSON-XS-4.25.tar.gz

New:
----
  Cpanel-JSON-XS-4.26.tar.gz

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

Other differences:
------------------
++++++ perl-Cpanel-JSON-XS.spec ++++++
--- /var/tmp/diff_new_pack.j3Eofh/_old  2021-04-14 10:11:50.141580474 +0200
+++ /var/tmp/diff_new_pack.j3Eofh/_new  2021-04-14 10:11:50.141580474 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Cpanel-JSON-XS
 #
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2021 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,17 +16,15 @@
 #
 
 
+%define cpan_name Cpanel-JSON-XS
 Name:           perl-Cpanel-JSON-XS
-Version:        4.25
+Version:        4.26
 Release:        0
-%define cpan_name Cpanel-JSON-XS
 Summary:        CPanel fork of JSON::XS, fast and correct serializing
 License:        Artistic-1.0 OR GPL-1.0-or-later
-Group:          Development/Libraries/Perl
 URL:            https://metacpan.org/release/%{cpan_name}
 Source0:        
https://cpan.metacpan.org/authors/id/R/RU/RURBAN/%{cpan_name}-%{version}.tar.gz
 Source1:        cpanspec.yml
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
 BuildRequires:  perl(Time::Piece)
@@ -49,12 +47,12 @@
 and vice versa.
 
 %prep
-%setup -q -n %{cpan_name}-%{version}
+%autosetup  -n %{cpan_name}-%{version}
 find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path 
"*/script/*" ! -name "configure" -print0 | xargs -0 chmod 644
 
 %build
 perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
-make %{?_smp_mflags}
+%make_build
 
 %check
 make test
@@ -65,7 +63,6 @@
 %perl_gen_filelist
 
 %files -f %{name}.files
-%defattr(-,root,root,755)
 %doc Changes README
 %license COPYING
 

++++++ Cpanel-JSON-XS-4.25.tar.gz -> Cpanel-JSON-XS-4.26.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Cpanel-JSON-XS-4.25/Changes 
new/Cpanel-JSON-XS-4.26/Changes
--- old/Cpanel-JSON-XS-4.25/Changes     2020-10-28 08:02:03.000000000 +0100
+++ new/Cpanel-JSON-XS-4.26/Changes     2021-04-12 08:31:32.000000000 +0200
@@ -2,6 +2,9 @@
 
 TODO: http://stevehanov.ca/blog/index.php?id=104 compression
 
+4.26 2021-04-12 (rurban)
+        - Fix compilation with C++ (GH #177)
+
 4.25 2020-10-28 (rurban)
         - Fix decode relaxed with comment at the end of the buffer (GH #174 
fgaspar), a regression
           introduced with 3.0220, to fix n_number_then_00.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Cpanel-JSON-XS-4.25/META.json 
new/Cpanel-JSON-XS-4.26/META.json
--- old/Cpanel-JSON-XS-4.25/META.json   2020-10-28 08:03:26.000000000 +0100
+++ new/Cpanel-JSON-XS-4.26/META.json   2021-04-12 08:33:57.000000000 +0200
@@ -4,7 +4,7 @@
       "Reini Urban <[email protected]>"
    ],
    "dynamic_config" : 0,
-   "generated_by" : "ExtUtils::MakeMaker version 7.46, CPAN::Meta::Converter 
version 2.150010",
+   "generated_by" : "ExtUtils::MakeMaker version 7.38, CPAN::Meta::Converter 
version 2.150010",
    "license" : [
       "perl_5"
    ],
@@ -100,7 +100,7 @@
          "url" : "https://github.com/rurban/Cpanel-JSON-XS";
       }
    },
-   "version" : "4.25",
+   "version" : "4.26",
    "x_contributors" : [
       "Ashley Willis <[email protected]>",
       "Chip Salzenberg <[email protected]>",
@@ -127,5 +127,5 @@
       "Syohei Yoshida <[email protected]>",
       "tevfik1903 <[email protected]>"
    ],
-   "x_serialization_backend" : "JSON::PP version 4.04"
+   "x_serialization_backend" : "JSON::PP version 2.97001"
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Cpanel-JSON-XS-4.25/META.yml 
new/Cpanel-JSON-XS-4.26/META.yml
--- old/Cpanel-JSON-XS-4.25/META.yml    2020-10-28 08:03:26.000000000 +0100
+++ new/Cpanel-JSON-XS-4.26/META.yml    2021-04-12 08:33:57.000000000 +0200
@@ -22,7 +22,7 @@
   Config: '0'
   ExtUtils::MakeMaker: '0'
 dynamic_config: 0
-generated_by: 'ExtUtils::MakeMaker version 7.46, CPAN::Meta::Converter version 
2.150010'
+generated_by: 'ExtUtils::MakeMaker version 7.38, CPAN::Meta::Converter version 
2.150010'
 license: perl
 meta-spec:
   url: http://module-build.sourceforge.net/META-spec-v1.4.html
@@ -48,7 +48,7 @@
   bugtracker: https://github.com/rurban/Cpanel-JSON-XS/issues
   license: http://dev.perl.org/licenses/
   repository: https://github.com/rurban/Cpanel-JSON-XS
-version: '4.25'
+version: '4.26'
 x_contributors:
   - 'Ashley Willis <[email protected]>'
   - 'Chip Salzenberg <[email protected]>'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Cpanel-JSON-XS-4.25/SIGNATURE 
new/Cpanel-JSON-XS-4.26/SIGNATURE
--- old/Cpanel-JSON-XS-4.25/SIGNATURE   2020-10-28 08:03:30.000000000 +0100
+++ new/Cpanel-JSON-XS-4.26/SIGNATURE   2021-04-12 08:33:58.000000000 +0200
@@ -19,14 +19,14 @@
 SHA256 a3c34aba52e269e6cec558ecf9cff393138574189fdff26b183bee9cc2e0434f 
.travis.yml
 SHA256 c3f2a1a4f66382f796f71a571946722edba53cf3238152b26fd325f4c2f1a20f 
.whitesource
 SHA256 8de3540a3cd7ecc9a9dcb48975fe852c082fe17d4462f87bb72aa7cc47f083ad COPYING
-SHA256 a96c00c1b1025a7db2470df72d9e4a9e70670660d1c547e7081bac8a9aa9a80c Changes
+SHA256 1695646b8a243f76a198d029dac41c1ad016973b6d24538ee5c748b3cd1474a3 Changes
 SHA256 9a862bfa951e3d5b43c2dcb95767dbf15ed2ee3af872442d3815795757533f29 
MANIFEST
-SHA256 79dc815ed71f58c2dbb44ed12971c6ce08a3cdc02e41f328f37e30d58e6593c1 
META.json
-SHA256 a1b14ffcfeef4962eaf424a7e5f0e4c056de34b27d8823a7994734b8fd550263 
META.yml
+SHA256 c49033eddfa93716b0ecff1e96169724054abf1a1b265754bcba8af289e3da93 
META.json
+SHA256 1ebace5cabd68bf3948f24ced47670e78bfdba4d4cc04583a6dccc603137d9c9 
META.yml
 SHA256 f8861d5bea7bea9bac7300674a110b607c82db7bb1e7ae789ceb6a6ab706b5bc 
Makefile.PL
 SHA256 8f148ef8274dedead04152016f433003da991dbdfb1b12dac84674b4845e2d8e README
-SHA256 3b82fb71bef5868907eb2dc3120bc50870f5dbafd8f2972f025dffee9979525e XS.pm
-SHA256 5c78325c816a93bcac43f989bcbd2ba168b0ce1509b37ce635b28a7361aef11c XS.xs
+SHA256 01e27adf4428f64a4b599c3b503e7951fe673457ca8952bc8536c05e07996834 XS.pm
+SHA256 44d4fe9c1f9f186a65829357c2346a8c00c0f33ae5c8ab9f411d5d827bf7e0d7 XS.xs
 SHA256 c95e4b970183cbd6d1ec9c88c37a80f12bd2b66ed6be3c008ffd578d2f622c01 
XS/Boolean.pm
 SHA256 20596259e7e399ed1984a469a9a907be878499406d5285a11f1ab98f93aff44f 
XS/Type.pm
 SHA256 2f34a530b7ce981b0df9aacd2b6944ccf74c4a7f8bb49fde57b342663e7feb26 
bin/cpanel_json_xs
@@ -445,12 +445,12 @@
 SHA256 aca6f846869ab2e4881e807739086e1535b1438bd0e23d7a021360742736a6a9 
xt/pod.t
 -----BEGIN PGP SIGNATURE-----
 
-iQEzBAEBAwAdFiEEKJWogdNCcPq/6PdHtPYzOeZdZBQFAl+ZF8EACgkQtPYzOeZd
-ZBR4Ogf+ILFxjqgcSJ5G5i7ciI0WVS3BUe0uXwY2XRn8tNQW6Hgvmzw3/NL1tRF5
-qu6IKYsuJkz3cMZasiC1u2nC4k3FP/QuAFLNTVS3gg2pqTNJjbzrhdkFxGAmSO+X
-s2g8Ycl0ApmgOvdGema+Ix0/ojeL6k9QOhPkDYtiZcYYGUrgabNYe7gk7OSGW1MZ
-Jth6mclVXPJ5IIwDP/Wvz5tl2cl++scens9A9qshbP8YmkuPZCrkrxGm5xid6AFP
-UgvGtk5WS5KikzoYb3yK+YCgEV5dQqMSyuBcnzkwfBVSeGLBxhyolaYbCNon/yov
-YbqoPNT66GGMdB7KnJdIZ9Re4bPwdQ==
-=cahG
+iQEzBAEBAwAdFiEEKJWogdNCcPq/6PdHtPYzOeZdZBQFAmBz6dYACgkQtPYzOeZd
+ZBR0dQgAtthH9SNX4DyLtwhoKrMnzO+03BF1UR2h53fBLwwDAMTldsy6X/QSjCmE
+7VqnPhEzj7klis4nXx8RiGgM3bg8rZJKAHYX/bbXAI8wEb+HSrwNzr7aRaos/Bcc
+YRqRtk1SY6WG9tqaMPELEF5zw9NQJfLxuRp5S++H6MDDNE7r6LiOO2Cd+efljY+w
+qvnQOO1PR2Z7ut/WV1F0hm3xHL5kULlnEWw66P7E1mSehIwzsbPHLKJNDyzzGnAM
+rQIfP5w3GRQyrKCbQ5WbB0DYBlSCmOerhKauKOcFgwJIul0fDoLDVv9oeLEu7N+b
+XV4Ao1jTRW+loLZNiyeap6aFjLlzow==
+=nOn4
 -----END PGP SIGNATURE-----
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Cpanel-JSON-XS-4.25/XS.pm 
new/Cpanel-JSON-XS-4.26/XS.pm
--- old/Cpanel-JSON-XS-4.25/XS.pm       2020-10-28 08:01:09.000000000 +0100
+++ new/Cpanel-JSON-XS-4.26/XS.pm       2021-04-12 08:31:43.000000000 +0200
@@ -1,5 +1,5 @@
 package Cpanel::JSON::XS;
-our $VERSION = '4.25';
+our $VERSION = '4.26';
 our $XS_VERSION = $VERSION;
 # $VERSION = eval $VERSION;
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Cpanel-JSON-XS-4.25/XS.xs 
new/Cpanel-JSON-XS-4.26/XS.xs
--- old/Cpanel-JSON-XS-4.25/XS.xs       2020-10-28 08:01:09.000000000 +0100
+++ new/Cpanel-JSON-XS-4.26/XS.xs       2021-04-10 09:55:16.000000000 +0200
@@ -1358,7 +1358,7 @@
                 { // tied entries are completely freed in the next iteration
                   HE *he1;
                   Newz(0,he1,1,HE);
-                  he1->hent_hek = safecalloc (1, sizeof (struct hek) + sizeof 
(SV*) + 2);
+                  he1->hent_hek = (HEK*)safecalloc (1, sizeof (struct hek) + 
sizeof (SV*) + 2);
                   HeVAL(he1) = hv_iterval(hv, he);
                   HeSVKEY_set (he1, hv_iterkeysv(he));
                   hes[i++] = he1;

Reply via email to