From 8633b19145db47827fc8ec5c02f98b653e32edaa5952406461604fa59bc87083 Mon Sep 17 00:00:00 2001 From: Larry Gilbert Date: Thu, 16 Sep 2010 01:23:20 +0000 Subject: [PATCH] New upstream version 0.044 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-IPC-Run3?expand=0&rev=11 --- IPC-Run3-0.043.tar.gz | 3 --- IPC-Run3-0.044.tar.gz | 3 +++ perl-IPC-Run3.changes | 12 ++++++++++++ perl-IPC-Run3.spec | 5 +---- 4 files changed, 16 insertions(+), 7 deletions(-) delete mode 100644 IPC-Run3-0.043.tar.gz create mode 100644 IPC-Run3-0.044.tar.gz diff --git a/IPC-Run3-0.043.tar.gz b/IPC-Run3-0.043.tar.gz deleted file mode 100644 index 273f9a2..0000000 --- a/IPC-Run3-0.043.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:96b534e07e1459529ac12a77393628366f30d122b0dfaaa3ed5ec032079097ad -size 19395 diff --git a/IPC-Run3-0.044.tar.gz b/IPC-Run3-0.044.tar.gz new file mode 100644 index 0000000..080885f --- /dev/null +++ b/IPC-Run3-0.044.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e81f7d86fc07fb64ea7aafa55bd5a8803afeddfc375b13e11fa1c6d5b3e11ba9 +size 19412 diff --git a/perl-IPC-Run3.changes b/perl-IPC-Run3.changes index b23d7ce..df703f8 100644 --- a/perl-IPC-Run3.changes +++ b/perl-IPC-Run3.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Thu Sep 16 01:19:48 UTC 2010 - larry+opensuse@l2g.to + +- New upstream version 0.044. From changelog: + + ignore user-defined __DIE__ handler in _type (Jeff Lavallee) + + Added test for __DIE__ handler behavior + +------------------------------------------------------------------- +Mon May 24 13:42:46 UTC 2010 - coolo@novell.com + +- do not build noarch + ------------------------------------------------------------------- Thu Mar 4 22:23:06 UTC 2010 - chris@computersalat.de diff --git a/perl-IPC-Run3.spec b/perl-IPC-Run3.spec index edec541..5c58885 100644 --- a/perl-IPC-Run3.spec +++ b/perl-IPC-Run3.spec @@ -22,13 +22,12 @@ Name: perl-IPC-Run3 %define cpan_name %( echo %{name} | %{__sed} -e 's,perl-,,' ) Summary: Run a subprocess with input/ouput redirection Version: 0.043 -Release: 3 +Release: 4 License: BSDv1+ ; Artistic V1+ ; GPLv1+ Group: Development/Libraries/Perl Url: http://search.cpan.org/dist/IPC-Run3/ Source0: http://www.cpan.org/authors/id/R/RJ/RJBS/IPC-Run3-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-build -BuildArch: noarch BuildRequires: perl %if 0%{?suse_version} < 1120 BuildRequires: perl-macros @@ -46,8 +45,6 @@ and/or stderr to files and perl data structures. It aims to satisfy 99% of the need for using system, qx, and open3 with a simple, extremely Perlish API. -Author: Barrie Slaymaker - %prep %setup -q -n %{cpan_name}-%{version}