Update to new upstream release 3.1.7 (#2094214)

This commit is contained in:
Scott Talbert 2022-06-10 09:09:23 -04:00
parent 72d22dc779
commit 74339b8408
3 changed files with 7 additions and 3 deletions

1
.gitignore vendored
View File

@ -2,3 +2,4 @@
/wxWidgets-3.1.4.tar.bz2
/wxWidgets-3.1.5.tar.bz2
/wxWidgets-3.1.6.tar.bz2
/wxWidgets-3.1.7.tar.bz2

View File

@ -1 +1 @@
SHA512 (wxWidgets-3.1.6.tar.bz2) = c55f8ecb62bc47c053e24fa8c5cbb744afe4c4b00a3fae760035c539499b3875cabfb5c4542d721efec83464f48925fdd05b7d9ca624b430567c0b579afa7277
SHA512 (wxWidgets-3.1.7.tar.bz2) = 1e81ac2ac9f762fb2820521b858ee5e8431003fa5a2ca5dab6b13fa60937aef2396cd9ddb6cb003d13c97183cb938185090adbe2fa76bed75cf4e4ade396fd6c

View File

@ -1,10 +1,10 @@
%global srcname wxWidgets
%global wxbasename wxBase
%global gtk3dir bld_gtk3
%global sover 6
%global sover 7
Name: wxGTK
Version: 3.1.6
Version: 3.1.7
Release: 1%{?dist}
Summary: GTK port of the wxWidgets GUI library
License: wxWidgets
@ -312,6 +312,9 @@ fi
%doc html
%changelog
* Thu Jun 09 2022 Scott Talbert <swt@techie.net> - 3.1.7-1
- Update to new upstream release 3.1.7 (#2094214)
* Mon Apr 04 2022 Scott Talbert <swt@techie.net> - 3.1.6-1
- Update to new upstream release 3.1.6 (#2071576)