[fossil] Remove patch to use system sqlite (its now in the sources)

Patrick Uiterwijk puiterwijk at fedoraproject.org
Wed Jan 29 00:43:21 UTC 2014


commit 536c19214aaacc47b2eaa99a9e5cf06065ac733b
Author: Patrick Uiterwijk <puiterwijk at redhat.com>
Date:   Wed Jan 29 01:43:43 2014 +0100

    Remove patch to use system sqlite (its now in the sources)

 fossil-use-system-sqlite3.patch |   20 --------------------
 fossil.spec                     |    6 ++----
 2 files changed, 2 insertions(+), 24 deletions(-)
---
diff --git a/fossil.spec b/fossil.spec
index 073eb57..5feb3b8 100644
--- a/fossil.spec
+++ b/fossil.spec
@@ -9,8 +9,6 @@ Group:            Development/Tools
 License:          BSD
 URL:              http://www.fossil-scm.org/
 Source0:          http://www.fossil-scm.org/download/fossil-src-%{snapshot}.tar.gz
-# This patch make sure the build system will not try to build the provided sqlite3 libraries, so we are sure it uses the system ones
-Patch0:           %{name}-use-system-sqlite3.patch
 # For EPEL5 support
 BuildRoot:        %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
 
@@ -32,8 +30,7 @@ Documentation in HTML format for %{name}.
 
 %prep
 %setup -q -n %{name}-src-%{snapshot}
-%patch0
-%{__rm} -f src/sqlite3.*
+%{__rm} -f src/sqlite3.c
 
 %build
 # This gives configure-without-libdir-spec, but this is done because this is not generated by autoconf (but by autosetup)
@@ -61,6 +58,7 @@ make DESTDIR=%{buildroot} install
 %changelog
 * Wed Jan 29 2014 Patrick Uiterwijk <puiterwijk at redhat.com> - 1.28-1.20140127173344
 - Update to 1.28
+- Remove patch to use system sqlite
 
 * Sat Aug 03 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.25-3.20130216000435
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild


More information about the scm-commits mailing list