Compare commits
4 commits
| Author | SHA1 | Date | |
|---|---|---|---|
| bb45286342 | |||
| 0046d00dbf | |||
| 901d99a807 | |||
|
|
d018f6c2bf |
3 changed files with 17 additions and 2 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
|
@ -2,3 +2,6 @@
|
|||
/waycheck-v0.2.0.tar.gz
|
||||
/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
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (waycheck-v1.1.0.tar.gz) = cbeb202f9c98041185c8523c9fdcfc4811e90891e4585be0003023386ec7f08afdb8054d85829096c55505e17d9226516b2b65c68ff5276432117f677a56bace
|
||||
SHA512 (waycheck-v1.2.1.tar.gz) = fda994562204afaad41a1bdcc692d0150bae4245dff4dc725432b5b80b3d65a148c1cc070f8815048bd27330e306b5ea574d581be67f67f82ed29a225d46520b
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
%global qt6_minver 6.5
|
||||
|
||||
Name: waycheck
|
||||
Version: 1.1.0
|
||||
Version: 1.2.1
|
||||
Release: 1%{?dist}
|
||||
Summary: Simple GUI that displays protocols implemented by a Wayland compositor
|
||||
|
||||
|
|
@ -55,6 +55,18 @@ 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
|
||||
|
||||
* Sat Feb 17 2024 Jan Grulich <jgrulich@redhat.com> - 1.1.0-2
|
||||
- Rebuild (qt6)
|
||||
|
||||
* Sat Feb 10 2024 Neal Gompa <ngompa@fedoraproject.org> - 1.1.0-1
|
||||
- Update to 1.1.0
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue