forked from pool/SQLiteCpp
Compare commits
4 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 38b138a906 | |||
| c27092a749 | |||
| 2c4e4dc05b | |||
| 7f19d3f854 |
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:71f990f9fb4b004533b6859ce40729af823b87fe691dd99ca084a7fd40db54b9
|
|
||||||
size 2624658
|
|
||||||
3
SQLiteCpp-3.3.3.tar.gz
Normal file
3
SQLiteCpp-3.3.3.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:33bd4372d83bc43117928ee842be64d05e7807f511b5195f85d30015cad9cac6
|
||||||
|
size 2733063
|
||||||
@@ -1,3 +1,35 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed May 21 15:22:28 UTC 2025 - Atri Bhattacharya <badshah400@gmail.com>
|
||||||
|
|
||||||
|
- Update to version 3.3.3:
|
||||||
|
* Replace all double-quoted string literals by single quotes in
|
||||||
|
unit test (gh#SRombauts/SQLiteCpp#483).
|
||||||
|
* Add logic to use different FindPackage for python if cmake is
|
||||||
|
above 3.12 (gh#SRombauts/SQLiteCpp#454).
|
||||||
|
* tests/Database_test.cpp: fix a warning around #endif
|
||||||
|
(gh#SRombauts/SQLiteCpp#489).
|
||||||
|
* SQLiteCpp/Statement.h: add missing <cstdint> include
|
||||||
|
(gh#SRombauts/SQLiteCpp#488).
|
||||||
|
* sqlite3: set SQLITE_OMIT_LOAD_EXTENSION
|
||||||
|
(gh#SRombauts/SQLiteCpp#496).
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
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>
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package SQLiteCpp
|
# spec file for package SQLiteCpp
|
||||||
#
|
#
|
||||||
# Copyright (c) 2024 SUSE LLC
|
# Copyright (c) 2025 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
%define shlib libsqlitecpp0
|
%define shlib libsqlitecpp0
|
||||||
Name: SQLiteCpp
|
Name: SQLiteCpp
|
||||||
Version: 3.3.1
|
Version: 3.3.3
|
||||||
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