Browse Source

sqlite3-3.29.0-1

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@12207 ec354946-7b23-47d6-9f5a-488ba84defc7
tomop 5 years ago
parent
commit
11a447c963
1 changed files with 7 additions and 9 deletions
  1. 7 9
      s/sqlite3/sqlite3-vl.spec

+ 7 - 9
s/sqlite3/sqlite3-vl.spec

@@ -5,9 +5,9 @@
 
 %define with_check %{?_with_check:1}%{!?_with_check:0}
 
-%define realver 3270200
-%define docver 3270200
-%define rpmver 3.27.2.0
+%define realver 3290000
+%define docver 3290000
+%define rpmver 3.29.0
 
 
 Summary: SQLite is a C library that implements an embeddable SQL database engine
@@ -24,16 +24,12 @@ Source1: http://www.sqlite.org/%{archivename}-doc-%{docver}.zip
 
 # Support a system-wide lemon template
 Patch1: sqlite-3.6.23-lemon-system-template.patch
-# Shut up stupid tests depending on system settings of allowed open fd's
-Patch2: sqlite-3.7.7.1-stupid-openfiles-test.patch
 # sqlite >= 3.7.10 is buggy if malloc_usable_size() is detected, disable it:
 # https://bugzilla.redhat.com/show_bug.cgi?id=801981
 # http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=665363
 Patch3: sqlite-3.12.2-no-malloc-usable-size.patch
 # Temporary workaround for failed percentile test, see patch for details
 Patch4: sqlite-3.8.0-percentile-test.patch
-# Disable test failing due to tcl regression. Details in patch file.
-Patch6: sqlite-3.8.10.1-tcl-regress-tests.patch
 # Disable test date-2.2c on i686
 Patch7: sqlite-3.16-datetest-2.2c.patch
 # Modify sync2.test to pass with DIRSYNC turned off
@@ -150,10 +146,8 @@ sqlite3-develはSQLiteデータベースライブラリを用いるプログラ
 %prep
 %setup -q -a1 -n%{archivename}-src-%{realver}
 %patch1 -p1
-%patch2 -p1
 %patch3 -p1
 %patch4 -p1
-%patch6 -p1
 %ifarch %{ix86}
 %patch7 -p1
 %endif
@@ -244,6 +238,10 @@ install -D -m0644 tool/lempar.c $RPM_BUILD_ROOT/%{_datadir}/lemon/lempar.c
 
 
 %changelog
+* Thu Sep 12 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 3.29.0-1
+- new upstream release.
+- dropped Patch2 and 6.
+
 * Tue May 14 2019 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 3.27.2.0-1
 - new upstream release.
 - added BR:zlib-devel.