New upstream version 0.044
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-IPC-Run3?expand=0&rev=11
This commit is contained in:
parent
18f1b374ab
commit
8633b19145
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:96b534e07e1459529ac12a77393628366f30d122b0dfaaa3ed5ec032079097ad
|
|
||||||
size 19395
|
|
3
IPC-Run3-0.044.tar.gz
Normal file
3
IPC-Run3-0.044.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:e81f7d86fc07fb64ea7aafa55bd5a8803afeddfc375b13e11fa1c6d5b3e11ba9
|
||||||
|
size 19412
|
@ -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
|
Thu Mar 4 22:23:06 UTC 2010 - chris@computersalat.de
|
||||||
|
|
||||||
|
@ -22,13 +22,12 @@ Name: perl-IPC-Run3
|
|||||||
%define cpan_name %( echo %{name} | %{__sed} -e 's,perl-,,' )
|
%define cpan_name %( echo %{name} | %{__sed} -e 's,perl-,,' )
|
||||||
Summary: Run a subprocess with input/ouput redirection
|
Summary: Run a subprocess with input/ouput redirection
|
||||||
Version: 0.043
|
Version: 0.043
|
||||||
Release: 3
|
Release: 4
|
||||||
License: BSDv1+ ; Artistic V1+ ; GPLv1+
|
License: BSDv1+ ; Artistic V1+ ; GPLv1+
|
||||||
Group: Development/Libraries/Perl
|
Group: Development/Libraries/Perl
|
||||||
Url: http://search.cpan.org/dist/IPC-Run3/
|
Url: http://search.cpan.org/dist/IPC-Run3/
|
||||||
Source0: http://www.cpan.org/authors/id/R/RJ/RJBS/IPC-Run3-%{version}.tar.gz
|
Source0: http://www.cpan.org/authors/id/R/RJ/RJBS/IPC-Run3-%{version}.tar.gz
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
BuildArch: noarch
|
|
||||||
BuildRequires: perl
|
BuildRequires: perl
|
||||||
%if 0%{?suse_version} < 1120
|
%if 0%{?suse_version} < 1120
|
||||||
BuildRequires: perl-macros
|
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
|
of the need for using system, qx, and open3 with a simple, extremely
|
||||||
Perlish API.
|
Perlish API.
|
||||||
|
|
||||||
Author: Barrie Slaymaker <barries@slaysys.com>
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{cpan_name}-%{version}
|
%setup -q -n %{cpan_name}-%{version}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user