Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package wxsqlite3 for openSUSE:Factory checked in at 2023-02-10 14:34:16 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/wxsqlite3 (Old) and /work/SRC/openSUSE:Factory/.wxsqlite3.new.1848 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "wxsqlite3" Fri Feb 10 14:34:16 2023 rev:7 rq:1064048 version:4.9.1 Changes: -------- --- /work/SRC/openSUSE:Factory/wxsqlite3/wxsqlite3.changes 2022-05-10 15:12:03.327579498 +0200 +++ /work/SRC/openSUSE:Factory/.wxsqlite3.new.1848/wxsqlite3.changes 2023-02-10 14:34:16.609546401 +0100 @@ -1,0 +2,7 @@ +Thu Feb 9 15:54:57 UTC 2023 - Andrea Manzini <andrea.manz...@suse.com> + +- Update to version 4.9.1: + * Upgrade to SQLite3 Multiple Ciphers version 1.5.4 (SQLite version 3.40.0) + * fixed issue wxSQLite3Database::SetJournalMode always returns DELETE + +------------------------------------------------------------------- Old: ---- wxsqlite3-4.8.1.tar.xz New: ---- wxsqlite3-4.9.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ wxsqlite3.spec ++++++ --- /var/tmp/diff_new_pack.JqLiFM/_old 2023-02-10 14:34:17.305550559 +0100 +++ /var/tmp/diff_new_pack.JqLiFM/_new 2023-02-10 14:34:17.309550583 +0100 @@ -1,7 +1,7 @@ # # spec file for package wxsqlite3 # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -20,12 +20,12 @@ %define wx_version_soname %(wx-config --version | sed 's@^\\([^\\.]\\+\\.[^\\.]\\+\\)\\(.*\\)@\\1@') %define sover 0 Name: wxsqlite3 -Version: 4.8.1 +Version: 4.9.1 Release: 0 Summary: C++ wrapper around SQLite 3.x License: SUSE-wxWidgets-3.1 URL: https://github.com/utelle/wxsqlite3 -Source0: %{name}-%{version}.tar.xz +Source0: https://github.com/utelle/%{name}/archive/refs/tags/v%{version}.tar.gz#/%{name}-%{version}.tar.gz BuildRequires: autoconf >= 2.69 BuildRequires: automake BuildRequires: gcc-c++