forked from pool/perl-IPC-Run
- updated to 0.92
- Tests are good in dev version. Releasing to stable. - RT 59775 - Catching a signal during select() can lock up IPC::Run OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-IPC-Run?expand=0&rev=27
This commit is contained in:
committed by
Git OBS Bridge
parent
74f9a1048b
commit
df1b2d81df
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5ca1e1688181582116159ab67ca3559d577ba04b92bc99378b48bbacf83c8480
|
||||
size 121462
|
||||
3
IPC-Run-0.92.tar.gz
Normal file
3
IPC-Run-0.92.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e186b46ddf1577d24f11eec1ba42285963c3f71ec7ecb1ce51d6e88c729d46d2
|
||||
size 121532
|
||||
@@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Jul 27 11:58:55 UTC 2013 - coolo@suse.com
|
||||
|
||||
- updated to 0.92
|
||||
- Tests are good in dev version. Releasing to stable.
|
||||
- RT 59775 - Catching a signal during select() can lock up IPC::Run
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 15 10:43:38 UTC 2012 - coolo@suse.com
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package perl-IPC-Run
|
||||
#
|
||||
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2013 SUSE LINUX Products 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,17 +17,19 @@
|
||||
|
||||
|
||||
Name: perl-IPC-Run
|
||||
Version: 0.91
|
||||
Version: 0.92
|
||||
Release: 0
|
||||
Summary: System() and Background Procs with Piping, Redirs, and PTYs
|
||||
License: GPL-1.0+ or Artistic-1.0
|
||||
Group: Development/Libraries/Perl
|
||||
Url: http://cpan.org/modules/by-module/IPC/
|
||||
Source: IPC-Run-%{version}.tar.gz
|
||||
# PATCH-MISSING-TAG -- See http://wiki.opensuse.org/openSUSE:Packaging_Patches_guidelines
|
||||
# PATCH-FIX-OPENSUSE -- Fix intepreter
|
||||
Patch0: IPC-Run-0.89-path.diff
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl-macros
|
||||
BuildRequires: perl(IO::Pty) >= 1.08
|
||||
Requires: perl(IO::Pty) >= 1.08
|
||||
# MANUAL
|
||||
BuildRequires: netcfg
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
||||
Reference in New Issue
Block a user