Update to 4.10.11
This commit is contained in:
parent
0f418632ea
commit
3bdca75ce7
3 changed files with 6 additions and 2 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -33,3 +33,4 @@
|
|||
/wxsqlite3-4.10.8.tar.gz
|
||||
/wxsqlite3-4.10.9.tar.gz
|
||||
/wxsqlite3-4.10.10.tar.gz
|
||||
/wxsqlite3-4.10.11.tar.gz
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (wxsqlite3-4.10.10.tar.gz) = 37faf096d2fceb70b9ec184af5963587a62264c9849a0f2f395d23ac08a843e51faf923b2f820025f943124071a11fb89aeefccc07b40cfad31bdfc3c07ff4aa
|
||||
SHA512 (wxsqlite3-4.10.11.tar.gz) = ed7fed4766161521b99e08a5ad712d15579f072b1d475eedf0b18214e692917ffecc96800c5b409df2e0a66b7a2ec4062d820c819c280e20546e5a26b0cdcdbe
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
%global wxincdir %{_includedir}/wx-%{wxversion}
|
||||
|
||||
Name: wxsqlite3
|
||||
Version: 4.10.10
|
||||
Version: 4.10.11
|
||||
Release: 1%{?dist}
|
||||
Summary: C++ wrapper around the SQLite 3.x database
|
||||
|
||||
|
|
@ -130,6 +130,9 @@ find %{buildroot} -name '*.la' -exec rm -f {} ';'
|
|||
|
||||
|
||||
%changelog
|
||||
* Sat Jul 19 2025 Martin Gansser <martinkg@fedoraproject.org> 4.10.11-1
|
||||
- Update to 4.10.11
|
||||
|
||||
* Tue Jul 15 2025 Martin Gansser <martinkg@fedoraproject.org> 4.10.10-1
|
||||
- Update to 4.10.10
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue