bugzilla: 208731 - remove directory support for old perl versions.
This commit is contained in:
parent
5a9d330533
commit
9057d4137f
11
perl.spec
11
perl.spec
@ -5,7 +5,7 @@
|
|||||||
%define multilib_64_archs x86_64 s390x ppc64 sparc64
|
%define multilib_64_archs x86_64 s390x ppc64 sparc64
|
||||||
|
|
||||||
%define perlver 5.8.8
|
%define perlver 5.8.8
|
||||||
%define perlrel 9
|
%define perlrel 10
|
||||||
%define perlepoch 4
|
%define perlepoch 4
|
||||||
|
|
||||||
%{?!perl_debugging: %define perl_debugging 0}
|
%{?!perl_debugging: %define perl_debugging 0}
|
||||||
@ -26,9 +26,7 @@ Provides: perl(:WITHOUT_ITHREADS)
|
|||||||
Provides: perl(:WITHOUT_THREADS)
|
Provides: perl(:WITHOUT_THREADS)
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%define perlmodcompat 5.8.7 5.8.6 5.8.5 5.8.4 5.8.3
|
%define perlmodcompat 5.8.7 5.8.6 5.8.5
|
||||||
Provides: perl(:MODULE_COMPAT_5.8.3)
|
|
||||||
Provides: perl(:MODULE_COMPAT_5.8.4)
|
|
||||||
Provides: perl(:MODULE_COMPAT_5.8.5)
|
Provides: perl(:MODULE_COMPAT_5.8.5)
|
||||||
Provides: perl(:MODULE_COMPAT_5.8.6)
|
Provides: perl(:MODULE_COMPAT_5.8.6)
|
||||||
Provides: perl(:MODULE_COMPAT_5.8.7)
|
Provides: perl(:MODULE_COMPAT_5.8.7)
|
||||||
@ -591,9 +589,12 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Sep 30 2006 Robin Norwood <rnorwood@redhat.com> - 4:5.8.8-10
|
||||||
|
- bugzilla: 208731 - remove directory support for old perl versions
|
||||||
|
|
||||||
* Fri Sep 15 2006 Robin Norwood <rnorwood@redhat.com> - 4:5.8.8-9
|
* Fri Sep 15 2006 Robin Norwood <rnorwood@redhat.com> - 4:5.8.8-9
|
||||||
- fix bug 204679: add Unicode 5.0.0 support
|
- fix bug 204679: add Unicode 5.0.0 support
|
||||||
|
|
||||||
* Fri Jul 21 2006 Jason Vas Dias <jvdias@redhat.com> - 4:5.8.8-8
|
* Fri Jul 21 2006 Jason Vas Dias <jvdias@redhat.com> - 4:5.8.8-8
|
||||||
- fix bug 199736: make perlcc handle floating point values
|
- fix bug 199736: make perlcc handle floating point values
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user