2 Commits

4 changed files with 20 additions and 5 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5aa8eda130d0689bd5ed9b2074714c2dbc610f710483c61ba6cf944cebfe03af
size 2691628

3
SQLiteCpp-3.3.3.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:33bd4372d83bc43117928ee842be64d05e7807f511b5195f85d30015cad9cac6
size 2733063

View File

@@ -1,3 +1,18 @@
-------------------------------------------------------------------
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> Sat Aug 17 13:59:46 UTC 2024 - Atri Bhattacharya <badshah400@gmail.com>

View File

@@ -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.2 Version: 3.3.3
Release: 0 Release: 0
Summary: A C++ SQLite3 wrapper Summary: A C++ SQLite3 wrapper
License: MIT License: MIT