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