f38
Jitka Plesnikova 6 years ago
parent 0ee89a02cf
commit ee920eecff

1
.gitignore vendored

@ -14,3 +14,4 @@ DBD-SQLite-1.29.tar.gz
/DBD-SQLite-1.54.tar.gz /DBD-SQLite-1.54.tar.gz
/DBD-SQLite-1.56.tar.gz /DBD-SQLite-1.56.tar.gz
/DBD-SQLite-1.58.tar.gz /DBD-SQLite-1.58.tar.gz
/DBD-SQLite-1.60.tar.gz

@ -1,18 +1,15 @@
From 1944bbf4f29181690097e61f1410d30d43343b02 Mon Sep 17 00:00:00 2001 From 7b0ab0afac68a6540e1023419d66423f24f6134a Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= <ppisar@redhat.com> From: Jitka Plesnikova <jplesnik@redhat.com>
Date: Thu, 29 Mar 2018 10:40:17 +0200 Date: Mon, 3 Dec 2018 15:36:25 +0100
Subject: [PATCH] Unbundle Test::NoWarnings Subject: [PATCH] Unbundle Test::NoWarnings
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Signed-off-by: Petr Písař <ppisar@redhat.com>
--- ---
Makefile.PL | 6 ++---- Makefile.PL | 6 ++----
t/virtual_table/11_filecontent_fulltext.t | 7 ++----- t/virtual_table/11_filecontent_fulltext.t | 7 ++-----
2 files changed, 5 insertions(+), 10 deletions(-)
diff --git a/Makefile.PL b/Makefile.PL diff --git a/Makefile.PL b/Makefile.PL
index fcdf771..3860eda 100644 index 1175783..f523987 100644
--- a/Makefile.PL --- a/Makefile.PL
+++ b/Makefile.PL +++ b/Makefile.PL
@@ -330,8 +330,7 @@ WriteMakefile( @@ -330,8 +330,7 @@ WriteMakefile(
@ -36,7 +33,7 @@ index fcdf771..3860eda 100644
requires => { requires => {
'Tie::Hash' => 0, 'Tie::Hash' => 0,
diff --git a/t/virtual_table/11_filecontent_fulltext.t b/t/virtual_table/11_filecontent_fulltext.t diff --git a/t/virtual_table/11_filecontent_fulltext.t b/t/virtual_table/11_filecontent_fulltext.t
index b95b115..7e805f1 100644 index 0a0304f..a49fd35 100644
--- a/t/virtual_table/11_filecontent_fulltext.t --- a/t/virtual_table/11_filecontent_fulltext.t
+++ b/t/virtual_table/11_filecontent_fulltext.t +++ b/t/virtual_table/11_filecontent_fulltext.t
@@ -27,9 +27,7 @@ my @tests = ( @@ -27,9 +27,7 @@ my @tests = (
@ -48,18 +45,18 @@ index b95b115..7e805f1 100644
- lib/DBD/SQLite.pm - lib/DBD/SQLite.pm
+ ['"use strict"' => qw[lib/DBD/SQLite.pm + ['"use strict"' => qw[lib/DBD/SQLite.pm
lib/DBD/SQLite/Constants.pm lib/DBD/SQLite/Constants.pm
lib/DBD/SQLite/GetInfo.pm
lib/DBD/SQLite/VirtualTable.pm lib/DBD/SQLite/VirtualTable.pm
lib/DBD/SQLite/VirtualTable/FileContent.pm @@ -43,8 +41,7 @@ my @tests = (
@@ -42,8 +40,7 @@ my @tests = (
# literally. # literally.
if (grep /ENABLE_FTS3_PARENTHESIS/, DBD::SQLite::compile_options()) { if (grep /ENABLE_FTS3_PARENTHESIS/, DBD::SQLite::compile_options()) {
push @tests, ( push @tests, (
- ['"use strict" AND "use warnings"' => qw[inc/Test/NoWarnings.pm - ['"use strict" AND "use warnings"' => qw[inc/Test/NoWarnings.pm
- lib/DBD/SQLite/Constants.pm - lib/DBD/SQLite/Constants.pm
+ ['"use strict" AND "use warnings"' => qw[lib/DBD/SQLite/Constants.pm + ['"use strict" AND "use warnings"' => qw[lib/DBD/SQLite/Constants.pm
lib/DBD/SQLite/GetInfo.pm
lib/DBD/SQLite/VirtualTable.pm lib/DBD/SQLite/VirtualTable.pm
lib/DBD/SQLite/VirtualTable/FileContent.pm lib/DBD/SQLite/VirtualTable/FileContent.pm
lib/DBD/SQLite/VirtualTable/PerlData.pm
-- --
2.14.3 2.17.2

@ -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.58 Version: 1.60
Release: 3%{?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
@ -19,7 +19,7 @@ Patch0: perl-DBD-SQLite-bz543982.patch
# Remove notes about bundled sqlite C source from man page and README # Remove notes about bundled sqlite C source from man page and README
Patch1: DBD-SQLite-1.50-Remove-bundled-source-extentions.patch Patch1: DBD-SQLite-1.50-Remove-bundled-source-extentions.patch
# Adapt tests to unbundled Test::NoWarnings # Adapt tests to unbundled Test::NoWarnings
Patch2: DBD-SQLite-1.58-Unbundle-Test-NoWarnings.patch Patch2: DBD-SQLite-1.60-Unbundle-Test-NoWarnings.patch
# if sqlite >= 3.6.0 then # if sqlite >= 3.6.0 then
# perl-DBD-SQLite uses the external library # perl-DBD-SQLite uses the external library
# else # else
@ -112,6 +112,9 @@ make test
%{_mandir}/man3/*.3pm* %{_mandir}/man3/*.3pm*
%changelog %changelog
* Mon Dec 03 2018 Jitka Plesnikova <jplesnik@redhat.com> - 1.60-1
- 1.60 bump
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.58-3 * Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.58-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild

@ -1 +1 @@
SHA512 (DBD-SQLite-1.58.tar.gz) = 080d1e304fb0d43926ce0345df3367132c317ba113bdc11952c0a159bc68d988a024828a28e66be267f82e07731dee225723854fb80914ba7c476b27dbdeb212 SHA512 (DBD-SQLite-1.60.tar.gz) = b5fd203898815ada13ec04477fa0ad90ec2f53761d9b1ed7cce7d06a674e31d3810e745658aea150a3a58fc18adb889e5e50e795e8575318ab4cc757c1ff1c9e

Loading…
Cancel
Save