Blame SPECS/perl-Compress-Raw-Lzma.spec

24bcd1
# Perform optional tests
24bcd1
%bcond_without perl_Compress_Raw_Lzma_enables_optional_test
24bcd1
24bcd1
Name:		perl-Compress-Raw-Lzma
24bcd1
Version:	2.096
24bcd1
Release:	1%{?dist}
24bcd1
Summary:	Low-level interface to lzma compression library
24bcd1
License:	GPL+ or Artistic
24bcd1
URL:		https://metacpan.org/release/Compress-Raw-Lzma
24bcd1
Source0:	https://cpan.metacpan.org/modules/by-module/Compress/Compress-Raw-Lzma-%{version}.tar.gz
24bcd1
# Module Build
24bcd1
BuildRequires:	coreutils
24bcd1
BuildRequires:	findutils
24bcd1
BuildRequires:	gcc
24bcd1
BuildRequires:	make
24bcd1
BuildRequires:	perl-devel
24bcd1
BuildRequires:	perl-generators
24bcd1
BuildRequires:	perl-interpreter
24bcd1
BuildRequires:	perl(Config)
24bcd1
BuildRequires:	perl(ExtUtils::Constant)
24bcd1
BuildRequires:	perl(ExtUtils::MakeMaker) >= 6.76
24bcd1
BuildRequires:	perl(File::Copy)
24bcd1
BuildRequires:	perl(File::Spec::Functions)
24bcd1
BuildRequires:	perl(lib)
24bcd1
BuildRequires:	xz-devel
24bcd1
# Module Runtime
24bcd1
BuildRequires:	perl(AutoLoader)
24bcd1
BuildRequires:	perl(bytes)
24bcd1
BuildRequires:	perl(Carp)
24bcd1
BuildRequires:	perl(constant)
24bcd1
BuildRequires:	perl(Exporter)
24bcd1
BuildRequires:	perl(Scalar::Util)
24bcd1
BuildRequires:	perl(strict)
24bcd1
BuildRequires:	perl(UNIVERSAL)
24bcd1
BuildRequires:	perl(warnings)
24bcd1
BuildRequires:	perl(XSLoader)
24bcd1
# Test Suite
24bcd1
BuildRequires:	perl(File::Path)
24bcd1
BuildRequires:	perl(Test::More)
24bcd1
%if %{with perl_Compress_Raw_Lzma_enables_optional_test}
24bcd1
# Optional Tests
24bcd1
BuildRequires:	perl(Test::CPAN::Meta)
24bcd1
BuildRequires:	perl(Test::CPAN::Meta::JSON)
24bcd1
BuildRequires:	perl(Test::NoWarnings)
24bcd1
BuildRequires:	perl(Test::Pod) >= 1.00
24bcd1
BuildRequires:	xz
24bcd1
%endif
24bcd1
# Runtime
24bcd1
Requires:	perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
24bcd1
Requires:	perl(XSLoader)
24bcd1
# Built-against version is embedded in module, so we have a strict version dependency
24bcd1
Requires:	xz-libs%{?_isa} = %((pkg-config --modversion liblzma 2>/dev/null || echo 0) | tr -dc '[0-9.]')
24bcd1
24bcd1
# Don't "provide" private Perl libs
24bcd1
%{?perl_default_filter}
24bcd1
24bcd1
%description
24bcd1
This module provides a Perl interface to the lzma compression library.
24bcd1
It is used by IO::Compress::Lzma.
24bcd1
24bcd1
%prep
24bcd1
%setup -q -n Compress-Raw-Lzma-%{version}
24bcd1
24bcd1
# Remove bundled test modules
24bcd1
rm -rv t/Test/
24bcd1
perl -i -ne 'print $_ unless m{^t/Test/}' MANIFEST
24bcd1
24bcd1
%build
24bcd1
perl Makefile.PL \
24bcd1
  INSTALLDIRS=vendor \
24bcd1
  NO_PACKLIST=1 \
24bcd1
  NO_PERLLOCAL=1 \
24bcd1
  OPTIMIZE="%{optflags}"
24bcd1
%{make_build}
24bcd1
24bcd1
%install
24bcd1
%{make_install}
24bcd1
find %{buildroot} -type f -name '*.bs' -empty -delete
24bcd1
%{_fixperms} -c %{buildroot}
24bcd1
24bcd1
%check
24bcd1
make test
24bcd1
24bcd1
%files
24bcd1
%doc Changes README
24bcd1
%{perl_vendorarch}/auto/Compress/
24bcd1
%{perl_vendorarch}/Compress/
24bcd1
%{_mandir}/man3/Compress::Raw::Lzma.3*
24bcd1
24bcd1
%changelog
24bcd1
* Sat Aug  1 2020 Paul Howarth <paul@city-fan.org> - 2.096-1
24bcd1
- Update to 2.096 (no changes)
24bcd1
24bcd1
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.095-2
24bcd1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
24bcd1
24bcd1
* Tue Jul 21 2020 Paul Howarth <paul@city-fan.org> - 2.095-1
24bcd1
- Update to 2.095 (no changes)
24bcd1
- Modernize spec using %%{make_build} and %%{make_install}
24bcd1
24bcd1
* Mon Jul 13 2020 Paul Howarth <paul@city-fan.org> - 2.094-1
24bcd1
- Update to 2.094
24bcd1
  - Fix issue with Append mode and SvOOK (GH#4)
24bcd1
24bcd1
* Tue Jun 23 2020 Jitka Plesnikova <jplesnik@redhat.com> - 2.093-5
24bcd1
- Perl 5.32 rebuild
24bcd1
24bcd1
* Mon Mar 30 2020 Paul Howarth <paul@city-fan.org> - 2.093-4
24bcd1
- Rebuild for xz 5.2.5
24bcd1
24bcd1
* Fri Feb 14 2020 Petr Pisar <ppisar@redhat.com> - 2.093-3
24bcd1
- Unbundle test dependencies
24bcd1
24bcd1
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.093-2
24bcd1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
24bcd1
24bcd1
* Sun Dec  8 2019 Paul Howarth <paul@city-fan.org> - 2.093-1
24bcd1
- Update to 2.093
24bcd1
  - Lzma.xs: Add allocator to lzma_properties_decode (GH#2)
24bcd1
24bcd1
* Mon Dec  2 2019 Paul Howarth <paul@city-fan.org> - 2.092-1
24bcd1
- Update to 2.092
24bcd1
  - Use lzma_allocator (GH#2)
24bcd1
24bcd1
* Sun Nov 24 2019 Paul Howarth <paul@city-fan.org> - 2.091-1
24bcd1
- Update to 2.091
24bcd1
  - More updates for memory leak in raw_decoder (GH#1)
24bcd1
  - Silence compiler warning
24bcd1
24bcd1
* Sun Nov 10 2019 Paul Howarth <paul@city-fan.org> - 2.090-1
24bcd1
- Update to 2.090
24bcd1
  - Fix memory leak in raw_decoder (GH#1)
24bcd1
24bcd1
* Sun Nov  3 2019 Paul Howarth <paul@city-fan.org> - 2.089-1
24bcd1
- Update to 2.089 (no changes)
24bcd1
24bcd1
* Sun Nov  3 2019 Paul Howarth <paul@city-fan.org> - 2.088-1
24bcd1
- Update to 2.088
24bcd1
  - Add support details in documentation
24bcd1
24bcd1
* Mon Aug 12 2019 Paul Howarth <paul@city-fan.org> - 2.087-1
24bcd1
- Update to 2.087 (no changes)
24bcd1
24bcd1
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.086-3
24bcd1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
24bcd1
24bcd1
* Fri May 31 2019 Jitka Plesnikova <jplesnik@redhat.com> - 2.086-2
24bcd1
- Perl 5.30 rebuild
24bcd1
24bcd1
* Mon Apr  1 2019 Paul Howarth <paul@city-fan.org> - 2.086-1
24bcd1
- Update to 2.086
24bcd1
  - Moved source to github: https://github.com/pmqs/Compress-Raw-Lzma
24bcd1
  - Add META_MERGE to Makefile.PL
24bcd1
  - Added meta-json.t and meta-yaml.t
24bcd1
24bcd1
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.085-2
24bcd1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
24bcd1
24bcd1
* Sun Jan 13 2019 Paul Howarth <paul@city-fan.org> - 2.085-1
24bcd1
- Update to 2.085
24bcd1
  - Test harness can use a lot of memory; on systems with small memory,
24bcd1
    t/050interop-xz.t can fail, so free memory before invoking xz
24bcd1
    (CPAN RT#128194)
24bcd1
24bcd1
* Mon Jan  7 2019 Paul Howarth <paul@city-fan.org> - 2.084-1
24bcd1
- Update to 2.084 (no changes)
24bcd1
24bcd1
* Wed Jan  2 2019 Paul Howarth <paul@city-fan.org> - 2.083-1
24bcd1
- Update to 2.083 (no changes)
24bcd1
- Drop legacy Group: tag
24bcd1
24bcd1
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.082-4
24bcd1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
24bcd1
24bcd1
* Thu Jun 28 2018 Jitka Plesnikova <jplesnik@redhat.com> - 2.082-3
24bcd1
- Perl 5.28 rebuild
24bcd1
24bcd1
* Sat May 12 2018 Paul Howarth <paul@city-fan.org> - 2.082-2
24bcd1
- Rebuild for xz 5.2.4 in Fedora 28 onwards
24bcd1
24bcd1
* Mon Apr 16 2018 Paul Howarth <paul@city-fan.org> - 2.082-1
24bcd1
- Update to 2.082
24bcd1
  - README: Document clash with older version of liblzma (CPAN RT#125046)
24bcd1
  - Lzma.pm: Fix typo in pod (CPAN RT#125093)
24bcd1
24bcd1
* Mon Apr  9 2018 Paul Howarth <paul@city-fan.org> - 2.081-1
24bcd1
- Update to 2.081
24bcd1
  - Previous release used $^W instead of use warnings - fixed
24bcd1
24bcd1
* Wed Apr  4 2018 Paul Howarth <paul@city-fan.org> - 2.080-1
24bcd1
- Update to 2.080 (no changes)
24bcd1
24bcd1
* Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.074-5
24bcd1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
24bcd1
24bcd1
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.074-4
24bcd1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
24bcd1
24bcd1
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.074-3
24bcd1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
24bcd1
24bcd1
* Sun Jun 04 2017 Jitka Plesnikova <jplesnik@redhat.com> - 2.074-2
24bcd1
- Perl 5.26 rebuild
24bcd1
24bcd1
* Mon Feb 20 2017 Paul Howarth <paul@city-fan.org> - 2.074-1
24bcd1
- Update to 2.074
24bcd1
  - Lzma.xs: comment out unused variables and remove C++-ism (CPAN RT#120272)
24bcd1
  - Make failure when LZMA_VERSION != lzma_version_number more explicit
24bcd1
  - Added interface to LZMA_VERSION and LZMA_VERSION_STRING
24bcd1
24bcd1
* Mon Feb 13 2017 Paul Howarth <paul@city-fan.org> - 2.072-1
24bcd1
- Update to 2.072
24bcd1
  - Fix for Makefile.PL depending on . in @INC (CPAN RT#120084)
24bcd1
  - Use of Compress::Raw::Lzma::RawDecoder failed with large amount of data
24bcd1
    (CPAN RT#105460)
24bcd1
  - AppendOutput for "encode" methods said default was 1; it is actually 0
24bcd1
24bcd1
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.070-3
24bcd1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
24bcd1
24bcd1
* Mon Jan  2 2017 Paul Howarth <paul@city-fan.org> - 2.070-2
24bcd1
- Rebuild for xz-5.2.3
24bcd1
24bcd1
* Thu Dec 29 2016 Paul Howarth <paul@city-fan.org> - 2.070-1
24bcd1
- Update to 2.070
24bcd1
  - Fix wrong FLAG_APPEND_OUTPUT logic (CPAN RT#119207)
24bcd1
- Simplify find commands using -empty and -delete
24bcd1
24bcd1
* Sun May 15 2016 Jitka Plesnikova <jplesnik@redhat.com> - 2.069-4
24bcd1
- Perl 5.24 rebuild
24bcd1
24bcd1
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 2.069-3
24bcd1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
24bcd1
24bcd1
* Tue Sep 29 2015 Paul Howarth <paul@city-fan.org> - 2.069-2
24bcd1
- Rebuild for xz-5.2.2
24bcd1
24bcd1
* Sun Sep 27 2015 Paul Howarth <paul@city-fan.org> - 2.069-1
24bcd1
- Update to 2.069 (no changes)
24bcd1
24bcd1
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.068-5
24bcd1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
24bcd1
24bcd1
* Fri Jun 05 2015 Jitka Plesnikova <jplesnik@redhat.com> - 2.068-4
24bcd1
- Perl 5.22 rebuild
24bcd1
24bcd1
* Fri Feb 27 2015 Paul Howarth <paul@city-fan.org> - 2.068-3
24bcd1
- Rebuild for xz-5.2.1 in Rawhide
24bcd1
24bcd1
* Tue Jan  6 2015 Paul Howarth <paul@city-fan.org> - 2.068-2
24bcd1
- Rebuild for xz-5.2.0 in Rawhide (#1179255)
24bcd1
24bcd1
* Wed Dec 24 2014 Paul Howarth <paul@city-fan.org> - 2.068-1
24bcd1
- Update to 2.068 (no changes)
24bcd1
24bcd1
* Tue Dec  9 2014 Paul Howarth <paul@city-fan.org> - 2.067-1
24bcd1
- Update to 2.067 (no changes)
24bcd1
- Classify buildreqs by usage
24bcd1
24bcd1
* Mon Sep 22 2014 Paul Howarth <paul@city-fan.org> - 2.066-1
24bcd1
- Update to 2.066 (no changes)
24bcd1
24bcd1
* Wed Aug 27 2014 Jitka Plesnikova <jplesnik@redhat.com> - 2.064-4
24bcd1
- Perl 5.20 rebuild
24bcd1
24bcd1
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.064-3
24bcd1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
24bcd1
24bcd1
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.064-2
24bcd1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
24bcd1
24bcd1
* Sun Feb  2 2014 Paul Howarth <paul@city-fan.org> - 2.064-1
24bcd1
- Update to 2.064
24bcd1
  - Handle non-PVs better (CPAN RT#91558)
24bcd1
24bcd1
* Sun Nov  3 2013 Paul Howarth <paul@city-fan.org> - 2.063-1
24bcd1
- Update to 2.063 (no changes)
24bcd1
24bcd1
* Mon Aug 12 2013 Paul Howarth <paul@city-fan.org> - 2.062-1
24bcd1
- Update to 2.062
24bcd1
  - Fix typos (CPAN RT#86418)
24bcd1
24bcd1
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.061-3
24bcd1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
24bcd1
24bcd1
* Thu Jul 18 2013 Petr Pisar <ppisar@redhat.com> - 2.061-2
24bcd1
- Perl 5.18 rebuild
24bcd1
24bcd1
* Mon May 27 2013 Paul Howarth <paul@city-fan.org> - 2.061-1
24bcd1
- Update to 2.061
24bcd1
  - Silence compiler warning by making 2nd parameter to DispStream a const char*
24bcd1
24bcd1
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.060-2
24bcd1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
24bcd1
24bcd1
* Tue Jan  8 2013 Paul Howarth <paul@city-fan.org> - 2.060-1
24bcd1
- Update to 2.060 (no changes)
24bcd1
24bcd1
* Sun Nov 25 2012 Paul Howarth <paul@city-fan.org> - 2.059-1
24bcd1
- Update to 2.059
24bcd1
  - Copy-on-write support
24bcd1
24bcd1
* Tue Nov 13 2012 Paul Howarth <paul@city-fan.org> - 2.058-1
24bcd1
- Update to 2.058
24bcd1
  - Update to ppport.h that includes SvPV_nomg_nolen
24bcd1
  - Added PERL_NO_GET_CONTEXT
24bcd1
24bcd1
* Mon Aug  6 2012 Paul Howarth <paul@city-fan.org> - 2.055-1
24bcd1
- Update to 2.055
24bcd1
  - Fix misuse of magic in API (CPAN RT#78080)
24bcd1
24bcd1
* Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.052-5
24bcd1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
24bcd1
24bcd1
* Mon Jul 09 2012 Petr Pisar <ppisar@redhat.com> - 2.052-4
24bcd1
- Perl 5.16 rebuild
24bcd1
24bcd1
* Thu Jul  5 2012 Paul Howarth <paul@city-fan.org> - 2.052-3
24bcd1
- Rebuild for xz 5.1.2alpha in Rawhide
24bcd1
- BR: perl(AutoLoader), perl(constant), perl(Exporter), perl(lib) and
24bcd1
  perl(Test::NoWarnings)
24bcd1
- BR:/R: perl(XSLoader), the module's preferred dynamic object loader
24bcd1
24bcd1
* Mon Jun 11 2012 Petr Pisar <ppisar@redhat.com> - 2.052-2
24bcd1
- Perl 5.16 rebuild
24bcd1
24bcd1
* Sun Apr 29 2012 Paul Howarth <paul@city-fan.org> - 2.052-1
24bcd1
- Update to 2.052 (fix to allow building with C++)
24bcd1
- Don't need to remove empty directories from buildroot
24bcd1
24bcd1
* Sat Feb 18 2012 Paul Howarth <paul@city-fan.org> - 2.049-1
24bcd1
- Update to 2.049 (README wasn't included in the distribution)
24bcd1
- Drop redundant %%defattr
24bcd1
24bcd1
* Sun Jan 29 2012 Paul Howarth <paul@city-fan.org> - 2.048-1
24bcd1
- Update to 2.048 (set minimum Perl version to 5.6)
24bcd1
24bcd1
* Tue Jan 10 2012 Paul Howarth <paul@city-fan.org> - 2.045-2
24bcd1
- Rebuild for gcc 4.7 in Rawhide
24bcd1
24bcd1
* Sun Dec  4 2011 Paul Howarth <paul@city-fan.org> - 2.045-1
24bcd1
- Update to 2.045
24bcd1
  - Moved FAQ.pod to IO::Compress
24bcd1
24bcd1
* Sun Dec  4 2011 Paul Howarth <paul@city-fan.org> - 2.044-1
24bcd1
- Update to 2.044
24bcd1
  - Moved FAQ.pod under the lib directory so it can get installed
24bcd1
24bcd1
* Mon Nov 21 2011 Paul Howarth <paul@city-fan.org> - 2.043-1
24bcd1
- Update to 2.043 (no changes)
24bcd1
24bcd1
* Fri Nov 18 2011 Paul Howarth <paul@city-fan.org> - 2.042-1
24bcd1
- Update to 2.042 (no changes)
24bcd1
24bcd1
* Sat Oct 29 2011 Paul Howarth <paul@city-fan.org> - 2.040-1
24bcd1
- Update to 2.040
24bcd1
  - Croak if attempt to freeze/thaw compression object (CPAN RT#69985)
24bcd1
- BR: perl(Carp)
24bcd1
24bcd1
* Sun Oct 16 2011 Jindrich Novy <jnovy@redhat.com> - 2.037-3
24bcd1
- Rebuild against new xz
24bcd1
24bcd1
* Wed Jun 22 2011 Paul Howarth <paul@city-fan.org> - 2.037-2
24bcd1
- Perl mass rebuild
24bcd1
24bcd1
* Wed Jun 22 2011 Paul Howarth <paul@city-fan.org> - 2.037-1
24bcd1
- Update to 2.037 (no changes)
24bcd1
24bcd1
* Mon Jun 20 2011 Paul Howarth <paul@city-fan.org> - 2.036-2
24bcd1
- Perl mass rebuild
24bcd1
24bcd1
* Mon Jun 20 2011 Paul Howarth <paul@city-fan.org> - 2.036-1
24bcd1
- Update to 2.036
24bcd1
  - A number of changes to facilitate adding LZMA support to
24bcd1
    IO::Compress::Zip : IO::Uncompress::Unzip:
24bcd1
    - Added preset filters Lzma::Filter::Lzma1::Preset and
24bcd1
      Lzma::Filter::Lzma2::Preset
24bcd1
   - Added forZip option to Compress::Raw::Lzma::Encoder
24bcd1
   - Added properties option to Compress::Raw::Lzma::RawDecoder
24bcd1
24bcd1
* Sun Jun 19 2011 Marcela Mašláňová <mmaslano@redhat.com> - 2.035-3
24bcd1
- Perl mass rebuild
24bcd1
24bcd1
* Mon May 23 2011 Paul Howarth <paul@city-fan.org> - 2.035-2
24bcd1
- Rebuild for xz 5.0.3
24bcd1
24bcd1
* Sat May  7 2011 Paul Howarth <paul@city-fan.org> - 2.035-1
24bcd1
- Update to 2.035 (no changes)
24bcd1
24bcd1
* Tue May  3 2011 Paul Howarth <paul@city-fan.org> - 2.034-1
24bcd1
- Update to 2.034 (document the change of default MemLimit in 2.033)
24bcd1
24bcd1
* Mon Apr  4 2011 Paul Howarth <paul@city-fan.org> - 2.033-4
24bcd1
- Rebuild for xz 5.0.2
24bcd1
24bcd1
* Wed Feb  9 2011 Paul Howarth <paul@city-fan.org> - 2.033-3
24bcd1
- Add explicit version dependency on xz-libs since the version number built
24bcd1
  against is embedded into the module and can cause failures in users of this
24bcd1
  module if they compare build-time and run-time versions of liblzma
24bcd1
24bcd1
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.033-2
24bcd1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
24bcd1
24bcd1
* Tue Jan 11 2011 Paul Howarth <paul@city-fan.org> - 2.033-1
24bcd1
- Update to 2.033 (changed default MemLimit from 128 MB to unlimited)
24bcd1
24bcd1
* Fri Jan  7 2011 Paul Howarth <paul@city-fan.org> - 2.032-1
24bcd1
- Update to 2.032 (no changes)
24bcd1
24bcd1
* Wed Oct 27 2010 Paul Howarth <paul@city-fan.org> - 2.031-1
24bcd1
- Update to 2.031
24bcd1
  - Changed to build with XZ 5.0.0
24bcd1
  - Dropped symbolic constants provided by subblock.h (CPAN RT#62461)
24bcd1
- Drop xz 5.x patch, no longer needed
24bcd1
24bcd1
* Tue Oct 26 2010 Paul Howarth <paul@city-fan.org> - 2.030-2
24bcd1
- Patch out subfilter constants, not supported in xz 5.x (CPAN RT#62461)
24bcd1
24bcd1
* Mon Jul 26 2010 Paul Howarth <paul@city-fan.org> - 2.030-1
24bcd1
- Update to 2.030 (no changes)
24bcd1
24bcd1
* Fri May 14 2010 Paul Howarth <paul@city-fan.org> - 2.029-3
24bcd1
- Rebuild for perl 5.12.0
24bcd1
24bcd1
* Tue May 11 2010 Paul Howarth <paul@city-fan.org> - 2.029-2
24bcd1
- Drop redundant buildroot tag
24bcd1
24bcd1
* Sat May  8 2010 Paul Howarth <paul@city-fan.org> - 2.029-1
24bcd1
- Update to 2.029 (test harness copes with memory shortage)
24bcd1
24bcd1
* Mon May  3 2010 Paul Howarth <paul@city-fan.org> - 2.028-1
24bcd1
- Update to 2.028
24bcd1
  - Remove 'Persistent' option from  Lzma::Filter::Lzma (CPAN RT#57080)
24bcd1
  - Silence a pile of compiler warnings
24bcd1
- Drop patch for CPAN RT#57080, no longer needed
24bcd1
24bcd1
* Thu Apr 29 2010 Paul Howarth <paul@city-fan.org> - 2.027-1
24bcd1
- Initial RPM version