head 1.1; access; symbols pkgsrc-2026Q3:1.1.0.4 pkgsrc-2026Q3-base:1.1 pkgsrc-2026Q2:1.1.0.2 pkgsrc-2026Q2-base:1.1; locks; strict; comment @# @; 1.1 date 2026.06.11.22.00.10; author mef; state Exp; branches; next ; commitid Ngjn5aZ7371hFqJG; desc @@ 1.1 log @(databases/R-RSQLite) Updated 2.3.9 to 3.53.1 # RSQLite 3.53.1 (2026-05-22) ## Features - Upgrade bundled SQLite to 3.53.1 (#711). # RSQLite 3.52.0 (2026-05-09) ## Features - Upgrade bundled SQLite to 3.52.0 (#696), the package version is now aligned with the SQLite version. - Implement `dbListObjects()` for attached SQLite databases with schema prefix support (#689, #690). - Enable the percentile extension. # RSQLite 2.4.6 (2026-02-05) ## Features - Upgrade bundled SQLite to 3.51.2, upgrade extensions (#673). ## Chore - Remove plogr (#683). - Format C++ code with clang-format. # RSQLite 2.4.5 (2025-11-30) ## Features - Upgrade bundled SQLite to 3.51.1 (#661). # RSQLite 2.4.4 (2025-11-05) ## Features - Upgrade bundled SQLite to 3.51.0 (#648). ## Continuous integration - Loosen timeout on macOS. - Avoid accessing Fossil for upgrade. # RSQLite 2.4.3 (2025-08-01) ## Features - Upgrade bundled SQLite to 3.50.4 (#616). # RSQLite 2.4.2 (2025-07-18) ## Features - Upgrade bundled SQLite to 3.50.3 (#613). ## Documentation - Mentioned version of bundled SQLite in `DESCRIPTION`. # RSQLite 2.4.1 (2025-06-08) ## Features - Upgrade bundled SQLite to 3.50.1 (#606). # RSQLite 2.4.0 (2025-05-31) ## Features - Upgrade bundled SQLite to 3.50.0 (#602). - Rebuild in case of configuration changes (#597). # RSQLite 2.3.11 (2025-05-04) ## Bug fixes - Compilation with `gcc` works again (#592, #594). # RSQLite 2.3.10 (2025-05-02) ## Bug fixes - Avoid unnecessary `-I` switches (#512, #587). ## Features - Upgrade bundled SQLite to 3.49.1 (#571). ## Chore - Track dependencies between sources and headers (#586). ## Testing - Bump DBItest version. @ text @$NetBSD$ Probably, not neccesary line left out (deps.mk is not in the tree) --- src/Makevars.orig 2026-06-12 06:53:39.166668750 +0900 +++ src/Makevars 2026-06-12 06:53:46.755420864 +0900 @@@@ -28,5 +28,3 @@@@ $(SHLIB): $(PKG_LIBS) # For the tarball, we create an empty file. deps.mk: touch -r $$(ls -t *.cpp | head -n 1) "$@@" - -include deps.mk @