- update IPC::Cmd to v 0.42
This commit is contained in:
parent
7e2d107a0d
commit
d577113e98
@ -1,2 +1,3 @@
|
|||||||
perl-5.10.0.tar.gz
|
perl-5.10.0.tar.gz
|
||||||
Tar-Archive.tar.gz
|
Tar-Archive.tar.gz
|
||||||
|
x.tgz
|
||||||
|
1469
perl-5.10.0-IPC_Cmd-0.42.patch
Normal file
1469
perl-5.10.0-IPC_Cmd-0.42.patch
Normal file
File diff suppressed because it is too large
Load Diff
14
perl.spec
14
perl.spec
@ -7,7 +7,7 @@
|
|||||||
|
|
||||||
Name: perl
|
Name: perl
|
||||||
Version: %{perl_version}
|
Version: %{perl_version}
|
||||||
Release: 54%{?dist}
|
Release: 55%{?dist}
|
||||||
Epoch: %{perl_epoch}
|
Epoch: %{perl_epoch}
|
||||||
Summary: Practical Extraction and Report Language
|
Summary: Practical Extraction and Report Language
|
||||||
Group: Development/Languages
|
Group: Development/Languages
|
||||||
@ -17,6 +17,8 @@ License: (GPL+ or Artistic) and (GPLv2+ or Artistic)
|
|||||||
Url: http://www.perl.org/
|
Url: http://www.perl.org/
|
||||||
Source0: http://search.cpan.org/CPAN/authors/id/R/RG/RGARCIA/perl-%{perl_version}.tar.gz
|
Source0: http://search.cpan.org/CPAN/authors/id/R/RG/RGARCIA/perl-%{perl_version}.tar.gz
|
||||||
Source1: Tar-Archive.tar.gz
|
Source1: Tar-Archive.tar.gz
|
||||||
|
# tgz which help testing module IPC::Cmd
|
||||||
|
Source2: x.tgz
|
||||||
Source11: filter-requires.sh
|
Source11: filter-requires.sh
|
||||||
Source12: perl-5.8.0-libnet.cfg
|
Source12: perl-5.8.0-libnet.cfg
|
||||||
# Specific to Fedora/RHEL
|
# Specific to Fedora/RHEL
|
||||||
@ -124,6 +126,7 @@ Patch31: perl-5.10.0-Change33897.patch
|
|||||||
|
|
||||||
Patch32: perl-5.10.0-ArchiveTar1.40.patch
|
Patch32: perl-5.10.0-ArchiveTar1.40.patch
|
||||||
Patch33: perl-5.10.0-PerlIO-via-change34025.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)
|
BuildRoot: %{_tmppath}/%{name}-%{perl_version}-%{release}-root-%(%{__id_u} -n)
|
||||||
BuildRequires: tcsh, dos2unix, man, groff
|
BuildRequires: tcsh, dos2unix, man, groff
|
||||||
@ -495,8 +498,8 @@ Group: Development/Libraries
|
|||||||
License: GPL+ or Artistic
|
License: GPL+ or Artistic
|
||||||
# Epoch bump for clean upgrade over old standalone package
|
# Epoch bump for clean upgrade over old standalone package
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
# Really 0.40_1, but we drop the _1.
|
# do not upgrade in the future to _something version. They are testing!
|
||||||
Version: 0.40
|
Version: 0.42
|
||||||
Requires: perl = %{perl_epoch}:%{perl_version}-%{release}
|
Requires: perl = %{perl_epoch}:%{perl_version}-%{release}
|
||||||
|
|
||||||
%description IPC-Cmd
|
%description IPC-Cmd
|
||||||
@ -865,6 +868,7 @@ upstream tarball from perl.org.
|
|||||||
%patch31 -p1
|
%patch31 -p1
|
||||||
%patch32 -p1
|
%patch32 -p1
|
||||||
%patch33 -p1
|
%patch33 -p1
|
||||||
|
%patch34 -p1
|
||||||
|
|
||||||
#
|
#
|
||||||
# Candidates for doc recoding (need case by case review):
|
# 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 '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 '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 '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
|
%clean
|
||||||
rm -rf $RPM_BUILD_ROOT
|
rm -rf $RPM_BUILD_ROOT
|
||||||
@ -1707,6 +1712,9 @@ make test
|
|||||||
|
|
||||||
# Old changelog entries are preserved in CVS.
|
# Old changelog entries are preserved in CVS.
|
||||||
%changelog
|
%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
|
* 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
|
- 455410 http://rt.perl.org/rt3/Public/Bug/Display.html?id=54934
|
||||||
Attempt to free unreferenced scalar fiddling with the symbol table
|
Attempt to free unreferenced scalar fiddling with the symbol table
|
||||||
|
Loading…
x
Reference in New Issue
Block a user