forked from pool/SQLiteCpp
Compare commits
2 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 2c4e4dc05b | |||
| 7f19d3f854 |
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:71f990f9fb4b004533b6859ce40729af823b87fe691dd99ca084a7fd40db54b9
|
|
||||||
size 2624658
|
|
||||||
3
SQLiteCpp-3.3.2.tar.gz
Normal file
3
SQLiteCpp-3.3.2.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:5aa8eda130d0689bd5ed9b2074714c2dbc610f710483c61ba6cf944cebfe03af
|
||||||
|
size 2691628
|
||||||
@@ -1,3 +1,20 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Aug 17 13:59:46 UTC 2024 - Atri Bhattacharya <badshah400@gmail.com>
|
||||||
|
|
||||||
|
- Update to version 3.3.2:
|
||||||
|
* Explicitly =delete; Statement::bindNoCopy(..., std::string&&)
|
||||||
|
(gh#SRombauts/SQLiteCpp#469).
|
||||||
|
* Update SQLite from 3.43.0 to 3.45.3 (2024-04-15)
|
||||||
|
(gh#SRombauts/SQLiteCpp#461).
|
||||||
|
* Update SQLite from 3.45.3 to 3.46.1 (2024-08-13)
|
||||||
|
(gh#SRombauts/SQLiteCpp#477).
|
||||||
|
* Update SQLiteCpp meson wrap file to latest release 3.3.1
|
||||||
|
(gh#SRombauts/SQLiteCpp#447).
|
||||||
|
* [Meson] update meson dependencies
|
||||||
|
(gh#SRombauts/SQLiteCpp#448).
|
||||||
|
* Update meson dependencies [Meson only]
|
||||||
|
(gh#SRombauts/SQLiteCpp#475).
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Apr 25 10:18:18 UTC 2024 - Atri Bhattacharya <badshah400@gmail.com>
|
Thu Apr 25 10:18:18 UTC 2024 - Atri Bhattacharya <badshah400@gmail.com>
|
||||||
|
|
||||||
|
|||||||
@@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
%define shlib libsqlitecpp0
|
%define shlib libsqlitecpp0
|
||||||
Name: SQLiteCpp
|
Name: SQLiteCpp
|
||||||
Version: 3.3.1
|
Version: 3.3.2
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A C++ SQLite3 wrapper
|
Summary: A C++ SQLite3 wrapper
|
||||||
License: MIT
|
License: MIT
|
||||||
@@ -58,7 +58,6 @@ sed -iE "s/\r$//" README.md
|
|||||||
-DSQLITE_ENABLE_COLUMN_METADATA=true \
|
-DSQLITE_ENABLE_COLUMN_METADATA=true \
|
||||||
-DSQLITECPP_BUILD_TESTS=true \
|
-DSQLITECPP_BUILD_TESTS=true \
|
||||||
-DSQLITECPP_BUILD_EXAMPLES=true \
|
-DSQLITECPP_BUILD_EXAMPLES=true \
|
||||||
-Dcpp_std=c++14 \
|
|
||||||
%{nil}
|
%{nil}
|
||||||
%meson_build
|
%meson_build
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user