Compare commits

...
Sign in to create a new pull request.

2 commits

Author SHA1 Message Date
9eb907b278 Update to 1.2.1 2024-04-21 07:16:13 -04:00
77f2b67ac4 Update to 1.2.0 2024-03-30 19:38:46 -04:00
3 changed files with 10 additions and 2 deletions

2
.gitignore vendored
View file

@ -3,3 +3,5 @@
/waycheck-v1.0.0.tar.gz
/waycheck-v1.1.0.tar.gz
/waycheck-v1.1.1.tar.gz
/waycheck-v1.2.0.tar.gz
/waycheck-v1.2.1.tar.gz

View file

@ -1 +1 @@
SHA512 (waycheck-v1.1.1.tar.gz) = 6f571564aadc4802c90fcbbcf6f7d9ca1b6b22c436f862e0c9ef048a061fd801a33a26a6d5e18a5cfff8f449054eff14cb9b191fb0e67fd4377cea7d695c1cb7
SHA512 (waycheck-v1.2.1.tar.gz) = fda994562204afaad41a1bdcc692d0150bae4245dff4dc725432b5b80b3d65a148c1cc070f8815048bd27330e306b5ea574d581be67f67f82ed29a225d46520b

View file

@ -1,7 +1,7 @@
%global qt6_minver 6.5
Name: waycheck
Version: 1.1.1
Version: 1.2.1
Release: 1%{?dist}
Summary: Simple GUI that displays protocols implemented by a Wayland compositor
@ -55,6 +55,12 @@ appstream-util validate-relax --nonet %{buildroot}%{_metainfodir}/*.metainfo.xml
%{_datadir}/icons/hicolor/scalable/apps/dev.serebit.Waycheck.svg
%changelog
* Sun Apr 21 2024 Neal Gompa <ngompa@fedoraproject.org> - 1.2.1-1
- Update to 1.2.1
* Sat Mar 30 2024 Neal Gompa <ngompa@fedoraproject.org> - 1.2.0-1
- Update to 1.2.0
* Fri Mar 01 2024 Neal Gompa <ngompa@fedoraproject.org> - 1.1.1-1
- Update to 1.1.1