- update IPC::Cmd to v 0.42

This commit is contained in:
Marcela Mašláňová 2009-02-03 06:46:31 +00:00
parent 7e2d107a0d
commit d577113e98
4 changed files with 1482 additions and 3 deletions

View File

@ -1,2 +1,3 @@
perl-5.10.0.tar.gz
Tar-Archive.tar.gz
x.tgz

File diff suppressed because it is too large Load Diff

View File

@ -7,7 +7,7 @@
Name: perl
Version: %{perl_version}
Release: 54%{?dist}
Release: 55%{?dist}
Epoch: %{perl_epoch}
Summary: Practical Extraction and Report Language
Group: Development/Languages
@ -17,6 +17,8 @@ License: (GPL+ or Artistic) and (GPLv2+ or Artistic)
Url: http://www.perl.org/
Source0: http://search.cpan.org/CPAN/authors/id/R/RG/RGARCIA/perl-%{perl_version}.tar.gz
Source1: Tar-Archive.tar.gz
# tgz which help testing module IPC::Cmd
Source2: x.tgz
Source11: filter-requires.sh
Source12: perl-5.8.0-libnet.cfg
# Specific to Fedora/RHEL
@ -124,6 +126,7 @@ Patch31: perl-5.10.0-Change33897.patch
Patch32: perl-5.10.0-ArchiveTar1.40.patch
Patch33: perl-5.10.0-PerlIO-via-change34025.patch
Patch34: perl-5.10.0-IPC_Cmd-0.42.patch
BuildRoot: %{_tmppath}/%{name}-%{perl_version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: tcsh, dos2unix, man, groff
@ -495,8 +498,8 @@ Group: Development/Libraries
License: GPL+ or Artistic
# Epoch bump for clean upgrade over old standalone package
Epoch: 1
# Really 0.40_1, but we drop the _1.
Version: 0.40
# do not upgrade in the future to _something version. They are testing!
Version: 0.42
Requires: perl = %{perl_epoch}:%{perl_version}-%{release}
%description IPC-Cmd
@ -865,6 +868,7 @@ upstream tarball from perl.org.
%patch31 -p1
%patch32 -p1
%patch33 -p1
%patch34 -p1
#
# Candidates for doc recoding (need case by case review):
@ -1100,6 +1104,7 @@ perl -x patchlevel.h '33896 Eliminate POSIX::int_macro_int, and all the complex
perl -x patchlevel.h '33897 Replaced the WEXITSTATUS, WIFEXITED, WIFSIGNALED, WIFSTOPPED, WSTOPSIG'
perl -x patchlevel.h 'Fedora Patch32: CVE-2007-4829 Update Archive::Tar to 1.40'
perl -x patchlevel.h '54934 Change 34025 refcount of the globs generated by PerlIO::via balanced'
perl -x patchlevel.h 'Fedora Patch34: Update to IPC::Cmd 0.42'
%clean
rm -rf $RPM_BUILD_ROOT
@ -1707,6 +1712,9 @@ make test
# Old changelog entries are preserved in CVS.
%changelog
* Tue Feb 3 2009 Marcela Mašláňová <mmaslano@redhat.com> - 4:5.10.0-55
- update IPC::Cmd to v 0.42
* Mon Jan 19 2009 Marcela Mašláňová <mmaslano@redhat.com> - 4:5.10.0-54
- 455410 http://rt.perl.org/rt3/Public/Bug/Display.html?id=54934
Attempt to free unreferenced scalar fiddling with the symbol table

View File

@ -1,2 +1,3 @@
d2c39b002ebfd2c3c5dba589365c5a71 perl-5.10.0.tar.gz
20fc625176668dd02a8b07ef0acd451d Tar-Archive.tar.gz
62965ff8dacdd3855fcb801ebe336332 x.tgz