1
0
forked from perl/perl-IPC-Run

- update to 0.90

- RT 57277 - Add breaking test. No solution at present.
  - RT 68623 - disable parallel tests on windows
  - RT 43072 - Skip dragonfly platform on t/pty.t (hangs)
  - RT 14078 - run() miscalculates length of UTF-8 strings
  - RT 49693 - security patch for lib/IPC/Run/Win32IO.pm s/INADDR_ANY//
  - RT 38193 - Fix error detection on non-English operating systems
  - Add a blank doc entry for IPC::Run::Win32IO::poll to quiet 
    windows pod parser errors
  - RT 57190 - handle PATH environment variable not being defined. 
    WILL NOT default to '.' since UNIX would not do this and the 
    program has been behaving the UNIX way to date.
- removed authors line from .spec

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-IPC-Run?expand=0&rev=21
This commit is contained in:
Vítězslav Čížek
2011-07-11 14:50:32 +00:00
committed by Git OBS Bridge
parent fce19f987b
commit aed66951a9
4 changed files with 23 additions and 13 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:04969f61d9502db94bbe4c431b0a44280bfe33b84ba81ae1b83b873b4d257ba0
size 91335

3
IPC-Run-0.90.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2f0070e34e5a10e5e4e4efdb812b01c7e32919818d43a030d90ca34200902883
size 121467

View File

@@ -1,3 +1,20 @@
-------------------------------------------------------------------
Mon Jul 11 14:43:27 UTC 2011 - vcizek@novell.com
- update to 0.90
- RT 57277 - Add breaking test. No solution at present.
- RT 68623 - disable parallel tests on windows
- RT 43072 - Skip dragonfly platform on t/pty.t (hangs)
- RT 14078 - run() miscalculates length of UTF-8 strings
- RT 49693 - security patch for lib/IPC/Run/Win32IO.pm s/INADDR_ANY//
- RT 38193 - Fix error detection on non-English operating systems
- Add a blank doc entry for IPC::Run::Win32IO::poll to quiet
windows pod parser errors
- RT 57190 - handle PATH environment variable not being defined.
WILL NOT default to '.' since UNIX would not do this and the
program has been behaving the UNIX way to date.
- removed authors line from .spec
-------------------------------------------------------------------
Wed Mar 16 15:09:11 UTC 2011 - cfarrell@novell.com

View File

@@ -19,15 +19,15 @@
Name: perl-IPC-Run
Version: 0.89
Version: 0.90
Release: 11
AutoReqProv: on
Group: Development/Libraries/Perl
License: GPL+ or Artistic
Url: http://cpan.org/modules/by-module/IPC/
Summary: System() and Background Procs with Piping, Redirs, and PTYs
Source: IPC-Run-%{version}.tar.bz2
Patch: IPC-Run-%{version}-path.diff
Source: IPC-Run-%{version}.tar.gz
Patch: IPC-Run-0.89-path.diff
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%{perl_requires}
BuildRequires: perl
@@ -39,13 +39,6 @@ pipes, and pseudo-ttys. Both system()-style and scripted usages are
supported and may be mixed. Like-wise, functional and OO API styles are
both supported and may be mixed.
Authors: Barrie Slaymaker <barries@slaysys.com>
Authors:
--------
Barrie Slaymaker <barries@slaysys.com>
%prep
%setup -q -n IPC-Run-%{version}