rebuild package

This commit is contained in:
Wu Bo 2020-07-01 11:44:14 +08:00
parent 905c809222
commit 71064711bc
4 changed files with 7 additions and 5 deletions

View File

@ -1,6 +1,6 @@
Name: perl-DBD-SQLite
Version: 1.58
Release: 4
Release: 5
Summary: DBD::SQLite embeds SQLite database engine into a DBD driver
License: (GPL+ or Artistic) and Public Domain
URL: https://metacpan.org/release/DBD-SQLite
@ -9,10 +9,9 @@ Source0: https://cpan.metacpan.org/authors/id/I/IS/ISHIGAKI/DBD-SQLite-%{
Patch0: 0000-perl-DBD-SQLite-bz543982.patch
Patch1: 0001-DBD-SQLite-1.50-Remove-bundled-source-extentions.patch
Patch2: 0002-DBD-SQLite-1.58-Unbundle-Test-NoWarnings.patch
Patch6000: 6000-Handle-unknown-op-in-DBD-SQLite-VirtualTable-PerlDat.patch
Patch6001: 6001-added-a-boilerplace-for-test.patch
Patch6002: 6002-fixed-for-older-DBI.patch
Patch3: 0003-Handle-unknown-op-in-DBD-SQLite-VirtualTable-PerlDat.patch
Patch4: 0004-added-a-boilerplace-for-test.patch
Patch5: 0005-fixed-for-older-DBI.patch
BuildRequires: sqlite-devel coreutils findutils
BuildRequires: gcc make perl-devel
@ -79,6 +78,9 @@ make test
%{_mandir}/man3/*.3pm*
%changelog
* Wed Jul 1 2020 Wu Bo <wubo009@163.com> - 1.58-5
- rebuild package
* Sat Aug 31 2019 zhangsaisai<zhangsaisai@huawei.com> - 1.58-4
- Type:enhancement
- ID:NA