Update to 2.048
- New upstream release 2.048
- Allow flush to be called multiple times without any intermediate call to
deflate and still return Z_OK
- Added support for zlibCompileFlags
- Set minimum Perl version to 5.6
- Set minimum zlib version to 1.2.0
- Don't use macros for commands
This commit is contained in:
parent
251813a58f
commit
13e0a86301
@ -1,6 +1,6 @@
|
|||||||
Name: perl-Compress-Raw-Zlib
|
Name: perl-Compress-Raw-Zlib
|
||||||
Version: 2.045
|
Version: 2.048
|
||||||
Release: 2%{?dist}
|
Release: 1%{?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
|
||||||
@ -19,7 +19,7 @@ BuildRequires: perl(Test::Pod) >= 1.00
|
|||||||
# see above
|
# see above
|
||||||
BuildRequires: perl(XSLoader)
|
BuildRequires: perl(XSLoader)
|
||||||
BuildRequires: zlib-devel
|
BuildRequires: zlib-devel
|
||||||
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
|
||||||
|
|
||||||
%{?perl_default_filter}
|
%{?perl_default_filter}
|
||||||
|
|
||||||
@ -37,7 +37,7 @@ ZLIB_LIB=%{_libdir}
|
|||||||
ZLIB_INCLUDE=%{_includedir}
|
ZLIB_INCLUDE=%{_includedir}
|
||||||
export BUILD_ZLIB OLD_ZLIB ZLIB_LIB ZLIB_INCLUDE
|
export BUILD_ZLIB OLD_ZLIB ZLIB_LIB ZLIB_INCLUDE
|
||||||
|
|
||||||
%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
|
perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
@ -57,6 +57,15 @@ make test
|
|||||||
%{_mandir}/man3/Compress::Raw::Zlib.3pm*
|
%{_mandir}/man3/Compress::Raw::Zlib.3pm*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Jan 29 2012 Paul Howarth <paul@city-fan.org> - 2.048-1
|
||||||
|
- Update to 2.048
|
||||||
|
- Allow flush to be called multiple times without any intermediate call to
|
||||||
|
deflate and still return Z_OK
|
||||||
|
- Added support for zlibCompileFlags
|
||||||
|
- Set minimum Perl version to 5.6
|
||||||
|
- Set minimum zlib version to 1.2.0
|
||||||
|
- Don't use macros for commands
|
||||||
|
|
||||||
* Tue Jan 10 2012 Paul Howarth <paul@city-fan.org> - 2.045-2
|
* Tue Jan 10 2012 Paul Howarth <paul@city-fan.org> - 2.045-2
|
||||||
- Rebuild for gcc 4.7 in Rawhide
|
- Rebuild for gcc 4.7 in Rawhide
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user