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

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