Merge branch 'rawhide' into f35

epel9
Rex Dieter 3 years ago
commit 9ed691c6c7

4
.gitignore vendored

@ -84,3 +84,7 @@
/kwin-5.22.3.tar.xz /kwin-5.22.3.tar.xz
/kwin-5.22.4.tar.xz /kwin-5.22.4.tar.xz
/kwin-5.22.5.tar.xz /kwin-5.22.5.tar.xz
/kwin-5.22.90.tar.xz
/kwin-5.23.0.tar.xz
/kwin-5.23.1.tar.xz
/kwin-5.23.2.tar.xz

@ -16,7 +16,7 @@
%endif %endif
Name: kwin Name: kwin
Version: 5.22.5 Version: 5.23.2
Release: 1%{?dist} Release: 1%{?dist}
Summary: KDE Window manager Summary: KDE Window manager
@ -118,6 +118,7 @@ BuildRequires: kf5-krunner-devel
BuildRequires: kdecoration-devel >= %{majmin_ver} BuildRequires: kdecoration-devel >= %{majmin_ver}
BuildRequires: kscreenlocker-devel >= %{majmin_ver} BuildRequires: kscreenlocker-devel >= %{majmin_ver}
BuildRequires: plasma-breeze-devel >= %{majmin_ver} BuildRequires: plasma-breeze-devel >= %{majmin_ver}
BuildRequires: plasma-wayland-protocols-devel
BuildRequires: kwayland-server-devel >= %{majmin_ver} BuildRequires: kwayland-server-devel >= %{majmin_ver}
%if 0%{?tests} %if 0%{?tests}
@ -290,9 +291,9 @@ make test ARGS="--output-on-failure --timeout 10" -C %{_target_platform} ||:
%{_kf5_qtplugindir}/*.so %{_kf5_qtplugindir}/*.so
%{_kf5_qtplugindir}/kwin/ %{_kf5_qtplugindir}/kwin/
%{_kf5_qtplugindir}/kcms/ %{_kf5_qtplugindir}/kcms/
%{_kf5_qtplugindir}/kpackage/packagestructure/
%{_kf5_qtplugindir}/org.kde.kdecoration2/*.so %{_kf5_qtplugindir}/org.kde.kdecoration2/*.so
%dir %{_kf5_qtplugindir}/org.kde.kwin.platforms %dir %{_kf5_qtplugindir}/org.kde.kwin.platforms
%{_kf5_qtplugindir}/kpackage/packagestructure/kwin_packagestructure*.so
%{_kf5_qtplugindir}/org.kde.kwin.scenes/*.so %{_kf5_qtplugindir}/org.kde.kwin.scenes/*.so
%{_qt5_qmldir}/org/kde/kwin %{_qt5_qmldir}/org/kde/kwin
%{_kf5_libdir}/kconf_update_bin/kwin5_update_default_rules %{_kf5_libdir}/kconf_update_bin/kwin5_update_default_rules
@ -304,6 +305,12 @@ make test ARGS="--output-on-failure --timeout 10" -C %{_target_platform} ||:
%{_datadir}/kconf_update/kwin-5.18-move-animspeed.py %{_datadir}/kconf_update/kwin-5.18-move-animspeed.py
%{_datadir}/kconf_update/kwin-5.21-desktop-grid-click-behavior.py %{_datadir}/kconf_update/kwin-5.21-desktop-grid-click-behavior.py
%{_datadir}/kconf_update/kwin-5.21-no-swap-encourage.py %{_datadir}/kconf_update/kwin-5.21-no-swap-encourage.py
%{_datadir}/kconf_update/kwin-5.23-disable-translucency-effect.sh
%{_datadir}/kconf_update/kwin-5.23-remove-cover-switch.py
%{_datadir}/kconf_update/kwin-5.23-remove-cubeslide.py
%{_datadir}/kconf_update/kwin-5.23-remove-flip-switch.py
%{_datadir}/kconf_update/kwin-5.23-remove-xrender-backend.py
%{_datadir}/kconf_update/kwinrules-5.23-virtual-desktop-ids.py
%{_kf5_datadir}/kservices5/*.desktop %{_kf5_datadir}/kservices5/*.desktop
%{_kf5_datadir}/kservices5/kwin %{_kf5_datadir}/kservices5/kwin
%{_kf5_datadir}/kservicetypes5/*.desktop %{_kf5_datadir}/kservicetypes5/*.desktop
@ -361,6 +368,26 @@ make test ARGS="--output-on-failure --timeout 10" -C %{_target_platform} ||:
%changelog %changelog
* Tue Oct 26 2021 Rex Dieter <rdieter@fedoraproject.org> - 5.23.2-1
- 5.23.2
* Sat Oct 23 2021 Marc Deop <marcdeop@fedoraproject.org> - 5.23.1-1
- 5.23.1
* Fri Oct 08 2021 Marc Deop <marcdeop@fedoraproject.org> - 5.23.0-1
- 5.23.0
* Sun Sep 19 2021 Marc Deop <marcdeop@fedoraproject.org> - 5.22.90-2
- Remove patch already applied upstream
- Add BuildRequires plasma-wayland-protocols-devel
- Adjust files section
* Fri Sep 17 2021 Marc Deop <marcdeop@fedoraproject.org> - 5.22.90-1
- 5.22.90
* Fri Sep 10 2021 Rex Dieter <rdieter@fedoraproject.org> - 5.22.5-2
- pull in proposed libglvnd-1.3.4 FTBFS fix (kde#440372, rh#2002431)
* Tue Aug 31 2021 Jan Grulich <jgrulich@redhat.com> - 5.22.5-1 * Tue Aug 31 2021 Jan Grulich <jgrulich@redhat.com> - 5.22.5-1
- 5.22.5 - 5.22.5

@ -1 +1 @@
SHA512 (kwin-5.22.5.tar.xz) = 4e466f3961279610c16d24c1dbc6368862308ee7bf677bf9f8ed1898465aa31263a34362b1beaad451b6c5e94068d908718c7bb37d12b814f2af9a1eccf417d2 SHA512 (kwin-5.23.2.tar.xz) = d7062504d26a3fe6db5d8d34486d450035613a8d5f986a074aeda8e22acde06e2dbfde17daccd8199a2f3a7855d1e891c92af7478150e7f320b592143aca4ebd

Loading…
Cancel
Save