restore missing version macros for Compress::Raw::Zlib, IO::Compress::Base
and IO::Compress::Zlib
This commit is contained in:
parent
272e35b401
commit
1a48a8bde1
@ -7,7 +7,7 @@
|
|||||||
|
|
||||||
Name: perl
|
Name: perl
|
||||||
Version: %{perl_version}
|
Version: %{perl_version}
|
||||||
Release: 114%{?dist}
|
Release: 115%{?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
|
||||||
@ -106,6 +106,9 @@ Patch204: perl-update-Parse-CPAN-Meta.patch
|
|||||||
# - was 2.21 previously; but it is not a subpackage, can wait
|
# - was 2.21 previously; but it is not a subpackage, can wait
|
||||||
# Compress_Raw_Zlib_version FIXME should be 2.023, to preserve upgrade path
|
# Compress_Raw_Zlib_version FIXME should be 2.023, to preserve upgrade path
|
||||||
# -- for now, we just cheat with the version number
|
# -- for now, we just cheat with the version number
|
||||||
|
%define Compress_Raw_Zlib_version 2.023
|
||||||
|
%define IO_Compress_Base_version 2.020
|
||||||
|
%define IO_Compress_Zlib_version 2.020
|
||||||
|
|
||||||
# FIXME: Compress-Raw-Zlib also contains Compress-Raw-Bzip2
|
# FIXME: Compress-Raw-Zlib also contains Compress-Raw-Bzip2
|
||||||
# and IO-Compress-Zlib contains IO-Compress-Bzip2
|
# and IO-Compress-Zlib contains IO-Compress-Bzip2
|
||||||
@ -1771,6 +1774,10 @@ make test
|
|||||||
|
|
||||||
# Old changelog entries are preserved in CVS.
|
# Old changelog entries are preserved in CVS.
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Mar 11 2010 Paul Howarth <paul@city-fan.org> - 4:5.10.1-115
|
||||||
|
- restore missing version macros for Compress::Raw::Zlib, IO::Compress::Base
|
||||||
|
and IO::Compress::Zlib
|
||||||
|
|
||||||
* Thu Mar 11 2010 Marcela Mašláňová <mmaslano@redhat.com> - 4:5.10.1-114
|
* Thu Mar 11 2010 Marcela Mašláňová <mmaslano@redhat.com> - 4:5.10.1-114
|
||||||
- clean spec a little more
|
- clean spec a little more
|
||||||
- rebuild with new gdbm
|
- rebuild with new gdbm
|
||||||
|
Loading…
Reference in New Issue
Block a user