Rebase Remove-bundled-source-extentions.patch to prevent from packing backup files
This commit is contained in:
parent
2cd6000f32
commit
0bb83f7636
@ -1,6 +1,21 @@
|
||||
diff -up DBD-SQLite-1.48/README.orig DBD-SQLite-1.48/README
|
||||
--- DBD-SQLite-1.48/README.orig 2015-06-15 09:49:42.721350091 +0200
|
||||
+++ DBD-SQLite-1.48/README 2015-06-15 09:50:38.683071491 +0200
|
||||
From 8973008e7e50b14e266dd3ff6b4728289910ba5f Mon Sep 17 00:00:00 2001
|
||||
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= <ppisar@redhat.com>
|
||||
Date: Thu, 18 Feb 2016 14:16:06 +0100
|
||||
Subject: [PATCH] Remove bundled source extentions
|
||||
MIME-Version: 1.0
|
||||
Content-Type: text/plain; charset=UTF-8
|
||||
Content-Transfer-Encoding: 8bit
|
||||
|
||||
Signed-off-by: Petr Písař <ppisar@redhat.com>
|
||||
---
|
||||
README | 30 ------------------------------
|
||||
lib/DBD/SQLite.pm | 31 -------------------------------
|
||||
2 files changed, 61 deletions(-)
|
||||
|
||||
diff --git a/README b/README
|
||||
index c1577c2..bf7503c 100644
|
||||
--- a/README
|
||||
+++ b/README
|
||||
@@ -1222,36 +1222,6 @@ R* TREE SUPPORT
|
||||
using callbacks, as mentioned in the prior link, have not been
|
||||
implemented yet.
|
||||
@ -38,10 +53,11 @@ diff -up DBD-SQLite-1.48/README.orig DBD-SQLite-1.48/README
|
||||
TO DO
|
||||
The following items remain to be done.
|
||||
|
||||
diff -up DBD-SQLite-1.48/lib/DBD/SQLite.pm.orig DBD-SQLite-1.48/lib/DBD/SQLite.pm
|
||||
--- DBD-SQLite-1.48/lib/DBD/SQLite.pm.orig 2015-06-15 09:50:03.658619993 +0200
|
||||
+++ DBD-SQLite-1.48/lib/DBD/SQLite.pm 2015-06-15 09:51:02.348376559 +0200
|
||||
@@ -2465,37 +2465,6 @@ sources, etc.
|
||||
diff --git a/lib/DBD/SQLite.pm b/lib/DBD/SQLite.pm
|
||||
index d03aeb5..60b74a7 100644
|
||||
--- a/lib/DBD/SQLite.pm
|
||||
+++ b/lib/DBD/SQLite.pm
|
||||
@@ -2494,37 +2494,6 @@ sources, etc.
|
||||
|
||||
Other Perl virtual tables may also be published separately on CPAN.
|
||||
|
||||
@ -79,3 +95,6 @@ diff -up DBD-SQLite-1.48/lib/DBD/SQLite.pm.orig DBD-SQLite-1.48/lib/DBD/SQLite.p
|
||||
=head1 TO DO
|
||||
|
||||
The following items remain to be done.
|
||||
--
|
||||
2.5.0
|
||||
|
||||
@ -8,7 +8,7 @@ URL: http://search.cpan.org/dist/DBD-SQLite/
|
||||
Source0: http://search.cpan.org/CPAN/authors/id/I/IS/ISHIGAKI/DBD-SQLite-%{version}.tar.gz
|
||||
Patch0: perl-DBD-SQLite-bz543982.patch
|
||||
# Remove notes about bundled sqlite C source from man page and README
|
||||
Patch1: DBD-SQLite-1.42-Remove-bundled-source-extentions.patch
|
||||
Patch1: DBD-SQLite-1.50-Remove-bundled-source-extentions.patch
|
||||
# Adjust to sqlite-3.11.0, bug #1309675, in upstream after 1.50
|
||||
Patch2: DBD-SQLite-1.50-two-arg-fts3_tokenizer-is-disabled-by-default-for-se.patch
|
||||
# Adjust to sqlite-3.11.0, bug #1309675, in upstream after 1.50
|
||||
@ -97,6 +97,8 @@ make test
|
||||
%changelog
|
||||
* Thu Feb 18 2016 Petr Pisar <ppisar@redhat.com> - 1.50-2
|
||||
- Adjust to sqlite-3.11.0 (bug #1309675)
|
||||
- Rebase Remove-bundled-source-extentions.patch to prevent from packing backup
|
||||
files
|
||||
|
||||
* Thu Feb 11 2016 Jitka Plesnikova <jplesnik@redhat.com> - 1.50-1
|
||||
- 1.50 bump
|
||||
|
||||
Loading…
Reference in New Issue
Block a user