Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package perl-Devel-PPPort for
openSUSE:Factory checked in at 2022-03-26 22:30:57
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Devel-PPPort (Old)
and /work/SRC/openSUSE:Factory/.perl-Devel-PPPort.new.1900 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-Devel-PPPort"
Sat Mar 26 22:30:57 2022 rev:25 rq:964978 version:3.68
Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-Devel-PPPort/perl-Devel-PPPort.changes
2022-03-11 11:49:30.658854876 +0100
+++
/work/SRC/openSUSE:Factory/.perl-Devel-PPPort.new.1900/perl-Devel-PPPort.changes
2022-03-26 22:31:01.777950649 +0100
@@ -1,0 +2,11 @@
+Sat Mar 19 03:06:20 UTC 2022 - Tina M??ller <[email protected]>
+
+- updated to 3.68
+ see /usr/share/doc/packages/perl-Devel-PPPort/Changes
+
+ 3.68 - 2022-03-18
+
+ * fix newSVsv_flags: rename variable to fix C++ compilation issue
+ * Update dNOOP definition for Perl < 5.27.7
+
+-------------------------------------------------------------------
Old:
----
Devel-PPPort-3.67.tar.gz
New:
----
Devel-PPPort-3.68.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ perl-Devel-PPPort.spec ++++++
--- /var/tmp/diff_new_pack.85Ir8z/_old 2022-03-26 22:31:02.397951498 +0100
+++ /var/tmp/diff_new_pack.85Ir8z/_new 2022-03-26 22:31:02.405951509 +0100
@@ -18,7 +18,7 @@
%define cpan_name Devel-PPPort
Name: perl-Devel-PPPort
-Version: 3.67
+Version: 3.68
Release: 0
License: Artistic-1.0 OR GPL-1.0-or-later
Summary: Perl/Pollution/Portability
++++++ Devel-PPPort-3.67.tar.gz -> Devel-PPPort-3.68.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Devel-PPPort-3.67/Changes
new/Devel-PPPort-3.68/Changes
--- old/Devel-PPPort-3.67/Changes 2022-03-08 20:03:17.000000000 +0100
+++ new/Devel-PPPort-3.68/Changes 2022-03-18 23:03:07.000000000 +0100
@@ -1,11 +1,16 @@
Revision history for Devel-PPPort
+3.68 - 2022-03-18
+
+ * fix newSVsv_flags: rename variable to fix C++ compilation issue
+ * Update dNOOP definition for Perl < 5.27.7
+
3.67 - 2022-03-08
* fix utf8.t with recent development versions of Perl
* utf8_to_uvchr_buf: Workaround bugs in Perl (BBC)
- - v5.35.9 was returning an incorrect value
- - fix dereference empty string
+ * v5.35.9 was returning an incorrect value
+ * fix dereference empty string
3.66 - 2022-03-02
@@ -32,7 +37,7 @@
* Backport NOT_REACHED
* Backport G_LIST
* various internal changes
-
+
3.62 - 2020-10-16
* Restore missing PPPort.pm
* Fix metaCPAN indexing
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Devel-PPPort-3.67/META.json
new/Devel-PPPort-3.68/META.json
--- old/Devel-PPPort-3.67/META.json 2022-03-08 20:07:06.000000000 +0100
+++ new/Devel-PPPort-3.68/META.json 2022-03-18 23:05:14.000000000 +0100
@@ -34,7 +34,7 @@
"provides" : {
"Devel::PPPort" : {
"file" : "PPPort.pm",
- "version" : "3.67"
+ "version" : "3.68"
}
},
"release_status" : "stable",
@@ -48,6 +48,6 @@
"web" : "https://github.com/Dual-Life/Devel-PPPort"
}
},
- "version" : "3.67",
+ "version" : "3.68",
"x_serialization_backend" : "JSON::PP version 4.04"
}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Devel-PPPort-3.67/META.yml
new/Devel-PPPort-3.68/META.yml
--- old/Devel-PPPort-3.67/META.yml 2022-03-08 20:07:06.000000000 +0100
+++ new/Devel-PPPort-3.68/META.yml 2022-03-18 23:05:13.000000000 +0100
@@ -20,9 +20,9 @@
provides:
Devel::PPPort:
file: PPPort.pm
- version: '3.67'
+ version: '3.68'
resources:
bugtracker: https://github.com/Dual-Life/Devel-PPPort/issues
repository: git://github.com/Dual-Life/Devel-PPPort.git
-version: '3.67'
+version: '3.68'
x_serialization_backend: 'CPAN::Meta::YAML version 0.018'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Devel-PPPort-3.67/PPPort.pm
new/Devel-PPPort-3.68/PPPort.pm
--- old/Devel-PPPort-3.67/PPPort.pm 2022-03-08 20:06:40.000000000 +0100
+++ new/Devel-PPPort-3.68/PPPort.pm 2022-03-18 23:05:14.000000000 +0100
@@ -3978,7 +3978,7 @@
use strict;
use vars qw($VERSION $data);
-$VERSION = '3.67';
+$VERSION = '3.68';
sub _init_data
{
@@ -15582,7 +15582,7 @@
#define DPPP_CAT2(x,y) CAT2(x,y)
#define DPPP_(name) DPPP_CAT2(DPPP_NAMESPACE, name)
-#define D_PPP_RELEASE_DATE 1646697600 /* 2022-03-08 */
+#define D_PPP_RELEASE_DATE 1647561600 /* 2022-03-18 */
#if ! defined(PERL_REVISION) && ! defined(PERL_VERSION_MAJOR)
# if ! defined(__PATCHLEVEL_H_INCLUDED__)
\
@@ -16747,8 +16747,12 @@
# define NOOP /*EMPTY*/(void)0
#endif
+#if (PERL_BCDVERSION < 0x5006001) && (PERL_BCDVERSION < 0x5027007)
+#undef dNOOP
#ifndef dNOOP
-# define dNOOP extern int /*@unused@*/
Perl___notused PERL_UNUSED_DECL
+# define dNOOP struct Perl___notused_struct
+#endif
+
#endif
#ifndef NVTYPE
@@ -20008,17 +20012,17 @@
# if defined(PERL_USE_GCC_BRACE_GROUPS)
# define newSVsv_flags(sv, flags) \
({ \
- SV *new = newSV(0); \
- sv_setsv_flags(new, (sv), (flags)); \
- new; \
+ SV *n= newSV(0); \
+ sv_setsv_flags(n, (sv), (flags)); \
+ n; \
})
# else
PERL_STATIC_INLINE SV* D_PPP_newSVsv_flags(SV *const old, I32 flags)
{
dTHX;
- SV *new = newSV(0);
- sv_setsv_flags(new, old, flags);
- return new;
+ SV *n= newSV(0);
+ sv_setsv_flags(n, old, flags);
+ return n;
}
# define newSVsv_flags(sv, flags) D_PPP_newSVsv_flags(sv, flags)
# endif
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Devel-PPPort-3.67/PPPort_pm.PL
new/Devel-PPPort-3.68/PPPort_pm.PL
--- old/Devel-PPPort-3.67/PPPort_pm.PL 2022-03-08 20:03:12.000000000 +0100
+++ new/Devel-PPPort-3.68/PPPort_pm.PL 2022-03-18 23:03:47.000000000 +0100
@@ -756,7 +756,7 @@
use strict;
use vars qw($VERSION $data);
-$VERSION = '3.67';
+$VERSION = '3.68';
sub _init_data
{
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Devel-PPPort-3.67/parts/inc/Sv_set
new/Devel-PPPort-3.68/parts/inc/Sv_set
--- old/Devel-PPPort-3.67/parts/inc/Sv_set 2022-03-02 22:56:50.000000000
+0100
+++ new/Devel-PPPort-3.68/parts/inc/Sv_set 2022-03-18 23:02:39.000000000
+0100
@@ -107,17 +107,17 @@
# if defined(PERL_USE_GCC_BRACE_GROUPS)
# define newSVsv_flags(sv, flags) \
({ \
- SV *new = newSV(0); \
- sv_setsv_flags(new, (sv), (flags)); \
- new; \
+ SV *n= newSV(0); \
+ sv_setsv_flags(n, (sv), (flags)); \
+ n; \
})
# else
PERL_STATIC_INLINE SV* D_PPP_newSVsv_flags(SV *const old, I32 flags)
{
dTHX;
- SV *new = newSV(0);
- sv_setsv_flags(new, old, flags);
- return new;
+ SV *n= newSV(0);
+ sv_setsv_flags(n, old, flags);
+ return n;
}
# define newSVsv_flags(sv, flags) D_PPP_newSVsv_flags(sv, flags)
# endif
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Devel-PPPort-3.67/parts/inc/misc
new/Devel-PPPort-3.68/parts/inc/misc
--- old/Devel-PPPort-3.67/parts/inc/misc 2022-03-02 22:56:50.000000000
+0100
+++ new/Devel-PPPort-3.68/parts/inc/misc 2022-03-18 23:02:39.000000000
+0100
@@ -227,7 +227,11 @@
#endif
__UNDEFINED__ NOOP /*EMPTY*/(void)0
-__UNDEFINED__ dNOOP extern int /*@unused@*/ Perl___notused
PERL_UNUSED_DECL
+
+#if { VERSION < 5.6.1 } && { VERSION < 5.27.7 }
+#undef dNOOP
+__UNDEFINED__ dNOOP struct Perl___notused_struct
+#endif
#ifndef NVTYPE
# if defined(USE_LONG_DOUBLE) && defined(HAS_LONG_DOUBLE)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Devel-PPPort-3.67/parts/inc/version
new/Devel-PPPort-3.68/parts/inc/version
--- old/Devel-PPPort-3.67/parts/inc/version 2022-03-08 20:07:06.000000000
+0100
+++ new/Devel-PPPort-3.68/parts/inc/version 2022-03-18 23:05:12.000000000
+0100
@@ -26,7 +26,7 @@
=implementation
-#define D_PPP_RELEASE_DATE 1646697600 /* 2022-03-08 */
+#define D_PPP_RELEASE_DATE 1647561600 /* 2022-03-18 */
#if ! defined(PERL_REVISION) && ! defined(PERL_VERSION_MAJOR)
# if ! defined(__PATCHLEVEL_H_INCLUDED__)
\