From 71064711bc821a6ebd73ca0a6b44c4b854b88b1e Mon Sep 17 00:00:00 2001 From: Wu Bo Date: Wed, 1 Jul 2020 11:44:14 +0800 Subject: [PATCH] rebuild package --- ...known-op-in-DBD-SQLite-VirtualTable-PerlDat.patch | 0 ....patch => 0004-added-a-boilerplace-for-test.patch | 0 ...older-DBI.patch => 0005-fixed-for-older-DBI.patch | 0 perl-DBD-SQLite.spec | 12 +++++++----- 4 files changed, 7 insertions(+), 5 deletions(-) rename 6000-Handle-unknown-op-in-DBD-SQLite-VirtualTable-PerlDat.patch => 0003-Handle-unknown-op-in-DBD-SQLite-VirtualTable-PerlDat.patch (100%) rename 6001-added-a-boilerplace-for-test.patch => 0004-added-a-boilerplace-for-test.patch (100%) rename 6002-fixed-for-older-DBI.patch => 0005-fixed-for-older-DBI.patch (100%) diff --git a/6000-Handle-unknown-op-in-DBD-SQLite-VirtualTable-PerlDat.patch b/0003-Handle-unknown-op-in-DBD-SQLite-VirtualTable-PerlDat.patch similarity index 100% rename from 6000-Handle-unknown-op-in-DBD-SQLite-VirtualTable-PerlDat.patch rename to 0003-Handle-unknown-op-in-DBD-SQLite-VirtualTable-PerlDat.patch diff --git a/6001-added-a-boilerplace-for-test.patch b/0004-added-a-boilerplace-for-test.patch similarity index 100% rename from 6001-added-a-boilerplace-for-test.patch rename to 0004-added-a-boilerplace-for-test.patch diff --git a/6002-fixed-for-older-DBI.patch b/0005-fixed-for-older-DBI.patch similarity index 100% rename from 6002-fixed-for-older-DBI.patch rename to 0005-fixed-for-older-DBI.patch diff --git a/perl-DBD-SQLite.spec b/perl-DBD-SQLite.spec index 3478349..f80bc1d 100644 --- a/perl-DBD-SQLite.spec +++ b/perl-DBD-SQLite.spec @@ -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 - 1.58-5 +- rebuild package + * Sat Aug 31 2019 zhangsaisai - 1.58-4 - Type:enhancement - ID:NA