From b91780d2a3422a1ec8d13a0aeba13a9fa1eeb382 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=A0t=C4=9Bp=C3=A1n=20Kasal?= Date: Mon, 7 Dec 2009 10:29:44 +0000 Subject: [PATCH] - rebuild against perl 5.10.1 --- perl-IPC-Run.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/perl-IPC-Run.spec b/perl-IPC-Run.spec index b838cf8..e272d16 100644 --- a/perl-IPC-Run.spec +++ b/perl-IPC-Run.spec @@ -1,6 +1,6 @@ Name: perl-IPC-Run Version: 0.84 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Perl module for interacting with child processes License: GPL+ or Artistic Group: Development/Libraries @@ -59,6 +59,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/* %changelog +* Mon Dec 7 2009 Stepan Kasal - 0.84-2 +- rebuild against perl 5.10.1 + * Wed Sep 02 2009 Steven Pritchard 0.84-1 - Update to 0.84. - Drop IPCRUNDEBUG from "make test" (bug fixed long ago).