1.68 bump
This commit is contained in:
parent
d30d2c503e
commit
d3f9759b84
1
.gitignore
vendored
1
.gitignore
vendored
@ -18,3 +18,4 @@ DBD-SQLite-1.29.tar.gz
|
||||
/DBD-SQLite-1.62.tar.gz
|
||||
/DBD-SQLite-1.64.tar.gz
|
||||
/DBD-SQLite-1.66.tar.gz
|
||||
/DBD-SQLite-1.68.tar.gz
|
||||
|
||||
@ -2,8 +2,8 @@
|
||||
%bcond_without perl_DBD_SQLite_enables_optional_test
|
||||
|
||||
Name: perl-DBD-SQLite
|
||||
Version: 1.66
|
||||
Release: 4%{?dist}
|
||||
Version: 1.68
|
||||
Release: 1%{?dist}
|
||||
Summary: SQLite DBI Driver
|
||||
# lib/DBD/SQLite.pm: 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(strict)
|
||||
# Run-time:
|
||||
BuildRequires: perl(DynaLoader)
|
||||
# File::Basename not used
|
||||
BuildRequires: perl(locale)
|
||||
BuildRequires: perl(Scalar::Util)
|
||||
BuildRequires: perl(Tie::Hash)
|
||||
BuildRequires: perl(warnings)
|
||||
BuildRequires: perl(XSLoader)
|
||||
# Tests only
|
||||
BuildRequires: perl(bytes)
|
||||
BuildRequires: perl(Carp)
|
||||
@ -66,6 +66,7 @@ BuildRequires: perl(lib)
|
||||
# POSIX not used
|
||||
BuildRequires: perl(Test::More)
|
||||
# Test::FailWarnings not used
|
||||
BuildRequires: perl(Time::HiRes)
|
||||
# Win32 not used
|
||||
%if %{with perl_DBD_SQLite_enables_optional_test}
|
||||
# Optional tests
|
||||
@ -118,6 +119,9 @@ make test
|
||||
%{_mandir}/man3/*.3pm*
|
||||
|
||||
%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
|
||||
- Perl 5.34 rebuild
|
||||
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (DBD-SQLite-1.66.tar.gz) = 4d58003e69f29b18d01ed0b5853cdac40ec9ce5d4c75bc8a3743937897a38290a99be30b1b9fae593b0d8d51d05b7e2438d29f7a7c1c755b66de51826397aef9
|
||||
SHA512 (DBD-SQLite-1.68.tar.gz) = 83d7d19404949900bcc8464bf7786893bb53fdc04dbdee2f31f7bf4564dfc2bcf4218190460e34e5bf5633d1d958b729be7c7b5e6b539cdad6e732529d042372
|
||||
|
||||
Loading…
Reference in New Issue
Block a user