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-06-03 00:06:59
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Proc-ProcessTable (Old)
 and      /work/SRC/openSUSE:Factory/.perl-Proc-ProcessTable.new.15902 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-Proc-ProcessTable"

Sat Jun  3 00:06:59 2023 rev:17 rq:1090344 version:0.635

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/perl-Proc-ProcessTable/perl-Proc-ProcessTable.changes
    2021-09-27 20:09:46.738519645 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Proc-ProcessTable.new.15902/perl-Proc-ProcessTable.changes
 2023-06-03 00:07:12.121981258 +0200
@@ -1,0 +2,9 @@
+Tue May  9 03:07:38 UTC 2023 - Tina Müller <timueller+p...@suse.de>
+
+- updated to 0.635
+   see /usr/share/doc/packages/perl-Proc-ProcessTable/Changes
+
+  0.635 2023-05-08
+    - Do not try to scan /dev/.lxd-mounts
+
+-------------------------------------------------------------------

Old:
----
  Proc-ProcessTable-0.634.tar.gz

New:
----
  Proc-ProcessTable-0.635.tar.gz

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

Other differences:
------------------
++++++ perl-Proc-ProcessTable.spec ++++++
--- /var/tmp/diff_new_pack.H4iQP7/_old  2023-06-03 00:07:12.753984990 +0200
+++ /var/tmp/diff_new_pack.H4iQP7/_new  2023-06-03 00:07:12.757985014 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Proc-ProcessTable
 #
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2023 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,11 +18,11 @@
 
 %define cpan_name Proc-ProcessTable
 Name:           perl-Proc-ProcessTable
-Version:        0.634
+Version:        0.635
 Release:        0
 #Upstream: Artistic-2.0
-Summary:        Perl extension to access the unix process table
 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
 Source1:        cpanspec.yml
@@ -35,7 +35,8 @@
 
 %prep
 %autosetup  -n %{cpan_name}-%{version}
-find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path 
"*/script/*" ! -name "configure" -print0 | xargs -0 chmod 644
+
+find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path 
"*/script/*" ! -path "*/scripts/*" ! -name "configure" -print0 | xargs -0 chmod 
644
 
 %build
 perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"

++++++ Proc-ProcessTable-0.634.tar.gz -> Proc-ProcessTable-0.635.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Proc-ProcessTable-0.634/Changes 
new/Proc-ProcessTable-0.635/Changes
--- old/Proc-ProcessTable-0.634/Changes 2021-09-27 01:03:22.000000000 +0200
+++ new/Proc-ProcessTable-0.635/Changes 2023-05-08 08:38:07.000000000 +0200
@@ -1,5 +1,8 @@
 Revision history for Perl extension Proc::ProcessTable.
 
+0.635 2023-05-08
+  - Do not try to scan /dev/.lxd-mounts
+
 0.634 2021-09-27
   - Published the wrong branch (sorry, it was late). Now it is really fixed!
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Proc-ProcessTable-0.634/META.json 
new/Proc-ProcessTable-0.635/META.json
--- old/Proc-ProcessTable-0.634/META.json       2021-09-27 01:04:00.000000000 
+0200
+++ new/Proc-ProcessTable-0.635/META.json       2023-05-08 08:47:05.000000000 
+0200
@@ -4,7 +4,7 @@
       "Joachim Bargsten <j...@bargsten.org>"
    ],
    "dynamic_config" : 1,
-   "generated_by" : "ExtUtils::MakeMaker version 7.44, CPAN::Meta::Converter 
version 2.150010",
+   "generated_by" : "ExtUtils::MakeMaker version 7.34, CPAN::Meta::Converter 
version 2.150010",
    "license" : [
       "artistic_2"
    ],
@@ -49,6 +49,6 @@
          "url" : "https://github.com/jwbargsten/perl-proc-processtable";
       }
    },
-   "version" : "0.634",
-   "x_serialization_backend" : "JSON::PP version 4.04"
+   "version" : "0.635",
+   "x_serialization_backend" : "JSON::PP version 4.02"
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Proc-ProcessTable-0.634/META.yml 
new/Proc-ProcessTable-0.635/META.yml
--- old/Proc-ProcessTable-0.634/META.yml        2021-09-27 01:03:59.000000000 
+0200
+++ new/Proc-ProcessTable-0.635/META.yml        2023-05-08 08:47:05.000000000 
+0200
@@ -8,7 +8,7 @@
 configure_requires:
   ExtUtils::MakeMaker: '0'
 dynamic_config: 1
-generated_by: 'ExtUtils::MakeMaker version 7.44, CPAN::Meta::Converter version 
2.150010'
+generated_by: 'ExtUtils::MakeMaker version 7.34, 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.634'
+version: '0.635'
 x_serialization_backend: 'CPAN::Meta::YAML version 0.018'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Proc-ProcessTable-0.634/lib/Proc/ProcessTable.pm 
new/Proc-ProcessTable-0.635/lib/Proc/ProcessTable.pm
--- old/Proc-ProcessTable-0.634/lib/Proc/ProcessTable.pm        2021-09-27 
01:03:31.000000000 +0200
+++ new/Proc-ProcessTable-0.635/lib/Proc/ProcessTable.pm        2023-05-08 
08:38:26.000000000 +0200
@@ -18,7 +18,7 @@
 @EXPORT = qw(
     
 );
-$VERSION = '0.634';
+$VERSION = '0.635';
 
 sub AUTOLOAD {
     # This AUTOLOAD is used to 'autoload' constants from the constant()
@@ -155,7 +155,7 @@
   return unless -d "/dev";
   find({ wanted => 
        sub{
-     $File::Find::prune = 1 if -d $_ && ( ! -x $_ || $_ eq "/dev/.lxc");
+     $File::Find::prune = 1 if -d $_ && ( ! -x $_ || $_ eq "/dev/.lxc" || $_ 
eq "/dev/.lxd-mounts");
      my($dev,$ino,$mode,$nlink,$uid,$gid,$rdev,$size,
         $atime,$mtime,$ctime,$blksize,$blocks) = stat($File::Find::name);
      $Proc::ProcessTable::TTYDEVS{$rdev} = $File::Find::name

Reply via email to