#11 Updated to version 3.35.0 (#1938256)
Merged 3 years ago by odubaj. Opened 3 years ago by odubaj.
rpms/ odubaj/sqlite rawhide  into  rawhide

file modified
+3 -3
@@ -1,3 +1,3 @@ 

- SHA512 (sqlite-doc-3340100.zip) = 20cbb9f05cd329bf7aa2877431781e46192544806042f4104e4eb0e87d84cd2dfc02c7ff226d4bef9bb2c6a69cc612201844d116abe99b0cfed9602adf243a60

- SHA512 (sqlite-src-3340100.zip) = 5ed02fe609b3d08c3297cc43b21e6ee3f56fb51a6616ac391a0e50cd1677dbad03c6bf9bf9c8409cf94b83b16fe6b6e4a112640b18c7d4fd95328066da3c3943

- SHA512 (sqlite-autoconf-3340100.tar.gz) = adaa306ebacfbeeea6efe71aa964b1dee4a05ade794c55c7afad8693ed291354e9daa2449226c4dc50fbfa5919dfc9a17dea946f01171ff63d472af78cbed987

+ SHA512 (sqlite-doc-3350100.zip) = 4843d8186f4cc98fc9ad5459a1b987d4512e72ceeeb985372c22d44f35856e33ee41ab0fa4372c273cfa4730f9461dc3f359ba50f26e53a0c7abd87e70cdfe86

+ SHA512 (sqlite-src-3350100.zip) = 004bcca9c2ae883b05d8f15c8bf28a12fd2fdf9527d1560d137f8e2570c153d14ea5405c500d0e79966a3881a516df4d9ed07be751712f1584df411e86c60977

+ SHA512 (sqlite-autoconf-3350100.tar.gz) = 1106e5d65eabaf3efc6edb83a2db512fef81f660b1160ec970e1a9456799e5f5ca2b96d6fdc660719506daf1931dbd68a6a2e3f74af704f2749fd8f385919c21

file modified
+11 -4
@@ -4,15 +4,15 @@ 

  %bcond_with static

  %bcond_without check

  

- %define realver 3340100

- %define docver 3340100

- %define rpmver 3.34.1

+ %define realver 3350100

+ %define docver 3350100

+ %define rpmver 3.35.1

  %define year 2021

  

  Summary: Library that implements an embeddable SQL database engine

  Name: sqlite

  Version: %{rpmver}

- Release: 2%{?dist}

+ Release: 1%{?dist}

  License: Public Domain

  URL: http://www.sqlite.org/

  
@@ -152,6 +152,7 @@ 

                 -DSQLITE_ENABLE_UNLOCK_NOTIFY=1 -DSQLITE_ENABLE_DBSTAT_VTAB=1 \

                 -DSQLITE_ENABLE_FTS3_PARENTHESIS=1 -DSQLITE_ENABLE_JSON1=1 \

                 -DSQLITE_ENABLE_FTS4=1 \

+                -DSQLITE_ENABLE_MATH_FUNCTIONS \

                 -Wall -fno-strict-aliasing"

  %configure %{!?with_tcl:--disable-tcl} \

             --enable-fts4 \
@@ -256,6 +257,12 @@ 

  %endif

  

  %changelog

+ * Tue Mar 16 2021 Ondrej Dubaj <odubaj@redhat.com> - 3.35.1-1

+ - Updated to version 3.35.1 (https://sqlite.org/releaselog/3_35_1.html)

+ 

+ * Mon Mar 15 2021 Ondrej Dubaj <odubaj@redhat.com> - 3.35.0-1

+ - Updated to version 3.35.0 (https://sqlite.org/releaselog/3_35_0.html)

+ 

  * Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 3.34.1-2

  - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild

  

no initial comment

Reviewer, please see also ABI incompatibilities here: https://bugzilla.redhat.com/show_bug.cgi?id=1938256 and advice if f34 is suitable for such a change.

Thanks.

1 new commit added

  • Updated to version 3.35.1 (#1939197)
3 years ago

The update itself seems pretty simple, turning on the math functions looks ok to me. Since the function removed includes "unsupported" in the name, I don't consider it a big problem -- expect that nobody should use it and if somebody does, it's their problem ;)

However, if there is no good reason to put the package to F34, I'd say let's just update it in rawhide. We've already been bitten by update of sqlite in stable fedora versions and it doesn't seem to be worth the trouble.

Thanks for your review, agree, adding only to rawhide.

Pull-Request has been merged by odubaj

3 years ago
Metadata