diff --git a/sources b/sources index d5a8a41..d37921d 100644 --- a/sources +++ b/sources @@ -1,3 +1,3 @@ -1184f80542c8e63dea5ba467c40b1220 sqlite-src-3130000.zip -24e54c25ef018e3a26c8e101fab2515e sqlite-doc-3130000.zip -4e83f39fa2ffb610ac5ecd36865da6a2 sqlite-autoconf-3130000.tar.gz +2990ed6a3d3f45a65d66386fba1e64d8 sqlite-src-3140100.zip +494287b4dc0d2696e0ca1e7462e518da sqlite-doc-3140100.zip +3634a90a3f49541462bcaed3474b2684 sqlite-autoconf-3140100.tar.gz diff --git a/sqlite-3.8.10.1-tcl-regress-tests.patch b/sqlite-3.8.10.1-tcl-regress-tests.patch index 19f1fac..bdeb6da 100644 --- a/sqlite-3.8.10.1-tcl-regress-tests.patch +++ b/sqlite-3.8.10.1-tcl-regress-tests.patch @@ -4,9 +4,9 @@ According to sqlite upstream[1], this should be fixed in tcl 8.6.5. [1] http://mailinglists.sqlite.org/cgi-bin/mailman/private/sqlite-users/2015-May/059518.html diff -up sqlite-src-3130000/test/shell1.test.orig sqlite-src-3130000/test/shell1.test ---- sqlite-src-3130000/test/shell1.test.orig 2016-05-24 17:46:53.447074482 +0200 -+++ sqlite-src-3130000/test/shell1.test 2016-05-24 17:48:20.951080978 +0200 -@@ -855,65 +855,65 @@ do_test shell1-4.6 { +--- sqlite-src-3140100/test/shell1.test.orig 2016-08-12 02:17:02.000000000 +0200 ++++ sqlite-src-3140100/test/shell1.test 2016-08-15 15:00:59.869664051 +0200 +@@ -855,67 +855,67 @@ do_test shell1-4.6 { # Test using arbitrary byte data with the shell via standard input/output. # @@ -25,6 +25,8 @@ diff -up sqlite-src-3130000/test/shell1.test.orig sqlite-src-3130000/test/shell1 - if {$i==0x0D || ($tcl_platform(platform)=="windows" && $i==0x1A)} { - continue - } +- if {$i>=0xE0 && $tcl_platform(os)=="OpenBSD"} continue +- if {$i>=0xE0 && $i<=0xEF && $tcl_platform(os)=="Linux"} continue - set hex [format %02X $i] - set char [subst \\x$hex]; set oldChar $char - set escapes [list] @@ -84,6 +86,8 @@ diff -up sqlite-src-3130000/test/shell1.test.orig sqlite-src-3130000/test/shell1 +# if {$i==0x0D || ($tcl_platform(platform)=="windows" && $i==0x1A)} { +# continue +# } ++# if {$i>=0xE0 && $tcl_platform(os)=="OpenBSD"} continue ++# if {$i>=0xE0 && $i<=0xEF && $tcl_platform(os)=="Linux"} continue +# set hex [format %02X $i] +# set char [subst \\x$hex]; set oldChar $char +# set escapes [list] diff --git a/sqlite.spec b/sqlite.spec index efd7c2c..f5642c0 100644 --- a/sqlite.spec +++ b/sqlite.spec @@ -3,9 +3,9 @@ %bcond_with static %bcond_without check -%define realver 3130000 -%define docver 3130000 -%define rpmver 3.13.0 +%define realver 3140100 +%define docver 3140100 +%define rpmver 3.14.1 Summary: Library that implements an embeddable SQL database engine Name: sqlite @@ -130,9 +130,6 @@ This package contains the analysis program for %{name}. %patch4 -p1 -b .nonprecise-percentile-test %patch6 -p1 -b .tcl-regress -# Remove cgi-script erroneously included in sqlite-doc-3070500 -rm -f %{name}-doc-%{realver}/search - autoconf # Rerun with new autoconf to add support for aarm64 %build @@ -227,6 +224,9 @@ make test %endif %changelog +* Mon Aug 15 2016 Jakub Dorňák - 3.14.1-1 +- Updated to version 3.14.1 (https://sqlite.org/releaselog/3_14_1.html) + * Tue May 24 2016 Jakub Dorňák - 3.13.0-1 - Updated to version 3.13.0 (https://sqlite.org/releaselog/3_13_0.html)