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 2025-10-22 12:14:11
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Proc-ProcessTable (Old)
and /work/SRC/openSUSE:Factory/.perl-Proc-ProcessTable.new.18484 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-Proc-ProcessTable"
Wed Oct 22 12:14:11 2025 rev:19 rq:1312561 version:0.637.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/perl-Proc-ProcessTable/perl-Proc-ProcessTable.changes
2023-07-12 17:27:14.950460367 +0200
+++
/work/SRC/openSUSE:Factory/.perl-Proc-ProcessTable.new.18484/perl-Proc-ProcessTable.changes
2025-10-22 12:17:50.059388316 +0200
@@ -1,0 +2,9 @@
+Tue Oct 14 12:22:53 UTC 2025 - Tina Müller <[email protected]>
+
+- updated to 0.637.0 (0.637)
+ see /usr/share/doc/packages/perl-Proc-ProcessTable/Changes
+
+ 0.637 2025-07-28
+ - Fixed failing build on illumos with GCC 14+ (#38). Kudos go to @mtelka
+
+-------------------------------------------------------------------
Old:
----
Proc-ProcessTable-0.636.tar.gz
New:
----
Proc-ProcessTable-0.637.tar.gz
README.md
_scmsync.obsinfo
build.specials.obscpio
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ perl-Proc-ProcessTable.spec ++++++
--- /var/tmp/diff_new_pack.8ZEMgU/_old 2025-10-22 12:17:50.771418309 +0200
+++ /var/tmp/diff_new_pack.8ZEMgU/_new 2025-10-22 12:17:50.775418478 +0200
@@ -1,7 +1,7 @@
#
# spec file for package perl-Proc-ProcessTable
#
-# Copyright (c) 2023 SUSE LLC
+# Copyright (c) 2025 SUSE LLC and contributors
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,23 +18,31 @@
%define cpan_name Proc-ProcessTable
Name: perl-Proc-ProcessTable
-Version: 0.636
+Version: 0.637.0
Release: 0
+# 0.637 -> normalize -> 0.637.0
+%define cpan_version 0.637
#Upstream: Artistic-2.0
License: (Artistic-1.0 OR GPL-1.0-or-later) AND GPL-2.0-only
Summary: Perl extension to access the unix process table
URL: https://metacpan.org/release/%{cpan_name}
-Source0:
https://cpan.metacpan.org/authors/id/J/JW/JWB/%{cpan_name}-%{version}.tar.gz
+Source0:
https://cpan.metacpan.org/authors/id/J/JW/JWB/%{cpan_name}-%{cpan_version}.tar.gz
Source1: cpanspec.yml
+Source100: README.md
BuildRequires: perl
BuildRequires: perl-macros
+Provides: perl(Proc::Killall) = 1.0.0
+Provides: perl(Proc::Killfam) = 1.0.0
+Provides: perl(Proc::ProcessTable) = %{version}
+Provides: perl(Proc::ProcessTable::Process) = 0.20.0
+%undefine __perllib_provides
%{perl_requires}
%description
Perl interface to the unix process table.
%prep
-%autosetup -n %{cpan_name}-%{version}
+%autosetup -n %{cpan_name}-%{cpan_version} -p1
find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path
"*/script/*" ! -path "*/scripts/*" ! -name "configure" -print0 | xargs -0 chmod
644
++++++ Proc-ProcessTable-0.636.tar.gz -> Proc-ProcessTable-0.637.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Proc-ProcessTable-0.636/Changes
new/Proc-ProcessTable-0.637/Changes
--- old/Proc-ProcessTable-0.636/Changes 2023-06-21 08:21:41.000000000 +0200
+++ new/Proc-ProcessTable-0.637/Changes 2025-07-28 22:20:43.000000000 +0200
@@ -1,5 +1,8 @@
Revision history for Perl extension Proc::ProcessTable.
+0.637 2025-07-28
+ - Fixed failing build on illumos with GCC 14+ (#38). Kudos go to @mtelka
+
0.636 2023-06-23
- Fix compilation with MinGW32 runtime (redefine WINVER if too low)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Proc-ProcessTable-0.636/META.json
new/Proc-ProcessTable-0.637/META.json
--- old/Proc-ProcessTable-0.636/META.json 2023-06-21 08:23:12.000000000
+0200
+++ new/Proc-ProcessTable-0.637/META.json 2025-07-28 22:22:40.000000000
+0200
@@ -4,7 +4,7 @@
"Joachim Bargsten <[email protected]>"
],
"dynamic_config" : 1,
- "generated_by" : "ExtUtils::MakeMaker version 7.64, CPAN::Meta::Converter
version 2.150010",
+ "generated_by" : "ExtUtils::MakeMaker version 7.70, CPAN::Meta::Converter
version 2.150010",
"license" : [
"artistic_2"
],
@@ -49,6 +49,6 @@
"url" : "https://github.com/jwbargsten/perl-proc-processtable"
}
},
- "version" : "0.636",
- "x_serialization_backend" : "JSON::PP version 4.07"
+ "version" : "0.637",
+ "x_serialization_backend" : "JSON::PP version 4.16"
}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Proc-ProcessTable-0.636/META.yml
new/Proc-ProcessTable-0.637/META.yml
--- old/Proc-ProcessTable-0.636/META.yml 2023-06-21 08:23:12.000000000
+0200
+++ new/Proc-ProcessTable-0.637/META.yml 2025-07-28 22:22:40.000000000
+0200
@@ -8,7 +8,7 @@
configure_requires:
ExtUtils::MakeMaker: '0'
dynamic_config: 1
-generated_by: 'ExtUtils::MakeMaker version 7.64, CPAN::Meta::Converter version
2.150010'
+generated_by: 'ExtUtils::MakeMaker version 7.70, 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.636'
+version: '0.637'
x_serialization_backend: 'CPAN::Meta::YAML version 0.018'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Proc-ProcessTable-0.636/README.md
new/Proc-ProcessTable-0.637/README.md
--- old/Proc-ProcessTable-0.636/README.md 2021-08-17 22:51:32.000000000
+0200
+++ new/Proc-ProcessTable-0.637/README.md 2025-07-28 22:15:34.000000000
+0200
@@ -2,7 +2,8 @@
[](https://circleci.com/gh/jwbargsten/perl-proc-processtable/tree/master)
-Please use github or
[rt.cpan.org](https://rt.cpan.org/Public/Dist/Display.html?Name=Proc-ProcessTable)
to submit bugs and patches.
+Please use the [github issue
tracker](https://github.com/jwbargsten/perl-proc-processtable/issues)
+to submit bugs and patches.
## MAINTENANCE STATUS
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Proc-ProcessTable-0.636/lib/Proc/ProcessTable.pm
new/Proc-ProcessTable-0.637/lib/Proc/ProcessTable.pm
--- old/Proc-ProcessTable-0.636/lib/Proc/ProcessTable.pm 2023-06-21
08:22:19.000000000 +0200
+++ new/Proc-ProcessTable-0.637/lib/Proc/ProcessTable.pm 2025-07-28
22:20:56.000000000 +0200
@@ -18,7 +18,7 @@
@EXPORT = qw(
);
-$VERSION = '0.636';
+$VERSION = '0.637';
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.636/os/Solaris.h
new/Proc-ProcessTable-0.637/os/Solaris.h
--- old/Proc-ProcessTable-0.636/os/Solaris.h 2019-12-10 22:07:52.000000000
+0100
+++ new/Proc-ProcessTable-0.637/os/Solaris.h 2025-07-28 22:15:34.000000000
+0200
@@ -31,6 +31,8 @@
#define STOP "stop"
#define ONPROC "onprocessor"
+extern void bless_into_proc(char* format, char** fields, ...);
+
/* Solaris is an all-or-nothing deal, all this stuff comes out of
one structure, so we don't need to dick around with the format much */
#if defined(PROC_FS)
++++++ README.md ++++++
## Build Results
Current state of perl in openSUSE:Factory is

The current state of perl in the devel project build (devel:languages:perl)

++++++ _scmsync.obsinfo ++++++
mtime: 1760444574
commit: f3249463041acaba49e256881e6025aea019fedeb09d7637e040effe1c18ba76
url: https://src.opensuse.org/perl/perl-Proc-ProcessTable.git
revision: f3249463041acaba49e256881e6025aea019fedeb09d7637e040effe1c18ba76
projectscmsync: https://src.opensuse.org/perl/_ObsPrj
++++++ build.specials.obscpio ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/.gitignore new/.gitignore
--- old/.gitignore 1970-01-01 01:00:00.000000000 +0100
+++ new/.gitignore 2025-10-14 16:19:38.000000000 +0200
@@ -0,0 +1 @@
+.osc