Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package perl-Proc-ProcessTable for openSUSE:Factory checked in at 2023-07-12 17:26:55 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/perl-Proc-ProcessTable (Old) and /work/SRC/openSUSE:Factory/.perl-Proc-ProcessTable.new.8922 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-Proc-ProcessTable" Wed Jul 12 17:26:55 2023 rev:18 rq:1098158 version:0.636 Changes: -------- --- /work/SRC/openSUSE:Factory/perl-Proc-ProcessTable/perl-Proc-ProcessTable.changes 2023-06-03 00:07:12.121981258 +0200 +++ /work/SRC/openSUSE:Factory/.perl-Proc-ProcessTable.new.8922/perl-Proc-ProcessTable.changes 2023-07-12 17:27:14.950460367 +0200 @@ -1,0 +2,9 @@ +Thu Jun 22 03:08:11 UTC 2023 - Tina Müller <timueller+p...@suse.de> + +- updated to 0.636 + see /usr/share/doc/packages/perl-Proc-ProcessTable/Changes + + 0.636 2023-06-23 + - Fix compilation with MinGW32 runtime (redefine WINVER if too low) + +------------------------------------------------------------------- Old: ---- Proc-ProcessTable-0.635.tar.gz New: ---- Proc-ProcessTable-0.636.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ perl-Proc-ProcessTable.spec ++++++ --- /var/tmp/diff_new_pack.797g4A/_old 2023-07-12 17:27:17.926480967 +0200 +++ /var/tmp/diff_new_pack.797g4A/_new 2023-07-12 17:27:17.934481022 +0200 @@ -18,7 +18,7 @@ %define cpan_name Proc-ProcessTable Name: perl-Proc-ProcessTable -Version: 0.635 +Version: 0.636 Release: 0 #Upstream: Artistic-2.0 License: (Artistic-1.0 OR GPL-1.0-or-later) AND GPL-2.0-only ++++++ Proc-ProcessTable-0.635.tar.gz -> Proc-ProcessTable-0.636.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Proc-ProcessTable-0.635/Changes new/Proc-ProcessTable-0.636/Changes --- old/Proc-ProcessTable-0.635/Changes 2023-05-08 08:38:07.000000000 +0200 +++ new/Proc-ProcessTable-0.636/Changes 2023-06-21 08:21:41.000000000 +0200 @@ -1,5 +1,8 @@ Revision history for Perl extension Proc::ProcessTable. +0.636 2023-06-23 + - Fix compilation with MinGW32 runtime (redefine WINVER if too low) + 0.635 2023-05-08 - Do not try to scan /dev/.lxd-mounts diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Proc-ProcessTable-0.635/META.json new/Proc-ProcessTable-0.636/META.json --- old/Proc-ProcessTable-0.635/META.json 2023-05-08 08:47:05.000000000 +0200 +++ new/Proc-ProcessTable-0.636/META.json 2023-06-21 08:23:12.000000000 +0200 @@ -4,7 +4,7 @@ "Joachim Bargsten <j...@bargsten.org>" ], "dynamic_config" : 1, - "generated_by" : "ExtUtils::MakeMaker version 7.34, CPAN::Meta::Converter version 2.150010", + "generated_by" : "ExtUtils::MakeMaker version 7.64, CPAN::Meta::Converter version 2.150010", "license" : [ "artistic_2" ], @@ -49,6 +49,6 @@ "url" : "https://github.com/jwbargsten/perl-proc-processtable" } }, - "version" : "0.635", - "x_serialization_backend" : "JSON::PP version 4.02" + "version" : "0.636", + "x_serialization_backend" : "JSON::PP version 4.07" } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Proc-ProcessTable-0.635/META.yml new/Proc-ProcessTable-0.636/META.yml --- old/Proc-ProcessTable-0.635/META.yml 2023-05-08 08:47:05.000000000 +0200 +++ new/Proc-ProcessTable-0.636/META.yml 2023-06-21 08:23:12.000000000 +0200 @@ -8,7 +8,7 @@ configure_requires: ExtUtils::MakeMaker: '0' dynamic_config: 1 -generated_by: 'ExtUtils::MakeMaker version 7.34, CPAN::Meta::Converter version 2.150010' +generated_by: 'ExtUtils::MakeMaker version 7.64, CPAN::Meta::Converter version 2.150010' license: artistic_2 meta-spec: url: http://module-build.sourceforge.net/META-spec-v1.4.html @@ -24,5 +24,5 @@ perl: '5.006' resources: repository: https://github.com/jwbargsten/perl-proc-processtable -version: '0.635' +version: '0.636' x_serialization_backend: 'CPAN::Meta::YAML version 0.018' diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Proc-ProcessTable-0.635/lib/Proc/ProcessTable.pm new/Proc-ProcessTable-0.636/lib/Proc/ProcessTable.pm --- old/Proc-ProcessTable-0.635/lib/Proc/ProcessTable.pm 2023-05-08 08:38:26.000000000 +0200 +++ new/Proc-ProcessTable-0.636/lib/Proc/ProcessTable.pm 2023-06-21 08:22:19.000000000 +0200 @@ -18,7 +18,7 @@ @EXPORT = qw( ); -$VERSION = '0.635'; +$VERSION = '0.636'; sub AUTOLOAD { # This AUTOLOAD is used to 'autoload' constants from the constant() diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Proc-ProcessTable-0.635/os/MSWin32.c new/Proc-ProcessTable-0.636/os/MSWin32.c --- old/Proc-ProcessTable-0.635/os/MSWin32.c 2019-12-10 22:07:52.000000000 +0100 +++ new/Proc-ProcessTable-0.636/os/MSWin32.c 2023-06-21 08:20:38.000000000 +0200 @@ -26,6 +26,13 @@ #include <pwd.h> #include <sys/cygwin.h> #else +/* MinGW32 sddl.h requires WINVER >= 0x0500 for ConvertSidToStringSidA prototype */ +#if defined(WINVER) && WINVER < 0x0500 +#undef WINVER +#endif +#ifndef WINVER +#define WINVER 0x0500 +#endif #include <sddl.h> #endif