From 18a2b47307e1ab55e1534209d179b23bcdb8583c97f480db270b93361b0f7bef Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Thu, 16 Apr 2015 17:42:35 +0000 Subject: [PATCH] Accepting request 297244 from devel:languages:perl:autoupdate - 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. OBS-URL: https://build.opensuse.org/request/show/297244 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Proc-ProcessTable?expand=0&rev=15 --- Proc-ProcessTable-0.50.tar.gz | 3 --- Proc-ProcessTable-0.51.tar.gz | 3 +++ cpanspec.yml | 20 ++++++++++++++++++++ perl-Proc-ProcessTable.changes | 13 +++++++++++++ perl-Proc-ProcessTable.spec | 8 +++++--- 5 files changed, 41 insertions(+), 6 deletions(-) delete mode 100644 Proc-ProcessTable-0.50.tar.gz create mode 100644 Proc-ProcessTable-0.51.tar.gz create mode 100644 cpanspec.yml diff --git a/Proc-ProcessTable-0.50.tar.gz b/Proc-ProcessTable-0.50.tar.gz deleted file mode 100644 index 6f260de..0000000 --- a/Proc-ProcessTable-0.50.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9c7ae8c9f2b1f864b6f5d6c18035cb7acf264796b4ab2db4cb85aa5319ad8aea -size 70938 diff --git a/Proc-ProcessTable-0.51.tar.gz b/Proc-ProcessTable-0.51.tar.gz new file mode 100644 index 0000000..de8c8dd --- /dev/null +++ b/Proc-ProcessTable-0.51.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66636e102985a2a05ef4334b53a7893d627c192fac5dd7ff37dd1a0a50c0128d +size 71133 diff --git a/cpanspec.yml b/cpanspec.yml new file mode 100644 index 0000000..c55924c --- /dev/null +++ b/cpanspec.yml @@ -0,0 +1,20 @@ +--- +#description_paragraphs: 3 +#no_testing: broken upstream +#sources: +# - source1 +# - source2 +#patches: +# foo.patch: -p1 +# bar.patch: +#preamble: |- +# BuildRequires: gcc-c++ +#post_prep: |- +# hunspell=`pkg-config --libs hunspell | sed -e 's,-l,,; s, *,,g'` +# sed -i -e "s,hunspell-X,$hunspell," t/00-prereq.t Makefile.PL +#post_install: |- +# sed on %{name}.files +license: (Artistic-1.0 or GPL-1.0+) and GPL-2.0 +#skip_noarch: 1 +#custom_build: - +#./Build build flags=%{?_smp_mflags} --myflag diff --git a/perl-Proc-ProcessTable.changes b/perl-Proc-ProcessTable.changes index 94c2569..5a1df7a 100644 --- a/perl-Proc-ProcessTable.changes +++ b/perl-Proc-ProcessTable.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Tue Apr 14 17:27:13 UTC 2015 - coolo@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. + ------------------------------------------------------------------- Fri Mar 14 09:45:58 UTC 2014 - cfarrell@suse.com diff --git a/perl-Proc-ProcessTable.spec b/perl-Proc-ProcessTable.spec index 37f3cbf..5e357a9 100644 --- a/perl-Proc-ProcessTable.spec +++ b/perl-Proc-ProcessTable.spec @@ -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