Merge branch epel9-next into epel9

epel9
Troy Dawson 2 years ago
commit c876084fc4

3
.gitignore vendored

@ -96,3 +96,6 @@
/kwin-5.24.1.tar.xz
/kwin-5.24.2.tar.xz
/kwin-5.24.3.tar.xz
/kwin-5.24.4.tar.xz
/kwin-5.24.5.tar.xz
/kwin-5.24.6.tar.xz

@ -16,8 +16,8 @@
%endif
Name: kwin
Version: 5.24.3
Release: 2%{?dist}
Version: 5.24.6
Release: 1%{?dist}
Summary: KDE Window manager
# all sources are effectively GPLv2+, except for:
@ -58,6 +58,10 @@ BuildRequires: qt5-qtx11extras-devel
BuildRequires: qt5-qtwayland-devel
# X11/OpenGL
## libxcvt is only needed for xwayland 22+, not in RHEL yet
%if 0%{?fedora}
BuildRequires: pkgconfig(libxcvt)
%endif
BuildRequires: mesa-libGL-devel
BuildRequires: mesa-libEGL-devel
BuildRequires: mesa-libgbm-devel
@ -368,6 +372,21 @@ make test ARGS="--output-on-failure --timeout 10" -C %{_target_platform} ||:
%changelog
* Wed Jul 13 2022 Troy Dawson <tdawson@redhat.com> - 5.24.6-1
- Update to 5.24.6
* Mon Jun 20 2022 Troy Dawson <tdawson@redhat.com> - 5.24.5-1
- Do not require libxcvt for RHEL
* Tue May 03 2022 Marc Deop <marcdeop@fedoraproject.org> - 5.24.5-1
- 5.24.5
* Thu Mar 31 2022 Justin Zobel <justin@1707.io> - 5.24.4-1
- Update to 5.24.4 and remove patch
* Mon Mar 21 2022 Adam Williamson <awilliam@redhat.com> - 5.24.3-3
- Backport MR #2163 (edited to cover vbox) to fix VM cursor offset (#2063969)
* Thu Mar 10 2022 Marc Deop <marcdeop@fedoraproejct.org> - 5.24.3-2
- Rebuild (qt5)

@ -1,3 +1 @@
SHA512 (kwin-5.24.1.tar.xz) = 191fe8d4363ea98adabd75c045b48e10490d8002abe2f0a0c199cb51447b371165a85ed2b98d04128a069661e8ebf4fce0323421c09bddf9372acf6f8d5d2461
SHA512 (kwin-5.24.2.tar.xz) = 6bb536e1d11f02c8d103e3f975d6100eb4a04cf579b209ecdcf9785c91f55e14b563076299c727419cc6553dc82ce02edc8688d09ad71dc87d43f73b9041a138
SHA512 (kwin-5.24.3.tar.xz) = b0a578036b84b457c968f583ba0bb44dacddd04cf0e7a86664a6348df3e44ee77d818347a2cb7d9daf2b8425d81695b996fcf272cee80b88947e230b66639b97
SHA512 (kwin-5.24.6.tar.xz) = 582464134046c672f9dd798a5485eb2ea93c71676ad20aebda60d978d459104e74fe1283cb0e16968216faf53827dc3e47d669d4c977e0fb7a5a4bb408f77eeb

Loading…
Cancel
Save