!4 当前补丁序号命名不太友好, 修改从0000开始

Merge pull request !4 from Paul.Wu/master
This commit is contained in:
openeuler-ci-bot 2020-07-01 17:41:17 +08:00 committed by Gitee
commit 9c1a2629c7
4 changed files with 7 additions and 5 deletions

View File

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