cb0dd1c
# Perform optional tests
6dfd15f
%if 0%{?rhel} >= 9
6dfd15f
%bcond_with perl_IO_Compress_Lzma_enables_optional_test
6dfd15f
%else
cb0dd1c
%bcond_without perl_IO_Compress_Lzma_enables_optional_test
6dfd15f
%endif
cb0dd1c
7e906bb
Name:		perl-IO-Compress-Lzma
713ca74
Version:	2.206
713ca74
Release:	1%{?dist}
7e906bb
Summary:	Read and write lzma compressed data
1c5c8aa
License:	GPL-1.0-or-later OR Artistic-1.0-Perl
caad4e6
URL:		https://metacpan.org/release/IO-Compress-Lzma
bc211e9
Source0:	https://cpan.metacpan.org/modules/by-module/IO/IO-Compress-Lzma-%{version}.tar.gz
7e906bb
BuildArch:	noarch
87a23d8
# Module Build
c4a542a
BuildRequires:	coreutils
c4a542a
BuildRequires:	findutils
c4a542a
BuildRequires:	make
005a91b
BuildRequires:	perl-generators
4d707fd
BuildRequires:	perl-interpreter
87a23d8
BuildRequires:	perl(Config)
87a23d8
BuildRequires:	perl(ExtUtils::MakeMaker) >= 5.16
87a23d8
BuildRequires:	perl(File::Copy)
87a23d8
BuildRequires:	perl(File::Spec::Functions)
9bcff9c
BuildRequires:	perl(lib)
87a23d8
# Module Runtime
87a23d8
BuildRequires:	perl(bytes)
556338b
BuildRequires:	perl(Compress::Raw::Lzma) >= %{version}
ce01de6
BuildRequires:	perl(constant)
87a23d8
BuildRequires:	perl(Exporter)
556338b
BuildRequires:	perl(IO::Compress::Base) >= %{version}
87a23d8
BuildRequires:	perl(IO::Compress::Base::Common) >= %{version}
87a23d8
BuildRequires:	perl(IO::Uncompress::Base) >= %{version}
87a23d8
BuildRequires:	perl(strict)
87a23d8
BuildRequires:	perl(warnings)
87a23d8
# Test Suite
87a23d8
BuildRequires:	perl(Carp)
87a23d8
BuildRequires:	perl(Compress::Raw::Zlib) >= 2
87a23d8
BuildRequires:	perl(File::Path)
87a23d8
BuildRequires:	perl(File::Spec)
87a23d8
BuildRequires:	perl(File::Temp)
87a23d8
BuildRequires:	perl(IO::Compress::Zip)
87a23d8
BuildRequires:	perl(IO::File)
ce01de6
BuildRequires:	perl(IO::Handle)
87a23d8
BuildRequires:	perl(IO::Uncompress::AnyUncompress)
87a23d8
BuildRequires:	perl(IO::Uncompress::Unzip)
02c89dd
BuildRequires:	perl(List::Util)
02c89dd
BuildRequires:	perl(Test::More)
cb0dd1c
BuildRequires:	xz, xz-lzma-compat
cb0dd1c
%if %{with perl_IO_Compress_Lzma_enables_optional_test}
cb0dd1c
# Optional Tests
cb0dd1c
BuildRequires:	lzip
cb0dd1c
BuildRequires:	perl(Encode)
cb0dd1c
BuildRequires:	perl(IO::String)
7063f04
BuildRequires:	perl(Test::CPAN::Meta)
7063f04
BuildRequires:	perl(Test::CPAN::Meta::JSON)
87a23d8
BuildRequires:	perl(Test::NoWarnings)
87a23d8
BuildRequires:	perl(Test::Pod) >= 1.00
6f9652f
BuildRequires:	/usr/bin/7z
cb0dd1c
%endif
f52612b
# Dependencies
f52612b
# (none)
7e906bb
7e906bb
%description
7e906bb
This distribution provides a Perl interface to allow reading and writing of
7e906bb
compressed data created with the lzma library.
7e906bb
7e906bb
%prep
7e906bb
%setup -q -n IO-Compress-Lzma-%{version}
7e906bb
8acaeb8
# Remove bundled test modules
8acaeb8
rm -rv t/Test/
8acaeb8
perl -i -ne 'print $_ unless m{^t/Test/}' MANIFEST
02c89dd
cc32cae
# Remove spurious exec permissions
cc32cae
chmod -c -x examples/*
cc32cae
cc32cae
# Fix shellbangs in examples
cc32cae
perl -pi -e 's|^#!/usr/local/bin/perl\b|#!/usr/bin/perl|' \
cc32cae
	examples/lzcat examples/lzstream examples/xzcat examples/xzstream
cc32cae
7e906bb
%build
7e906bb
perl Makefile.PL INSTALLDIRS=vendor
7e906bb
make %{?_smp_mflags}
7e906bb
7e906bb
%install
7e906bb
make pure_install DESTDIR=%{buildroot}
5d11364
find %{buildroot} -type f -name .packlist -delete
5d11364
%{_fixperms} -c %{buildroot}
7e906bb
7e906bb
%check
9bcff9c
make test COMPRESS_ZLIB_RUN_MOST=1
7e906bb
7e906bb
%files
cc32cae
%doc Changes README examples/*
672841c
%{perl_vendorlib}/IO/
ec160a3
%{_mandir}/man3/IO::Compress::Lzip.3*
87a23d8
%{_mandir}/man3/IO::Compress::Lzma.3*
87a23d8
%{_mandir}/man3/IO::Compress::Xz.3*
ec160a3
%{_mandir}/man3/IO::Uncompress::UnLzip.3*
87a23d8
%{_mandir}/man3/IO::Uncompress::UnLzma.3*
87a23d8
%{_mandir}/man3/IO::Uncompress::UnXz.3*
7e906bb
7e906bb
%changelog
713ca74
* Wed Jul 26 2023 Paul Howarth <paul@city-fan.org> - 2.206-1
713ca74
- Update to 2.206
713ca74
  - Drop rt.cpan.org from SUPPORT section
713ca74
11d8cd6
* Thu Jul 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 2.205-2
11d8cd6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
11d8cd6
f52612b
* Mon Jul 17 2023 Paul Howarth <paul@city-fan.org> - 2.205-1
f52612b
- Update to 2.205
f52612b
  - Add perl 5.38 to CI matrix
f52612b
  - Add on workflow_dispatch
f52612b
  - Add some OO examples
f52612b
1c5c8aa
* Thu Feb  9 2023 Paul Howarth <paul@city-fan.org> - 2.204-1
1c5c8aa
- Update to 2.204 (no functional changes)
1c5c8aa
- Use SPDX-format license tag
1c5c8aa
f36fd94
* Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 2.201-3
f36fd94
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
f36fd94
7c4f051
* Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 2.201-2
7c4f051
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
7c4f051
9755bb7
* Sat Jun 25 2022 Paul Howarth <paul@city-fan.org> - 2.201-1
9755bb7
- Update to 2.201 (no functional changes)
9755bb7
52e85c6
* Tue May 31 2022 Jitka Plesnikova <jplesnik@redhat.com> - 2.103-2
52e85c6
- Perl 5.36 rebuild
52e85c6
d253883
* Mon Apr  4 2022 Paul Howarth <paul@city-fan.org> - 2.103-1
d253883
- Update to 2.103 (no changes)
d253883
fa513a9
* Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 2.101-5
fa513a9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
fa513a9
314317a
* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2.101-4
314317a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
314317a
1f6866c
* Fri May 21 2021 Jitka Plesnikova <jplesnik@redhat.com> - 2.101-3
1f6866c
- Perl 5.34 rebuild
1f6866c
6dfd15f
* Fri Mar 19 2021 Jitka Plesnikova <jplesnik@redhat.com> - 2.101-2
6dfd15f
- Disable optional tests on ELN
6dfd15f
8f6a88e
* Sat Feb 20 2021 Paul Howarth <paul@city-fan.org> - 2.101-1
8f6a88e
- Update to 2.101 (no changes)
8f6a88e
5c870a3
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2.100-2
5c870a3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
5c870a3
c6791c2
* Thu Jan  7 2021 Paul Howarth <paul@city-fan.org> - 2.100-1
c6791c2
- Update to 2.100
c6791c2
  - Trim whitespace
c6791c2
  - Avoid indirect calls
c6791c2
  - Fix typo
c6791c2
328f93b
* Sat Aug  1 2020 Paul Howarth <paul@city-fan.org> - 2.096-1
328f93b
- Update to 2.096
328f93b
  - Add test for Zip with XZ compression
328f93b
03937eb
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.095-2
03937eb
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
03937eb
8acaeb8
* Tue Jul 21 2020 Paul Howarth <paul@city-fan.org> - 2.095-1
8acaeb8
- Update to 2.095 (no changes)
8acaeb8
7cd794f
* Tue Jul 14 2020 Paul Howarth <paul@city-fan.org> - 2.094-1
7cd794f
- Update to 2.094 (no changes)
7cd794f
b67b726
* Tue Jun 23 2020 Jitka Plesnikova <jplesnik@redhat.com> - 2.093-4
b67b726
- Perl 5.32 rebuild
b67b726
02c89dd
* Fri Feb 14 2020 Petr Pisar <ppisar@redhat.com> - 2.093-3
02c89dd
- Unbundle test dependencies
02c89dd
3a451b6
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.093-2
3a451b6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
3a451b6
48d19a2
* Sun Dec  8 2019 Paul Howarth <paul@city-fan.org> - 2.093-1
48d19a2
- Update to 2.093
48d19a2
  - Fixed minor typo in the pod (GH#3)
48d19a2
bc8f063
* Thu Dec  5 2019 Paul Howarth <paul@city-fan.org> - 2.092-1
bc8f063
- Update to 2.092
bc8f063
  - t/oooprereq.t: Fix list of dumped packages
bc8f063
  - t/oooprereq.t: Dump version data
bc8f063
91cb349
* Sun Nov 24 2019 Paul Howarth <paul@city-fan.org> - 2.091-1
91cb349
- Update to 2.091 (no changes)
91cb349
90bdd5d
* Sun Nov 10 2019 Paul Howarth <paul@city-fan.org> - 2.090-1
90bdd5d
- Update to 2.090
90bdd5d
  - Fix typo: change lzstrem to xzstream
90bdd5d
59b245c
* Sun Nov  3 2019 Paul Howarth <paul@city-fan.org> - 2.089-1
59b245c
- Update to 2.089 (no changes)
59b245c
f55f006
* Sun Nov  3 2019 Paul Howarth <paul@city-fan.org> - 2.088-1
f55f006
- Update to 2.088
f55f006
  - Add support details to documentation
59b245c
  - Beef up reset for zip use-case
59b245c
  - Remove unnecessary commented code
f55f006
  - Documentation updates
f55f006
1ec4a8f
* Mon Aug 12 2019 Paul Howarth <paul@city-fan.org> - 2.087-1
1ec4a8f
- Update to 2.087 (no changes)
1ec4a8f
45bff83
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.086-3
45bff83
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
45bff83
1d0b227
* Fri May 31 2019 Jitka Plesnikova <jplesnik@redhat.com> - 2.086-2
1d0b227
- Perl 5.30 rebuild
1d0b227
7063f04
* Mon Apr  1 2019 Paul Howarth <paul@city-fan.org> - 2.086-1
7063f04
- Update to 2.086
7063f04
  - Moved source to github: https://github.com/pmqs/IO-Compress-Lzma
7063f04
  - Add META_MERGE to Makefile.PL
7063f04
  - Added meta-json.t and meta-yaml.t
7063f04
84b7410
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.084-2
84b7410
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
84b7410
ec160a3
* Mon Jan  7 2019 Paul Howarth <paul@city-fan.org> - 2.084-1
ec160a3
- Update to 2.084
ec160a3
  - Added support for lzip with IO::Compress::Lzip and
ec160a3
    IO::Uncompress::UnLzip
ec160a3
bc211e9
* Wed Jan  2 2019 Paul Howarth <paul@city-fan.org> - 2.083-1
bc211e9
- Update to 2.083 (no changes)
bc211e9
- Drop legacy Group: tag
bc211e9
27d8d69
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.081-3
27d8d69
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
27d8d69
aab10b0
* Thu Jun 28 2018 Jitka Plesnikova <jplesnik@redhat.com> - 2.081-2
aab10b0
- Perl 5.28 rebuild
aab10b0
02e0912
* Mon Apr  9 2018 Paul Howarth <paul@city-fan.org> - 2.081-1
02e0912
- Update to 2.081
02e0912
  - Previous release used $^W instead of use warnings - fixed
02e0912
4d707fd
* Wed Apr  4 2018 Paul Howarth <paul@city-fan.org> - 2.080-1
4d707fd
- Update to 2.080 (no changes)
4d707fd
002d447
* Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.074-4
002d447
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
002d447
d8e1229
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.074-3
d8e1229
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
d8e1229
19be566
* Sun Jun 04 2017 Jitka Plesnikova <jplesnik@redhat.com> - 2.074-2
19be566
- Perl 5.26 rebuild
19be566
6554a97
* Mon Feb 20 2017 Paul Howarth <paul@city-fan.org> - 2.074-1
6554a97
- Update to 2.074
6554a97
  - ISA fixes for c3 (CPAN RT#120239)
6554a97
9bcff9c
* Mon Feb 13 2017 Paul Howarth <paul@city-fan.org> - 2.072-1
9bcff9c
- Update to 2.072
9bcff9c
  - Fix for Makefile.PL depending on . in @INC (CPAN RT#120084)
9bcff9c
- Run additional tests by specifying COMPRESS_ZLIB_RUN_MOST
9bcff9c
8d11d18
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.070-2
8d11d18
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
8d11d18
5d11364
* Thu Dec 29 2016 Paul Howarth <paul@city-fan.org> - 2.070-1
5d11364
- Update to 2.070 (no changes)
5d11364
- Simplify find command using -delete
5d11364
5d4524c
* Sun May 15 2016 Jitka Plesnikova <jplesnik@redhat.com> - 2.069-3
5d4524c
- Perl 5.24 rebuild
5d4524c
3db2bb2
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 2.069-2
3db2bb2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
3db2bb2
c4a542a
* Sun Sep 27 2015 Paul Howarth <paul@city-fan.org> - 2.069-1
c4a542a
- Update to 2.069 (no changes)
c4a542a
0def03a
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.068-3
0def03a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
0def03a
eec0e45
* Sat Jun 06 2015 Jitka Plesnikova <jplesnik@redhat.com> - 2.068-2
eec0e45
- Perl 5.22 rebuild
eec0e45
bda7a29
* Wed Dec 24 2014 Paul Howarth <paul@city-fan.org> - 2.068-1
bda7a29
- Update to 2.068 (no changes)
bda7a29
87a23d8
* Tue Dec  9 2014 Paul Howarth <paul@city-fan.org> - 2.067-1
87a23d8
- Update to 2.067 (no changes)
87a23d8
- Classify buildreqs by usage
87a23d8
7f22545
* Mon Sep 22 2014 Paul Howarth <paul@city-fan.org> - 2.066-1
7f22545
- Update to 2.066 (no changes)
7f22545
78f7e6d
* Wed Aug 27 2014 Jitka Plesnikova <jplesnik@redhat.com> - 2.064-3
78f7e6d
- Perl 5.20 rebuild
78f7e6d
ef7dfc0
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.064-2
ef7dfc0
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
ef7dfc0
b620a22
* Sun Feb  2 2014 Paul Howarth <paul@city-fan.org> - 2.064-1
b620a22
- Update to 2.064 (no changes)
b620a22
8546397
* Sun Nov  3 2013 Paul Howarth <paul@city-fan.org> - 2.063-1
8546397
- Update to 2.063 (no changes)
8546397
925c02d
* Mon Aug 12 2013 Paul Howarth <paul@city-fan.org> - 2.062-1
925c02d
- Update to 2.062
925c02d
  - Typo fixes (CPAN RT#86578)
925c02d
bd634e7
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.061-3
bd634e7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
bd634e7
74fbf9d
* Sat Jul 20 2013 Petr Pisar <ppisar@redhat.com> - 2.061-2
74fbf9d
- Perl 5.18 rebuild
74fbf9d
e7f0c6b
* Mon May 27 2013 Paul Howarth <paul@city-fan.org> - 2.061-1
e7f0c6b
- Update to 2.061
e7f0c6b
  - Fix IO::Uncompress::UnXz v2.060 memLimit option bug (CPAN RT#84966)
e7f0c6b
59d281c
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.060-2
59d281c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
59d281c
8255de2
* Tue Jan  8 2013 Paul Howarth <paul@city-fan.org> - 2.060-1
8255de2
- Update to 2.060 (no changes)
8255de2
960c51e
* Sun Dec 16 2012 Paul Howarth <paul@city-fan.org> - 2.059-1
960c51e
- Update to 2.059 (no changes)
960c51e
ad0694c
* Tue Nov 13 2012 Paul Howarth <paul@city-fan.org> - 2.058-1
ad0694c
- Update to 2.058 (general performance improvements)
ad0694c
ce01de6
* Mon Aug  6 2012 Paul Howarth <paul@city-fan.org> - 2.055-1
ce01de6
- Update to 2.055 (no changes)
ce01de6
- BR: perl(Carp), perl(constant), perl(File::Spec), perl(IO::Handle) and
ce01de6
  perl(lib)
ce01de6
0931ad8
* Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.052-3
0931ad8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
0931ad8
0582b16
* Tue Jun 12 2012 Petr Pisar <ppisar@redhat.com> - 2.052-2
0582b16
- Perl 5.16 rebuild
0582b16
cc32cae
* Sun Apr 29 2012 Paul Howarth <paul@city-fan.org> - 2.052-1
cc32cae
- Update to 2.052 (no changes)
cc32cae
- Don't need to remove empty directories from buildroot
cc32cae
- Package examples
cc32cae
- Drop %%defattr, redundant since rpm 4.4
cc32cae
fd976ab
* Sat Feb 18 2012 Paul Howarth <paul@city-fan.org> - 2.049-1
fd976ab
- Update to 2.049 (no changes)
fd976ab
778fac5
* Sun Jan 29 2012 Paul Howarth <paul@city-fan.org> - 2.048-1
778fac5
- Update to 2.048
778fac5
  - Set minimum Perl version to 5.6
778fac5
64b493e
* Tue Jan 10 2012 Paul Howarth <paul@city-fan.org> - 2.045-2
64b493e
- Fedora 17 mass rebuild
64b493e
672841c
* Sun Dec  4 2011 Paul Howarth <paul@city-fan.org> - 2.045-1
672841c
- Update to 2.045
672841c
  - Moved FAQ.pod to IO::Compress
672841c
38b47b7
* Sun Dec  4 2011 Paul Howarth <paul@city-fan.org> - 2.044-1
38b47b7
- Update to 2.044
38b47b7
  - Moved FAQ.pod under the lib directory so it can get installed
38b47b7
98ca5a8
* Mon Nov 21 2011 Paul Howarth <paul@city-fan.org> - 2.043-1
98ca5a8
- Update to 2.043 (no changes)
98ca5a8
556338b
* Fri Nov 18 2011 Paul Howarth <paul@city-fan.org> - 2.042-1
556338b
- Update to 2.042 (no changes)
556338b
- Resync versioned dependencies on IO::Compress::Base and Compress::Raw::Lzma
556338b
38d2ec5
* Sat Oct 29 2011 Paul Howarth <paul@city-fan.org> - 2.041-1
38d2ec5
- Update to 2.041
38d2ec5
  - Remove debugging line in t/001lzma.t that writes to /tmp (CPAN RT#72023)
38d2ec5
- Update version requirements for IO::Compress and Compress::Raw::Lzma
38d2ec5
83b9af5
* Sat Oct 29 2011 Paul Howarth <paul@city-fan.org> - 2.040-1
83b9af5
- Update to 2.040
83b9af5
  - Fixed uncompression issue in IO::Uncompress::UnLzma (CPAN RT#71114)
83b9af5
15ea4f3
* Fri Jun 24 2011 Paul Howarth <paul@city-fan.org> - 2.038-2
15ea4f3
- Perl mass rebuild
15ea4f3
c1fadb4
* Fri Jun 24 2011 Paul Howarth <paul@city-fan.org> - 2.038-1
c1fadb4
- Update to 2.038
c1fadb4
  - Fixed missing SKIP label in t/050interop-zip-lzma.t
c1fadb4
- Hard-code version requirements for IO::Compress and Compress::Raw::Lzma
c1fadb4
  until the next synchronized release happens
c1fadb4
1ad5d41
* Wed Jun 22 2011 Paul Howarth <paul@city-fan.org> - 2.037-2
1ad5d41
- Perl mass rebuild
1ad5d41
2f57b90
* Wed Jun 22 2011 Paul Howarth <paul@city-fan.org> - 2.037-1
2f57b90
- Update to 2.037
2f57b90
  - Handle "Cannot Allocate Memory" issue with Extreme test in
2f57b90
    t/105oneshot-zip-lzma-only.t
2f57b90
a9fb0e5
* Tue Jun 21 2011 Marcela Mašláňová <mmaslano@redhat.com> - 2.036-2
a9fb0e5
- Perl mass rebuild
a9fb0e5
6f9652f
* Mon Jun 20 2011 Paul Howarth <paul@city-fan.org> - 2.036-1
6f9652f
- Update to 2.036
6f9652f
  - IO::Compress::Adapter:
6f9652f
    - Added interface to allow creation of LZMA stream for use in a zip file
6f9652f
  - IO::Uncompress::Adapter:
6f9652f
    - Added interface to allow reading of LZMA stream in a zip file
6f9652f
- BR: /usr/bin/7z for additional test coverage
6f9652f
d27c9ee
* Sat May  7 2011 Paul Howarth <paul@city-fan.org> - 2.035-1
d27c9ee
- Update to 2.035 (fix test failure on Windows - CPAN RT#67931)
d27c9ee
7b29404
* Tue May  3 2011 Paul Howarth <paul@city-fan.org> - 2.034-1
7b29404
- Update to 2.034 (updates to test harness)
7b29404
43a1241
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.033-2
43a1241
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
43a1241
9f6853e
* Tue Jan 11 2011 Paul Howarth <paul@city-fan.org> - 2.033-1
9f6853e
- Update to 2.033 (made 001xz.t more forgiving when the tests run out of memory)
9f6853e
820cc39
* Fri Jan  7 2011 Paul Howarth <paul@city-fan.org> - 2.032-1
820cc39
- Update to 2.032 (no changes)
820cc39
ba7eca5
* Fri Dec 17 2010 Marcela Maslanova <mmaslano@redhat.com> - 2.030-2
d455803
- Rebuild to fix problems with vendorarch/lib (#661697)
ba7eca5
0cce424
* Mon Jul 26 2010 Paul Howarth <paul@city-fan.org> - 2.030-1
0cce424
- Update to 2.030 (no changes)
0cce424
7e906bb
* Tue May 11 2010 Paul Howarth <paul@city-fan.org> - 2.027-2
7e906bb
- Drop redundant buildroot tag
7e906bb
7e906bb
* Thu Apr 29 2010 Paul Howarth <paul@city-fan.org> - 2.027-1
7e906bb
- Initial RPM version