8
0
forked from pool/perl-IPC-Run
OBS User unknown
2007-06-05 23:12:51 +00:00
committed by Git OBS Bridge
parent 75992cae59
commit 6ffdb74605
3 changed files with 22 additions and 7 deletions

View File

@@ -1,3 +1,11 @@
--- abuse/blocking_debug_with_sub_coprocess
+++ abuse/blocking_debug_with_sub_coprocess
@@ -1,4 +1,4 @@
-#!/opt/i386-linux/perl/bin/perl -w
+#!/usr/bin/perl -w
## Submitted by Blair Zajac <blair@orcaware.com>
--- abuse/timers --- abuse/timers
+++ abuse/timers +++ abuse/timers
@@ -1,4 +1,4 @@ @@ -1,4 +1,4 @@

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Jun 6 01:11:14 CEST 2007 - ro@suse.de
- fix one place with wrong interpreter in example script
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Jul 12 13:19:00 CEST 2006 - anicka@suse.cz Wed Jul 12 13:19:00 CEST 2006 - anicka@suse.cz

View File

@@ -1,7 +1,7 @@
# #
# spec file for package perl-IPC-Run (Version 0.80) # spec file for package perl-IPC-Run (Version 0.80)
# #
# Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine # This file and all modifications and additions to the pristine
# package are under the same license as the package itself. # package are under the same license as the package itself.
# #
@@ -12,11 +12,11 @@
Name: perl-IPC-Run Name: perl-IPC-Run
Version: 0.80 Version: 0.80
Release: 1 Release: 38
Requires: perl = %{perl_version} Requires: perl = %{perl_version}
Autoreqprov: on Autoreqprov: on
Group: Development/Libraries/Perl Group: Development/Libraries/Perl
License: GPL, Artistic License License: Artistic License, GNU General Public License (GPL)
URL: http://cpan.org/modules/by-module/IPC/ URL: http://cpan.org/modules/by-module/IPC/
Summary: System() and Background Procs with Piping, Redirs, and PTYs Summary: System() and Background Procs with Piping, Redirs, and PTYs
Source: IPC-Run-%{version}.tar.bz2 Source: IPC-Run-%{version}.tar.bz2
@@ -64,13 +64,15 @@ rm -rf $RPM_BUILD_ROOT
%{perl_vendorarch}/auto/IPC %{perl_vendorarch}/auto/IPC
/var/adm/perl-modules/perl-IPC-Run /var/adm/perl-modules/perl-IPC-Run
%changelog -n perl-IPC-Run %changelog
* Wed Jun 06 2007 - ro@suse.de
- fix one place with wrong interpreter in example script
* Wed Jul 12 2006 - anicka@suse.cz * Wed Jul 12 2006 - anicka@suse.cz
- update to 0.80 - update to 0.80
- IPC::Run::IO now retries on certain "temporarily unavailable" errors. - IPC::Run::IO now retries on certain "temporarily unavailable" errors.
This should fix several reported issues with t/run.t, test 69. This should fix several reported issues with t/run.t, test 69.
- Applied documentation patch from RT. - Applied documentation patch from RT.
- Fixed documentation to work with '<' redirect - Fixed documentation to work with '<' redirect
* Wed Jan 25 2006 - mls@suse.de * Wed Jan 25 2006 - mls@suse.de
- converted neededforbuild to BuildRequires - converted neededforbuild to BuildRequires
* Mon Jan 09 2006 - anicka@suse.cz * Mon Jan 09 2006 - anicka@suse.cz