diff options
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 10 | ||||
-rw-r--r-- | debian/control | 2 | ||||
-rw-r--r-- | debian/libsqlite3-0.symbols | 7 |
3 files changed, 16 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog index 0e3d9c4..32c809d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,13 @@ +sqlite3 (3.46.0-1) unstable; urgency=medium + + * New upstream release. + * Remove sqlite3ExprIsConstantNotJoin@Base and + sqlite3ExprIsTableConstant@Base symbols as no longer part of the library. + * Update symbols file. + * Update Standards-Version to 4.7.0 . + + -- Laszlo Boszormenyi (GCS) <gcs@debian.org> Thu, 30 May 2024 19:37:02 +0200 + sqlite3 (3.45.3-1~progress7.99u1) graograman-backports; urgency=medium * Uploading to graograman-updates, remaining changes: diff --git a/debian/control b/debian/control index 98547ef..70c2399 100644 --- a/debian/control +++ b/debian/control @@ -7,7 +7,7 @@ XSBC-Original-Maintainer: Laszlo Boszormenyi (GCS) <gcs@debian.org> Bugs: mailto:maintainers@lists.progress-linux.org Build-Depends: debhelper-compat (= 13), autoconf (>= 2.59), libtool (>= 1.5.2), automake, chrpath, lynx, libreadline-dev, tcl8.6-dev Build-Conflicts: tcl8.4, tcl8.4-dev, tcl8.5, tcl8.5-dev -Standards-Version: 4.6.2 +Standards-Version: 4.7.0 Rules-Requires-Root: no Homepage: https://www.sqlite.org/ Vcs-Browser: https://git.progress-linux.org/packages/graograman-backports/sqlite3 diff --git a/debian/libsqlite3-0.symbols b/debian/libsqlite3-0.symbols index 364c12f..ecb67ce 100644 --- a/debian/libsqlite3-0.symbols +++ b/debian/libsqlite3-0.symbols @@ -211,6 +211,7 @@ libsqlite3.so.0 libsqlite3-0 #MINVER# sqlite3DeleteTriggerStep@Base 3.37.0 sqlite3Dequote@Base 3.37.0 sqlite3DequoteExpr@Base 3.37.0 + sqlite3DequoteNumber@Base 3.46.0 sqlite3DequoteToken@Base 3.37.0 sqlite3Detach@Base 3.37.0 sqlite3DropIndex@Base 3.37.0 @@ -276,12 +277,10 @@ libsqlite3.so.0 libsqlite3-0 #MINVER# sqlite3ExprImpliesExpr@Base 3.37.0 sqlite3ExprImpliesNonNullRow@Base 3.37.0 sqlite3ExprIsConstant@Base 3.37.0 - sqlite3ExprIsConstantNotJoin@Base 3.37.0 sqlite3ExprIsConstantOrFunction@Base 3.37.0 sqlite3ExprIsConstantOrGroupBy@Base 3.37.0 sqlite3ExprIsInteger@Base 3.37.0 sqlite3ExprIsSingleTableConstraint@Base 3.42.0 - sqlite3ExprIsTableConstant@Base 3.37.0 sqlite3ExprIsVector@Base 3.37.0 sqlite3ExprListAppend@Base 3.37.0 sqlite3ExprListAppendGrow@Base 3.37.0 @@ -500,11 +499,14 @@ libsqlite3.so.0 libsqlite3-0 #MINVER# sqlite3MayAbort@Base 3.37.0 sqlite3MemCompare@Base 3.37.0 sqlite3MemJournalOpen@Base 3.37.0 + sqlite3MemSetArrayInt64@Base 3.46.0 sqlite3MemSetDefault@Base 3.37.0 sqlite3MemdbInit@Base 3.37.0 sqlite3MemoryBarrier@Base 3.37.0 sqlite3MisuseError@Base 3.37.0 sqlite3MulInt64@Base 3.37.0 + sqlite3MultiValues@Base 3.46.0 + sqlite3MultiValuesEnd@Base 3.46.0 sqlite3MultiWrite@Base 3.37.0 sqlite3MutexAlloc@Base 3.37.0 sqlite3MutexEnd@Base 3.37.0 @@ -1375,6 +1377,7 @@ libsqlite3.so.0 libsqlite3-0 #MINVER# sqlite3aGTb@Base 3.37.0 sqlite3aLTb@Base 3.37.0 sqlite3changegroup_add@Base 3.13.0 + sqlite3changegroup_add_change@Base 3.46.0 sqlite3changegroup_add_strm@Base 3.13.0 sqlite3changegroup_delete@Base 3.13.0 sqlite3changegroup_new@Base 3.13.0 |