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

0425d6
%{?scl:%scl_package perl-Compress-Raw-Zlib}
0425d6
0425d6
# Run optional test
0425d6
%bcond_without perl_Compress_Raw_Zlib_enables_optional_test
0425d6
0425d6
Name:           %{?scl_prefix}perl-Compress-Raw-Zlib
0425d6
Version:        2.076
0425d6
Release:        2%{?dist}
0425d6
Summary:        Low-level interface to the zlib compression library
0425d6
# Zlib.xs:  (GPL+ or Artistic) and zlib
0425d6
# Others:   GPL+ or Artistic
0425d6
## Not used to produce binary packages
0425d6
# zlib-src: zlib
0425d6
License:        (GPL+ or Artistic) and zlib
0425d6
Group:          Development/Libraries
0425d6
URL:            http://search.cpan.org/dist/Compress-Raw-Zlib/
0425d6
Source0:        http://search.cpan.org/CPAN/authors/id/P/PM/PMQS/Compress-Raw-Zlib-%{version}.tar.gz
0425d6
# Module Build
0425d6
BuildRequires:  coreutils
0425d6
BuildRequires:  findutils
0425d6
BuildRequires:  gcc
0425d6
BuildRequires:  make
0425d6
BuildRequires:  %{?scl_prefix}perl-interpreter
0425d6
BuildRequires:  %{?scl_prefix}perl-devel
0425d6
BuildRequires:  %{?scl_prefix}perl-generators
0425d6
BuildRequires:  %{?scl_prefix}perl(Config)
0425d6
BuildRequires:  %{?scl_prefix}perl(ExtUtils::Constant)
0425d6
BuildRequires:  %{?scl_prefix}perl(ExtUtils::Install)
0425d6
BuildRequires:  %{?scl_prefix}perl(ExtUtils::MakeMaker) >= 6.76
0425d6
BuildRequires:  %{?scl_prefix}perl(File::Copy)
0425d6
BuildRequires:  %{?scl_prefix}perl(File::Spec::Functions)
0425d6
BuildRequires:  %{?scl_prefix}perl(lib)
0425d6
BuildRequires:  %{?scl_prefix}perl(vars)
0425d6
BuildRequires:  sed
0425d6
BuildRequires:  zlib-devel >= 1.2.1
0425d6
# Module Runtime
0425d6
BuildRequires:  %{?scl_prefix}perl(bytes)
0425d6
BuildRequires:  %{?scl_prefix}perl(Carp)
0425d6
BuildRequires:  %{?scl_prefix}perl(constant)
0425d6
BuildRequires:  %{?scl_prefix}perl(Exporter)
0425d6
BuildRequires:  %{?scl_prefix}perl(strict)
0425d6
BuildRequires:  %{?scl_prefix}perl(warnings)
0425d6
BuildRequires:  %{?scl_prefix}perl(XSLoader)
0425d6
# Test Suite
0425d6
BuildRequires:  %{?scl_prefix}perl(File::Path)
0425d6
BuildRequires:  %{?scl_prefix}perl(threads::shared)
0425d6
%if %{with perl_Compress_Raw_Zlib_enables_optional_test}
0425d6
# Optional Tests
0425d6
BuildRequires:  %{?scl_prefix}perl(File::Temp)
0425d6
BuildRequires:  %{?scl_prefix}perl(overload)
0425d6
# Dual-lived module needs rebuilding early in the boot process
0425d6
%if !%{defined perl_bootstrap}
0425d6
BuildRequires:  %{?scl_prefix}perl(Test::NoWarnings)
0425d6
BuildRequires:  %{?scl_prefix}perl(Test::Pod) >= 1.00
0425d6
%endif
0425d6
%endif
0425d6
# Runtime
0425d6
Requires:       %{?scl_prefix}perl(:MODULE_COMPAT_%(%{?scl:scl enable %{scl} '}eval "$(perl -V:version)";echo $version%{?scl:'}))
0425d6
Requires:       %{?scl_prefix}perl(XSLoader)
0425d6
0425d6
# Don't "provide" private Perl libs
0425d6
%{?perl_default_filter}
0425d6
0425d6
%description
0425d6
The Compress::Raw::Zlib module provides a Perl interface to the zlib
0425d6
compression library, which is used by IO::Compress::Zlib.
0425d6
0425d6
%prep
0425d6
%setup -q -n Compress-Raw-Zlib-%{version}
0425d6
# Remove bundled zlib
0425d6
rm -rf zlib-src
0425d6
sed -i -e '/^zlib-src\//d' MANIFEST
0425d6
0425d6
%build
0425d6
OLD_ZLIB=False
0425d6
BUILD_ZLIB=False 
0425d6
ZLIB_LIB=%{_libdir}
0425d6
ZLIB_INCLUDE=%{_includedir}
0425d6
export BUILD_ZLIB OLD_ZLIB ZLIB_LIB ZLIB_INCLUDE
0425d6
%{?scl:scl enable %{scl} '}perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}" NO_PACKLIST=1 && make %{?_smp_mflags}%{?scl:'}
0425d6
0425d6
%install
0425d6
%{?scl:scl enable %{scl} '}make pure_install DESTDIR=%{buildroot}%{?scl:'}
0425d6
find %{buildroot} -type f -name '*.bs' -empty -delete
0425d6
%{_fixperms} -c %{buildroot}
0425d6
0425d6
%check
0425d6
%{?scl:scl enable %{scl} '}make test COMPRESS_ZLIB_RUN_MOST=1%{?scl:'}
0425d6
0425d6
%files
0425d6
%doc Changes README
0425d6
%{perl_vendorarch}/auto/Compress/
0425d6
%{perl_vendorarch}/Compress/
0425d6
%{_mandir}/man3/Compress::Raw::Zlib.3*
0425d6
0425d6
%changelog
0425d6
* Fri Dec 15 2017 Petr Pisar <ppisar@redhat.com> - 2.076-2
0425d6
- SCL
0425d6
0425d6
* Wed Nov 22 2017 Jitka Plesnikova <jplesnik@redhat.com> - 2.076-1
0425d6
- 2.076 bump
0425d6
0425d6
* Wed Nov 15 2017 Jitka Plesnikova <jplesnik@redhat.com> - 2.075-1
0425d6
- 2.075 bump
0425d6
0425d6
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.074-396
0425d6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
0425d6
0425d6
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.074-395
0425d6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
0425d6
0425d6
* Wed Jun 07 2017 Jitka Plesnikova <jplesnik@redhat.com> - 2.074-394
0425d6
- Perl 5.26 re-rebuild of bootstrapped packages
0425d6
0425d6
* Sat Jun 03 2017 Jitka Plesnikova <jplesnik@redhat.com> - 2.074-393
0425d6
- Perl 5.26 rebuild
0425d6
0425d6
* Mon Feb 20 2017 Jitka Plesnikova <jplesnik@redhat.com> - 2.074-1
0425d6
- 2.074 bump
0425d6
0425d6
* Mon Feb 13 2017 Jitka Plesnikova <jplesnik@redhat.com> - 2.072-1
0425d6
- 2.072 bump
0425d6
0425d6
* Tue Feb 07 2017 Petr Pisar <ppisar@redhat.com> - 2.071-2
0425d6
- Adapt tests to zlib-1.2.11 (bug #1419841)
0425d6
0425d6
* Sat Dec 31 2016 Paul Howarth <paul@city-fan.org> - 2.071-1
0425d6
- Update to 2.071
0425d6
  - One (last?) compilation warning in bundled inflate.c (CPAN RT#119580,
0425d6
    https://github.com/madler/zlib/issues/111)
0425d6
0425d6
* Thu Dec 29 2016 Paul Howarth <paul@city-fan.org> - 2.070-1
0425d6
- Update to 2.070
0425d6
  - Fix compilation warning from inflate.c (CPAN RT#107642)
0425d6
  - Fix wrong FLAG_APPEND logic, analog to Bzip2 (CPAN RT#119007)
0425d6
- Simplify find commands using -empty and -delete
0425d6
0425d6
* Wed May 18 2016 Jitka Plesnikova <jplesnik@redhat.com> - 2.069-366
0425d6
- Perl 5.24 re-rebuild of bootstrapped packages
0425d6
0425d6
* Sat May 14 2016 Jitka Plesnikova <jplesnik@redhat.com> - 2.069-365
0425d6
- Increase release to favour standalone package
0425d6
0425d6
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 2.069-2
0425d6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
0425d6
0425d6
* Sun Sep 27 2015 Paul Howarth <paul@city-fan.org> - 2.069-1
0425d6
- Update to 2.069
0425d6
  - Reduce compiler warnings and stderr noise (CPAN RT#101341)
0425d6
  - amigaos4: cpan/Compress-Raw-Zlib: also __amigaos4__ (CPAN RT#106799)
0425d6
  - const all global data (CPAN RT#101298)
0425d6
  - Coverity finding: Unused value (CPAN RT#105414)
0425d6
  - Coverity findings (CPAN RT#102399)
0425d6
  - Coverity finding: Overlapping buffer in memory copy (CPAN RT#105413)
0425d6
0425d6
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.068-347
0425d6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
0425d6
0425d6
* Wed Jun 10 2015 Jitka Plesnikova <jplesnik@redhat.com> - 2.068-346
0425d6
- Perl 5.22 re-rebuild of bootstrapped packages
0425d6
0425d6
* Thu Jun 04 2015 Jitka Plesnikova <jplesnik@redhat.com> - 2.068-345
0425d6
- Increase release to favour standalone package
0425d6
0425d6
* Wed Jun 03 2015 Jitka Plesnikova <jplesnik@redhat.com> - 2.068-3
0425d6
- Perl 5.22 rebuild
0425d6
0425d6
* Thu Mar 19 2015 Jitka Plesnikova <jplesnik@redhat.com> - 2.068-2
0425d6
- Correct license from (GPL+ or Artistic) to ((GPL+ or Artistic) and zlib)
0425d6
0425d6
* Wed Dec 24 2014 Paul Howarth <paul@city-fan.org> - 2.068-1
0425d6
- Update to 2.068
0425d6
  - Silence more compiler warnings
0425d6
  - Disable running of 07bufsize.t by default; COMPRESS_ZLIB_RUN_MOST needs to
0425d6
    be set to run it, which makes life more bearable on legacy platforms
0425d6
0425d6
* Tue Dec  9 2014 Paul Howarth <paul@city-fan.org> - 2.067-1
0425d6
- Update to 2.067 (silence compiler warnings)
0425d6
- Classify buildreqs by usage
0425d6
0425d6
* Mon Sep 22 2014 Paul Howarth <paul@city-fan.org> - 2.066-1
0425d6
- Update to 2.066
0425d6
  - Another COW violation (CPAN RT#98069)
0425d6
  - Misleading nesting/indentation found by Coverity (CPAN RT#95405)
0425d6
0425d6
* Sun Sep 07 2014 Jitka Plesnikova <jplesnik@redhat.com> - 2.065-311
0425d6
- Perl 5.20 re-rebuild of bootstrapped packages
0425d6
0425d6
* Wed Sep 03 2014 Jitka Plesnikova <jplesnik@redhat.com> - 2.065-310
0425d6
- Increase release to favour standalone package
0425d6
0425d6
* Tue Aug 26 2014 Jitka Plesnikova <jplesnik@redhat.com> - 2.065-4
0425d6
- Perl 5.20 rebuild
0425d6
0425d6
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.065-3
0425d6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
0425d6
0425d6
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.065-2
0425d6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
0425d6
0425d6
* Tue Feb  4 2014 Paul Howarth <paul@city-fan.org> - 2.065-1
0425d6
- Update to 2.065
0425d6
  - Resolve c++ build failure in core (CPAN RT#92657)
0425d6
  - gcc -g3: final link failed: Memory exhausted (CPAN RT#88936)
0425d6
0425d6
* Sun Feb  2 2014 Paul Howarth <paul@city-fan.org> - 2.064-1
0425d6
- Update to 2.064
0425d6
  - Handle non-PVs better (CPAN RT#91558)
0425d6
  - Z_OK instead of Z_BUF_ERROR (CPAN RT#92521)
0425d6
0425d6
* Sun Nov  3 2013 Paul Howarth <paul@city-fan.org> - 2.063-1
0425d6
- Update to 2.063
0425d6
  - gcc -g3: final link failed: Memory exhausted (CPAN RT#88936)
0425d6
  - Compress::Raw::Zlib uses AutoLoader for no reason (CPAN RT#88260)
0425d6
  - Typo in Compress::Zlib _combine function documentation (CPAN RT#89305)
0425d6
0425d6
* Wed Aug 14 2013 Jitka Plesnikova <jplesnik@redhat.com> - 2.062-2
0425d6
- Perl 5.18 re-rebuild of bootstrapped packages
0425d6
0425d6
* Mon Aug 12 2013 Paul Howarth <paul@city-fan.org> - 2.062-1
0425d6
- Update to 2.062
0425d6
  - Typo fix (CPAN RT#86417)
0425d6
0425d6
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.061-3
0425d6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
0425d6
0425d6
* Fri Jul 12 2013 Petr Pisar <ppisar@redhat.com> - 2.061-2
0425d6
- Perl 5.18 rebuild
0425d6
0425d6
* Mon May 27 2013 Paul Howarth <paul@city-fan.org> - 2.061-1
0425d6
- Update to 2.061
0425d6
  - Include zlib 1.2.8 source
0425d6
  - Typo fix (CPAN RT#85431)
0425d6
  - Silence compiler warning by making 2nd parameter to DispStream a const char*
0425d6
0425d6
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.060-2
0425d6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
0425d6
0425d6
* Tue Jan  8 2013 Paul Howarth <paul@city-fan.org> - 2.060-1
0425d6
- Update to 2.060 (mention SimpleZip in POD)
0425d6
0425d6
* Sun Nov 25 2012 Paul Howarth <paul@city-fan.org> - 2.059-1
0425d6
- Update to 2.059
0425d6
  - Copy-on-write support (CPAN RT#81353)
0425d6
0425d6
* Tue Nov 13 2012 Paul Howarth <paul@city-fan.org> - 2.058-1
0425d6
- Update to 2.058
0425d6
  - Compress::Raw::Zlib needs to use PERL_NO_GET_CONTEXT (CPAN RT#80319)
0425d6
  - Install to 'site' instead of 'perl' when perl version is 5.11+
0425d6
    (CPAN RT#79812)
0425d6
  - Update to ppport.h that includes SvPV_nomg_nolen (CPAN RT#78079)
0425d6
0425d6
* Sat Aug 11 2012 Paul Howarth <paul@city-fan.org> - 2.056-1
0425d6
- Update to 2.056
0425d6
  - Fix C++ build issue
0425d6
0425d6
* Mon Aug  6 2012 Paul Howarth <paul@city-fan.org> - 2.055-1
0425d6
- Update to 2.055
0425d6
  - Fix misuse of magic in API (CPAN RT#78079)
0425d6
  - Include zlib 1.2.7 source
0425d6
- BR: perl(Exporter) and perl(lib)
0425d6
- BR: perl(Test::NoWarnings) except when bootstrapping
0425d6
- Drop redundant explicit require for perl(Exporter)
0425d6
- Drop BR: perl(bytes), not dual-lived
0425d6
0425d6
* Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.054-5
0425d6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
0425d6
0425d6
* Tue Jul 10 2012 Petr Pisar <ppisar@redhat.com> - 2.054-4
0425d6
- Perl 5.16 re-rebuild of bootstrapped packages
0425d6
0425d6
* Wed Jun 06 2012 Petr Pisar <ppisar@redhat.com> - 2.054-3
0425d6
- Perl 5.16 rebuild
0425d6
0425d6
* Fri Jun 01 2012 Petr Pisar <ppisar@redhat.com> - 2.054-2
0425d6
- Omit optional Test::Pod tests on bootstrap
0425d6
0425d6
* Tue May  8 2012 Paul Howarth <paul@city-fan.org> - 2.054-1
0425d6
- Update to 2.054
0425d6
  - Fix build issue on Win32 (CPAN RT#77030)
0425d6
0425d6
* Sun May  6 2012 Paul Howarth <paul@city-fan.org> - 2.053-1
0425d6
- Update to 2.053
0425d6
  - Include zlib 1.2.7 source
0425d6
0425d6
* Sun Apr 29 2012 Paul Howarth <paul@city-fan.org> - 2.052-1
0425d6
- Update to 2.052
0425d6
  - Fix build issue when Perl is built with C++
0425d6
- Don't need to remove empty directories from buildroot
0425d6
0425d6
* Thu Feb 23 2012 Paul Howarth <paul@city-fan.org> - 2.051-1
0425d6
- Update to 2.051
0425d6
  - Fix bug in Compress::Raw::Zlib on 64-bit Windows (CPAN RT#75222)
0425d6
0425d6
* Tue Feb 21 2012 Paul Howarth <paul@city-fan.org> - 2.050-1
0425d6
- Update to 2.050
0425d6
  - Fix build failure on Irix and Solaris (CPAN RT#75151)
0425d6
0425d6
* Sat Feb 18 2012 Paul Howarth <paul@city-fan.org> - 2.049-1
0425d6
- Update to 2.049
0425d6
  - Include zlib 1.2.6 source
0425d6
0425d6
* Sun Jan 29 2012 Paul Howarth <paul@city-fan.org> - 2.048-1
0425d6
- Update to 2.048
0425d6
  - Allow flush to be called multiple times without any intermediate call to
0425d6
    deflate and still return Z_OK
0425d6
  - Added support for zlibCompileFlags
0425d6
  - Set minimum Perl version to 5.6
0425d6
  - Set minimum zlib version to 1.2.0
0425d6
- Don't use macros for commands
0425d6
0425d6
* Tue Jan 10 2012 Paul Howarth <paul@city-fan.org> - 2.045-2
0425d6
- Rebuild for gcc 4.7 in Rawhide
0425d6
0425d6
* Sun Dec  4 2011 Paul Howarth <paul@city-fan.org> - 2.045-1
0425d6
- Update to 2.045
0425d6
  - Moved FAQ.pod into Zlib.pm
0425d6
0425d6
* Sun Dec  4 2011 Paul Howarth <paul@city-fan.org> - 2.044-1
0425d6
- Update to 2.044
0425d6
  - Moved FAQ.pod under the lib directory so it can get installed
0425d6
0425d6
* Mon Nov 21 2011 Paul Howarth <paul@city-fan.org> - 2.043-1
0425d6
- Update to 2.043 (no changes)
0425d6
0425d6
* Fri Nov 18 2011 Paul Howarth <paul@city-fan.org> - 2.042-1
0425d6
- Update to 2.042 (no changes)
0425d6
0425d6
* Sat Oct 29 2011 Paul Howarth <paul@city-fan.org> - 2.040-1
0425d6
- Update to 2.040
0425d6
  - Croak if attempt to freeze/thaw compression object (CPAN RT#69985)
0425d6
- BR: perl(Carp)
0425d6
0425d6
* Tue Aug 16 2011 Marcela Mašláňová <mmaslano@redhat.com> - 2.037-4
0425d6
- Install to vendorlib so that our debuginfo does not conflict with that of
0425d6
  the main perl package
0425d6
0425d6
* Thu Jul 28 2011 Karsten Hopp <karsten@redhat.com> 2.037-3
0425d6
- Bump and rebuild as it got compiled with the old perl on ppc
0425d6
0425d6
* Wed Jun 22 2011 Paul Howarth <paul@city-fan.org> - 2.037-2
0425d6
- Perl mass rebuild
0425d6
0425d6
* Wed Jun 22 2011 Paul Howarth <paul@city-fan.org> - 2.037-1
0425d6
- Update to 2.037 (no changes)
0425d6
0425d6
* Mon Jun 20 2011 Paul Howarth <paul@city-fan.org> - 2.036-2
0425d6
- Perl mass rebuild
0425d6
0425d6
* Mon Jun 20 2011 Petr Sabata <contyk@redhat.com> - 2.036-1
0425d6
- 2.036 bump (added offset parameter to CRC32)
0425d6
0425d6
* Sun Jun 19 2011 Marcela Mašláňová <mmaslano@redhat.com> - 2.035-3
0425d6
- Perl mass rebuild
0425d6
0425d6
* Fri Jun 17 2011 Paul Howarth <paul@city-fan.org> - 2.035-2
0425d6
- Perl mass rebuild
0425d6
0425d6
* Sat May  7 2011 Paul Howarth <paul@city-fan.org> - 2.035-1
0425d6
- Update to 2.035 (no changes)
0425d6
0425d6
* Tue May  3 2011 Petr Sabata <psabata@redhat.com> - 2.034-1
0425d6
- 2.034 bump
0425d6
- Buildroot and defattr cleanup
0425d6
- Correcting BRs/Rs
0425d6
0425d6
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.033-4
0425d6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
0425d6
0425d6
* Fri Jan 14 2011 Marcela Mašláňová <mmaslano@redhat.com> - 2.033-3
0425d6
- remove epoch again, it's actually rpmdev bug
0425d6
 https://fedorahosted.org/rpmdevtools/ticket/13
0425d6
0425d6
* Fri Jan 14 2011 Marcela Mašláňová <mmaslano@redhat.com> - 2.033-2
0425d6
- re-add epoch. rpmdev-vercmp "0" 2.032 2 "" 2.033 1 -> 2.032
0425d6
0425d6
* Thu Jan 13 2011 Paul Howarth <paul@city-fan.org> - 2.033-1
0425d6
- Update to 2.033 (fixed typos and spelling errors - Perl RT#81782)
0425d6
- Drop redundant Obsoletes and Epoch tags
0425d6
- Simplify provides filter
0425d6
0425d6
* Fri Jan 07 2011 Petr Pisar <ppisar@redhat.com> - 0:2.032-2
0425d6
- BuildRequire perl(Test::Pod) for tests
0425d6
0425d6
* Fri Jan 07 2011 Petr Pisar <ppisar@redhat.com> - 0:2.032-1
0425d6
- 2.032 bump
0425d6
0425d6
* Wed Dec 15 2010 Marcela Maslanova <mmaslano@redhat.com> - 0:2.030-2
0425d6
- 661697 rebuild for fixing problems with vendorach/lib
0425d6
0425d6
* Mon Jul 26 2010 Petr Sabata <psabata@redhat.com> - 0:2.030-1
0425d6
- 2.030 version bump
0425d6
0425d6
* Thu May 06 2010 Marcela Maslanova <mmaslano@redhat.com> - 0:2.027-1
0425d6
- update
0425d6
0425d6
* Fri Apr 30 2010 Marcela Maslanova <mmaslano@redhat.com> - 0:2.024-3
0425d6
- Mass rebuild with perl-5.12.0
0425d6
0425d6
* Mon Mar 29 2010 Marcela Mašláňová <mmaslano@redhat.com> 2.024-2
0425d6
- split again from main package for updated version
0425d6
0425d6
* Tue Jul 17 2007 Robin Norwood <rnorwood@redhat.com> - 2.005-2
0425d6
- Bump release to beat F-7 version
0425d6
0425d6
* Sun Jul 01 2007 Robin Norwood <rnorwood@redhat.com> - 2.005-1
0425d6
- update to 2.005.
0425d6
0425d6
* Tue Jun 05 2007 Robin Norwood <rnorwood@redhat.com> - 2.004-1
0425d6
- Initial build from CPAN
0425d6