Update to 4.10.0

Update to 4.10.0
Update to 4.10.0
This commit is contained in:
Martin Gansser 2025-01-02 09:14:08 +01:00
commit f85ef4b4e2
3 changed files with 6 additions and 2 deletions

1
.gitignore vendored
View file

@ -22,3 +22,4 @@
/wxsqlite3-4.9.10.tar.gz
/wxsqlite3-4.9.11.tar.gz
/wxsqlite3-4.9.12.tar.gz
/wxsqlite3-4.10.0.tar.gz

View file

@ -1 +1 @@
SHA512 (wxsqlite3-4.9.12.tar.gz) = 2537f962367f6ec555d46954fe65fcde06a378e2af60004df8330f2a378cdca184387dda31f3f414f517811fc6591e1073929b70dd2d1e5b3018843fcc5e6dc3
SHA512 (wxsqlite3-4.10.0.tar.gz) = ecdc5e51301eac05dc5b0aa4f77f4379525b7f914f1256021bd5a331ff978ebaa17b83045430997716d445cab770a4d7c196f5848b0563818853fb22afaa817f

View file

@ -3,7 +3,7 @@
%global wxincdir %{_includedir}/wx-%{wxversion}
Name: wxsqlite3
Version: 4.9.12
Version: 4.10.0
Release: 1%{?dist}
Summary: C++ wrapper around the SQLite 3.x database
@ -130,6 +130,9 @@ find %{buildroot} -name '*.la' -exec rm -f {} ';'
%changelog
* Thu Jan 02 2025 Martin Gansser <martinkg@fedoraproject.org> 4.10.0-1
- Update to 4.10.0
* Wed Oct 23 2024 Martin Gansser <martinkg@fedoraproject.org> 4.9.12-1
- Update to 4.9.12