Update to 2.033

- New upstream release 2.033 (fixed typos and spelling errors - Perl RT#81782)
- Drop redundant Obsoletes and Epoch tags
- Simplify provides filter
This commit is contained in:
Paul Howarth 2011-01-13 09:56:10 +00:00
parent 2a89c32edd
commit 0010191268
3 changed files with 14 additions and 14 deletions

3
.gitignore vendored
View File

@ -1,2 +1 @@
Compress-Raw-Zlib-2.030.tar.gz /Compress-Raw-Zlib-2.033.tar.gz
/Compress-Raw-Zlib-2.032.tar.gz

View File

@ -1,7 +1,6 @@
Name: perl-Compress-Raw-Zlib Name: perl-Compress-Raw-Zlib
Epoch: 0 Version: 2.033
Version: 2.032 Release: 1%{?dist}
Release: 2%{?dist}
Summary: Low-Level Interface to zlib compression library Summary: Low-Level Interface to zlib compression library
License: GPL+ or Artistic License: GPL+ or Artistic
Group: Development/Libraries Group: Development/Libraries
@ -11,19 +10,16 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(Test::Pod) >= 1.00 BuildRequires: perl(Test::Pod) >= 1.00
BuildRequires: zlib-devel BuildRequires: zlib-devel
Obsoletes: perl-Compress-Raw-Zlib <= 0:2.023-112
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
%{?perl_default_filter}
%description %description
The Compress::Raw::Zlib module provides a Perl interface to the zlib The Compress::Raw::Zlib module provides a Perl interface to the zlib
compression library, which is used by IO::Compress::Zlib. compression library, which is used by IO::Compress::Zlib.
%prep %prep
%setup -q -n Compress-Raw-Zlib-%{version} %setup -q -n Compress-Raw-Zlib-%{version}
%{?filter_setup:
%filter_from_provides /Zlib.so/d
%?perl_default_filter
}
%build %build
BUILD_ZLIB=False BUILD_ZLIB=False
@ -55,11 +51,16 @@ rm -rf $RPM_BUILD_ROOT
%files %files
%defattr(-,root,root,-) %defattr(-,root,root,-)
%doc Changes README %doc Changes README
%{perl_archlib}/auto/* %{perl_archlib}/auto/Compress/
%{perl_archlib}/Compress* %{perl_archlib}/Compress/
%{_mandir}/man3/* %{_mandir}/man3/Compress::Raw::Zlib.3pm*
%changelog %changelog
* Thu Jan 13 2011 Paul Howarth <paul@city-fan.org> - 2.033-1
- Update to 2.033 (fixed typos and spelling errors - Perl RT#81782)
- Drop redundant Obsoletes and Epoch tags
- Simplify provides filter
* Fri Jan 07 2011 Petr Pisar <ppisar@redhat.com> - 0:2.032-2 * Fri Jan 07 2011 Petr Pisar <ppisar@redhat.com> - 0:2.032-2
- BuildRequire perl(Test::Pod) for tests - BuildRequire perl(Test::Pod) for tests

View File

@ -1 +1 @@
b440004f7ee7b901382cf9bf0ee9e433 Compress-Raw-Zlib-2.032.tar.gz e9ec0f336997311648a0b611a1f1f6eb Compress-Raw-Zlib-2.033.tar.gz