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

@@ -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}