8f3d3a
# According to documentation, module using Coro is just:
8f3d3a
# A PROOF-OF-CONCEPT IMPLEMENTATION FOR EXPERIMENTATION.
8f3d3a
# Omit Coro support on bootsrap bacause perl-DBI is pulled in by core
8f3d3a
# perl-CPANPLUS.
8f3d3a
%if %{defined perl_bootstrap} || 0%{?rhel} >= 7
8f3d3a
%bcond_with perl_DBI_enables_coro
8f3d3a
%else
8f3d3a
%bcond_without perl_DBI_enables_coro
8f3d3a
%endif
8f3d3a
8f3d3a
%if 0%{?rhel}
8f3d3a
# Test with and suggest Clone Perl module for better multithreading
8f3d3a
%bcond_with perl_DBI_enables_Clone
8f3d3a
# Test with and suggest DB_File Perl module
8f3d3a
%bcond_with perl_DBI_enables_DB_File
8f3d3a
# Test with and suggest MLDBM Perl module for arbitrary mulicolumn databases
8f3d3a
%bcond_with perl_DBI_enables_MLDBM
8f3d3a
# Run optional tests
8f3d3a
%bcond_with perl_DBI_enables_optional_test
8f3d3a
%else
8f3d3a
%bcond_without perl_DBI_enables_Clone
8f3d3a
%bcond_without perl_DBI_enables_DB_File
8f3d3a
%bcond_without perl_DBI_enables_MLDBM
8f3d3a
%bcond_without perl_DBI_enables_optional_test
8f3d3a
%endif
8f3d3a
# Test with and suggest SQL::Statement Perl module for more serialization
8f3d3a
# formats
8f3d3a
# SQL::Statement is optional, and it is in build-cycle with DBI
8f3d3a
%if %{defined perl_bootstrap} || 0%{?rhel}
8f3d3a
%bcond_with perl_DBI_enables_SQL_Statement
8f3d3a
%else
8f3d3a
%bcond_without perl_DBI_enables_SQL_Statement
8f3d3a
%endif
8f3d3a
8f3d3a
Name:           perl-DBI
8f3d3a
Version:        1.641
15c8b8
Release:        4%{?dist}
8f3d3a
Summary:        A database access API for perl
8f3d3a
License:        GPL+ or Artistic
8f3d3a
URL:            http://dbi.perl.org/
8f3d3a
Source0:        http://www.cpan.org/authors/id/T/TI/TIMB/DBI-%{version}.tar.gz
8f3d3a
BuildRequires:  coreutils
8f3d3a
BuildRequires:  findutils
8f3d3a
BuildRequires:  gcc
8f3d3a
BuildRequires:  glibc-common
8f3d3a
BuildRequires:  make
8f3d3a
BuildRequires:  perl-devel
8f3d3a
BuildRequires:  perl-generators
8f3d3a
BuildRequires:  perl-interpreter
8f3d3a
BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.76
8f3d3a
BuildRequires:  perl(File::Find)
8f3d3a
BuildRequires:  perl(strict)
8f3d3a
BuildRequires:  sed
8f3d3a
# Run-time:
8f3d3a
BuildRequires:  perl(base)
8f3d3a
BuildRequires:  perl(constant)
8f3d3a
BuildRequires:  perl(Carp)
8f3d3a
BuildRequires:  perl(Config)
8f3d3a
%if %{with perl_DBI_enables_coro}
8f3d3a
# Coro Not needed by tests
8f3d3a
# Coro::Handle not needed by tests
8f3d3a
# Coro::Select not needed by tests
8f3d3a
%endif
8f3d3a
BuildRequires:  perl(Cwd)
8f3d3a
BuildRequires:  perl(Data::Dumper)
8f3d3a
BuildRequires:  perl(DynaLoader)
8f3d3a
BuildRequires:  perl(Errno)
8f3d3a
BuildRequires:  perl(Exporter)
8f3d3a
BuildRequires:  perl(Fcntl)
15c8b8
BuildRequires:  perl(FileHandle)
8f3d3a
BuildRequires:  perl(File::Basename)
8f3d3a
BuildRequires:  perl(File::Spec)
8f3d3a
BuildRequires:  perl(Getopt::Long)
8f3d3a
BuildRequires:  perl(IO::Dir)
8f3d3a
BuildRequires:  perl(IO::File)
8f3d3a
BuildRequires:  perl(IO::Select)
8f3d3a
BuildRequires:  perl(IPC::Open3)
8f3d3a
BuildRequires:  perl(Math::BigInt)
8f3d3a
BuildRequires:  perl(Scalar::Util)
8f3d3a
BuildRequires:  perl(Storable)
8f3d3a
BuildRequires:  perl(Symbol)
8f3d3a
BuildRequires:  perl(threads)
8f3d3a
BuildRequires:  perl(Tie::Hash)
8f3d3a
BuildRequires:  perl(UNIVERSAL)
8f3d3a
BuildRequires:  perl(utf8)
8f3d3a
BuildRequires:  perl(vars)
8f3d3a
BuildRequires:  perl(warnings)
8f3d3a
# Optional run-time:
8f3d3a
%if %{with perl_DBI_enables_Clone}
8f3d3a
BuildRequires:  perl(Clone) >= 0.34
8f3d3a
%endif
8f3d3a
%if %{with perl_DBI_enables_DB_File}
8f3d3a
BuildRequires:  perl(DB_File)
8f3d3a
%endif
8f3d3a
%if %{with perl_DBI_enables_MLDBM}
8f3d3a
BuildRequires:  perl(MLDBM)
8f3d3a
%endif
8f3d3a
# Do not build-require optional Params::Util to test the fall-back code
8f3d3a
%if %{with perl_DBI_enables_SQL_Statement}
8f3d3a
BuildRequires:  perl(SQL::Statement) >= 1.402
8f3d3a
%endif
8f3d3a
# Tests
15c8b8
BuildRequires:  perl(blib)
8f3d3a
BuildRequires:  perl(B)
8f3d3a
BuildRequires:  perl(Benchmark)
8f3d3a
BuildRequires:  perl(Encode)
8f3d3a
BuildRequires:  perl(File::Copy)
8f3d3a
BuildRequires:  perl(File::Path)
8f3d3a
BuildRequires:  perl(lib)
8f3d3a
BuildRequires:  perl(overload)
8f3d3a
BuildRequires:  perl(Test::More)
8f3d3a
BuildRequires:  perl(Test::Simple) >= 0.90
8f3d3a
%if %{with perl_DBI_enables_optional_test}
8f3d3a
# Optional tests
8f3d3a
BuildRequires:  perl(Test::Pod) >= 1.00
8f3d3a
BuildRequires:  perl(Test::Pod::Coverage) >= 1.04
8f3d3a
%endif
8f3d3a
Requires:       perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
8f3d3a
%if %{with perl_DBI_enables_Clone}
8f3d3a
Suggests:       perl(Clone) >= 0.34
8f3d3a
%endif
8f3d3a
%if %{with perl_DBI_enables_DB_File}
8f3d3a
Suggests:       perl(DB_File)
8f3d3a
%endif
15c8b8
Requires:       perl(FileHandle)
8f3d3a
Requires:       perl(Math::BigInt)
8f3d3a
%if %{with perl_DBI_enables_MLDBM}
8f3d3a
Suggests:       perl(MLDBM)
8f3d3a
%endif
8f3d3a
%if %{with perl_DBI_enables_SQL_Statement}
8f3d3a
Suggests:       perl(SQL::Statement) >= 1.402
8f3d3a
%endif
8f3d3a
8f3d3a
# Filter unwanted dependencies
8f3d3a
%{?perl_default_filter}
8f3d3a
%global __requires_exclude %{?__requires_exclude:%{__requires_exclude}|}^perl\\(RPC::\\)
8f3d3a
8f3d3a
%description 
8f3d3a
DBI is a database access Application Programming Interface (API) for
8f3d3a
the Perl Language. The DBI API Specification defines a set of
8f3d3a
functions, variables and conventions that provide a consistent
8f3d3a
database interface independent of the actual database being used.
8f3d3a
8f3d3a
%if %{with perl_DBI_enables_coro}
8f3d3a
%package Coro
8f3d3a
Summary:        Asynchronous DBD::Gofer stream transport using Coro
8f3d3a
Requires:       perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
8f3d3a
8f3d3a
%description Coro
8f3d3a
This is an experimental asynchronous DBD::Gofer stream transport for DBI
8f3d3a
implemented on top of Coro. The BIG WIN from using Coro is that it enables
8f3d3a
the use of existing DBI frameworks like DBIx::Class.
8f3d3a
%endif
8f3d3a
8f3d3a
%prep
8f3d3a
%setup -q -n DBI-%{version} 
8f3d3a
for F in lib/DBD/Gofer.pm; do
8f3d3a
    iconv -f ISO-8859-1 -t UTF-8 < "$F" > "${F}.utf8"
8f3d3a
    touch -r "$F" "${F}.utf8"
8f3d3a
    mv "${F}.utf8" "$F"
8f3d3a
done
8f3d3a
chmod 644 ex/*
8f3d3a
chmod 744 dbixs_rev.pl
8f3d3a
# Fix shell bangs
8f3d3a
for F in dbixs_rev.pl ex/corogofer.pl; do
8f3d3a
    perl -MExtUtils::MakeMaker -e "ExtUtils::MM_Unix->fixin(q{$F})"
8f3d3a
done
8f3d3a
%if %{without perl_DBI_enables_coro}
8f3d3a
rm lib/DBD/Gofer/Transport/corostream.pm
8f3d3a
sed -i -e '/^lib\/DBD\/Gofer\/Transport\/corostream.pm$/d' MANIFEST
8f3d3a
%endif
8f3d3a
# Remove RPC::Pl* reverse dependencies due to security concerns,
8f3d3a
# CVE-2013-7284, bug #1051110
8f3d3a
for F in lib/Bundle/DBI.pm lib/DBD/Proxy.pm lib/DBI/ProxyServer.pm \
8f3d3a
        dbiproxy.PL t/80proxy.t; do
8f3d3a
    rm "$F"
8f3d3a
    sed -i -e '\|^'"$F"'|d' MANIFEST
8f3d3a
done
8f3d3a
sed -i -e 's/"dbiproxy$ext_pl",//' Makefile.PL
8f3d3a
# Remove Win32 specific files to avoid unwanted dependencies
8f3d3a
for F in lib/DBI/W32ODBC.pm lib/Win32/DBIODBC.pm; do
8f3d3a
    rm "$F"
8f3d3a
    sed -i -e '\|^'"$F"'|d' MANIFEST
8f3d3a
done
8f3d3a
8f3d3a
%build
8f3d3a
perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1 OPTIMIZE="%{optflags}"
8f3d3a
make %{?_smp_mflags}
8f3d3a
8f3d3a
%install
8f3d3a
make pure_install DESTDIR=%{buildroot}
8f3d3a
find %{buildroot} -type f -name '*.bs' -empty -delete
8f3d3a
%{_fixperms} '%{buildroot}'/*
8f3d3a
8f3d3a
%check
8f3d3a
make test
8f3d3a
8f3d3a
%files
8f3d3a
# Changes already packaged as DBI::Changes
8f3d3a
%doc README.md ex/perl_dbi_nulls_test.pl ex/profile.pl
8f3d3a
%{_bindir}/dbipro*
8f3d3a
%{_bindir}/dbilogstrip
8f3d3a
%{perl_vendorarch}/*.p*
8f3d3a
%{perl_vendorarch}/DBD/
8f3d3a
%if %{with perl_DBI_enables_coro}
8f3d3a
%exclude %{perl_vendorarch}/DBD/Gofer/Transport/corostream.pm
8f3d3a
%endif
8f3d3a
%{perl_vendorarch}/DBI/
8f3d3a
%{perl_vendorarch}/auto/DBI/
8f3d3a
%{_mandir}/man1/*.1*
8f3d3a
%{_mandir}/man3/*.3*
8f3d3a
8f3d3a
%if %{with perl_DBI_enables_coro}
8f3d3a
%files Coro
8f3d3a
%doc ex/corogofer.pl
8f3d3a
%{perl_vendorarch}/DBD/Gofer/Transport/corostream.pm
8f3d3a
%endif
8f3d3a
8f3d3a
%changelog
15c8b8
* Mon Nov 22 2021 Jitka Plesnikova <jplesnik@redhat.com> - 1.641-4
15c8b8
- BR: perl(blib), perl(FileHandle) for tests
15c8b8
08852c
* Fri Mar 29 2019 Jitka Plesnikova <jplesnik@redhat.com> - 1.641-3
08852c
- Rebuild with enable hardening (bug #1636329)
08852c
8f3d3a
* Wed Jan 16 2019 Petr Šabata <contyk@redhat.com> - 1.641-2
8f3d3a
- Rebuilding for multicontext errata test purposes (rhbz#1666480)
8f3d3a
8f3d3a
* Tue Mar 20 2018 Petr Pisar <ppisar@redhat.com> - 1.641-1
8f3d3a
- 1.641 bump
8f3d3a
8f3d3a
* Mon Feb 19 2018 Jitka Plesnikova <jplesnik@redhat.com> - 1.640-3
8f3d3a
- Add build-require gcc
8f3d3a
8f3d3a
* Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.640-2
8f3d3a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
8f3d3a
8f3d3a
* Mon Jan 29 2018 Jitka Plesnikova <jplesnik@redhat.com> - 1.640-1
8f3d3a
- 1.640 bump
8f3d3a
8f3d3a
* Mon Jan 01 2018 Jitka Plesnikova <jplesnik@redhat.com> - 1.639-1
8f3d3a
- 1.639 bump
8f3d3a
8f3d3a
* Thu Aug 17 2017 Jitka Plesnikova <jplesnik@redhat.com> - 1.637-1
8f3d3a
- 1.637 bump
8f3d3a
8f3d3a
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.636-8
8f3d3a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
8f3d3a
8f3d3a
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.636-7
8f3d3a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
8f3d3a
8f3d3a
* Wed Jun 07 2017 Jitka Plesnikova <jplesnik@redhat.com> - 1.636-6
8f3d3a
- Perl 5.26 re-rebuild of bootstrapped packages
8f3d3a
8f3d3a
* Sun Jun 04 2017 Jitka Plesnikova <jplesnik@redhat.com> - 1.636-5
8f3d3a
- Perl 5.26 rebuild
8f3d3a
8f3d3a
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.636-4
8f3d3a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
8f3d3a
8f3d3a
* Wed May 18 2016 Jitka Plesnikova <jplesnik@redhat.com> - 1.636-3
8f3d3a
- Perl 5.24 re-rebuild of bootstrapped packages
8f3d3a
8f3d3a
* Sun May 15 2016 Jitka Plesnikova <jplesnik@redhat.com> - 1.636-2
8f3d3a
- Perl 5.24 rebuild
8f3d3a
8f3d3a
* Tue Apr 26 2016 Jitka Plesnikova <jplesnik@redhat.com> - 1.636-1
8f3d3a
- 1.636 bump
8f3d3a
8f3d3a
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.634-3
8f3d3a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
8f3d3a
8f3d3a
* Fri Oct 23 2015 Petr Pisar <ppisar@redhat.com> - 1.634-2
8f3d3a
- Correct dependency filter
8f3d3a
8f3d3a
* Tue Aug 04 2015 Petr Pisar <ppisar@redhat.com> - 1.634-1
8f3d3a
- 1.634 bump
8f3d3a
8f3d3a
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.633-6
8f3d3a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
8f3d3a
8f3d3a
* Wed Jun 10 2015 Jitka Plesnikova <jplesnik@redhat.com> - 1.633-5
8f3d3a
- Perl 5.22 re-rebuild of bootstrapped packages
8f3d3a
8f3d3a
* Fri Jun 05 2015 Jitka Plesnikova <jplesnik@redhat.com> - 1.633-4
8f3d3a
- Perl 5.22 rebuild
8f3d3a
8f3d3a
* Thu Mar 12 2015 Jitka Plesnikova <jplesnik@redhat.com> - 1.633-3
8f3d3a
- Remove script strip_FAQ.sh from sources
8f3d3a
8f3d3a
* Mon Mar 09 2015 Jitka Plesnikova <jplesnik@redhat.com> - 1.633-2
8f3d3a
- Repackage source tarball to remove non-free DBI/FAQ.pm (bug #1199532)
8f3d3a
8f3d3a
* Tue Jan 13 2015 Jitka Plesnikova <jplesnik@redhat.com> - 1.633-1
8f3d3a
- 1.633 bump
8f3d3a
8f3d3a
* Fri Dec 12 2014 Petr Pisar <ppisar@redhat.com> - 1.632-2
8f3d3a
- Improve specification file
8f3d3a
8f3d3a
* Wed Nov 12 2014 Jitka Plesnikova <jplesnik@redhat.com> - 1.632-1
8f3d3a
- 1.632 bump
8f3d3a
8f3d3a
* Sun Sep 07 2014 Jitka Plesnikova <jplesnik@redhat.com> - 1.631-7
8f3d3a
- Perl 5.20 re-rebuild of bootstrapped packages
8f3d3a
8f3d3a
* Wed Aug 27 2014 Jitka Plesnikova <jplesnik@redhat.com> - 1.631-6
8f3d3a
- Perl 5.20 rebuild
8f3d3a
8f3d3a
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.631-5
8f3d3a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
8f3d3a
8f3d3a
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.631-4
8f3d3a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
8f3d3a
8f3d3a
* Mon Jun 02 2014 Petr Pisar <ppisar@redhat.com> - 1.631-3
8f3d3a
- Remove RPC::Pl* reverse dependencies due to security concerns (CVE-2013-7284)
8f3d3a
  (bug #1051110)
8f3d3a
8f3d3a
* Wed Jan 22 2014 Petr Pisar <ppisar@redhat.com> - 1.631-2
8f3d3a
- Split DBD::Gofer::Transport::corostream into sub-package
8f3d3a
8f3d3a
* Tue Jan 21 2014 Jitka Plesnikova <jplesnik@redhat.com> - 1.631-1
8f3d3a
- 1.631 bump
8f3d3a
8f3d3a
* Tue Nov 26 2013 Petr Pisar <ppisar@redhat.com> - 1.630-2
8f3d3a
- Add a security warning about use of RPC::PlClient (bug #1030578)
8f3d3a
8f3d3a
* Tue Oct 29 2013 Jitka Plesnikova <jplesnik@redhat.com> - 1.630-1
8f3d3a
- 1.630 bump
8f3d3a
8f3d3a
* Wed Aug 14 2013 Jitka Plesnikova <jplesnik@redhat.com> - 1.628-3
8f3d3a
- Perl 5.18 re-rebuild of bootstrapped packages
8f3d3a
8f3d3a
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.628-2
8f3d3a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
8f3d3a
8f3d3a
* Thu Jul 25 2013 Petr Pisar <ppisar@redhat.com> - 1.628-1
8f3d3a
- 1.628 bump
8f3d3a
8f3d3a
* Wed Jul 24 2013 Petr Pisar <ppisar@redhat.com> - 1.627-2
8f3d3a
- Perl 5.18 rebuild
8f3d3a
8f3d3a
* Mon May 20 2013 Petr Pisar <ppisar@redhat.com> - 1.627-1
8f3d3a
- 1.627 bump
8f3d3a
8f3d3a
* Thu May 16 2013 Petr Pisar <ppisar@redhat.com> - 1.626-1
8f3d3a
- 1.626 bump
8f3d3a
8f3d3a
* Tue Apr 02 2013 Petr Šabata <contyk@redhat.com> - 1.625-1
8f3d3a
- 1.625 bump, perl5.17 fixes
8f3d3a
8f3d3a
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.623-2
8f3d3a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
8f3d3a
8f3d3a
* Thu Jan 03 2013 Petr Šabata <contyk@redhat.com> - 1.623-1
8f3d3a
- 1.623 bump
8f3d3a
8f3d3a
* Mon Aug 27 2012 Petr Pisar <ppisar@redhat.com> - 1.622-6
8f3d3a
- Disable Coro properly
8f3d3a
8f3d3a
* Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.622-5
8f3d3a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
8f3d3a
8f3d3a
* Tue Jul 10 2012 Petr Pisar <ppisar@redhat.com> - 1.622-4
8f3d3a
- Perl 5.16 re-rebuild of bootstrapped packages
8f3d3a
8f3d3a
* Wed Jun 27 2012 Marcela Mašláňová <mmaslano@redhat.com> - 1.622-3
8f3d3a
- Conditionalize usage of Coro, which is used in experimental module
8f3d3a
  and MLDB and SLQ::Statement. 
8f3d3a
 
8f3d3a
* Sat Jun 16 2012 Petr Pisar <ppisar@redhat.com> - 1.622-2
8f3d3a
- Perl 5.16 rebuild
8f3d3a
8f3d3a
* Fri Jun 08 2012 Petr Pisar <ppisar@redhat.com> - 1.622-1
8f3d3a
- 1.622 bump
8f3d3a
8f3d3a
* Fri Apr 27 2012 Petr Šabata <contyk@redhat.com> - 1.620-1
8f3d3a
- 1.620 bump
8f3d3a
- Removing some perl-provided explicit dependencies
8f3d3a
8f3d3a
* Fri Apr  6 2012 Marcela Mašláňová <mmaslano@redhat.com> - 1.618-3
8f3d3a
- 810370 apply Paul's bootstrap macro
8f3d3a
8f3d3a
* Mon Feb 27 2012 Petr Pisar <ppisar@redhat.com> - 1.618-2
8f3d3a
- Build-require optional Test::Pod::Coverage
8f3d3a
8f3d3a
* Mon Feb 27 2012 Petr Pisar <ppisar@redhat.com> - 1.618-1
8f3d3a
- 1.618 bump
8f3d3a
8f3d3a
* Tue Jan 31 2012 Petr Šabata <contyk@redhat.com> - 1.617-1
8f3d3a
- 1.617 bump
8f3d3a
- Modernize spec
8f3d3a
- Remove now obsolete perl(DBI) Provides
8f3d3a
8f3d3a
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.616-5
8f3d3a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
8f3d3a
8f3d3a
* Tue Jun 21 2011 Marcela Mašláňová <mmaslano@redhat.com> - 1.616-4
8f3d3a
- Perl mass rebuild
8f3d3a
8f3d3a
* Tue Mar 15 2011 Ville Skyttä <ville.skytta@iki.fi> - 1.616-3
8f3d3a
- Adapt dependency filtering for rpmbuild >= 4.9.
8f3d3a
8f3d3a
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.616-2
8f3d3a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
8f3d3a
8f3d3a
* Tue Jan  4 2011 Petr Sabata <psabata@redhat.com> - 1.616-1
8f3d3a
- 1.616 version bump
8f3d3a
8f3d3a
* Wed Sep 29 2010 jkeating - 1.615-2
8f3d3a
- Rebuilt for gcc bug 634757
8f3d3a
8f3d3a
* Thu Sep 23 2010 Petr Sabata <psabata@redhat.com> - 1.615-1
8f3d3a
- 1.615 version bump
8f3d3a
8f3d3a
* Mon Sep 20 2010 Petr Sabata <psabata@redhat.com> - 1.614-1
8f3d3a
- 1.614 version bump
8f3d3a
8f3d3a
* Mon Aug  2 2010 Petr Sabata <psabata@redhat.com> - 1.613-1
8f3d3a
- 1.613 version bump
8f3d3a
8f3d3a
* Mon Jun  7 2010 Petr Pisar <ppisar@redhat.com> - 1.611-1
8f3d3a
- 1.611 bump
8f3d3a
- Add BuildRequires perl(RPC::PlClient) to cover some optional tests
8f3d3a
- Fix indentation
8f3d3a
8f3d3a
* Fri Apr 30 2010 Marcela Maslanova <mmaslano@redhat.com> - 1.609-5
8f3d3a
- Mass rebuild with perl-5.12.0
8f3d3a
8f3d3a
* Mon Dec  7 2009 Stepan Kasal <skasal@redhat.com> - 1.609-4
8f3d3a
- rebuild against perl 5.10.1
8f3d3a
8f3d3a
* Thu Sep 24 2009 Stepan Kasal <skasal@redhat.com> - 1.609-3
8f3d3a
- provide versioned perl(DBI)
8f3d3a
8f3d3a
* Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.609-2
8f3d3a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
8f3d3a
8f3d3a
* Wed Jun 10 2009 Stepan Kasal <skasal@redhat.com> - 1.609-1
8f3d3a
- new upstream version
8f3d3a
- drop unneeded build patch
8f3d3a
- move the iconv to convert the source
8f3d3a
8f3d3a
* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.607-2
8f3d3a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
8f3d3a
8f3d3a
* Mon Jul 28 2008 Marcela Maslanova <mmaslano@redhat.com> - 1.607-1
8f3d3a
- update
8f3d3a
8f3d3a
* Wed Feb 27 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 1.601-4
8f3d3a
- Rebuild for perl 5.10 (again)
8f3d3a
8f3d3a
* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 1.601-3
8f3d3a
- Autorebuild for GCC 4.3
8f3d3a
8f3d3a
* Tue Jan 15 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 1.601-2
8f3d3a
- rebuild for new perl
8f3d3a
8f3d3a
* Fri Oct 26 2007 Robin Norwood <rnorwood@redhat.com> - 1.601-1
8f3d3a
- Update to latest CPAN version: 1.601
8f3d3a
- Fix some issues from package review:
8f3d3a
  - patch to change #! line in script
8f3d3a
  - make script executable
8f3d3a
  - fix requires and buildrequires
8f3d3a
8f3d3a
* Mon Aug 27 2007 Robin Norwood <rnorwood@redhat.com> - 1.58-2
8f3d3a
- Rebuild
8f3d3a
8f3d3a
* Mon Aug 13 2007 Robin Norwood <rnorwood@redhat.com> - 1.58-1
8f3d3a
- Update to latest CPAN version: 1.58
8f3d3a
8f3d3a
* Thu Jun 07 2007 Robin Norwood <rnorwood@redhat.com> - 1.56-1
8f3d3a
- Update to latest CPAN version: 1.56
8f3d3a
- Move the filter requires step into %%prep
8f3d3a
- Remove very old patch (for perl 5.8.1)
8f3d3a
- Fix a couple of rpmlint issues (non-UTF8 manpage and script with
8f3d3a
  incorrect shebang line
8f3d3a
8f3d3a
* Sat Dec 02 2006 Robin Norwood <rnorwood@redhat.com> - 1.53-1
8f3d3a
- Upgrade to latest CPAN version: 1.53
8f3d3a
8f3d3a
* Thu Aug 24 2006 Robin Norwood <rnorwood@redhat.com> - 1.52-1
8f3d3a
- Upgrade to 1.52 for bug #202310
8f3d3a
        
8f3d3a
* Mon Jul 17 2006 Jason Vas Dias <jvdias@redhat.com> - 1.51-1
8f3d3a
- Upgrade to 1.51
8f3d3a
8f3d3a
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 1.50-3
8f3d3a
- rebuild
8f3d3a
8f3d3a
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 1.50-2.2
8f3d3a
- bump again for double-long bug on ppc(64)
8f3d3a
8f3d3a
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 1.50-2.1
8f3d3a
- rebuilt for new gcc4.1 snapshot and glibc changes
8f3d3a
8f3d3a
* Fri Feb 03 2006 Jason Vas Dias <jvdias@redhat.com> - 1.50-2
8f3d3a
- rebuild for new perl-5.8.8 / gcc / glibc
8f3d3a
8f3d3a
* Mon Dec 19 2005 Jason Vas Dias<jvdias@redhat.com> - 1.50-1
8f3d3a
- upgrade to 1.50
8f3d3a
8f3d3a
* Fri Dec 16 2005 Jesse Keating <jkeating@redhat.com>
8f3d3a
- rebuilt for new gcc
8f3d3a
8f3d3a
* Fri Dec 16 2005 Jesse Keating <jkeating@redhat.com>
8f3d3a
- rebuilt for new gcj
8f3d3a
8f3d3a
* Wed Apr 13 2005 Jose Pedro Oliveira <jpo@di.uminho.pt> - 1.48-4
8f3d3a
- (#154762)
8f3d3a
- License information: GPL or Artistic
8f3d3a
- Removed the Time::HiRes building requirement (see Changes)
8f3d3a
- Removed the empty .bs file
8f3d3a
- Corrected file permissions
8f3d3a
8f3d3a
* Mon Apr 04 2005 Warren Togami <wtogami@redhat.com> 1.48-3
8f3d3a
- filter perl(Apache) (#153673)
8f3d3a
8f3d3a
* Fri Apr 01 2005 Robert Scheck <redhat@linuxnetz.de> 1.48-2
8f3d3a
- spec file cleanup (#153164)
8f3d3a
8f3d3a
* Thu Mar 31 2005 Warren Togami <wtogami@redhat.com> 1.48-1
8f3d3a
- 1.48
8f3d3a
8f3d3a
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
8f3d3a
- rebuilt
8f3d3a
8f3d3a
* Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com>
8f3d3a
- rebuilt
8f3d3a
8f3d3a
* Fri Feb 13 2004 Chip Turner <cturner@redhat.com> 1.40-1
8f3d3a
- update to 1.40
8f3d3a
8f3d3a
* Fri Dec 19 2003 Chip Turner <cturner@redhat.com> 1.39-1
8f3d3a
- update to 1.39
8f3d3a
8f3d3a
* Mon Jul  7 2003 Chip Turner <cturner@redhat.com> 1.37-1
8f3d3a
- upgrade to 1.37
8f3d3a
8f3d3a
* Wed Apr  2 2003 Chip Turner <cturner@redhat.com> 1.32-6
8f3d3a
- add buildrequires on perl-Time-HiRes
8f3d3a
8f3d3a
* Tue Feb 18 2003 Chip Turner <cturner@redhat.com>
8f3d3a
- update dependency filter to remove dependency on perl(Apache) that
8f3d3a
- crept in (#82927)
8f3d3a
8f3d3a
* Mon Jan 27 2003 Chip Turner <cturner@redhat.com>
8f3d3a
- version bump and rebuild
8f3d3a
8f3d3a
* Sat Dec 14 2002 Chip Turner <cturner@redhat.com>
8f3d3a
- don't use rpm internal dep generator
8f3d3a
8f3d3a
* Wed Nov 20 2002 Chip Turner <cturner@redhat.com>
8f3d3a
- rebuild
8f3d3a
8f3d3a
* Wed Aug  7 2002 Trond Eivind Glomsrød <teg@redhat.com> 1.30-1
8f3d3a
- 1.30. 
8f3d3a
8f3d3a
* Tue Jun 25 2002 Trond Eivind Glomsrød <teg@redhat.com> 1.28-1
8f3d3a
- 1.28
8f3d3a
- Building it also fixes #66304
8f3d3a
8f3d3a
* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
8f3d3a
- automated rebuild
8f3d3a
8f3d3a
* Wed Jun  5 2002 Trond Eivind Glomsrød <teg@redhat.com> 1.23-2
8f3d3a
- Tweak dependency finder - filter out a dependency found within the 
8f3d3a
  doc section of a module
8f3d3a
8f3d3a
* Tue Jun  4 2002 Trond Eivind Glomsrød <teg@redhat.com> 1.23-1
8f3d3a
- 1.23
8f3d3a
- Some changes to integrate with new Perl
8f3d3a
- Update URL
8f3d3a
8f3d3a
* Thu May 23 2002 Tim Powers <timp@redhat.com>
8f3d3a
- automated rebuild
8f3d3a
8f3d3a
* Tue May  7 2002 Trond Eivind Glomsrød <teg@redhat.com> 1.21-2
8f3d3a
- Rebuild
8f3d3a
8f3d3a
* Fri Feb 22 2002 Trond Eivind Glomsrød <teg@redhat.com> 1.21-1
8f3d3a
- 1.21
8f3d3a
8f3d3a
* Fri Feb  8 2002 Chip Turner <cturner@redhat.com>
8f3d3a
- filter out "soft" dependencies: perl(RPC::PlClient) and perl(Win32::ODBC)
8f3d3a
8f3d3a
* Thu Feb  7 2002 Trond Eivind Glomsrød <teg@redhat.com> 1.201-2
8f3d3a
- Rebuild
8f3d3a
8f3d3a
* Tue Jan 22 2002 Trond Eivind Glomsrød <teg@redhat.com> 1.201-1
8f3d3a
- 1.201
8f3d3a
8f3d3a
* Wed Jan 09 2002 Tim Powers <timp@redhat.com>
8f3d3a
- automated rebuild
8f3d3a
8f3d3a
* Tue Jan  8 2002 Trond Eivind Glomsrød <teg@redhat.com> 1.20-1
8f3d3a
- 1.20
8f3d3a
- Proper URL
8f3d3a
8f3d3a
* Sat Jun 23 2001 Trond Eivind Glomsrød <teg@redhat.com>
8f3d3a
- 1.18
8f3d3a
8f3d3a
* Wed May 30 2001 Trond Eivind Glomsrød <teg@redhat.com>
8f3d3a
- 1.16
8f3d3a
- change group to Applications/Databases from Applications/CPAN
8f3d3a
8f3d3a
* Tue May  1 2001 Trond Eivind Glomsrød <teg@redhat.com>
8f3d3a
- 1.15
8f3d3a
8f3d3a
* Tue Feb 27 2001 Trond Eivind Glomsrød <teg@redhat.com>
8f3d3a
- Cleanups
8f3d3a
8f3d3a
* Thu Nov 30 2000 Trond Eivind Glomsrød <teg@redhat.com>
8f3d3a
- build for main distribution
8f3d3a
- use %%{_tmppath}
8f3d3a
- change name of specfile
8f3d3a
- don't use a find script to generate file lists
8f3d3a
- general cleanup
8f3d3a
- add descriptive summary and description
8f3d3a
8f3d3a
* Mon Aug 14 2000 Tim Powers <timp@redhat.com>
8f3d3a
- Spec file was autogenerated.