Update to 5.12.2
This commit is contained in:
parent
afd1738d6d
commit
f070f1b19f
1
.gitignore
vendored
1
.gitignore
vendored
@ -2,3 +2,4 @@ perl-5.12.1.tar.gz
|
|||||||
perl-5.8.0-libdir64.patch
|
perl-5.8.0-libdir64.patch
|
||||||
macros.perl
|
macros.perl
|
||||||
filter-requires.sh
|
filter-requires.sh
|
||||||
|
/perl-5.12.2.tar.gz
|
||||||
|
19
perl.spec
19
perl.spec
@ -1,4 +1,4 @@
|
|||||||
%define perl_version 5.12.1
|
%define perl_version 5.12.2
|
||||||
%define perl_epoch 4
|
%define perl_epoch 4
|
||||||
%define perl_arch_stem -thread-multi
|
%define perl_arch_stem -thread-multi
|
||||||
%define perl_archname %{_arch}-%{_os}%{perl_arch_stem}
|
%define perl_archname %{_arch}-%{_os}%{perl_arch_stem}
|
||||||
@ -12,7 +12,7 @@
|
|||||||
Name: perl
|
Name: perl
|
||||||
Version: %{perl_version}
|
Version: %{perl_version}
|
||||||
# release number must be even higher, becase dual-lived modules will be broken otherwise
|
# release number must be even higher, becase dual-lived modules will be broken otherwise
|
||||||
Release: 131%{?dist}
|
Release: 1%{?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
|
||||||
@ -65,7 +65,7 @@ Patch7: perl-5.10.0-x86_64-io-test-failure.patch
|
|||||||
# see http://fedoraproject.org/wiki/Perl/perl.spec for instructions
|
# see http://fedoraproject.org/wiki/Perl/perl.spec for instructions
|
||||||
|
|
||||||
BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
|
BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
|
||||||
BuildRequires: db4-devel, gdbm-devel, groff, tcsh, zlib-devel
|
BuildRequires: db4-devel, gdbm-devel, groff, tcsh, zlib-devel, systemtap-sdt-devel
|
||||||
# For tests
|
# For tests
|
||||||
BuildRequires: procps, rsyslog
|
BuildRequires: procps, rsyslog
|
||||||
|
|
||||||
@ -76,6 +76,7 @@ Provides: perl(VMS::Filespec)
|
|||||||
Provides: perl(VMS::Stdio)
|
Provides: perl(VMS::Stdio)
|
||||||
|
|
||||||
# Compat provides
|
# Compat provides
|
||||||
|
Provides: perl(:MODULE_COMPAT_5.12.2)
|
||||||
Provides: perl(:MODULE_COMPAT_5.12.1)
|
Provides: perl(:MODULE_COMPAT_5.12.1)
|
||||||
Provides: perl(:MODULE_COMPAT_5.12.0)
|
Provides: perl(:MODULE_COMPAT_5.12.0)
|
||||||
%ifarch s390 s390x
|
%ifarch s390 s390x
|
||||||
@ -135,7 +136,7 @@ Provides: perl-File-Temp = 0.22
|
|||||||
Obsoletes: perl-File-Temp < 0.20
|
Obsoletes: perl-File-Temp < 0.20
|
||||||
|
|
||||||
# suidperl isn't created by upstream since 5.12.0
|
# suidperl isn't created by upstream since 5.12.0
|
||||||
Obsoletes: perl-suidperl <= 4:5.12.1
|
Obsoletes: perl-suidperl <= 4:5.12.2
|
||||||
|
|
||||||
Requires: perl-libs = %{perl_epoch}:%{perl_version}-%{release}
|
Requires: perl-libs = %{perl_epoch}:%{perl_version}-%{release}
|
||||||
|
|
||||||
@ -817,7 +818,7 @@ upstream tarball from perl.org.
|
|||||||
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n perl-5.12.1
|
%setup -q -n perl-%{perl_version}
|
||||||
%patch1 -p1
|
%patch1 -p1
|
||||||
# This patch breaks sparc64 compilation
|
# This patch breaks sparc64 compilation
|
||||||
# We should probably consider removing it for all arches.
|
# We should probably consider removing it for all arches.
|
||||||
@ -929,7 +930,7 @@ echo "RPM Build arch: %{_arch}"
|
|||||||
-Duseshrplib \
|
-Duseshrplib \
|
||||||
-Dusethreads \
|
-Dusethreads \
|
||||||
-Duseithreads \
|
-Duseithreads \
|
||||||
-Dusedtrace \
|
-Dusedtrace='/usr/bin/dtrace' \
|
||||||
-Duselargefiles \
|
-Duselargefiles \
|
||||||
-Dd_semctl_semun \
|
-Dd_semctl_semun \
|
||||||
-Di_db \
|
-Di_db \
|
||||||
@ -1701,6 +1702,12 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
|
|
||||||
# Old changelog entries are preserved in CVS.
|
# Old changelog entries are preserved in CVS.
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Sep 7 2010 Petr Sabata <psabata@redhat.com> - 4:5.12.2-1
|
||||||
|
- Update to 5.12.2
|
||||||
|
- Removed one hardcoded occurence of perl version in build process
|
||||||
|
- Added correct path to dtrace binary
|
||||||
|
- BuildRequires: systemtap-sdt-devel
|
||||||
|
|
||||||
* Tue Sep 7 2010 Marcela Mašláňová <mmaslano@redhat.com> - 4:5.12.1-131
|
* Tue Sep 7 2010 Marcela Mašláňová <mmaslano@redhat.com> - 4:5.12.1-131
|
||||||
- run Configure with -Dusedtrace for systemtap support
|
- run Configure with -Dusedtrace for systemtap support
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user