commit perl-Proc-ProcessTable for openSUSE:Factory

2019-06-22 Thread root
Hello community,

here is the log from the commit of package perl-Proc-ProcessTable for 
openSUSE:Factory checked in at 2019-06-22 11:24:21

Comparing /work/SRC/openSUSE:Factory/perl-Proc-ProcessTable (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Proc-ProcessTable.new.4615 (New)


Package is "perl-Proc-ProcessTable"

Sat Jun 22 11:24:21 2019 rev:14 rq:711277 version:0.59

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-Proc-ProcessTable/perl-Proc-ProcessTable.changes
2019-06-18 14:58:55.429311287 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Proc-ProcessTable.new.4615/perl-Proc-ProcessTable.changes
  2019-06-22 11:24:22.617398360 +0200
@@ -1,0 +2,11 @@
+Fri Jun 21 05:27:42 UTC 2019 - Stephan Kulow 

+
+- updated to 0.59
+   see /usr/share/doc/packages/perl-Proc-ProcessTable/Changes
+
+  0.59 2019-06-20
+* works again on AIX
+* fixed mswin32 stuff, hope it works now
+* reogranized code and started to use newest version ExtUtils::MakeMaker
+
+---

Old:

  Proc-ProcessTable-0.58.tar.gz

New:

  Proc-ProcessTable-0.59.tar.gz



Other differences:
--
++ perl-Proc-ProcessTable.spec ++
--- /var/tmp/diff_new_pack.pEtYx3/_old  2019-06-22 11:24:23.281399055 +0200
+++ /var/tmp/diff_new_pack.pEtYx3/_new  2019-06-22 11:24:23.285399059 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Proc-ProcessTable
-Version:0.58
+Version:0.59
 Release:0
 #Upstream: Artistic-2.0
 %define cpan_name Proc-ProcessTable

++ Proc-ProcessTable-0.58.tar.gz -> Proc-ProcessTable-0.59.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Proc-ProcessTable-0.58/Changes 
new/Proc-ProcessTable-0.59/Changes
--- old/Proc-ProcessTable-0.58/Changes  2019-06-14 23:08:25.0 +0200
+++ new/Proc-ProcessTable-0.59/Changes  2019-06-20 21:33:03.0 +0200
@@ -337,3 +337,7 @@
 0.56 2019-02-07
   * Testing support for mswin32
   * minor fix for FreeBSD
+0.59 2019-06-20
+  * works again on AIX
+  * fixed mswin32 stuff, hope it works now
+  * reogranized code and started to use newest version ExtUtils::MakeMaker
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Proc-ProcessTable-0.58/META.json 
new/Proc-ProcessTable-0.59/META.json
--- old/Proc-ProcessTable-0.58/META.json2019-06-15 21:19:09.0 
+0200
+++ new/Proc-ProcessTable-0.59/META.json2019-06-20 21:33:30.0 
+0200
@@ -49,6 +49,6 @@
  "url" : "https://github.com/jwbargsten/perl-proc-processtable";
   }
},
-   "version" : "0.58",
+   "version" : "0.59",
"x_serialization_backend" : "JSON::PP version 2.97001"
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Proc-ProcessTable-0.58/META.yml 
new/Proc-ProcessTable-0.59/META.yml
--- old/Proc-ProcessTable-0.58/META.yml 2019-06-15 21:19:09.0 +0200
+++ new/Proc-ProcessTable-0.59/META.yml 2019-06-20 21:33:30.0 +0200
@@ -24,5 +24,5 @@
   perl: '5.006'
 resources:
   repository: https://github.com/jwbargsten/perl-proc-processtable
-version: '0.58'
+version: '0.59'
 x_serialization_backend: 'CPAN::Meta::YAML version 0.018'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Proc-ProcessTable-0.58/lib/Proc/ProcessTable.pm 
new/Proc-ProcessTable-0.59/lib/Proc/ProcessTable.pm
--- old/Proc-ProcessTable-0.58/lib/Proc/ProcessTable.pm 2019-06-15 
21:18:31.0 +0200
+++ new/Proc-ProcessTable-0.59/lib/Proc/ProcessTable.pm 2019-06-20 
21:32:31.0 +0200
@@ -18,7 +18,7 @@
 @EXPORT = qw(
 
 );
-$VERSION = '0.58';
+$VERSION = '0.59';
 
 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.58/t/openbsd-size-rss.t 
new/Proc-ProcessTable-0.59/t/openbsd-size-rss.t
--- old/Proc-ProcessTable-0.58/t/openbsd-size-rss.t 2019-06-15 
21:17:20.0 +0200
+++ new/Proc-ProcessTable-0.59/t/openbsd-size-rss.t 2019-06-20 
21:29:25.0 +0200
@@ -36,8 +36,8 @@
 
 my ($pstmp) = grep {/^$pid\s+/} map { chomp; s/^\s*//; $_ } `ps xo 
pid,vsz,rss`;
 my ($ps_pid, $ps_vsize, $ps_rss) = split /\s+/, $pstmp;
-my $ps_vsize *= 1024;
-my $ps_rss   *= 1024;
+$ps_vsize *= 1024;
+$ps_rss   *= 1024;
 
 my $t = Proc::ProcessTable->new;
 my ($p) = grep { $_->{pid} == $pid } @{ $t->table };




commit perl-Proc-ProcessTable for openSUSE:Factory

2019-06-18 Thread root
Hello community,

here is the log from the commit of package perl-Proc-ProcessTable for 
openSUSE:Factory checked in at 2019-06-18 14:58:50

Comparing /work/SRC/openSUSE:Factory/perl-Proc-ProcessTable (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Proc-ProcessTable.new.4811 (New)


Package is "perl-Proc-ProcessTable"

Tue Jun 18 14:58:50 2019 rev:13 rq:710402 version:0.58

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-Proc-ProcessTable/perl-Proc-ProcessTable.changes
2019-02-25 17:51:01.122764190 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-Proc-ProcessTable.new.4811/perl-Proc-ProcessTable.changes
  2019-06-18 14:58:55.429311287 +0200
@@ -1,0 +2,6 @@
+Sun Jun 16 05:23:51 UTC 2019 - Stephan Kulow 
+
+- updated to 0.58
+   see /usr/share/doc/packages/perl-Proc-ProcessTable/Changes
+
+---

Old:

  Proc-ProcessTable-0.56.tar.gz

New:

  Proc-ProcessTable-0.58.tar.gz



Other differences:
--
++ perl-Proc-ProcessTable.spec ++
--- /var/tmp/diff_new_pack.S3L9IL/_old  2019-06-18 14:58:57.297310214 +0200
+++ /var/tmp/diff_new_pack.S3L9IL/_new  2019-06-18 14:58:57.329310196 +0200
@@ -17,9 +17,9 @@
 
 
 Name:   perl-Proc-ProcessTable
-Version:0.56
+Version:0.58
 Release:0
-#Upstream: Artistic-1.0 or GPL-1.0+
+#Upstream: Artistic-2.0
 %define cpan_name Proc-ProcessTable
 Summary:Perl extension to access the unix process table
 License:(Artistic-1.0 OR GPL-1.0-or-later) AND GPL-2.0-only
@@ -53,6 +53,6 @@
 
 %files -f %{name}.files
 %defattr(-,root,root,755)
-%doc Changes PORTING README README.aix README.bsdi README.cygwin README.darwin 
README.dec_osf README.freebsd-kvm README.freebsd-procfs README.hpux 
README.linux README.netbsd README.openbsd README.solaris README.sunos 
README.unixware
+%doc Changes README README.aix README.bsdi README.cygwin README.darwin 
README.dec_osf README.freebsd-kvm README.freebsd-procfs README.hpux 
README.linux README.md README.MSWin32 README.netbsd README.openbsd 
README.solaris README.sunos README.unixware
 
 %changelog

++ Proc-ProcessTable-0.56.tar.gz -> Proc-ProcessTable-0.58.tar.gz ++
 2580 lines of diff (skipped)




commit perl-Proc-ProcessTable for openSUSE:Factory

2019-02-25 Thread root
Hello community,

here is the log from the commit of package perl-Proc-ProcessTable for 
openSUSE:Factory checked in at 2019-02-25 17:50:58

Comparing /work/SRC/openSUSE:Factory/perl-Proc-ProcessTable (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Proc-ProcessTable.new.28833 (New)


Package is "perl-Proc-ProcessTable"

Mon Feb 25 17:50:58 2019 rev:12 rq:672857 version:0.56

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-Proc-ProcessTable/perl-Proc-ProcessTable.changes
2018-02-09 15:47:13.916067969 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-Proc-ProcessTable.new.28833/perl-Proc-ProcessTable.changes
 2019-02-25 17:51:01.122764190 +0100
@@ -1,0 +2,10 @@
+Fri Feb  8 06:24:36 UTC 2019 - Stephan Kulow 
+
+- updated to 0.56
+   see /usr/share/doc/packages/perl-Proc-ProcessTable/Changes
+
+  0.56 2019-02-07
+* Testing support for mswin32
+* minor fix for FreeBSD
+
+---

Old:

  Proc-ProcessTable-0.55.tar.gz

New:

  Proc-ProcessTable-0.56.tar.gz



Other differences:
--
++ perl-Proc-ProcessTable.spec ++
--- /var/tmp/diff_new_pack.KUa6sX/_old  2019-02-25 17:51:01.974763726 +0100
+++ /var/tmp/diff_new_pack.KUa6sX/_new  2019-02-25 17:51:01.974763726 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Proc-ProcessTable
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,19 +12,19 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 Name:   perl-Proc-ProcessTable
-Version:0.55
+Version:0.56
 Release:0
 #Upstream: Artistic-1.0 or GPL-1.0+
 %define cpan_name Proc-ProcessTable
 Summary:Perl extension to access the unix process table
-License:(Artistic-1.0 or GPL-1.0+) and GPL-2.0
+License:(Artistic-1.0 OR GPL-1.0-or-later) AND GPL-2.0-only
 Group:  Development/Libraries/Perl
-Url:http://search.cpan.org/dist/Proc-ProcessTable/
+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
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -40,11 +40,11 @@
 find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644
 
 %build
-%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
-%{__make} %{?_smp_mflags}
+perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
+make %{?_smp_mflags}
 
 %check
-%{__make} test
+make test
 
 %install
 %perl_make_install

++ Proc-ProcessTable-0.55.tar.gz -> Proc-ProcessTable-0.56.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Proc-ProcessTable-0.55/Changes 
new/Proc-ProcessTable-0.56/Changes
--- old/Proc-ProcessTable-0.55/Changes  2017-02-21 01:03:40.0 +0100
+++ new/Proc-ProcessTable-0.56/Changes  2019-02-07 23:33:58.0 +0100
@@ -334,3 +334,6 @@
   * Fixed bug in Linux occurring if process name is empty (RT#106571)
   * Added missing includes on AIX (RT#39748)
   * Some minor changes on tests and documentation
+0.56 2019-02-07
+  * Testing support for mswin32
+  * minor fix for FreeBSD
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Proc-ProcessTable-0.55/MANIFEST 
new/Proc-ProcessTable-0.56/MANIFEST
--- old/Proc-ProcessTable-0.55/MANIFEST 2018-02-01 23:02:42.0 +0100
+++ new/Proc-ProcessTable-0.56/MANIFEST 2019-02-07 23:34:06.0 +0100
@@ -18,7 +18,6 @@
 README.hpux
 README.cygwin
 PORTING
-TODO
 example.pl
 Process/Makefile.PL
 Process/Process.pm
@@ -60,8 +59,8 @@
 os/NetBSD.c
 os/NetBSD.h
 os/OpenBSD.c
-os/cygwin.c
-os/cygwin.h
+os/MSWin32.c
+os/MSWin32.h
 t/process.t
 hints/svr4.pl
 hints/svr5.pl
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Proc-ProcessTable-0.55/META.json 
new/Proc-ProcessTable-0.56/META.json
--- old/Proc-ProcessTable-0.55/META.json2018-02-01 23:02:41.0 
+0100
+++ new/Proc-ProcessTable-0.56/META.json2019-02-07 23:34:06.0 
+0100
@@ -4,13 +4,13 @@
   "Jonathan Swartz "
],
"dynamic_config" : 1,
-   "generated_by" : "ExtUtils::MakeMaker version 7.24, CPAN::Meta::Converter 
version 2.150010",
+   "generated_by" : "ExtUtils::MakeMaker version 7.34, CPAN::Meta::Converter 
version

commit perl-Proc-ProcessTable for openSUSE:Factory

2018-02-09 Thread root
Hello community,

here is the log from the commit of package perl-Proc-ProcessTable for 
openSUSE:Factory checked in at 2018-02-09 15:47:12

Comparing /work/SRC/openSUSE:Factory/perl-Proc-ProcessTable (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Proc-ProcessTable.new (New)


Package is "perl-Proc-ProcessTable"

Fri Feb  9 15:47:12 2018 rev:11 rq:573957 version:0.55

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-Proc-ProcessTable/perl-Proc-ProcessTable.changes
2015-08-29 20:04:41.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Proc-ProcessTable.new/perl-Proc-ProcessTable.changes
   2018-02-09 15:47:13.916067969 +0100
@@ -1,0 +2,6 @@
+Wed Feb  7 17:10:15 UTC 2018 - co...@suse.com
+
+- updated to 0.55
+   see /usr/share/doc/packages/perl-Proc-ProcessTable/Changes
+
+---

Old:

  Proc-ProcessTable-0.53.tar.gz

New:

  Proc-ProcessTable-0.55.tar.gz



Other differences:
--
++ perl-Proc-ProcessTable.spec ++
--- /var/tmp/diff_new_pack.QqrD3o/_old  2018-02-09 15:47:14.640041972 +0100
+++ /var/tmp/diff_new_pack.QqrD3o/_new  2018-02-09 15:47:14.640041972 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Proc-ProcessTable
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Proc-ProcessTable
-Version:0.53
+Version:0.55
 Release:0
 #Upstream: Artistic-1.0 or GPL-1.0+
 %define cpan_name Proc-ProcessTable
@@ -25,7 +25,7 @@
 License:(Artistic-1.0 or GPL-1.0+) and GPL-2.0
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/Proc-ProcessTable/
-Source0:
http://www.cpan.org/authors/id/J/JW/JWB/%{cpan_name}-%{version}.tar.gz
+Source0:
https://cpan.metacpan.org/authors/id/J/JW/JWB/%{cpan_name}-%{version}.tar.gz
 Source1:cpanspec.yml
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
@@ -37,7 +37,7 @@
 
 %prep
 %setup -q -n %{cpan_name}-%{version}
-find . -type f -print0 | xargs -0 chmod 644
+find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644
 
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
@@ -53,6 +53,6 @@
 
 %files -f %{name}.files
 %defattr(-,root,root,755)
-%doc Changes PORTING README README.aix README.bsdi README.cygwin README.darwin 
README.dec_osf README.freebsd-kvm README.freebsd-procfs README.hpux 
README.linux README.netbsd README.openbsd README.solaris README.sunos 
README.unixware TODO
+%doc Changes PORTING README README.aix README.bsdi README.cygwin README.darwin 
README.dec_osf README.freebsd-kvm README.freebsd-procfs README.hpux 
README.linux README.netbsd README.openbsd README.solaris README.sunos 
README.unixware
 
 %changelog

++ Proc-ProcessTable-0.53.tar.gz -> Proc-ProcessTable-0.55.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Proc-ProcessTable-0.53/Killall.pm 
new/Proc-ProcessTable-0.55/Killall.pm
--- old/Proc-ProcessTable-0.53/Killall.pm   2015-08-23 11:57:06.0 
+0200
+++ new/Proc-ProcessTable-0.55/Killall.pm   2017-02-21 01:03:40.0 
+0100
@@ -49,7 +49,7 @@
$self = 0 unless defined $self;
my $nkilled = 0;
croak("killall: Unsupported signal: $signal") unless is_sig($signal);
-   my $t = new Proc::ProcessTable;
+   my $t = Proc::ProcessTable->new;
my $BANG = undef;
foreach my $p (@{$t->table}) {
  my $cmndline = $p->{cmndline} || $p->{fname};
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Proc-ProcessTable-0.53/MANIFEST 
new/Proc-ProcessTable-0.55/MANIFEST
--- old/Proc-ProcessTable-0.53/MANIFEST 2015-08-24 21:35:47.0 +0200
+++ new/Proc-ProcessTable-0.55/MANIFEST 2018-02-01 23:02:42.0 +0100
@@ -24,6 +24,7 @@
 Process/Process.pm
 hints/linux.pl
 hints/solaris.pl
+hints/dragonfly.pl
 hints/aix.pl
 hints/aix_4_2.pl
 hints/aix_4_3.pl
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Proc-ProcessTable-0.53/META.json 
new/Proc-ProcessTable-0.55/META.json
--- old/Proc-ProcessTable-0.53/META.json2015-08-24 21:35:47.0 
+0200
+++ new/Proc-ProcessTable-0.55/META.json2018-02-01 23:02:41.0 
+0100
@@ -4,7 +4,7 @@
   "Jonathan Swartz "
],
"dynamic_config" : 1,
-   "generated_by" : "ExtUtils::MakeMaker version 6.98, CPAN::Meta::Converter 
version 2.150001",
+   "generated_by" : "ExtUtil

commit perl-Proc-ProcessTable for openSUSE:Factory

2015-08-29 Thread h_root
Hello community,

here is the log from the commit of package perl-Proc-ProcessTable for 
openSUSE:Factory checked in at 2015-08-29 20:04:40

Comparing /work/SRC/openSUSE:Factory/perl-Proc-ProcessTable (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Proc-ProcessTable.new (New)


Package is "perl-Proc-ProcessTable"

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-Proc-ProcessTable/perl-Proc-ProcessTable.changes
2015-08-27 08:57:56.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Proc-ProcessTable.new/perl-Proc-ProcessTable.changes
   2015-08-29 20:04:41.0 +0200
@@ -1,0 +2,6 @@
+Thu Aug 27 08:59:31 UTC 2015 - co...@suse.com
+
+- updated to 0.53
+   see /usr/share/doc/packages/perl-Proc-ProcessTable/Changes
+
+---

Old:

  Proc-ProcessTable-0.52.tar.gz

New:

  Proc-ProcessTable-0.53.tar.gz



Other differences:
--
++ perl-Proc-ProcessTable.spec ++
--- /var/tmp/diff_new_pack.S9fIZm/_old  2015-08-29 20:04:42.0 +0200
+++ /var/tmp/diff_new_pack.S9fIZm/_new  2015-08-29 20:04:42.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Proc-ProcessTable
-Version:0.52
+Version:0.53
 Release:0
 #Upstream: Artistic-1.0 or GPL-1.0+
 %define cpan_name Proc-ProcessTable

++ Proc-ProcessTable-0.52.tar.gz -> Proc-ProcessTable-0.53.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Proc-ProcessTable-0.52/Changes 
new/Proc-ProcessTable-0.53/Changes
--- old/Proc-ProcessTable-0.52/Changes  2015-08-23 12:05:08.0 +0200
+++ new/Proc-ProcessTable-0.53/Changes  2015-08-24 21:33:47.0 +0200
@@ -326,7 +326,11 @@
   #99163 (segfault from canonicalize_file_name), pulled patch from Borislav
   Nikolov.
 0.52 2015-08-23
-  * Incorporated mainly bugfixes (see github repor for details);
+  * Incorporated mainly bugfixes (see github repo for details);
 OS affected: NetBSD, cygwin, AIX, bsdi, Linux 
   * Added test for another odd command name ([])
   * Added some scripts for process tracking. Still in beta-phase.
+0.53 2015-08-24
+  * Fixed bug in Linux occurring if process name is empty (RT#106571)
+  * Added missing includes on AIX (RT#39748)
+  * Some minor changes on tests and documentation
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Proc-ProcessTable-0.52/META.json 
new/Proc-ProcessTable-0.53/META.json
--- old/Proc-ProcessTable-0.52/META.json2015-08-23 12:11:16.0 
+0200
+++ new/Proc-ProcessTable-0.53/META.json2015-08-24 21:35:47.0 
+0200
@@ -43,5 +43,5 @@
  "url" : "https://github.com/jwbargsten/perl-proc-processtable";
   }
},
-   "version" : "0.52"
+   "version" : "0.53"
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Proc-ProcessTable-0.52/META.yml 
new/Proc-ProcessTable-0.53/META.yml
--- old/Proc-ProcessTable-0.52/META.yml 2015-08-23 12:11:16.0 +0200
+++ new/Proc-ProcessTable-0.53/META.yml 2015-08-24 21:35:47.0 +0200
@@ -22,4 +22,4 @@
   Storable: '0'
 resources:
   repository: https://github.com/jwbargsten/perl-proc-processtable
-version: '0.52'
+version: '0.53'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Proc-ProcessTable-0.52/ProcessTable.pm 
new/Proc-ProcessTable-0.53/ProcessTable.pm
--- old/Proc-ProcessTable-0.52/ProcessTable.pm  2015-08-23 11:58:08.0 
+0200
+++ new/Proc-ProcessTable-0.53/ProcessTable.pm  2015-08-24 21:34:37.0 
+0200
@@ -19,7 +19,7 @@
 @EXPORT = qw(
 
 );
-$VERSION = '0.52';
+$VERSION = '0.53';
 
 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.52/os/Linux.c 
new/Proc-ProcessTable-0.53/os/Linux.c
--- old/Proc-ProcessTable-0.52/os/Linux.c   2015-08-23 12:10:05.0 
+0200
+++ new/Proc-ProcessTable-0.53/os/Linux.c   2015-08-24 21:24:37.0 
+0200
@@ -329,6 +329,11 @@
  * plus a terminating NULL byte; prs->comm will be NULL terminated since
  * that area of memory is all zerored out when prs is allocated */
 if (sscanf(stat_text, "%d (%15c", &prs->pid, prs->comm) != 2)
+  /* we might get an empty command name, so check for it:
+   * do the open and close parenteses lie next to each other?
+   * proceed if yes, finish otherwise
+   */
+  if((strchr(stat_text,'(') + 1) != paren)
 goto done;
 
 /* address at which we pickup again, after the ')'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnign

commit perl-Proc-ProcessTable for openSUSE:Factory

2015-08-26 Thread h_root
Hello community,

here is the log from the commit of package perl-Proc-ProcessTable for 
openSUSE:Factory checked in at 2015-08-27 08:57:55

Comparing /work/SRC/openSUSE:Factory/perl-Proc-ProcessTable (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Proc-ProcessTable.new (New)


Package is "perl-Proc-ProcessTable"

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-Proc-ProcessTable/perl-Proc-ProcessTable.changes
2015-04-18 10:39:37.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Proc-ProcessTable.new/perl-Proc-ProcessTable.changes
   2015-08-27 08:57:56.0 +0200
@@ -1,0 +2,12 @@
+Mon Aug 24 09:05:05 UTC 2015 - co...@suse.com
+
+- updated to 0.52
+   see /usr/share/doc/packages/perl-Proc-ProcessTable/Changes
+
+  0.52 2015-08-23
+* Incorporated mainly bugfixes (see github repor for details);
+  OS affected: NetBSD, cygwin, AIX, bsdi, Linux 
+* Added test for another odd command name ([])
+* Added some scripts for process tracking. Still in beta-phase.
+
+---

Old:

  Proc-ProcessTable-0.51.tar.gz

New:

  Proc-ProcessTable-0.52.tar.gz



Other differences:
--
++ perl-Proc-ProcessTable.spec ++
--- /var/tmp/diff_new_pack.5LlxF8/_old  2015-08-27 08:57:56.0 +0200
+++ /var/tmp/diff_new_pack.5LlxF8/_new  2015-08-27 08:57:56.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Proc-ProcessTable
-Version:0.51
+Version:0.52
 Release:0
 #Upstream: Artistic-1.0 or GPL-1.0+
 %define cpan_name Proc-ProcessTable

++ Proc-ProcessTable-0.51.tar.gz -> Proc-ProcessTable-0.52.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Proc-ProcessTable-0.51/Changes 
new/Proc-ProcessTable-0.52/Changes
--- old/Proc-ProcessTable-0.51/Changes  2014-10-18 00:47:48.0 +0200
+++ new/Proc-ProcessTable-0.52/Changes  2015-08-23 12:05:08.0 +0200
@@ -325,3 +325,8 @@
   - Fixed #65347 (installation hangs on AIX), patch from Rainer Tammer; Fixed
   #99163 (segfault from canonicalize_file_name), pulled patch from Borislav
   Nikolov.
+0.52 2015-08-23
+  * Incorporated mainly bugfixes (see github repor for details);
+OS affected: NetBSD, cygwin, AIX, bsdi, Linux 
+  * Added test for another odd command name ([])
+  * Added some scripts for process tracking. Still in beta-phase.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Proc-ProcessTable-0.51/Killall.pm 
new/Proc-ProcessTable-0.52/Killall.pm
--- old/Proc-ProcessTable-0.51/Killall.pm   2014-03-19 23:09:49.0 
+0100
+++ new/Proc-ProcessTable-0.52/Killall.pm   2015-08-23 11:57:06.0 
+0200
@@ -10,6 +10,7 @@
 use Proc::ProcessTable;
 use Config;
 use strict;
+use warnings;
 use vars qw(@EXPORT @EXPORT_OK @ISA $VERSION);
 
 @EXPORT=qw(killall);
@@ -17,7 +18,6 @@
 @ISA=qw(Exporter);
 
 $VERSION='1.0';
-sub VERSION {$VERSION}
 
 # Private function for checking to see if a signal identifier is
 # valid.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Proc-ProcessTable-0.51/Killfam.pm 
new/Proc-ProcessTable-0.52/Killfam.pm
--- old/Proc-ProcessTable-0.51/Killfam.pm   2014-03-19 23:09:49.0 
+0100
+++ new/Proc-ProcessTable-0.52/Killfam.pm   2015-08-23 11:57:06.0 
+0200
@@ -7,6 +7,7 @@
 use subs qw/get_pids/;
 use vars qw/@EXPORT @EXPORT_OK $ppt_OK/;
 use strict;
+use warnings;
 
 @EXPORT = qw/killfam/;
 @EXPORT_OK = qw/killfam/;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Proc-ProcessTable-0.51/META.json 
new/Proc-ProcessTable-0.52/META.json
--- old/Proc-ProcessTable-0.51/META.json2014-10-18 00:52:04.0 
+0200
+++ new/Proc-ProcessTable-0.52/META.json2015-08-23 12:11:16.0 
+0200
@@ -4,7 +4,7 @@
   "Jonathan Swartz "
],
"dynamic_config" : 1,
-   "generated_by" : "ExtUtils::MakeMaker version 6.98, CPAN::Meta::Converter 
version 2.140640",
+   "generated_by" : "ExtUtils::MakeMaker version 6.98, CPAN::Meta::Converter 
version 2.150001",
"license" : [
   "perl_5"
],
@@ -43,5 +43,5 @@
  "url" : "https://github.com/jwbargsten/perl-proc-processtable";
   }
},
-   "version" : "0.51"
+   "version" : "0.52"
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Proc-ProcessTable-0.51/META.yml 
new/Proc-ProcessTable-0.52/META.yml
--- old/Proc-ProcessTable-0.51/META.yml 2014-10-18 00:52:03.0 +0200
+++ new/Proc-ProcessTable-0.52/META.yml 2015-08-23 12:11:16.0 +0200
@@ -7,7 +7,7 @@
 configure_requires:
   ExtUtils::MakeMaker: '0'
 dynamic_config: 1

commit perl-Proc-ProcessTable for openSUSE:Factory

2015-04-18 Thread h_root
Hello community,

here is the log from the commit of package perl-Proc-ProcessTable for 
openSUSE:Factory checked in at 2015-04-18 10:39:35

Comparing /work/SRC/openSUSE:Factory/perl-Proc-ProcessTable (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Proc-ProcessTable.new (New)


Package is "perl-Proc-ProcessTable"

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-Proc-ProcessTable/perl-Proc-ProcessTable.changes
2014-03-15 07:47:52.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-Proc-ProcessTable.new/perl-Proc-ProcessTable.changes
   2015-04-18 10:39:37.0 +0200
@@ -1,0 +2,13 @@
+Tue Apr 14 17:27:13 UTC 2015 - co...@suse.com
+
+- updated to 0.51
+   see /usr/share/doc/packages/perl-Proc-ProcessTable/Changes
+
+  0.50
+- Added hint file for gnukfreebsd.
+  0.51
+- Fixed #65347 (installation hangs on AIX), patch from Rainer Tammer; Fixed
+#99163 (segfault from canonicalize_file_name), pulled patch from Borislav
+Nikolov.
+
+---

Old:

  Proc-ProcessTable-0.50.tar.gz

New:

  Proc-ProcessTable-0.51.tar.gz
  cpanspec.yml



Other differences:
--
++ perl-Proc-ProcessTable.spec ++
--- /var/tmp/diff_new_pack.qhX3yF/_old  2015-04-18 10:39:38.0 +0200
+++ /var/tmp/diff_new_pack.qhX3yF/_new  2015-04-18 10:39:38.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Proc-ProcessTable
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,14 +17,16 @@
 
 
 Name:   perl-Proc-ProcessTable
-Version:0.50
+Version:0.51
 Release:0
+#Upstream: Artistic-1.0 or GPL-1.0+
 %define cpan_name Proc-ProcessTable
 Summary:Perl extension to access the unix process table
 License:(Artistic-1.0 or GPL-1.0+) and GPL-2.0
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/Proc-ProcessTable/
-Source: 
http://www.cpan.org/authors/id/J/JW/JWB/%{cpan_name}-%{version}.tar.gz
+Source0:
http://www.cpan.org/authors/id/J/JW/JWB/%{cpan_name}-%{version}.tar.gz
+Source1:cpanspec.yml
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros

++ Proc-ProcessTable-0.50.tar.gz -> Proc-ProcessTable-0.51.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Proc-ProcessTable-0.50/Changes 
new/Proc-ProcessTable-0.51/Changes
--- old/Proc-ProcessTable-0.50/Changes  2013-12-06 00:23:42.0 +0100
+++ new/Proc-ProcessTable-0.51/Changes  2014-10-18 00:47:48.0 +0200
@@ -319,3 +319,9 @@
   Guillaume Rousse. Pulled fixes from Opera Wang. Fixed typos discovered by
   Salvatore Bonaccorso, David Steinbrunner and HMBRAND. Fixed #89117, patch
   from yyang. Got it (hopefully) running under kfreebsd.
+0.50
+  - Added hint file for gnukfreebsd.
+0.51
+  - Fixed #65347 (installation hangs on AIX), patch from Rainer Tammer; Fixed
+  #99163 (segfault from canonicalize_file_name), pulled patch from Borislav
+  Nikolov.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Proc-ProcessTable-0.50/META.json 
new/Proc-ProcessTable-0.51/META.json
--- old/Proc-ProcessTable-0.50/META.json2013-12-15 16:43:49.0 
+0100
+++ new/Proc-ProcessTable-0.51/META.json2014-10-18 00:52:04.0 
+0200
@@ -4,7 +4,7 @@
   "Jonathan Swartz "
],
"dynamic_config" : 1,
-   "generated_by" : "ExtUtils::MakeMaker version 6.62, CPAN::Meta::Converter 
version 2.132830",
+   "generated_by" : "ExtUtils::MakeMaker version 6.98, CPAN::Meta::Converter 
version 2.140640",
"license" : [
   "perl_5"
],
@@ -43,5 +43,5 @@
  "url" : "https://github.com/jwbargsten/perl-proc-processtable";
   }
},
-   "version" : "0.50"
+   "version" : "0.51"
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Proc-ProcessTable-0.50/META.yml 
new/Proc-ProcessTable-0.51/META.yml
--- old/Proc-ProcessTable-0.50/META.yml 2013-12-15 16:43:49.0 +0100
+++ new/Proc-ProcessTable-0.51/META.yml 2014-10-18 00:52:03.0 +0200
@@ -3,23 +3,23 @@
 author:
   - 'Jonathan Swartz '
 build_requires:
-  ExtUtils::MakeMaker: 0
+  ExtUtils::MakeMaker: '0'
 configure_requires:
-  ExtUtils::MakeMaker: 0
+  ExtUtils::MakeMaker: '0'
 dynamic_config: 1
-generated_by: 'ExtUtils::MakeMaker version 6.62, CPAN::Meta::Converter version 
2.132830'
+generated_by: 'ExtUtils::MakeMaker versi

commit perl-Proc-ProcessTable for openSUSE:Factory

2014-03-14 Thread h_root
Hello community,

here is the log from the commit of package perl-Proc-ProcessTable for 
openSUSE:Factory checked in at 2014-03-15 07:47:51

Comparing /work/SRC/openSUSE:Factory/perl-Proc-ProcessTable (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Proc-ProcessTable.new (New)


Package is "perl-Proc-ProcessTable"

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-Proc-ProcessTable/perl-Proc-ProcessTable.changes
2013-03-01 08:03:57.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-Proc-ProcessTable.new/perl-Proc-ProcessTable.changes
   2014-03-15 07:47:52.0 +0100
@@ -1,0 +2,40 @@
+Fri Mar 14 09:45:58 UTC 2014 - cfarr...@suse.com
+
+- license update: (Artistic-1.0 or GPL-1.0+) and GPL-2.0
+  os/cygwin.c is under the Cygwin license (GPL-2.0)
+
+---
+Fri Mar 14 06:33:32 UTC 2014 - co...@suse.com
+
+- updated to 0.50
+   -Initial release by new maintainer jswartz, identical to 0.45 except for 
meta
+ files and README
+ 0.47 16 Feb. 2013
+   -Initial releas by new maintainer jwb. Incorporated meta file updates from
+   Jonathan Swartz . Closed a bunch of bugs: Patch from
+   Christian Boitel  (fixes #51470); added
+   suggestion from Opera Wang  (fixes #51470 even
+   more); patches from Michael Schilli (MSCHILLI) (fix #41397, #46861 and
+   #58236), work on perl w/o threads; pulled commits from Slaven Rezić
+   , use kvm implementation for FreeBSD >= 6.0 (closes #68405
+   and #16978); fixed bug #69397, fh not closed; fixed RT #72862, unsafe use of
+   /tmp; added tests;
+ 
+ 0.48
+   -Pulled commits from Chris Williams , fixes build
+   errors on NetBSD and OpenBSD. Fixed #72862 (byte order tag in cache file), 
+   applied patch to fix #67224 (cygwin PID_ORPHANED) by .
+   Pulled FreeBSD patches from Slaven Rezić ; 
+   Pulled from David Zaebst ): Fixes to stay accurate on
+   machines with many cpus (#82175), to include system time into calculations
+   (#80391) and others (#81312, #82175 and #80391) and to fix unknown process
+   states for debian kernels #71976. Tried to get it compiling under
+   MidnightBSD.
+ 0.49
+   -Fixed #61946 (odd process names), solution by Bernd Kallies. Fixed #48445, 
patch from
+   Guillaume Rousse. Pulled fixes from Opera Wang. Fixed typos discovered by
+   Salvatore Bonaccorso, David Steinbrunner and HMBRAND. Fixed #89117, patch
+   from yyang. Got it (hopefully) running under kfreebsd.
+- changed license to perl as written in the META, I couldn't find any GPL 2 
file
+
+---

Old:

  Proc-ProcessTable-0.45.tar.gz

New:

  Proc-ProcessTable-0.50.tar.gz



Other differences:
--
++ perl-Proc-ProcessTable.spec ++
--- /var/tmp/diff_new_pack.dZKoPM/_old  2014-03-15 07:47:53.0 +0100
+++ /var/tmp/diff_new_pack.dZKoPM/_new  2014-03-15 07:47:53.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Proc-ProcessTable
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,19 +17,17 @@
 
 
 Name:   perl-Proc-ProcessTable
-Version:0.45
+Version:0.50
 Release:0
 %define cpan_name Proc-ProcessTable
 Summary:Perl extension to access the unix process table
-License:Artistic-1.0 or GPL-2.0+
+License:(Artistic-1.0 or GPL-1.0+) and GPL-2.0
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/Proc-ProcessTable/
-Source: 
http://www.cpan.org/authors/id/D/DU/DURIST/%{cpan_name}-%{version}.tar.gz
+Source: 
http://www.cpan.org/authors/id/J/JW/JWB/%{cpan_name}-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
-#BuildRequires: perl(Proc::ProcessTable)
-#BuildRequires: perl(Proc::ProcessTable::Process)
 %{perl_requires}
 
 %description
@@ -50,10 +48,9 @@
 %perl_make_install
 %perl_process_packlist
 %perl_gen_filelist
-chmod +x %{buildroot}%{perl_vendorarch}/Proc/example.pl
 
 %files -f %{name}.files
 %defattr(-,root,root,755)
-%doc Changes PORTING README README.aix README.bsdi README.cygwin README.darwin 
README.dec_osf README.freebsd README.freebsd-kvm README.hpux README.linux 
README.netbsd README.openbsd README.solaris README.sunos README.unixware TODO
+%doc Changes PORTING README README.aix README.bsdi README.cygwin README.darwin 
README.dec_osf README.freebsd-kvm README.freebsd-procfs README.hpux 
README.linux README.netbsd README.openbsd README.solaris README.su

commit perl-Proc-ProcessTable for openSUSE:Factory

2013-02-28 Thread h_root
Hello community,

here is the log from the commit of package perl-Proc-ProcessTable for 
openSUSE:Factory checked in at 2013-03-01 07:44:07

Comparing /work/SRC/openSUSE:Factory/perl-Proc-ProcessTable (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Proc-ProcessTable.new (New)


Package is "perl-Proc-ProcessTable", Maintainer is ""

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-Proc-ProcessTable/perl-Proc-ProcessTable.changes
2012-03-29 07:46:40.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Proc-ProcessTable.new/perl-Proc-ProcessTable.changes
   2013-03-01 07:44:08.0 +0100
@@ -1,0 +2,5 @@
+Wed Feb 27 06:24:52 UTC 2013 - co...@suse.com
+
+- update license to new format
+
+---



Other differences:
--
++ perl-Proc-ProcessTable.spec ++
--- /var/tmp/diff_new_pack.pUP4WC/_old  2013-03-01 07:44:08.0 +0100
+++ /var/tmp/diff_new_pack.pUP4WC/_new  2013-03-01 07:44:08.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Proc-ProcessTable
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,15 +16,14 @@
 #
 
 
-
 Name:   perl-Proc-ProcessTable
 Version:0.45
-Release:1
-License:Artistic-1.0 ; GPL-2.0+
+Release:0
 %define cpan_name Proc-ProcessTable
 Summary:Perl extension to access the unix process table
-Url:http://search.cpan.org/dist/Proc-ProcessTable/
+License:Artistic-1.0 or GPL-2.0+
 Group:  Development/Libraries/Perl
+Url:http://search.cpan.org/dist/Proc-ProcessTable/
 Source: 
http://www.cpan.org/authors/id/D/DU/DURIST/%{cpan_name}-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit perl-Proc-ProcessTable for openSUSE:Factory

2012-03-28 Thread h_root
Hello community,

here is the log from the commit of package perl-Proc-ProcessTable for 
openSUSE:Factory checked in at 2012-03-29 07:46:38

Comparing /work/SRC/openSUSE:Factory/perl-Proc-ProcessTable (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Proc-ProcessTable.new (New)


Package is "perl-Proc-ProcessTable", Maintainer is ""

Changes:

New Changes file:

--- /dev/null   2012-03-17 10:42:43.883537212 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-Proc-ProcessTable.new/perl-Proc-ProcessTable.changes
   2012-03-29 07:46:40.0 +0200
@@ -0,0 +1,27 @@
+---
+Mon Mar 12 14:04:29 UTC 2012 - sascha.ma...@open-slx.de
+
+- pacified rpmlint 
+
+---
+Wed Nov 16 09:16:01 UTC 2011 - co...@suse.com
+
+- regenerate with cpanspec
+
+---
+Wed Dec  1 13:34:41 UTC 2010 - co...@novell.com
+
+- switch to perl_requires macro
+
+---
+Sat Jul 25 19:41:51 CEST 2009 - ch...@computersalat.de
+
+- spec mods
+  * removed ^--
+  * removed ^#-
+
+---
+Sun Jun 28 00:41:41 CEST 2009 - ch...@computersalat.de
+
+- initial pkg 0.45
+

New:

  Proc-ProcessTable-0.45.tar.gz
  perl-Proc-ProcessTable.changes
  perl-Proc-ProcessTable.spec



Other differences:
--
++ perl-Proc-ProcessTable.spec ++
#
# spec file for package perl-Proc-ProcessTable
#
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via http://bugs.opensuse.org/
#



Name:   perl-Proc-ProcessTable
Version:0.45
Release:1
License:Artistic-1.0 ; GPL-2.0+
%define cpan_name Proc-ProcessTable
Summary:Perl extension to access the unix process table
Url:http://search.cpan.org/dist/Proc-ProcessTable/
Group:  Development/Libraries/Perl
Source: 
http://www.cpan.org/authors/id/D/DU/DURIST/%{cpan_name}-%{version}.tar.gz
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
BuildRequires:  perl
BuildRequires:  perl-macros
#BuildRequires: perl(Proc::ProcessTable)
#BuildRequires: perl(Proc::ProcessTable::Process)
%{perl_requires}

%description
Perl interface to the unix process table.

%prep
%setup -q -n %{cpan_name}-%{version}
find . -type f -print0 | xargs -0 chmod 644

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
%{__make} %{?_smp_mflags}

%check
%{__make} test

%install
%perl_make_install
%perl_process_packlist
%perl_gen_filelist
chmod +x %{buildroot}%{perl_vendorarch}/Proc/example.pl

%files -f %{name}.files
%defattr(-,root,root,755)
%doc Changes PORTING README README.aix README.bsdi README.cygwin README.darwin 
README.dec_osf README.freebsd README.freebsd-kvm README.hpux README.linux 
README.netbsd README.openbsd README.solaris README.sunos README.unixware TODO

%changelog
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org