bcaf3b
# Run optional test
bcaf3b
%bcond_without perl_DBD_SQLite_enables_optional_test
bcaf3b
bcaf3b
Name:           perl-DBD-SQLite
bcaf3b
Version:        1.66
bcaf3b
Release:        5%{?dist}
bcaf3b
Summary:        SQLite DBI Driver
bcaf3b
# lib/DBD/SQLite.pm:        GPL+ or Artistic
bcaf3b
# LICENSE:                  GPL+ or Artistic
bcaf3b
## unbundled
bcaf3b
# inc/Test/FailWarnings.pm: ASL 2.0
bcaf3b
# sqlite3.c:                Public Domain (copied from sqlite)
bcaf3b
# sqlite3.h:                Public Domain (copied from sqlite)
bcaf3b
# sqlite3ext.h:             Public Domain (copied from sqlite)
bcaf3b
License:        (GPL+ or Artistic) and Public Domain
bcaf3b
URL:            https://metacpan.org/release/DBD-SQLite
bcaf3b
Source0:        https://cpan.metacpan.org/authors/id/I/IS/ISHIGAKI/DBD-SQLite-%{version}.tar.gz
bcaf3b
# Use system sqlite if it is available
bcaf3b
Patch0:         perl-DBD-SQLite-bz543982.patch
bcaf3b
# Remove notes about bundled sqlite C source from man page and README
bcaf3b
Patch1:         DBD-SQLite-1.62-Remove-bundled-source-extentions.patch
bcaf3b
# Adapt tests to unbundled Test::FailWarnings
bcaf3b
Patch2:         DBD-SQLite-1.64-Unbundle-Test-FailWarnings.patch
bcaf3b
# if sqlite >= 3.6.0 then
bcaf3b
#   perl-DBD-SQLite uses the external library
bcaf3b
# else
bcaf3b
#   perl-DBD-SQLite is self-contained (uses the sqlite local copy)
bcaf3b
# But we always unbundle sqlite.
bcaf3b
BuildRequires:  sqlite-devel
bcaf3b
BuildRequires:  coreutils
bcaf3b
BuildRequires:  findutils
bcaf3b
BuildRequires:  gcc
bcaf3b
BuildRequires:  make
bcaf3b
BuildRequires:  perl-devel
bcaf3b
BuildRequires:  perl-generators
bcaf3b
BuildRequires:  perl-interpreter
bcaf3b
BuildRequires:  perl(:VERSION) >= 5.6
bcaf3b
BuildRequires:  perl(base)
bcaf3b
BuildRequires:  perl(Config)
bcaf3b
BuildRequires:  perl(constant)
bcaf3b
# Prevent from bug #443495
bcaf3b
BuildRequires:  perl(DBI) >= 1.607
bcaf3b
BuildRequires:  perl(DBI::DBD)
bcaf3b
BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.76
bcaf3b
BuildRequires:  perl(File::Spec) >= 0.82
bcaf3b
BuildRequires:  perl(strict)
bcaf3b
# Run-time:
bcaf3b
BuildRequires:  perl(DynaLoader)
bcaf3b
# File::Basename not used
bcaf3b
BuildRequires:  perl(locale)
bcaf3b
BuildRequires:  perl(Scalar::Util)
bcaf3b
BuildRequires:  perl(Tie::Hash)
bcaf3b
BuildRequires:  perl(warnings)
bcaf3b
# Tests only
bcaf3b
BuildRequires:  perl(bytes)
bcaf3b
BuildRequires:  perl(Carp)
bcaf3b
BuildRequires:  perl(Data::Dumper)
bcaf3b
BuildRequires:  perl(Digest::MD5)
bcaf3b
BuildRequires:  perl(Encode)
bcaf3b
BuildRequires:  perl(Exporter)
bcaf3b
BuildRequires:  perl(File::Spec::Functions)
bcaf3b
BuildRequires:  perl(File::Temp)
bcaf3b
BuildRequires:  perl(FindBin)
bcaf3b
BuildRequires:  perl(if)
bcaf3b
BuildRequires:  perl(lib)
bcaf3b
# POSIX not used
bcaf3b
BuildRequires:  perl(Test::More)
bcaf3b
# Test::FailWarnings not used
bcaf3b
# Win32 not used
bcaf3b
%if %{with perl_DBD_SQLite_enables_optional_test}
bcaf3b
# Optional tests
bcaf3b
BuildRequires:  perl(Unicode::UCD)
bcaf3b
%endif
bcaf3b
Requires:       perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
bcaf3b
bcaf3b
%{?perl_default_filter}
bcaf3b
bcaf3b
%description
bcaf3b
SQLite is a public domain, file-based, relational database engine that you can
bcaf3b
find at <https://www.sqlite.org/>. This package provides a Perl DBI driver for
bcaf3b
SQLite.
bcaf3b
bcaf3b
%prep
bcaf3b
%setup -q -n DBD-SQLite-%{version}
bcaf3b
%patch0 -p1
bcaf3b
%patch1 -p1
bcaf3b
%patch2 -p1
bcaf3b
# Remove bundled sqlite libraries (BZ#1059154)
bcaf3b
# System libraries will be used
bcaf3b
rm sqlite*
bcaf3b
perl -i -ne 'print $_ unless m{^sqlite}' MANIFEST
bcaf3b
# Remove bundled modules
bcaf3b
rm -rf inc
bcaf3b
perl -i -ne 'print $_ unless m{^inc/}' MANIFEST
bcaf3b
# Handle optional tests
bcaf3b
%if !%{with perl_DBD_SQLite_enables_optional_test}
bcaf3b
rm t/virtual_table/21_perldata_charinfo.t
bcaf3b
perl -i -ne 'print $_ unless m{^t/virtual_table/21_perldata_charinfo\.t}' MANIFEST
bcaf3b
%endif
bcaf3b
bcaf3b
%build
bcaf3b
CFLAGS="%{optflags}" perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1 NO_PERLLOCAL=1
bcaf3b
%{make_build} OPTIMIZE="%{optflags}"
bcaf3b
bcaf3b
%install
bcaf3b
%{make_install}
bcaf3b
find %{buildroot} -type f  -name '*.bs' -size 0 -delete
bcaf3b
%{_fixperms} %{buildroot}/*
bcaf3b
bcaf3b
%check
bcaf3b
make test
bcaf3b
bcaf3b
%files
bcaf3b
%license LICENSE
bcaf3b
%doc Changes README
bcaf3b
%{perl_vendorarch}/auto/*
bcaf3b
%{perl_vendorarch}/DBD/
bcaf3b
%{_mandir}/man3/*.3pm*
bcaf3b
bcaf3b
%changelog
bcaf3b
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 1.66-5
bcaf3b
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
bcaf3b
  Related: rhbz#1991688
bcaf3b
bcaf3b
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 1.66-4
bcaf3b
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
bcaf3b
bcaf3b
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.66-3
bcaf3b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
bcaf3b
bcaf3b
* Tue Sep 08 2020 Petr Pisar <ppisar@redhat.com> - 1.66-2
bcaf3b
- Update DBD-SQLite-1.60-Unbundle-Test-NoWarnings.patch
bcaf3b
- Do not build-require unused Test::FailWarnings
bcaf3b
- Update the description
bcaf3b
bcaf3b
* Mon Aug 31 2020 Jitka Plesnikova <jplesnik@redhat.com> - 1.66-1
bcaf3b
- 1.66 bump
bcaf3b
bcaf3b
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.64-6
bcaf3b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
bcaf3b
bcaf3b
* Tue Jun 23 2020 Jitka Plesnikova <jplesnik@redhat.com> - 1.64-5
bcaf3b
- Perl 5.32 rebuild
bcaf3b
bcaf3b
* Tue Feb 04 2020 Tom Stellard <tstellar@redhat.com> - 1.64-4
bcaf3b
- Spec file cleanups: Use make_build and make_install macros
bcaf3b
- https://fedoraproject.org/wiki/Perl/Tips#ExtUtils::MakeMaker
bcaf3b
- https://docs.fedoraproject.org/en-US/packaging-guidelines/#_parallel_make
bcaf3b
bcaf3b
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.64-3
bcaf3b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
bcaf3b
bcaf3b
* Thu Dec 12 2019 Jitka Plesnikova <jplesnik@redhat.com> - 1.64-2
bcaf3b
- Initialize filename variable in sqlite_db_filename()
bcaf3b
bcaf3b
* Tue Aug 13 2019 Jitka Plesnikova <jplesnik@redhat.com> - 1.64-1
bcaf3b
- 1.64 bump
bcaf3b
bcaf3b
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.62-4
bcaf3b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
bcaf3b
bcaf3b
* Fri May 31 2019 Jitka Plesnikova <jplesnik@redhat.com> - 1.62-3
bcaf3b
- Perl 5.30 rebuild
bcaf3b
bcaf3b
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.62-2
bcaf3b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
bcaf3b
bcaf3b
* Wed Jan 02 2019 Jitka Plesnikova <jplesnik@redhat.com> - 1.62-1
bcaf3b
- 1.62 bump
bcaf3b
bcaf3b
* Mon Dec 03 2018 Jitka Plesnikova <jplesnik@redhat.com> - 1.60-1
bcaf3b
- 1.60 bump
bcaf3b
bcaf3b
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.58-3
bcaf3b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
bcaf3b
bcaf3b
* Thu Jun 28 2018 Jitka Plesnikova <jplesnik@redhat.com> - 1.58-2
bcaf3b
- Perl 5.28 rebuild
bcaf3b
bcaf3b
* Thu Mar 29 2018 Petr Pisar <ppisar@redhat.com> - 1.58-1
bcaf3b
- 1.58 bump
bcaf3b
bcaf3b
* Thu Mar  1 2018 Florian Weimer <fweimer@redhat.com> - 1.56-2
bcaf3b
- Rebuild with new redhat-rpm-config/perl build flags
bcaf3b
bcaf3b
* Thu Mar 01 2018 Jitka Plesnikova <jplesnik@redhat.com> - 1.56-1
bcaf3b
- 1.56 bump
bcaf3b
bcaf3b
* Mon Feb 19 2018 Jitka Plesnikova <jplesnik@redhat.com> - 1.54-7
bcaf3b
- Add build-require gcc
bcaf3b
bcaf3b
* Thu Feb 08 2018 Jitka Plesnikova <jplesnik@redhat.com> - 1.54-6
bcaf3b
- Adjust to sqlite-3.22.0 (bug #1543286)
bcaf3b
- Add new index constraint ops introduced in SQLite 3.21.0 to PerlData
bcaf3b
bcaf3b
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.54-5
bcaf3b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
bcaf3b
bcaf3b
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.54-4
bcaf3b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
bcaf3b
bcaf3b
* Mon Jun 05 2017 Jitka Plesnikova <jplesnik@redhat.com> - 1.54-3
bcaf3b
- Perl 5.26 rebuild
bcaf3b
bcaf3b
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.54-2
bcaf3b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
bcaf3b
bcaf3b
* Mon Jan 02 2017 Jitka Plesnikova <jplesnik@redhat.com> - 1.54-1
bcaf3b
- 1.54 bump
bcaf3b
bcaf3b
* Wed Nov 16 2016 Jitka Plesnikova <jplesnik@redhat.com> - 1.52-1
bcaf3b
- 1.52 bump
bcaf3b
bcaf3b
* Sun Jul 24 2016 Petr Pisar <ppisar@redhat.com> - 1.50-4
bcaf3b
- Enable perl FTS3 tokenizer with sqlite older than 3.11.0 (CPAN RT#112474)
bcaf3b
bcaf3b
* Sun May 15 2016 Jitka Plesnikova <jplesnik@redhat.com> - 1.50-3
bcaf3b
- Perl 5.24 rebuild
bcaf3b
bcaf3b
* Thu Feb 18 2016 Petr Pisar <ppisar@redhat.com> - 1.50-2
bcaf3b
- Adjust to sqlite-3.11.0 (bug #1309675)
bcaf3b
- Rebase Remove-bundled-source-extentions.patch to prevent from packing backup
bcaf3b
  files
bcaf3b
bcaf3b
* Thu Feb 11 2016 Jitka Plesnikova <jplesnik@redhat.com> - 1.50-1
bcaf3b
- 1.50 bump
bcaf3b
bcaf3b
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.48-4
bcaf3b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
bcaf3b
bcaf3b
* Fri Jan 15 2016 Petr Pisar <ppisar@redhat.com> - 1.48-3
bcaf3b
- Adapt to sqlite-3.10.0 by adding DBD::SQLite::strlike() (bug #1298628)
bcaf3b
bcaf3b
* Fri Jun 19 2015 Jitka Plesnikova <jplesnik@redhat.com> - 1.48-2
bcaf3b
- Updated patch
bcaf3b
bcaf3b
* Thu Jun 18 2015 Tom Callaway <spot@fedoraproject.org> - 1.48-1
bcaf3b
- update to 1.48
bcaf3b
bcaf3b
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.46-4
bcaf3b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
bcaf3b
bcaf3b
* Fri Jun 05 2015 Jitka Plesnikova <jplesnik@redhat.com> - 1.46-3
bcaf3b
- Perl 5.22 rebuild
bcaf3b
bcaf3b
* Fri Mar 20 2015 Jitka Plesnikova <jplesnik@redhat.com> - 1.46-2
bcaf3b
- Correct license from (GPL+ or Artistic) to ((GPL+ or Artistic) and
bcaf3b
  Public Domain)
bcaf3b
bcaf3b
* Wed Dec 10 2014 Jitka Plesnikova <jplesnik@redhat.com> - 1.46-1
bcaf3b
- 1.46 bump
bcaf3b
bcaf3b
* Wed Oct 29 2014 Jitka Plesnikova <jplesnik@redhat.com> - 1.44-1
bcaf3b
- 1.44 bump
bcaf3b
bcaf3b
* Thu Aug 28 2014 Jitka Plesnikova <jplesnik@redhat.com> - 1.42-5
bcaf3b
- Perl 5.20 rebuild
bcaf3b
bcaf3b
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.42-4
bcaf3b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
bcaf3b
bcaf3b
* Tue Jul 15 2014 Jitka Plesnikova <jplesnik@redhat.com> - 1.42-3
bcaf3b
- Removed bundled sqlite library and updated man page (BZ#1059154)
bcaf3b
bcaf3b
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.42-2
bcaf3b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
bcaf3b
bcaf3b
* Thu Mar 20 2014 Jitka Plesnikova <jplesnik@redhat.com> - 1.42-1
bcaf3b
- 1.42 bump
bcaf3b
bcaf3b
* Wed Jan 29 2014 Petr Pisar <ppisar@redhat.com> - 1.40-3
bcaf3b
- Fix tests with sqlite >= 3.8.2 (bug #1058709)
bcaf3b
bcaf3b
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.40-2
bcaf3b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
bcaf3b
bcaf3b
* Wed Jul 31 2013 Jitka Plesnikova <jplesnik@redhat.com> - 1.40-1
bcaf3b
- 1.40 bump
bcaf3b
bcaf3b
* Wed Jul 24 2013 Petr Pisar <ppisar@redhat.com> - 1.39-2
bcaf3b
- Perl 5.18 rebuild
bcaf3b
bcaf3b
* Mon Jun 10 2013 Jitka Plesnikova <jplesnik@redhat.com> - 1.39-1
bcaf3b
- 1.39 bump
bcaf3b
- Use DESTDIR rather than PERL_INSTALL_ROOT
bcaf3b
- Update source URL
bcaf3b
bcaf3b
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.37-4
bcaf3b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
bcaf3b
bcaf3b
* Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.37-3
bcaf3b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
bcaf3b
bcaf3b
* Sat Jun 16 2012 Petr Pisar <ppisar@redhat.com> - 1.37-2
bcaf3b
- Perl 5.16 rebuild
bcaf3b
bcaf3b
* Tue Jun 12 2012 Petr Šabata <contyk@redhat.com> - 1.37-1
bcaf3b
- 1.37 bump (sqlite3.7.11 and various bugfixes)
bcaf3b
- Drop command macros
bcaf3b
- Fix dependencies
bcaf3b
bcaf3b
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.35-2
bcaf3b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
bcaf3b
bcaf3b
* Tue Nov 29 2011 Petr Šabata <contyk@redhat.com> - 1.35-1
bcaf3b
- 1.35 bump
bcaf3b
bcaf3b
* Tue Jun 21 2011 Marcela Mašláňová <mmaslano@redhat.com> - 1.33-2
bcaf3b
- Perl mass rebuild
bcaf3b
bcaf3b
* Mon May 30 2011 Petr Sabata <contyk@redhat.com> - 1.33-1
bcaf3b
- 1.33 bump
bcaf3b
- BuildRoot and defattr cleanup
bcaf3b
- Dropping the FTS3 tests patch; included upstream
bcaf3b
bcaf3b
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.31-3
bcaf3b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
bcaf3b
bcaf3b
* Wed Sep 29 2010 jkeating - 1.31-2
bcaf3b
- Rebuilt for gcc bug 634757
bcaf3b
bcaf3b
* Wed Sep 15 2010 Petr Sabata <psabata@redhat.com> - 1.31-1
bcaf3b
- New release, v1.31
bcaf3b
- Significant FTS3 changes -- might break compatibility with pre-1.30 applications using FTS3
bcaf3b
- New FTS3 tests patch by Paul Howarth
bcaf3b
bcaf3b
* Tue Aug 24 2010 Adam Tkac <atkac redhat com> - 1.29-4
bcaf3b
- fix testsuite to run with the latest sqlite (bugs.debian.org/591111)
bcaf3b
bcaf3b
* Tue Aug 24 2010 Adam Tkac <atkac redhat com> - 1.29-3
bcaf3b
- rebuild
bcaf3b
bcaf3b
* Mon Jun 28 2010 Tom "spot" Callaway <tcallawa@redhat.com> - 1.29-2
bcaf3b
- fix description/summary
bcaf3b
bcaf3b
* Thu Jun 10 2010 Petr Sabata <psabata@redhat.com> - 1.29-1
bcaf3b
- Update to the latest release
bcaf3b
bcaf3b
* Fri Apr 30 2010 Marcela Maslanova <mmaslano@redhat.com> - 1.27-4
bcaf3b
- Mass rebuild with perl-5.12.0
bcaf3b
bcaf3b
* Mon Jan 11 2010 Marcela Mašláňová <mmaslano@redhat.com> - 1.27-3
bcaf3b
- 543982 change Makefile.PL to compile with system sqlite
bcaf3b
bcaf3b
* Mon Dec  7 2009 Stepan Kasal <skasal@redhat.com> - 1.27-2
bcaf3b
- rebuild against perl 5.10.1
bcaf3b
bcaf3b
* Wed Nov 25 2009 Stepan Kasal <skasal@redhat.com> 1.27-1
bcaf3b
- new upstream version
bcaf3b
bcaf3b
* Fri Sep 11 2009 Chris Weyl <cweyl@alumni.drew.edu> - 1.25-4
bcaf3b
- Filtering errant private provides
bcaf3b
bcaf3b
* Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.25-3
bcaf3b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
bcaf3b
bcaf3b
* Wed Jun 10 2009 Stepan Kasal <skasal@redhat.com> 1.25-2
bcaf3b
- rebuild against DBI 1.609
bcaf3b
bcaf3b
* Fri May 29 2009 Chris Weyl <cweyl@alumni.drew.edu> 1.25-1
bcaf3b
- 1.25 needed for DBIx::Class 0.08103
bcaf3b
- auto-update to 1.25 (by cpan-spec-update 0.01)
bcaf3b
- added a new br on perl(File::Spec) (version 0.82)
bcaf3b
- altered br on perl(Test::More) (0 => 0.42)
bcaf3b
- added a new br on perl(DBI) (version 1.57)
bcaf3b
bcaf3b
* Mon Apr 20 2009 Marcela Maslanova <mmaslano@redhat.com> 1.23-1
bcaf3b
- update to the latest version
bcaf3b
bcaf3b
* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.14-9
bcaf3b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
bcaf3b
bcaf3b
* Mon Jun  2 2008 Marcela Maslanova <mmaslano@redhat.com> 1.14-8
bcaf3b
bcaf3b
* Wed Mar 19 2008 Chris Weyl <cweyl@alumni.drew.edu> 1.14-7
bcaf3b
- reenable tests
bcaf3b
bcaf3b
* Tue Mar 18 2008 Chris Weyl <cweyl@alumni.drew.edu> 1.14-6
bcaf3b
- apply sanity patches derived from RT#32100
bcaf3b
bcaf3b
* Wed Feb 27 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 1.14-5.1
bcaf3b
- Rebuild for perl 5.10 (again)
bcaf3b
bcaf3b
* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 1.14-4.1
bcaf3b
- Autorebuild for GCC 4.3
bcaf3b
bcaf3b
* Sun Jan 20 2008 Tom "spot" Callaway <tcallawa@redhat.com> 1.14-3.1
bcaf3b
- tests disabled, due to x86_64 failures
bcaf3b
bcaf3b
* Tue Jan 15 2008 Tom "spot" Callaway <tcallawa@redhat.com> 1.14-3
bcaf3b
- rebuild for new perl
bcaf3b
bcaf3b
* Wed Dec 19 2007 Steven Pritchard <steve@kspei.com> 1.14-2
bcaf3b
- Fix find option order.
bcaf3b
- Use fixperms macro instead of our own chmod incantation.
bcaf3b
bcaf3b
* Mon Dec 10 2007 Robin Norwood <rnorwood@redhat.com> - 1.14-1
bcaf3b
- Update to latest upstream version: 1.14
bcaf3b
- Remove patch - no longer needed.
bcaf3b
bcaf3b
* Mon Oct 15 2007 Tom "spot" Callaway <tcallawa@redhat.com> - 1.12-2.1
bcaf3b
- correct license tag
bcaf3b
- add BR: perl(ExtUtils::MakeMaker)
bcaf3b
bcaf3b
* Thu Sep 14 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.12-2
bcaf3b
- Rebuild for FC6.
bcaf3b
bcaf3b
* Tue Apr 11 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.12-1
bcaf3b
- Update to 1.12.
bcaf3b
bcaf3b
* Wed Apr  5 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.11-4
bcaf3b
- Patch to build with system sqlite 3.3.x (#183530).
bcaf3b
- Patch to avoid type information segv (#187873).
bcaf3b
bcaf3b
* Thu Mar  9 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.11-3
bcaf3b
- DBD::SQLite fails to build with the current FC-5 sqlite version (3.3.3);
bcaf3b
  see bugzilla entry #183530.
bcaf3b
  Forcing package rebuild with the included version of sqlite (3.2.7).
bcaf3b
bcaf3b
* Sat Feb 18 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.11-2
bcaf3b
- Rebuild for FC5 (perl 5.8.8).
bcaf3b
bcaf3b
* Fri Dec  2 2005 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.11-1
bcaf3b
- Update to 1.11.
bcaf3b
bcaf3b
* Fri Dec  2 2005 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.10-1
bcaf3b
- Update to 1.10.
bcaf3b
bcaf3b
* Fri Jul 29 2005 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.09-2
bcaf3b
- Build requirement added: sqlite-devel.
bcaf3b
- Doc file added: Changes.
bcaf3b
bcaf3b
* Fri Jul 29 2005 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.09-1
bcaf3b
- Update to 1.09.
bcaf3b
- This new version can use an external SQLite library (>= 3.1.3).
bcaf3b
bcaf3b
* Sun Jun 12 2005 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.08-2
bcaf3b
- temporary maintainership.
bcaf3b
bcaf3b
* Sat Jun 11 2005 Michael A. Peters <mpeters@mac.com> 1.08-1.1
bcaf3b
- minor changes for initial cvs checkin (removed tabs, better url in
bcaf3b
- url tag and description tag)
bcaf3b
bcaf3b
* Tue Apr 12 2005 Michael A. Peters <mpeters@mac.com> 1.08-1
bcaf3b
- created initial spec file from Fedora spectemplate-perl.spec