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

2ba5b7
%{?scl:%scl_package perl-Compress-Raw-Bzip2}
2ba5b7
2ba5b7
# Run optional test
2ba5b7
%if ! (0%{?rhel}) && ! (0%{?scl:1})
2ba5b7
%bcond_without perl_Compress_Raw_Bzip2_enables_optional_test
2ba5b7
%else
2ba5b7
%bcond_with perl_Compress_Raw_Bzip2_enables_optional_test
2ba5b7
%endif
2ba5b7
2ba5b7
Name:           %{?scl_prefix}perl-Compress-Raw-Bzip2
2ba5b7
Summary:        Low-level interface to bzip2 compression library
2ba5b7
Version:        2.093
2ba5b7
Release:        3%{?dist}
2ba5b7
# Other files:  GPL+ or Artistic
2ba5b7
## unbundled
2ba5b7
# bzip2-src:    BSD
2ba5b7
License:        GPL+ or Artistic
2ba5b7
URL:            https://metacpan.org/release/Compress-Raw-Bzip2
2ba5b7
Source0:        https://cpan.metacpan.org/modules/by-module/Compress/Compress-Raw-Bzip2-%{version}.tar.gz
2ba5b7
# Module Build
2ba5b7
BuildRequires:  bzip2-devel
2ba5b7
BuildRequires:  coreutils
2ba5b7
BuildRequires:  findutils
2ba5b7
BuildRequires:  gcc
2ba5b7
BuildRequires:  make
2ba5b7
BuildRequires:  %{?scl_prefix}perl-devel
2ba5b7
BuildRequires:  %{?scl_prefix}perl-generators
2ba5b7
BuildRequires:  %{?scl_prefix}perl-interpreter
2ba5b7
BuildRequires:  %{?scl_prefix}perl(Config)
2ba5b7
BuildRequires:  %{?scl_prefix}perl(ExtUtils::Constant)
2ba5b7
BuildRequires:  %{?scl_prefix}perl(ExtUtils::MakeMaker) >= 6.76
2ba5b7
BuildRequires:  %{?scl_prefix}perl(File::Copy)
2ba5b7
BuildRequires:  %{?scl_prefix}perl(File::Spec::Functions)
2ba5b7
BuildRequires:  %{?scl_prefix}perl(lib)
2ba5b7
# Module Runtime
2ba5b7
BuildRequires:  %{?scl_prefix}perl(bytes)
2ba5b7
BuildRequires:  %{?scl_prefix}perl(Carp)
2ba5b7
BuildRequires:  %{?scl_prefix}perl(constant)
2ba5b7
BuildRequires:  %{?scl_prefix}perl(Exporter)
2ba5b7
BuildRequires:  %{?scl_prefix}perl(strict)
2ba5b7
BuildRequires:  %{?scl_prefix}perl(warnings)
2ba5b7
BuildRequires:  %{?scl_prefix}perl(XSLoader)
2ba5b7
# Test Suite
2ba5b7
BuildRequires:  %{?scl_prefix}perl(File::Path)
2ba5b7
BuildRequires:  %{?scl_prefix}perl(threads::shared)
2ba5b7
%if %{with perl_Compress_Raw_Bzip2_enables_optional_test}
2ba5b7
# Optional Tests
2ba5b7
BuildRequires:  %{?scl_prefix}perl(File::Temp)
2ba5b7
BuildRequires:  %{?scl_prefix}perl(lib)
2ba5b7
BuildRequires:  %{?scl_prefix}perl(overload)
2ba5b7
# Dual-lived module needs rebuilding early in the boot process
2ba5b7
%if !%{defined perl_bootstrap}
2ba5b7
BuildRequires:  %{?scl_prefix}perl(Test::CPAN::Meta)
2ba5b7
BuildRequires:  %{?scl_prefix}perl(Test::CPAN::Meta::JSON)
2ba5b7
BuildRequires:  %{?scl_prefix}perl(Test::More)
2ba5b7
BuildRequires:  %{?scl_prefix}perl(Test::NoWarnings)
2ba5b7
BuildRequires:  %{?scl_prefix}perl(Test::Pod) >= 1.00
2ba5b7
%endif
2ba5b7
BuildRequires:  %{?scl_prefix}perl(Scalar::Util)
2ba5b7
%endif
2ba5b7
BuildRequires:  %{?scl_prefix}perl(vars)
2ba5b7
# Runtime
2ba5b7
Requires:       %{?scl_prefix}perl(:MODULE_COMPAT_%(%{?scl:scl enable %{scl} '}eval "$(perl -V:version)";echo $version%{?scl:'}))
2ba5b7
Requires:       %{?scl_prefix}perl(XSLoader)
2ba5b7
2ba5b7
# Don't "provide" private Perl libs
2ba5b7
%{?perl_default_filter}
2ba5b7
2ba5b7
%description
2ba5b7
This module provides a Perl interface to the bzip2 compression library.
2ba5b7
It is used by IO::Compress::Bzip2.
2ba5b7
2ba5b7
%prep
2ba5b7
%setup -q -n Compress-Raw-Bzip2-%{version}
2ba5b7
# Remove bundled bzip2 sources
2ba5b7
rm -r bzip2-src
2ba5b7
%{?scl:scl enable %{scl} '}perl -i -ne "print unless /^bzip2-src\//" MANIFEST%{?scl:'}
2ba5b7
2ba5b7
%build
2ba5b7
BUILD_BZIP2=0
2ba5b7
BZIP2_LIB=%{_libdir}
2ba5b7
export BUILD_BZIP2 BZIP2_LIB
2ba5b7
%{?scl:scl enable %{scl} '}perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}" NO_PACKLIST=1 NO_PERLLOCAL=1 && %{make_build}%{?scl:'}
2ba5b7
2ba5b7
%install
2ba5b7
%{?scl:scl enable %{scl} '}%{make_install}%{?scl:'}
2ba5b7
find %{buildroot} -type f -name '*.bs' -empty -delete
2ba5b7
%{_fixperms} -c %{buildroot}
2ba5b7
2ba5b7
%check
2ba5b7
%{?scl:scl enable %{scl} '}make test%{?scl:'}
2ba5b7
2ba5b7
%files
2ba5b7
%doc Changes README
2ba5b7
%{perl_vendorarch}/auto/Compress/
2ba5b7
%{perl_vendorarch}/Compress/
2ba5b7
%{_mandir}/man3/Compress::Raw::Bzip2.3*
2ba5b7
2ba5b7
%changelog
2ba5b7
* Tue Jan 07 2020 Jitka Plesnikova <jplesnik@redhat.com> - 2.093-3
2ba5b7
- Re-rebuild of bootstrapped packages
2ba5b7
2ba5b7
* Thu Dec 19 2019 Jitka Plesnikova <jplesnik@redhat.com> - 2.093-2
2ba5b7
- SCL
2ba5b7
2ba5b7
* Sun Dec  8 2019 Paul Howarth <paul@city-fan.org> - 2.093-1
2ba5b7
- 2.093 bump
2ba5b7
2ba5b7
* Thu Dec 05 2019 Jitka Plesnikova <jplesnik@redhat.com> - 2.092-1
2ba5b7
- 2.092 bump
2ba5b7
2ba5b7
* Sun Nov 24 2019 Paul Howarth <paul@city-fan.org> - 2.091-1
2ba5b7
- 2.091 bump
2ba5b7
2ba5b7
* Sun Nov 10 2019 Paul Howarth <paul@city-fan.org> - 2.090-1
2ba5b7
- 2.090 bump
2ba5b7
2ba5b7
* Sun Nov  3 2019 Paul Howarth <paul@city-fan.org> - 2.089-1
2ba5b7
- 2.089 bump
2ba5b7
2ba5b7
* Sun Nov  3 2019 Paul Howarth <paul@city-fan.org> - 2.088-1
2ba5b7
- 2.088 bump
2ba5b7
2ba5b7
* Mon Aug 12 2019 Jitka Plesnikova <jplesnik@redhat.com> - 2.087-1
2ba5b7
- 2.087 bump
2ba5b7
2ba5b7
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.086-4
2ba5b7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
2ba5b7
2ba5b7
* Sun Jun 02 2019 Jitka Plesnikova <jplesnik@redhat.com> - 2.086-3
2ba5b7
- Perl 5.30 re-rebuild of bootstrapped packages
2ba5b7
2ba5b7
* Thu May 30 2019 Jitka Plesnikova <jplesnik@redhat.com> - 2.086-2
2ba5b7
- Perl 5.30 rebuild
2ba5b7
2ba5b7
* Mon Apr 01 2019 Jitka Plesnikova <jplesnik@redhat.com> - 2.086-1
2ba5b7
- 2.086 bump
2ba5b7
2ba5b7
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.084-2
2ba5b7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
2ba5b7
2ba5b7
* Mon Jan 07 2019 Jitka Plesnikova <jplesnik@redhat.com> - 2.084-1
2ba5b7
- 2.084 bump
2ba5b7
2ba5b7
* Wed Jan 02 2019 Jitka Plesnikova <jplesnik@redhat.com> - 2.083-1
2ba5b7
- 2.083 bump
2ba5b7
2ba5b7
* Mon Jul 30 2018 Petr Pisar <ppisar@redhat.com> - 2.081-5
2ba5b7
- Prune bundled bzip2 sources
2ba5b7
2ba5b7
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.081-4
2ba5b7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
2ba5b7
2ba5b7
* Sat Jun 30 2018 Jitka Plesnikova <jplesnik@redhat.com> - 2.081-3
2ba5b7
- Perl 5.28 re-rebuild of bootstrapped packages
2ba5b7
2ba5b7
* Tue Jun 26 2018 Jitka Plesnikova <jplesnik@redhat.com> - 2.081-2
2ba5b7
- Perl 5.28 rebuild
2ba5b7
2ba5b7
* Mon Apr 09 2018 Jitka Plesnikova <jplesnik@redhat.com> - 2.081-1
2ba5b7
- 2.081 bump
2ba5b7
2ba5b7
* Wed Apr 04 2018 Jitka Plesnikova <jplesnik@redhat.com> - 2.080-1
2ba5b7
- 2.080 bump
2ba5b7
2ba5b7
* Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.074-397
2ba5b7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
2ba5b7
2ba5b7
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.074-396
2ba5b7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
2ba5b7
2ba5b7
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.074-395
2ba5b7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
2ba5b7
2ba5b7
* Wed Jun 07 2017 Jitka Plesnikova <jplesnik@redhat.com> - 2.074-394
2ba5b7
- Perl 5.26 re-rebuild of bootstrapped packages
2ba5b7
2ba5b7
* Sat Jun 03 2017 Jitka Plesnikova <jplesnik@redhat.com> - 2.074-393
2ba5b7
- Perl 5.26 rebuild
2ba5b7
2ba5b7
* Mon Feb 20 2017 Jitka Plesnikova <jplesnik@redhat.com> - 2.074-1
2ba5b7
- 2.074 bump
2ba5b7
2ba5b7
* Mon Feb 13 2017 Jitka Plesnikova <jplesnik@redhat.com> - 2.072-1
2ba5b7
- 2.072 bump
2ba5b7
2ba5b7
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.070-2
2ba5b7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
2ba5b7
2ba5b7
* Thu Dec 29 2016 Paul Howarth <paul@city-fan.org> - 2.070-1
2ba5b7
- Update to 2.070
2ba5b7
  - Fix wrong APPEND_OUTPUT logic (CPAN RT#119005, CPAN RT#119141)
2ba5b7
  - Fix some gcc warnings (CPAN RT#100817, CPAN RT#105647)
2ba5b7
- Simplify find commands using -empty and -delete
2ba5b7
2ba5b7
* Wed May 18 2016 Jitka Plesnikova <jplesnik@redhat.com> - 2.069-366
2ba5b7
- Perl 5.24 re-rebuild of bootstrapped packages
2ba5b7
2ba5b7
* Sat May 14 2016 Jitka Plesnikova <jplesnik@redhat.com> - 2.069-365
2ba5b7
- Increase release to favour standalone package
2ba5b7
2ba5b7
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 2.069-2
2ba5b7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
2ba5b7
2ba5b7
* Sun Sep 27 2015 Paul Howarth <paul@city-fan.org> - 2.069-1
2ba5b7
- Update to 2.069
2ba5b7
  - Reduce compiler warnings and stderr noise (CPAN RT#101340)
2ba5b7
  - consting misc tables (CPAN RT#101296)
2ba5b7
2ba5b7
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.068-347
2ba5b7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
2ba5b7
2ba5b7
* Wed Jun 10 2015 Jitka Plesnikova <jplesnik@redhat.com> - 2.068-346
2ba5b7
- Perl 5.22 re-rebuild of bootstrapped packages
2ba5b7
2ba5b7
* Thu Jun 04 2015 Jitka Plesnikova <jplesnik@redhat.com> - 2.068-345
2ba5b7
- Increase release to favour standalone package
2ba5b7
2ba5b7
* Wed Jun 03 2015 Jitka Plesnikova <jplesnik@redhat.com> - 2.068-2
2ba5b7
- Perl 5.22 rebuild
2ba5b7
2ba5b7
* Wed Dec 24 2014 Paul Howarth <paul@city-fan.org> - 2.068-1
2ba5b7
- Update to 2.068 (no changes)
2ba5b7
2ba5b7
* Tue Dec  9 2014 Paul Howarth <paul@city-fan.org> - 2.067-1
2ba5b7
- Update to 2.067 (silence compiler warnings)
2ba5b7
- Classify buildreqs by usage
2ba5b7
2ba5b7
* Mon Sep 22 2014 Paul Howarth <paul@city-fan.org> - 2.066-1
2ba5b7
- Update to 2.066 (no changes)
2ba5b7
2ba5b7
* Sun Sep 07 2014 Jitka Plesnikova <jplesnik@redhat.com> - 2.064-311
2ba5b7
- Perl 5.20 re-rebuild of bootstrapped packages
2ba5b7
2ba5b7
* Wed Sep 03 2014 Jitka Plesnikova <jplesnik@redhat.com> - 2.064-310
2ba5b7
- Increase release to favour standalone package
2ba5b7
2ba5b7
* Tue Aug 26 2014 Jitka Plesnikova <jplesnik@redhat.com> - 2.064-4
2ba5b7
- Perl 5.20 rebuild
2ba5b7
2ba5b7
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.064-3
2ba5b7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
2ba5b7
2ba5b7
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.064-2
2ba5b7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
2ba5b7
2ba5b7
* Sun Feb  2 2014 Paul Howarth <paul@city-fan.org> - 2.064-1
2ba5b7
- Update to 2.064
2ba5b7
  - Handle non-PVs better (CPAN RT#91558)
2ba5b7
2ba5b7
* Sun Nov  3 2013 Paul Howarth <paul@city-fan.org> - 2.063-1
2ba5b7
- Update to 2.063
2ba5b7
  - gcc -g3: final link failed: Memory exhausted (CPAN RT#88936)
2ba5b7
2ba5b7
* Wed Aug 14 2013 Jitka Plesnikova <jplesnik@redhat.com> - 2.062-2
2ba5b7
- Perl 5.18 re-rebuild of bootstrapped packages
2ba5b7
2ba5b7
* Mon Aug 12 2013 Paul Howarth <paul@city-fan.org> - 2.062-1
2ba5b7
- Update to 2.062 (no changes)
2ba5b7
2ba5b7
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.061-3
2ba5b7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
2ba5b7
2ba5b7
* Fri Jul 12 2013 Petr Pisar <ppisar@redhat.com> - 2.061-2
2ba5b7
- Perl 5.18 rebuild
2ba5b7
2ba5b7
* Mon May 27 2013 Paul Howarth <paul@city-fan.org> - 2.061-1
2ba5b7
- Update to 2.061
2ba5b7
  - Silence compiler warning by making 2nd parameter to DispStream a const char*
2ba5b7
2ba5b7
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.060-2
2ba5b7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
2ba5b7
2ba5b7
* Tue Jan  8 2013 Paul Howarth <paul@city-fan.org> - 2.060-1
2ba5b7
- Update to 2.060 (no changes)
2ba5b7
2ba5b7
* Sun Nov 25 2012 Paul Howarth <paul@city-fan.org> - 2.059-1
2ba5b7
- Update to 2.059
2ba5b7
  - Copy-on-write support (CPAN RT#81352)
2ba5b7
2ba5b7
* Tue Nov 13 2012 Paul Howarth <paul@city-fan.org> - 2.058-1
2ba5b7
- Update to 2.058
2ba5b7
  - Compress::Raw::Bzip2 needs to use PERL_NO_GET_CONTEXT (CPAN RT#80318)
2ba5b7
  - Install to 'site' instead of 'perl' when perl version is 5.11+
2ba5b7
    (CPAN RT#79811)
2ba5b7
  - Update to ppport.h that includes SvPV_nomg_nolen (CPAN RT#78080)
2ba5b7
2ba5b7
* Mon Aug  6 2012 Paul Howarth <paul@city-fan.org> - 2.055-1
2ba5b7
- Update to 2.055
2ba5b7
  - Fix misuse of magic in API (CPAN RT#78080)
2ba5b7
- Drop redundant explicit requires for perl(Exporter) and perl(File::Temp)
2ba5b7
2ba5b7
* Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.052-5
2ba5b7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
2ba5b7
2ba5b7
* Tue Jul 10 2012 Petr Pisar <ppisar@redhat.com> - 2.052-4
2ba5b7
- Perl 5.16 re-rebuild of bootstrapped packages
2ba5b7
2ba5b7
* Wed Jun 06 2012 Petr Pisar <ppisar@redhat.com> - 2.052-3
2ba5b7
- Perl 5.16 rebuild
2ba5b7
2ba5b7
* Fri Jun 01 2012 Petr Pisar <ppisar@redhat.com> - 2.052-2
2ba5b7
- Omit optional Test::Pod tests on bootstrap
2ba5b7
2ba5b7
* Sun Apr 29 2012 Paul Howarth <paul@city-fan.org> - 2.052-1
2ba5b7
- Update to 2.052 (no changes)
2ba5b7
- Don't need to remove empty directories from buildroot
2ba5b7
2ba5b7
* Sat Feb 18 2012 Paul Howarth <paul@city-fan.org> - 2.049-1
2ba5b7
- Update to 2.049 (no changes)
2ba5b7
2ba5b7
* Sun Jan 29 2012 Paul Howarth <paul@city-fan.org> - 2.048-1
2ba5b7
- Update to 2.048 (set minimum Perl version to 5.6)
2ba5b7
- Don't use macros for commands
2ba5b7
2ba5b7
* Tue Jan 10 2012 Paul Howarth <paul@city-fan.org> - 2.045-2
2ba5b7
- Rebuild for gcc 4.7 in Rawhide
2ba5b7
2ba5b7
* Sun Dec  4 2011 Paul Howarth <paul@city-fan.org> - 2.045-1
2ba5b7
- Update to 2.045
2ba5b7
  - Moved FAQ.pod to IO::Compress
2ba5b7
2ba5b7
* Sun Dec  4 2011 Paul Howarth <paul@city-fan.org> - 2.044-1
2ba5b7
- Update to 2.044
2ba5b7
  - Moved FAQ.pod under the lib directory so it can get installed
2ba5b7
2ba5b7
* Mon Nov 21 2011 Paul Howarth <paul@city-fan.org> - 2.043-1
2ba5b7
- Update to 2.043 (no changes)
2ba5b7
2ba5b7
* Fri Nov 18 2011 Paul Howarth <paul@city-fan.org> - 2.042-1
2ba5b7
- Update to 2.042 (no changes)
2ba5b7
2ba5b7
* Sat Oct 29 2011 Paul Howarth <paul@city-fan.org> - 2.040-1
2ba5b7
- Update to 2.040
2ba5b7
  - Croak if attempt to freeze/thaw compression object (CPAN RT#69985)
2ba5b7
- BR: perl(Carp)
2ba5b7
2ba5b7
* Thu Jul 28 2011 Karsten Hopp <karsten@redhat.com> 2.037-3
2ba5b7
- Bump and rebuild, got compiled with old perl on ppc
2ba5b7
2ba5b7
* Wed Jun 22 2011 Paul Howarth <paul@city-fan.org> - 2.037-2
2ba5b7
- Perl mass rebuild
2ba5b7
2ba5b7
* Wed Jun 22 2011 Paul Howarth <paul@city-fan.org> - 2.037-1
2ba5b7
- Update to 2.037 (no changes)
2ba5b7
2ba5b7
* Mon Jun 20 2011 Paul Howarth <paul@city-fan.org> - 2.036-2
2ba5b7
- Perl mass rebuild
2ba5b7
2ba5b7
* Mon Jun 20 2011 Petr Sabata <contyk@redhat.com> - 2.036-1
2ba5b7
- 2.036 bump (no changes)
2ba5b7
2ba5b7
* Sun Jun 19 2011 Marcela Mašláňová <mmaslano@redhat.com> - 2.035-3
2ba5b7
- Perl mass rebuild
2ba5b7
2ba5b7
* Fri Jun 17 2011 Paul Howarth <paul@city-fan.org> - 2.035-2
2ba5b7
- Perl mass rebuild
2ba5b7
2ba5b7
* Sat May  7 2011 Paul Howarth <paul@city-fan.org> - 2.035-1
2ba5b7
- Update to 2.035 (no changes)
2ba5b7
2ba5b7
* Tue May  3 2011 Petr Sabata <psabata@redhat.com> - 2.034-1
2ba5b7
- 2.034 bump
2ba5b7
- Buildroot cleanup, defattr cleanup
2ba5b7
- Correcting BRs/Rs
2ba5b7
2ba5b7
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.033-2
2ba5b7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
2ba5b7
2ba5b7
* Thu Jan 13 2011 Paul Howarth <paul@city-fan.org> - 2.033-1
2ba5b7
- Update to 2.033 (fixed typos and spelling errors - Perl RT#81782)
2ba5b7
2ba5b7
* Fri Jan 07 2011 Petr Pisar <ppisar@redhat.com> - 2.032-1
2ba5b7
- 2.032 bump
2ba5b7
2ba5b7
* Wed Sep 29 2010 jkeating - 2.031-2
2ba5b7
- Rebuilt for gcc bug 634757
2ba5b7
2ba5b7
* Thu Sep 23 2010 Petr Pisar <ppisar@redhat.com> - 2.031-1
2ba5b7
- 2.031 bump
2ba5b7
2ba5b7
* Mon Jul 26 2010 Petr Sabata <psabata@redhat.com> - 2.030-1
2ba5b7
- 2.030 version bump
2ba5b7
2ba5b7
* Thu May  6 2010 Marcela Maslanova <mmaslano@redhat.com> - 2.027-1
2ba5b7
- update
2ba5b7
 
2ba5b7
* Fri Apr 30 2010 Marcela Maslanova <mmaslano@redhat.com> - 2.026-2
2ba5b7
- Mass rebuild with perl-5.12.0
2ba5b7
2ba5b7
* Sat Apr 10 2010 Chris Weyl <cweyl@alumni.drew.edu> 2.026-1
2ba5b7
- PERL_INSTALL_ROOT => DESTDIR, use _fixperms incantation
2ba5b7
- add perl_default_filter (XS package)
2ba5b7
- update by Fedora::App::MaintainerTools 0.006
2ba5b7
- updating to latest GA CPAN version (2.026)
2ba5b7
2ba5b7
* Fri Jan 15 2010 Stepan Kasal <skasal@redhat.com> - 2.020-2
2ba5b7
- rebuild against perl 5.10.1
2ba5b7
2ba5b7
* Mon Jul 27 2009 Marcela Mašláňová <mmaslano@redhat.com> - 2.020-1
2ba5b7
- update
2ba5b7
2ba5b7
* Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.005-7
2ba5b7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
2ba5b7
2ba5b7
* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.005-6
2ba5b7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
2ba5b7
2ba5b7
* Wed Mar  5 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 2.005-5
2ba5b7
- rebuild for new perl
2ba5b7
2ba5b7
* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 2.005-4
2ba5b7
- Autorebuild for GCC 4.3
2ba5b7
2ba5b7
* Fri Aug 24 2007 Robin Norwood <rnorwood@redhat.com> - 2.005-3
2ba5b7
- Update license tag.
2ba5b7
2ba5b7
* Tue Jul 17 2007 Robin Norwood <rnorwood@redhat.com> - 2.005-2
2ba5b7
- Bump release to beat F-7 version
2ba5b7
2ba5b7
* Sun Jul 01 2007 Steven Pritchard <steve@kspei.com> 2.005-1
2ba5b7
- Update to 2.005.
2ba5b7
- Build against system libbz2 (#246401).
2ba5b7
2ba5b7
* Tue Jun 05 2007 Robin Norwood <rnorwood@redhat.com> - 2.004-1
2ba5b7
- Initial build from CPAN