This commit is contained in:
Jan Staněk 2015-05-29 10:32:37 +02:00
parent 90868c3c1e
commit 37fbe7dde1
4 changed files with 23 additions and 18 deletions

2
.gitignore vendored
View File

@ -66,3 +66,5 @@
/sqlite-doc-3080900.zip
/sqlite-src-3081001.zip
/sqlite-doc-3081001.zip
/sqlite-src-3081002.zip
/sqlite-doc-3081002.zip

View File

@ -1,2 +1,2 @@
a3f19a40cab1bb15df8587fb4a3bd9a9 sqlite-src-3081001.zip
3343ad078e887b2ce8f79e2cc6f4a1e6 sqlite-doc-3081001.zip
5d717638b97b3be1a4d855d957028738 sqlite-src-3081002.zip
59e10cdbacbda10469a7c57843d1ffdd sqlite-doc-3081002.zip

View File

@ -1,6 +1,6 @@
diff -up sqlite-src-3080800/configure.ac.no-malloc-usable-size sqlite-src-3080800/configure.ac
--- sqlite-src-3080800/configure.ac.no-malloc-usable-size 2015-01-20 09:25:03.791148561 +0100
+++ sqlite-src-3080800/configure.ac 2015-01-20 09:27:36.215771856 +0100
diff -up sqlite-src-3081002/configure.ac.malloc_usable_size sqlite-src-3081002/configure.ac
--- sqlite-src-3081002/configure.ac.malloc_usable_size 2015-05-29 10:11:21.154578129 +0200
+++ sqlite-src-3081002/configure.ac 2015-05-29 10:11:35.405646670 +0200
@@ -109,7 +109,7 @@ AC_CHECK_HEADERS([sys/types.h stdlib.h s
#########
# Figure out whether or not we have these functions
@ -10,15 +10,15 @@ diff -up sqlite-src-3080800/configure.ac.no-malloc-usable-size sqlite-src-308080
#########
# By default, we use the amalgamation (this may be changed below...)
diff -up sqlite-src-3080800/configure.no-malloc-usable-size sqlite-src-3080800/configure
--- sqlite-src-3080800/configure.no-malloc-usable-size 2015-01-20 09:25:03.793148569 +0100
+++ sqlite-src-3080800/configure 2015-01-20 09:28:08.109902277 +0100
@@ -12140,7 +12140,7 @@ done
diff -up sqlite-src-3081002/configure.malloc_usable_size sqlite-src-3081002/configure
--- sqlite-src-3081002/configure.malloc_usable_size 2015-05-29 10:11:55.285742284 +0200
+++ sqlite-src-3081002/configure 2015-05-29 10:12:11.741821430 +0200
@@ -10303,7 +10303,7 @@ done
#########
# Figure out whether or not we have these functions
#
-for ac_func in fdatasync gmtime_r isnan localtime_r localtime_s malloc_usable_size strchrnul usleep utime
+for ac_func in fdatasync gmtime_r isnan localtime_r localtime_s strchrnul usleep utime
do
as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
{ $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
do :
as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"

View File

@ -3,9 +3,9 @@
%bcond_with static
%bcond_without check
%define realver 3081001
%define docver 3081001
%define rpmver 3.8.10.1
%define realver 3081002
%define docver 3081002
%define rpmver 3.8.10.2
Summary: Library that implements an embeddable SQL database engine
Name: sqlite
@ -210,6 +210,9 @@ make test
%endif
%changelog
* Fri May 29 2015 Jan Stanek <jstanek@redhat.com> - 3.8.10.2-1
- Updated to version 3.8.10.2 (https://sqlite.org/releaselog/3_8_10_2.html)
* Mon May 18 2015 Jan Stanek <jstanek@redhat.com> - 3.8.10.1-1
- Updated to version 3.8.10.1 (https://www.sqlite.org/releaselog/3_8_10_1.html)