Update DBD-SQLite-1.60-Unbundle-Test-NoWarnings.patch

f38
Petr Písař 5 years ago
parent 74645a561d
commit 3f159a748e

@ -1,7 +1,7 @@
From 7b0ab0afac68a6540e1023419d66423f24f6134a Mon Sep 17 00:00:00 2001
From: Jitka Plesnikova <jplesnik@redhat.com>
Date: Mon, 3 Dec 2018 15:36:25 +0100
Subject: [PATCH] Unbundle Test::NoWarnings
Subject: [PATCH] Unbundle Test::FailWarnings
---
Makefile.PL | 6 ++----

@ -3,12 +3,12 @@
Name: perl-DBD-SQLite
Version: 1.66
Release: 1%{?dist}
Release: 2%{?dist}
Summary: SQLite DBI Driver
# lib/DBD/SQLite.pm: GPL+ or Artistic
# LICENSE: GPL+ or Artistic
## unbundled
# inc/Test/NoWarnings.pm: LGPLv2+
# inc/Test/FailWarnings.pm: ASL 2.0
# sqlite3.c: Public Domain (copied from sqlite)
# sqlite3.h: Public Domain (copied from sqlite)
# sqlite3ext.h: Public Domain (copied from sqlite)
@ -18,8 +18,8 @@ Source0: https://cpan.metacpan.org/authors/id/I/IS/ISHIGAKI/DBD-SQLite-%{
Patch0: perl-DBD-SQLite-bz543982.patch
# Remove notes about bundled sqlite C source from man page and README
Patch1: DBD-SQLite-1.62-Remove-bundled-source-extentions.patch
# Adapt tests to unbundled Test::NoWarnings
Patch2: DBD-SQLite-1.60-Unbundle-Test-NoWarnings.patch
# Adapt tests to unbundled Test::FailWarnings
Patch2: DBD-SQLite-1.64-Unbundle-Test-FailWarnings.patch
# if sqlite >= 3.6.0 then
# perl-DBD-SQLite uses the external library
# else
@ -115,6 +115,9 @@ make test
%{_mandir}/man3/*.3pm*
%changelog
* Tue Sep 08 2020 Petr Pisar <ppisar@redhat.com> - 1.66-2
- Update DBD-SQLite-1.60-Unbundle-Test-NoWarnings.patch
* Mon Aug 31 2020 Jitka Plesnikova <jplesnik@redhat.com> - 1.66-1
- 1.66 bump

Loading…
Cancel
Save