|
|
@ -2,8 +2,8 @@
|
|
|
|
%bcond_without perl_DBD_SQLite_enables_optional_test
|
|
|
|
%bcond_without perl_DBD_SQLite_enables_optional_test
|
|
|
|
|
|
|
|
|
|
|
|
Name: perl-DBD-SQLite
|
|
|
|
Name: perl-DBD-SQLite
|
|
|
|
Version: 1.66
|
|
|
|
Version: 1.68
|
|
|
|
Release: 4%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Summary: SQLite DBI Driver
|
|
|
|
Summary: SQLite DBI Driver
|
|
|
|
# lib/DBD/SQLite.pm: GPL+ or Artistic
|
|
|
|
# lib/DBD/SQLite.pm: GPL+ or Artistic
|
|
|
|
# LICENSE: GPL+ or Artistic
|
|
|
|
# LICENSE: GPL+ or Artistic
|
|
|
@ -45,12 +45,12 @@ BuildRequires: perl(ExtUtils::MakeMaker) >= 6.76
|
|
|
|
BuildRequires: perl(File::Spec) >= 0.82
|
|
|
|
BuildRequires: perl(File::Spec) >= 0.82
|
|
|
|
BuildRequires: perl(strict)
|
|
|
|
BuildRequires: perl(strict)
|
|
|
|
# Run-time:
|
|
|
|
# Run-time:
|
|
|
|
BuildRequires: perl(DynaLoader)
|
|
|
|
|
|
|
|
# File::Basename not used
|
|
|
|
# File::Basename not used
|
|
|
|
BuildRequires: perl(locale)
|
|
|
|
BuildRequires: perl(locale)
|
|
|
|
BuildRequires: perl(Scalar::Util)
|
|
|
|
BuildRequires: perl(Scalar::Util)
|
|
|
|
BuildRequires: perl(Tie::Hash)
|
|
|
|
BuildRequires: perl(Tie::Hash)
|
|
|
|
BuildRequires: perl(warnings)
|
|
|
|
BuildRequires: perl(warnings)
|
|
|
|
|
|
|
|
BuildRequires: perl(XSLoader)
|
|
|
|
# Tests only
|
|
|
|
# Tests only
|
|
|
|
BuildRequires: perl(bytes)
|
|
|
|
BuildRequires: perl(bytes)
|
|
|
|
BuildRequires: perl(Carp)
|
|
|
|
BuildRequires: perl(Carp)
|
|
|
@ -66,6 +66,7 @@ BuildRequires: perl(lib)
|
|
|
|
# POSIX not used
|
|
|
|
# POSIX not used
|
|
|
|
BuildRequires: perl(Test::More)
|
|
|
|
BuildRequires: perl(Test::More)
|
|
|
|
# Test::FailWarnings not used
|
|
|
|
# Test::FailWarnings not used
|
|
|
|
|
|
|
|
BuildRequires: perl(Time::HiRes)
|
|
|
|
# Win32 not used
|
|
|
|
# Win32 not used
|
|
|
|
%if %{with perl_DBD_SQLite_enables_optional_test}
|
|
|
|
%if %{with perl_DBD_SQLite_enables_optional_test}
|
|
|
|
# Optional tests
|
|
|
|
# Optional tests
|
|
|
@ -118,6 +119,9 @@ make test
|
|
|
|
%{_mandir}/man3/*.3pm*
|
|
|
|
%{_mandir}/man3/*.3pm*
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Thu Jul 22 2021 Jitka Plesnikova <jplesnik@redhat.com> - 1.68-1
|
|
|
|
|
|
|
|
- 1.68 bump
|
|
|
|
|
|
|
|
|
|
|
|
* Fri May 21 2021 Jitka Plesnikova <jplesnik@redhat.com> - 1.66-4
|
|
|
|
* Fri May 21 2021 Jitka Plesnikova <jplesnik@redhat.com> - 1.66-4
|
|
|
|
- Perl 5.34 rebuild
|
|
|
|
- Perl 5.34 rebuild
|
|
|
|
|
|
|
|
|
|
|
|