From c1d45b31efb8c18b550896b81453e82f761d2d58 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 16 Jan 2015 13:13:30 +0000 Subject: [PATCH 001/199] Initial setup of the repo --- .gitignore | 0 sources | 0 2 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 .gitignore create mode 100644 sources diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..e69de29 diff --git a/sources b/sources new file mode 100644 index 0000000..e69de29 From d2648726e8ad561087d8f1339ece213c19d2388f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20Vr=C3=A1til?= Date: Tue, 20 Jan 2015 11:08:30 +0100 Subject: [PATCH 002/199] Import package - Plasma 5.1.95 (Plasma 5.2 beta) --- .gitignore | 1 + kf5-kwayland.spec | 92 +++++++++++++++++++++++++++++++++++++++++++++++ sources | 1 + 3 files changed, 94 insertions(+) create mode 100644 kf5-kwayland.spec diff --git a/.gitignore b/.gitignore index e69de29..8edd0b9 100644 --- a/.gitignore +++ b/.gitignore @@ -0,0 +1 @@ +/kwayland-5.1.95.tar.xz diff --git a/kf5-kwayland.spec b/kf5-kwayland.spec new file mode 100644 index 0000000..2410cbe --- /dev/null +++ b/kf5-kwayland.spec @@ -0,0 +1,92 @@ +%global framework kwayland + +%global wayland_min_version 1.3 + +Name: kf5-%{framework} +Version: 5.1.95 +Release: 1.beta%{?dist} +Summary: KDE Frameworks 5 library that wraps Client and Server Wayland libraries + +License: GPLv2+ +URL: http://www.kde.org + +%global revision %(echo %{version} | cut -d. -f3) +%if %{revision} >= 50 +%global stable unstable +%else +%global stable stable +%endif +Source0: http://download.kde.org/%{stable}/plasma/%{version}/kwayland-%{version}.tar.xz + +BuildRequires: qt5-qtbase-devel + +BuildRequires: kf5-rpm-macros +BuildRequires: extra-cmake-modules + +BuildRequires: libwayland-client-devel >= %{wayland_min_version} +BuildRequires: libwayland-cursor-devel >= %{wayland_min_version} +BuildRequires: libwayland-server-devel >= %{wayland_min_version} +BuildRequires: mesa-libwayland-egl-devel +BuildRequires: wayland-devel >= %{wayland_min_version} + +Requires: kf5-filesystem + +%description +%{summary}. + +%package devel +Summary: Development files for %{name} +Requires: %{name}%{?_isa} = %{version}-%{release} + +%description devel +The %{name}-devel package contains libraries and header files for +developing applications that use %{name}. + + +%prep +%setup -q -n %{framework}-%{version} + +%build + +mkdir -p %{_target_platform} +pushd %{_target_platform} +%{cmake_kf5} .. +popd + +make %{?_smp_mflags} -C %{_target_platform} + +%install +make install/fast DESTDIR=%{buildroot} -C %{_target_platform} + +%post -p /sbin/ldconfig + +%postun -p /sbin/ldconfig + +%files +%doc COPYING.LIB +%{_kf5_libdir}/libKF5WaylandClient.so.* +%{_kf5_libdir}/libKF5WaylandServer.so.* + +%files devel +%{_kf5_includedir}/KWayland +%{_kf5_includedir}/kwayland_version.h +%{_kf5_libdir}/cmake/KF5Wayland +%{_kf5_libdir}/libKF5WaylandClient.so +%{_kf5_libdir}/libKF5WaylandServer.so + + +%changelog +* Mon Jan 12 2015 Daniel Vrátil - 5.1.95-1.beta +- Plasma 5.1.95 Beta + +* Wed Dec 17 2014 Daniel Vrátil - 5.1.2-2 +- Plasma 5.1.2 + +* Fri Nov 07 2014 Daniel Vrátil - 5.1.1-1 +- Plasma 5.1.1 + +* Tue Oct 14 2014 Daniel Vrátil - 5.1.0.1-1 +- Plasma 5.1.0.1 + +* Thu Oct 09 2014 Daniel Vrátil - 5.1.0-1 +- Plasma 5.1.0 diff --git a/sources b/sources index e69de29..973e409 100644 --- a/sources +++ b/sources @@ -0,0 +1 @@ +b3a69ef5e5556bf1cd47a13d8cb34b1a kwayland-5.1.95.tar.xz From a2a9026359d651a79e90acd61a3b352b9610f63e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20Vr=C3=A1til?= Date: Mon, 26 Jan 2015 17:13:15 +0100 Subject: [PATCH 003/199] Plasma 5.2.0 --- .gitignore | 1 + kf5-kwayland.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 8edd0b9..e7869cb 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /kwayland-5.1.95.tar.xz +/kwayland-5.2.0.tar.xz diff --git a/kf5-kwayland.spec b/kf5-kwayland.spec index 2410cbe..52bbcd8 100644 --- a/kf5-kwayland.spec +++ b/kf5-kwayland.spec @@ -3,8 +3,8 @@ %global wayland_min_version 1.3 Name: kf5-%{framework} -Version: 5.1.95 -Release: 1.beta%{?dist} +Version: 5.2.0 +Release: 1%{?dist} Summary: KDE Frameworks 5 library that wraps Client and Server Wayland libraries License: GPLv2+ @@ -76,6 +76,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Mon Jan 26 2015 Daniel Vrátil - 5.2.0-1 +- Plasma 5.2.0 + * Mon Jan 12 2015 Daniel Vrátil - 5.1.95-1.beta - Plasma 5.1.95 Beta diff --git a/sources b/sources index 973e409..85cbc7d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -b3a69ef5e5556bf1cd47a13d8cb34b1a kwayland-5.1.95.tar.xz +6b01b7940cdf5f4c7e4ac0eea1e7a790 kwayland-5.2.0.tar.xz From a2707ee99149c5c61dceef1e3ea333319c281bc4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20Vr=C3=A1til?= Date: Tue, 24 Feb 2015 11:02:31 +0100 Subject: [PATCH 004/199] Plasma 5.2.1 --- .gitignore | 1 + kf5-kwayland.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index e7869cb..3dc023e 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /kwayland-5.1.95.tar.xz /kwayland-5.2.0.tar.xz +/kwayland-5.2.1.tar.xz diff --git a/kf5-kwayland.spec b/kf5-kwayland.spec index 52bbcd8..d9a9e1f 100644 --- a/kf5-kwayland.spec +++ b/kf5-kwayland.spec @@ -3,7 +3,7 @@ %global wayland_min_version 1.3 Name: kf5-%{framework} -Version: 5.2.0 +Version: 5.2.1 Release: 1%{?dist} Summary: KDE Frameworks 5 library that wraps Client and Server Wayland libraries @@ -76,6 +76,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Tue Feb 24 2015 Daniel Vrátil - 5.2.1-1 +- Plasma 5.2.1 + * Mon Jan 26 2015 Daniel Vrátil - 5.2.0-1 - Plasma 5.2.0 diff --git a/sources b/sources index 85cbc7d..3172127 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -6b01b7940cdf5f4c7e4ac0eea1e7a790 kwayland-5.2.0.tar.xz +0d7762b3ccadcd47bd3bdc0966a71a73 kwayland-5.2.1.tar.xz From 5514e4f4868a6e14935b747cc814e675ca56f513 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20Vr=C3=A1til?= Date: Fri, 27 Feb 2015 19:55:56 +0100 Subject: [PATCH 005/199] Rebuild (GCC 5) --- kf5-kwayland.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/kf5-kwayland.spec b/kf5-kwayland.spec index d9a9e1f..4928705 100644 --- a/kf5-kwayland.spec +++ b/kf5-kwayland.spec @@ -4,7 +4,7 @@ Name: kf5-%{framework} Version: 5.2.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: KDE Frameworks 5 library that wraps Client and Server Wayland libraries License: GPLv2+ @@ -76,6 +76,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Fri Feb 27 2015 Daniel Vrátil - 5.2.1-2 +- Rebuild (GCC 5) + * Tue Feb 24 2015 Daniel Vrátil - 5.2.1-1 - Plasma 5.2.1 From dc6f0a67d3a392a99117b69469a1c205930fe735 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20Vr=C3=A1til?= Date: Fri, 20 Mar 2015 13:28:26 +0100 Subject: [PATCH 006/199] Plasma 5.2.2 --- .gitignore | 1 + kf5-kwayland.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 3dc023e..69559ab 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ /kwayland-5.1.95.tar.xz /kwayland-5.2.0.tar.xz /kwayland-5.2.1.tar.xz +/kwayland-5.2.2.tar.xz diff --git a/kf5-kwayland.spec b/kf5-kwayland.spec index 4928705..95663c7 100644 --- a/kf5-kwayland.spec +++ b/kf5-kwayland.spec @@ -3,8 +3,8 @@ %global wayland_min_version 1.3 Name: kf5-%{framework} -Version: 5.2.1 -Release: 2%{?dist} +Version: 5.2.2 +Release: 1%{?dist} Summary: KDE Frameworks 5 library that wraps Client and Server Wayland libraries License: GPLv2+ @@ -76,6 +76,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Fri Mar 20 2015 Daniel Vrátil - 5.2.2-1 +- Plasma 5.2.2 + * Fri Feb 27 2015 Daniel Vrátil - 5.2.1-2 - Rebuild (GCC 5) diff --git a/sources b/sources index 3172127..1451e2e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -0d7762b3ccadcd47bd3bdc0966a71a73 kwayland-5.2.1.tar.xz +7df90a6849339e4692ed9da94ffc3ad4 kwayland-5.2.2.tar.xz From 85883a172800d20ae5640343d0e82597a374a167 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20Vr=C3=A1til?= Date: Thu, 23 Apr 2015 17:42:14 +0200 Subject: [PATCH 007/199] Plasma 5.2.95 --- .gitignore | 1 + kf5-kwayland.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 69559ab..b240af3 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ /kwayland-5.2.0.tar.xz /kwayland-5.2.1.tar.xz /kwayland-5.2.2.tar.xz +/kwayland-5.2.95.tar.xz diff --git a/kf5-kwayland.spec b/kf5-kwayland.spec index 95663c7..0598f04 100644 --- a/kf5-kwayland.spec +++ b/kf5-kwayland.spec @@ -3,7 +3,7 @@ %global wayland_min_version 1.3 Name: kf5-%{framework} -Version: 5.2.2 +Version: 5.2.95 Release: 1%{?dist} Summary: KDE Frameworks 5 library that wraps Client and Server Wayland libraries @@ -76,6 +76,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Wed Apr 22 2015 Daniel Vrátil - 5.2.95-1 +- Plasma 5.2.95 + * Fri Mar 20 2015 Daniel Vrátil - 5.2.2-1 - Plasma 5.2.2 diff --git a/sources b/sources index 1451e2e..64f323d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -7df90a6849339e4692ed9da94ffc3ad4 kwayland-5.2.2.tar.xz +80072b59a094036243864daf14c90545 kwayland-5.2.95.tar.xz From 39920fcc20b891408ab347a0f45e0b59ec2d7f4a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20Vr=C3=A1til?= Date: Mon, 27 Apr 2015 13:06:08 +0200 Subject: [PATCH 008/199] Plasma 5.3.0 --- .gitignore | 1 + kf5-kwayland.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index b240af3..69818e4 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ /kwayland-5.2.1.tar.xz /kwayland-5.2.2.tar.xz /kwayland-5.2.95.tar.xz +/kwayland-5.3.0.tar.xz diff --git a/kf5-kwayland.spec b/kf5-kwayland.spec index 0598f04..6a6d476 100644 --- a/kf5-kwayland.spec +++ b/kf5-kwayland.spec @@ -3,7 +3,7 @@ %global wayland_min_version 1.3 Name: kf5-%{framework} -Version: 5.2.95 +Version: 5.3.0 Release: 1%{?dist} Summary: KDE Frameworks 5 library that wraps Client and Server Wayland libraries @@ -76,6 +76,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Mon Apr 27 2015 Daniel Vrátil - 5.3.0-1 +- Plasma 5.3.0 + * Wed Apr 22 2015 Daniel Vrátil - 5.2.95-1 - Plasma 5.2.95 diff --git a/sources b/sources index 64f323d..a21d4d1 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -80072b59a094036243864daf14c90545 kwayland-5.2.95.tar.xz +ab9f358c68470f41732470b90427c5e8 kwayland-5.3.0.tar.xz From db7089b09ec2026a8f99b040eafe92c695be97be Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20Vr=C3=A1til?= Date: Tue, 26 May 2015 00:34:16 +0200 Subject: [PATCH 009/199] Plasma 5.3.1 --- .gitignore | 1 + kf5-kwayland.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 69818e4..292ffe7 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ /kwayland-5.2.2.tar.xz /kwayland-5.2.95.tar.xz /kwayland-5.3.0.tar.xz +/kwayland-5.3.1.tar.xz diff --git a/kf5-kwayland.spec b/kf5-kwayland.spec index 6a6d476..d8b8aea 100644 --- a/kf5-kwayland.spec +++ b/kf5-kwayland.spec @@ -3,7 +3,7 @@ %global wayland_min_version 1.3 Name: kf5-%{framework} -Version: 5.3.0 +Version: 5.3.1 Release: 1%{?dist} Summary: KDE Frameworks 5 library that wraps Client and Server Wayland libraries @@ -76,6 +76,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Tue May 26 2015 Daniel Vrátil - 5.3.1-1 +- Plasma 5.3.1 + * Mon Apr 27 2015 Daniel Vrátil - 5.3.0-1 - Plasma 5.3.0 diff --git a/sources b/sources index a21d4d1..9283993 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -ab9f358c68470f41732470b90427c5e8 kwayland-5.3.0.tar.xz +e361a5c875a9381ea653a655318b7022 kwayland-5.3.1.tar.xz From 775d47cda94da85ff50b234e84cb570488af2ad7 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Wed, 17 Jun 2015 13:18:10 +0000 Subject: [PATCH 010/199] - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild --- kf5-kwayland.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/kf5-kwayland.spec b/kf5-kwayland.spec index d8b8aea..ace54ad 100644 --- a/kf5-kwayland.spec +++ b/kf5-kwayland.spec @@ -4,7 +4,7 @@ Name: kf5-%{framework} Version: 5.3.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: KDE Frameworks 5 library that wraps Client and Server Wayland libraries License: GPLv2+ @@ -76,6 +76,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Wed Jun 17 2015 Fedora Release Engineering - 5.3.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild + * Tue May 26 2015 Daniel Vrátil - 5.3.1-1 - Plasma 5.3.1 From 1ea11205bc6db878397c2c9171bc074c66fc7069 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20Vr=C3=A1til?= Date: Thu, 25 Jun 2015 18:19:34 +0200 Subject: [PATCH 011/199] Plasma 5.3.2 --- .gitignore | 1 + kf5-kwayland.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 292ffe7..95915a7 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ /kwayland-5.2.95.tar.xz /kwayland-5.3.0.tar.xz /kwayland-5.3.1.tar.xz +/kwayland-5.3.2.tar.xz diff --git a/kf5-kwayland.spec b/kf5-kwayland.spec index ace54ad..22dbb5d 100644 --- a/kf5-kwayland.spec +++ b/kf5-kwayland.spec @@ -3,8 +3,8 @@ %global wayland_min_version 1.3 Name: kf5-%{framework} -Version: 5.3.1 -Release: 2%{?dist} +Version: 5.3.2 +Release: 1%{?dist} Summary: KDE Frameworks 5 library that wraps Client and Server Wayland libraries License: GPLv2+ @@ -76,6 +76,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Thu Jun 25 2015 Daniel Vrátil - 5.3.2-1 +- Plasma 5.3.2 + * Wed Jun 17 2015 Fedora Release Engineering - 5.3.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild diff --git a/sources b/sources index 9283993..376104c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -e361a5c875a9381ea653a655318b7022 kwayland-5.3.1.tar.xz +5ea31028a369b0a78da8322a442407f5 kwayland-5.3.2.tar.xz From 31d318f7aa9abf345075374c6f026f5ad82fce5f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20Vr=C3=A1til?= Date: Fri, 21 Aug 2015 19:42:06 +0200 Subject: [PATCH 012/199] Plasma 5.4.0 --- .gitignore | 1 + kf5-kwayland.spec | 11 ++++++++++- sources | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 95915a7..0b052ba 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,4 @@ /kwayland-5.3.0.tar.xz /kwayland-5.3.1.tar.xz /kwayland-5.3.2.tar.xz +/kwayland-5.4.0.tar.xz diff --git a/kf5-kwayland.spec b/kf5-kwayland.spec index 22dbb5d..5b59892 100644 --- a/kf5-kwayland.spec +++ b/kf5-kwayland.spec @@ -3,7 +3,7 @@ %global wayland_min_version 1.3 Name: kf5-%{framework} -Version: 5.3.2 +Version: 5.4.0 Release: 1%{?dist} Summary: KDE Frameworks 5 library that wraps Client and Server Wayland libraries @@ -64,6 +64,7 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %files %doc COPYING.LIB +%{_sysconfdir}/xdg/org_kde_kwayland.categories %{_kf5_libdir}/libKF5WaylandClient.so.* %{_kf5_libdir}/libKF5WaylandServer.so.* @@ -73,9 +74,17 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %{_kf5_libdir}/cmake/KF5Wayland %{_kf5_libdir}/libKF5WaylandClient.so %{_kf5_libdir}/libKF5WaylandServer.so +%{_kf5_archdatadir}/mkspecs/modules/qt_KWaylandClient.pri +%{_kf5_archdatadir}/mkspecs/modules/qt_KWaylandServer.pri %changelog +* Fri Aug 21 2015 Daniel Vrátil - 5.4.0-1 +- Plasma 5.4.0 + +* Thu Aug 13 2015 Daniel Vrátil - 5.3.95-1 +- Plasma 5.3.95 + * Thu Jun 25 2015 Daniel Vrátil - 5.3.2-1 - Plasma 5.3.2 diff --git a/sources b/sources index 376104c..77e8ce3 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -5ea31028a369b0a78da8322a442407f5 kwayland-5.3.2.tar.xz +720809300dc4426034686f0069680599 kwayland-5.4.0.tar.xz From 8e0275d7b4ae67bc0aec3325ed6c73a72485c5d6 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Wed, 9 Sep 2015 13:59:02 -0500 Subject: [PATCH 013/199] 5.4.1 --- .gitignore | 1 + kf5-kwayland.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 0b052ba..741691c 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,4 @@ /kwayland-5.3.1.tar.xz /kwayland-5.3.2.tar.xz /kwayland-5.4.0.tar.xz +/kwayland-5.4.1.tar.xz diff --git a/kf5-kwayland.spec b/kf5-kwayland.spec index 5b59892..e4269a2 100644 --- a/kf5-kwayland.spec +++ b/kf5-kwayland.spec @@ -3,7 +3,7 @@ %global wayland_min_version 1.3 Name: kf5-%{framework} -Version: 5.4.0 +Version: 5.4.1 Release: 1%{?dist} Summary: KDE Frameworks 5 library that wraps Client and Server Wayland libraries @@ -79,6 +79,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Wed Sep 09 2015 Rex Dieter - 5.4.1-1 +- 5.4.1 + * Fri Aug 21 2015 Daniel Vrátil - 5.4.0-1 - Plasma 5.4.0 diff --git a/sources b/sources index 77e8ce3..a07921d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -720809300dc4426034686f0069680599 kwayland-5.4.0.tar.xz +cfff87d002b42b2487b522f94f157cb7 kwayland-5.4.1.tar.xz From d5dfe02ffe6fa88646fc32823478fbcb44266dfb Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Fri, 25 Sep 2015 12:41:17 -0500 Subject: [PATCH 014/199] +sources.basename --- sources.basename | 1 + 1 file changed, 1 insertion(+) create mode 100644 sources.basename diff --git a/sources.basename b/sources.basename new file mode 100644 index 0000000..72e92b9 --- /dev/null +++ b/sources.basename @@ -0,0 +1 @@ +kwayland From 5ca3475b952ace6da215dc7eb87115d0e22ab938 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Thu, 1 Oct 2015 12:31:32 -0500 Subject: [PATCH 015/199] .spec cosmetics, update URL --- kf5-kwayland.spec | 37 ++++++++++++++++++++----------------- 1 file changed, 20 insertions(+), 17 deletions(-) diff --git a/kf5-kwayland.spec b/kf5-kwayland.spec index e4269a2..659a7c2 100644 --- a/kf5-kwayland.spec +++ b/kf5-kwayland.spec @@ -1,14 +1,14 @@ -%global framework kwayland +%global framework kwayland -%global wayland_min_version 1.3 +%global wayland_min_version 1.3 -Name: kf5-%{framework} -Version: 5.4.1 -Release: 1%{?dist} -Summary: KDE Frameworks 5 library that wraps Client and Server Wayland libraries +Name: kf5-%{framework} +Version: 5.4.1 +Release: 2%{?dist} +Summary: KDE Frameworks 5 library that wraps Client and Server Wayland libraries -License: GPLv2+ -URL: http://www.kde.org +License: GPLv2+ +URL: https://projects.kde.org/projects/kde/workspace/kwayland %global revision %(echo %{version} | cut -d. -f3) %if %{revision} >= 50 @@ -18,15 +18,15 @@ URL: http://www.kde.org %endif Source0: http://download.kde.org/%{stable}/plasma/%{version}/kwayland-%{version}.tar.xz -BuildRequires: qt5-qtbase-devel - BuildRequires: kf5-rpm-macros +BuildRequires: cmake BuildRequires: extra-cmake-modules - +BuildRequires: kf5-rpm-macros BuildRequires: libwayland-client-devel >= %{wayland_min_version} BuildRequires: libwayland-cursor-devel >= %{wayland_min_version} BuildRequires: libwayland-server-devel >= %{wayland_min_version} BuildRequires: mesa-libwayland-egl-devel +BuildRequires: qt5-qtbase-devel BuildRequires: wayland-devel >= %{wayland_min_version} Requires: kf5-filesystem @@ -37,7 +37,6 @@ Requires: kf5-filesystem %package devel Summary: Development files for %{name} Requires: %{name}%{?_isa} = %{version}-%{release} - %description devel The %{name}-devel package contains libraries and header files for developing applications that use %{name}. @@ -46,20 +45,21 @@ developing applications that use %{name}. %prep %setup -q -n %{framework}-%{version} -%build -mkdir -p %{_target_platform} +%build +mkdir %{_target_platform} pushd %{_target_platform} %{cmake_kf5} .. popd make %{?_smp_mflags} -C %{_target_platform} + %install make install/fast DESTDIR=%{buildroot} -C %{_target_platform} -%post -p /sbin/ldconfig +%post -p /sbin/ldconfig %postun -p /sbin/ldconfig %files @@ -69,9 +69,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %{_kf5_libdir}/libKF5WaylandServer.so.* %files devel -%{_kf5_includedir}/KWayland +%{_kf5_includedir}/KWayland/ %{_kf5_includedir}/kwayland_version.h -%{_kf5_libdir}/cmake/KF5Wayland +%{_kf5_libdir}/cmake/KF5Wayland/ %{_kf5_libdir}/libKF5WaylandClient.so %{_kf5_libdir}/libKF5WaylandServer.so %{_kf5_archdatadir}/mkspecs/modules/qt_KWaylandClient.pri @@ -79,6 +79,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Thu Oct 01 2015 Rex Dieter 5.4.1-2 +- .spec cosmetics, update URL + * Wed Sep 09 2015 Rex Dieter - 5.4.1-1 - 5.4.1 From ee0008f5c706f7c9f1b1f4bc8fc591e9cc0dbe4f Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Thu, 1 Oct 2015 12:31:52 -0500 Subject: [PATCH 016/199] 5.4.2 --- .gitignore | 1 + kf5-kwayland.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 741691c..eb89bbb 100644 --- a/.gitignore +++ b/.gitignore @@ -8,3 +8,4 @@ /kwayland-5.3.2.tar.xz /kwayland-5.4.0.tar.xz /kwayland-5.4.1.tar.xz +/kwayland-5.4.2.tar.xz diff --git a/kf5-kwayland.spec b/kf5-kwayland.spec index 659a7c2..d0a3568 100644 --- a/kf5-kwayland.spec +++ b/kf5-kwayland.spec @@ -3,8 +3,8 @@ %global wayland_min_version 1.3 Name: kf5-%{framework} -Version: 5.4.1 -Release: 2%{?dist} +Version: 5.4.2 +Release: 1%{?dist} Summary: KDE Frameworks 5 library that wraps Client and Server Wayland libraries License: GPLv2+ @@ -79,6 +79,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Thu Oct 01 2015 Rex Dieter - 5.4.2-1 +- 5.4.2 + * Thu Oct 01 2015 Rex Dieter 5.4.1-2 - .spec cosmetics, update URL diff --git a/sources b/sources index a07921d..08702e1 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -cfff87d002b42b2487b522f94f157cb7 kwayland-5.4.1.tar.xz +c0c0eef0f2bfb93a81e4e701d7557eb9 kwayland-5.4.2.tar.xz From 18ea62ee7f04cae89b7691f14e96890736eacea1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Vr=C3=A1til?= Date: Thu, 5 Nov 2015 21:12:31 +0100 Subject: [PATCH 017/199] Plasma 5.4.3 --- .gitignore | 1 + kf5-kwayland.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index eb89bbb..42c6d74 100644 --- a/.gitignore +++ b/.gitignore @@ -9,3 +9,4 @@ /kwayland-5.4.0.tar.xz /kwayland-5.4.1.tar.xz /kwayland-5.4.2.tar.xz +/kwayland-5.4.3.tar.xz diff --git a/kf5-kwayland.spec b/kf5-kwayland.spec index d0a3568..11a5b75 100644 --- a/kf5-kwayland.spec +++ b/kf5-kwayland.spec @@ -3,7 +3,7 @@ %global wayland_min_version 1.3 Name: kf5-%{framework} -Version: 5.4.2 +Version: 5.4.3 Release: 1%{?dist} Summary: KDE Frameworks 5 library that wraps Client and Server Wayland libraries @@ -79,6 +79,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Thu Nov 05 2015 Daniel Vrátil - 5.4.3-1 +- Plasma 5.4.3 + * Thu Oct 01 2015 Rex Dieter - 5.4.2-1 - 5.4.2 diff --git a/sources b/sources index 08702e1..b3d36dd 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -c0c0eef0f2bfb93a81e4e701d7557eb9 kwayland-5.4.2.tar.xz +c6e75d3e7050ca2db6f1c8f7750a4d8f kwayland-5.4.3.tar.xz From 864012dbef4ccd310325e7faa322ffbd18e6fc3b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20Vr=C3=A1til?= Date: Wed, 25 Nov 2015 08:49:06 +0100 Subject: [PATCH 018/199] Plasma 5.4.95 --- .gitignore | 1 + kf5-kwayland.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 42c6d74..efe2df2 100644 --- a/.gitignore +++ b/.gitignore @@ -10,3 +10,4 @@ /kwayland-5.4.1.tar.xz /kwayland-5.4.2.tar.xz /kwayland-5.4.3.tar.xz +/kwayland-5.4.95.tar.xz diff --git a/kf5-kwayland.spec b/kf5-kwayland.spec index 11a5b75..015e326 100644 --- a/kf5-kwayland.spec +++ b/kf5-kwayland.spec @@ -3,7 +3,7 @@ %global wayland_min_version 1.3 Name: kf5-%{framework} -Version: 5.4.3 +Version: 5.4.95 Release: 1%{?dist} Summary: KDE Frameworks 5 library that wraps Client and Server Wayland libraries @@ -79,6 +79,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Wed Nov 25 2015 Daniel Vrátil - 5.4.95-1 +- Plasma 5.4.95 + * Thu Nov 05 2015 Daniel Vrátil - 5.4.3-1 - Plasma 5.4.3 diff --git a/sources b/sources index b3d36dd..3d51ea1 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -c6e75d3e7050ca2db6f1c8f7750a4d8f kwayland-5.4.3.tar.xz +5bcc374f805440d2b0d497b6748a709b kwayland-5.4.95.tar.xz From 35ae01386794215246a66e6101d1ca197f659649 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20Vr=C3=A1til?= Date: Thu, 3 Dec 2015 16:19:04 +0100 Subject: [PATCH 019/199] Plasma 5.5.0 --- .gitignore | 1 + kf5-kwayland.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index efe2df2..3703fd3 100644 --- a/.gitignore +++ b/.gitignore @@ -11,3 +11,4 @@ /kwayland-5.4.2.tar.xz /kwayland-5.4.3.tar.xz /kwayland-5.4.95.tar.xz +/kwayland-5.5.0.tar.xz diff --git a/kf5-kwayland.spec b/kf5-kwayland.spec index 015e326..16ebafc 100644 --- a/kf5-kwayland.spec +++ b/kf5-kwayland.spec @@ -3,7 +3,7 @@ %global wayland_min_version 1.3 Name: kf5-%{framework} -Version: 5.4.95 +Version: 5.5.0 Release: 1%{?dist} Summary: KDE Frameworks 5 library that wraps Client and Server Wayland libraries @@ -79,6 +79,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Thu Dec 03 2015 Daniel Vrátil - 5.5.0-1 +- Plasma 5.5.0 + * Wed Nov 25 2015 Daniel Vrátil - 5.4.95-1 - Plasma 5.4.95 diff --git a/sources b/sources index 3d51ea1..c93f313 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -5bcc374f805440d2b0d497b6748a709b kwayland-5.4.95.tar.xz +5027a8b6a6afdbe61cf2d63e8c7dbb94 kwayland-5.5.0.tar.xz From 14054fcc436488beb1d88d1f1c390273a8404853 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20Vr=C3=A1til?= Date: Fri, 18 Dec 2015 23:03:15 +0100 Subject: [PATCH 020/199] Plasma 5.5.1 --- .gitignore | 1 + kf5-kwayland.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 3703fd3..3ee5730 100644 --- a/.gitignore +++ b/.gitignore @@ -12,3 +12,4 @@ /kwayland-5.4.3.tar.xz /kwayland-5.4.95.tar.xz /kwayland-5.5.0.tar.xz +/kwayland-5.5.1.tar.xz diff --git a/kf5-kwayland.spec b/kf5-kwayland.spec index 16ebafc..29d33d1 100644 --- a/kf5-kwayland.spec +++ b/kf5-kwayland.spec @@ -3,7 +3,7 @@ %global wayland_min_version 1.3 Name: kf5-%{framework} -Version: 5.5.0 +Version: 5.5.1 Release: 1%{?dist} Summary: KDE Frameworks 5 library that wraps Client and Server Wayland libraries @@ -79,6 +79,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Fri Dec 18 2015 Daniel Vrátil - 5.5.1-1 +- Plasma 5.5.1 + * Thu Dec 03 2015 Daniel Vrátil - 5.5.0-1 - Plasma 5.5.0 diff --git a/sources b/sources index c93f313..a7251cf 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -5027a8b6a6afdbe61cf2d63e8c7dbb94 kwayland-5.5.0.tar.xz +1b81331d75ee93a16a7573693c119017 kwayland-5.5.1.tar.xz From ac20042c162f13a7b20002f22db34b6f79c71152 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Thu, 31 Dec 2015 15:40:59 -0600 Subject: [PATCH 021/199] 5.5.2 --- .gitignore | 1 + kf5-kwayland.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 3ee5730..2ac3093 100644 --- a/.gitignore +++ b/.gitignore @@ -13,3 +13,4 @@ /kwayland-5.4.95.tar.xz /kwayland-5.5.0.tar.xz /kwayland-5.5.1.tar.xz +/kwayland-5.5.2.tar.xz diff --git a/kf5-kwayland.spec b/kf5-kwayland.spec index 29d33d1..ff190e6 100644 --- a/kf5-kwayland.spec +++ b/kf5-kwayland.spec @@ -3,7 +3,7 @@ %global wayland_min_version 1.3 Name: kf5-%{framework} -Version: 5.5.1 +Version: 5.5.2 Release: 1%{?dist} Summary: KDE Frameworks 5 library that wraps Client and Server Wayland libraries @@ -79,6 +79,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Thu Dec 31 2015 Rex Dieter - 5.5.2-1 +- 5.5.2 + * Fri Dec 18 2015 Daniel Vrátil - 5.5.1-1 - Plasma 5.5.1 diff --git a/sources b/sources index a7251cf..905130f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -1b81331d75ee93a16a7573693c119017 kwayland-5.5.1.tar.xz +37bb221f5c7bb9c1217f0508c4fc1d73 kwayland-5.5.2.tar.xz From 4b53999fe885ffbcc09bfbb121a9818e33ebc91b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Vr=C3=A1til?= Date: Thu, 7 Jan 2016 17:23:33 +0100 Subject: [PATCH 022/199] Plasma 5.5.3 --- .gitignore | 1 + kf5-kwayland.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 2ac3093..358baed 100644 --- a/.gitignore +++ b/.gitignore @@ -14,3 +14,4 @@ /kwayland-5.5.0.tar.xz /kwayland-5.5.1.tar.xz /kwayland-5.5.2.tar.xz +/kwayland-5.5.3.tar.xz diff --git a/kf5-kwayland.spec b/kf5-kwayland.spec index ff190e6..cce728d 100644 --- a/kf5-kwayland.spec +++ b/kf5-kwayland.spec @@ -3,7 +3,7 @@ %global wayland_min_version 1.3 Name: kf5-%{framework} -Version: 5.5.2 +Version: 5.5.3 Release: 1%{?dist} Summary: KDE Frameworks 5 library that wraps Client and Server Wayland libraries @@ -79,6 +79,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Thu Jan 07 2016 Daniel Vrátil - 5.5.3-1 +- Plasma 5.5.3 + * Thu Dec 31 2015 Rex Dieter - 5.5.2-1 - 5.5.2 diff --git a/sources b/sources index 905130f..59475c9 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -37bb221f5c7bb9c1217f0508c4fc1d73 kwayland-5.5.2.tar.xz +6a40b0d2e43b5338156ae35bdecb8bfa kwayland-5.5.3.tar.xz From 08bd0f63ac170cc6f06c7cf05721221449d04b3b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Vr=C3=A1til?= Date: Wed, 27 Jan 2016 16:38:29 +0100 Subject: [PATCH 023/199] Plasma 5.5.4 --- .gitignore | 1 + kf5-kwayland.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 358baed..962e556 100644 --- a/.gitignore +++ b/.gitignore @@ -15,3 +15,4 @@ /kwayland-5.5.1.tar.xz /kwayland-5.5.2.tar.xz /kwayland-5.5.3.tar.xz +/kwayland-5.5.4.tar.xz diff --git a/kf5-kwayland.spec b/kf5-kwayland.spec index cce728d..29a7d12 100644 --- a/kf5-kwayland.spec +++ b/kf5-kwayland.spec @@ -3,7 +3,7 @@ %global wayland_min_version 1.3 Name: kf5-%{framework} -Version: 5.5.3 +Version: 5.5.4 Release: 1%{?dist} Summary: KDE Frameworks 5 library that wraps Client and Server Wayland libraries @@ -79,6 +79,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Wed Jan 27 2016 Daniel Vrátil - 5.5.4-1 +- Plasma 5.5.4 + * Thu Jan 07 2016 Daniel Vrátil - 5.5.3-1 - Plasma 5.5.3 diff --git a/sources b/sources index 59475c9..4bd75e7 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -6a40b0d2e43b5338156ae35bdecb8bfa kwayland-5.5.3.tar.xz +c0e92aa7fd9f868bb565b5d39a382d81 kwayland-5.5.4.tar.xz From dc5c9dea84070de14b8a56f84ac1079622ef14e2 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Thu, 4 Feb 2016 02:07:04 +0000 Subject: [PATCH 024/199] - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild --- kf5-kwayland.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/kf5-kwayland.spec b/kf5-kwayland.spec index 29a7d12..7003a19 100644 --- a/kf5-kwayland.spec +++ b/kf5-kwayland.spec @@ -4,7 +4,7 @@ Name: kf5-%{framework} Version: 5.5.4 -Release: 1%{?dist} +Release: 2%{?dist} Summary: KDE Frameworks 5 library that wraps Client and Server Wayland libraries License: GPLv2+ @@ -79,6 +79,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Thu Feb 04 2016 Fedora Release Engineering - 5.5.4-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild + * Wed Jan 27 2016 Daniel Vrátil - 5.5.4-1 - Plasma 5.5.4 From d543bd55dca3f3d5279c8b578c639dbb41159eb9 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Thu, 18 Feb 2016 09:58:28 -0600 Subject: [PATCH 025/199] cleanup, update URL, use %license --- .gitignore | 17 ----------------- kf5-kwayland.spec | 10 ++++++---- 2 files changed, 6 insertions(+), 21 deletions(-) diff --git a/.gitignore b/.gitignore index 962e556..a62f1a1 100644 --- a/.gitignore +++ b/.gitignore @@ -1,18 +1 @@ -/kwayland-5.1.95.tar.xz -/kwayland-5.2.0.tar.xz -/kwayland-5.2.1.tar.xz -/kwayland-5.2.2.tar.xz -/kwayland-5.2.95.tar.xz -/kwayland-5.3.0.tar.xz -/kwayland-5.3.1.tar.xz -/kwayland-5.3.2.tar.xz -/kwayland-5.4.0.tar.xz -/kwayland-5.4.1.tar.xz -/kwayland-5.4.2.tar.xz -/kwayland-5.4.3.tar.xz -/kwayland-5.4.95.tar.xz -/kwayland-5.5.0.tar.xz -/kwayland-5.5.1.tar.xz -/kwayland-5.5.2.tar.xz -/kwayland-5.5.3.tar.xz /kwayland-5.5.4.tar.xz diff --git a/kf5-kwayland.spec b/kf5-kwayland.spec index 7003a19..5b4edd0 100644 --- a/kf5-kwayland.spec +++ b/kf5-kwayland.spec @@ -4,11 +4,11 @@ Name: kf5-%{framework} Version: 5.5.4 -Release: 2%{?dist} +Release: 3%{?dist} Summary: KDE Frameworks 5 library that wraps Client and Server Wayland libraries License: GPLv2+ -URL: https://projects.kde.org/projects/kde/workspace/kwayland +URL: https://projects.kde.org/kwayland %global revision %(echo %{version} | cut -d. -f3) %if %{revision} >= 50 @@ -19,7 +19,6 @@ URL: https://projects.kde.org/projects/kde/workspace/kwayland Source0: http://download.kde.org/%{stable}/plasma/%{version}/kwayland-%{version}.tar.xz BuildRequires: kf5-rpm-macros -BuildRequires: cmake BuildRequires: extra-cmake-modules BuildRequires: kf5-rpm-macros BuildRequires: libwayland-client-devel >= %{wayland_min_version} @@ -63,7 +62,7 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %postun -p /sbin/ldconfig %files -%doc COPYING.LIB +%license COPYING.LIB %{_sysconfdir}/xdg/org_kde_kwayland.categories %{_kf5_libdir}/libKF5WaylandClient.so.* %{_kf5_libdir}/libKF5WaylandServer.so.* @@ -79,6 +78,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Thu Feb 18 2016 Rex Dieter 5.5.4-3 +- cleanup, update URL, use %%license + * Thu Feb 04 2016 Fedora Release Engineering - 5.5.4-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild From 3dfe3d4aef41b122dfe58378eb10016cca18e522 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Vr=C3=A1til?= Date: Tue, 1 Mar 2016 18:03:02 +0100 Subject: [PATCH 026/199] Plasma 5.5.5 --- .gitignore | 1 + kf5-kwayland.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index a62f1a1..4a659e5 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /kwayland-5.5.4.tar.xz +/kwayland-5.5.5.tar.xz diff --git a/kf5-kwayland.spec b/kf5-kwayland.spec index 5b4edd0..1b3cb42 100644 --- a/kf5-kwayland.spec +++ b/kf5-kwayland.spec @@ -3,8 +3,8 @@ %global wayland_min_version 1.3 Name: kf5-%{framework} -Version: 5.5.4 -Release: 3%{?dist} +Version: 5.5.5 +Release: 1%{?dist} Summary: KDE Frameworks 5 library that wraps Client and Server Wayland libraries License: GPLv2+ @@ -78,6 +78,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Tue Mar 01 2016 Daniel Vrátil - 5.5.5-1 +- Plasma 5.5.5 + * Thu Feb 18 2016 Rex Dieter 5.5.4-3 - cleanup, update URL, use %%license diff --git a/sources b/sources index 4bd75e7..bb00665 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -c0e92aa7fd9f868bb565b5d39a382d81 kwayland-5.5.4.tar.xz +74914469e90c2c1439d5caf3a5f246f6 kwayland-5.5.5.tar.xz From af008e090b889627e38a76b7d435cac1b83b1628 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Fri, 8 Apr 2016 13:14:16 -0500 Subject: [PATCH 027/199] 5.6.1 --- .gitignore | 3 +-- kf5-kwayland.spec | 10 ++++++---- sources | 2 +- 3 files changed, 8 insertions(+), 7 deletions(-) diff --git a/.gitignore b/.gitignore index 4a659e5..4d765a9 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1 @@ -/kwayland-5.5.4.tar.xz -/kwayland-5.5.5.tar.xz +/kwayland-5.6.1.tar.xz diff --git a/kf5-kwayland.spec b/kf5-kwayland.spec index 1b3cb42..9a1ad2e 100644 --- a/kf5-kwayland.spec +++ b/kf5-kwayland.spec @@ -3,12 +3,12 @@ %global wayland_min_version 1.3 Name: kf5-%{framework} -Version: 5.5.5 +Version: 5.6.1 Release: 1%{?dist} Summary: KDE Frameworks 5 library that wraps Client and Server Wayland libraries License: GPLv2+ -URL: https://projects.kde.org/kwayland +URL: https://quickgit.kde.org/?p=%{framework}.git %global revision %(echo %{version} | cut -d. -f3) %if %{revision} >= 50 @@ -18,7 +18,6 @@ URL: https://projects.kde.org/kwayland %endif Source0: http://download.kde.org/%{stable}/plasma/%{version}/kwayland-%{version}.tar.xz -BuildRequires: kf5-rpm-macros BuildRequires: extra-cmake-modules BuildRequires: kf5-rpm-macros BuildRequires: libwayland-client-devel >= %{wayland_min_version} @@ -42,7 +41,7 @@ developing applications that use %{name}. %prep -%setup -q -n %{framework}-%{version} +%autosetup -n %{framework}-%{version} -p1 %build @@ -78,6 +77,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Fri Apr 08 2016 Rex Dieter - 5.6.1-1 +- 5.6.1 + * Tue Mar 01 2016 Daniel Vrátil - 5.5.5-1 - Plasma 5.5.5 diff --git a/sources b/sources index bb00665..4d37545 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -74914469e90c2c1439d5caf3a5f246f6 kwayland-5.5.5.tar.xz +1ab98b13ae5a1b382bc0468a5e28cdb6 kwayland-5.6.1.tar.xz From f62095c21999d87645c05b49787b9acd6e28be82 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Sat, 9 Apr 2016 18:39:12 -0500 Subject: [PATCH 028/199] 5.6.2 --- .gitignore | 1 + kf5-kwayland.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 4d765a9..3d48335 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /kwayland-5.6.1.tar.xz +/kwayland-5.6.2.tar.xz diff --git a/kf5-kwayland.spec b/kf5-kwayland.spec index 9a1ad2e..b6bdfa9 100644 --- a/kf5-kwayland.spec +++ b/kf5-kwayland.spec @@ -3,7 +3,7 @@ %global wayland_min_version 1.3 Name: kf5-%{framework} -Version: 5.6.1 +Version: 5.6.2 Release: 1%{?dist} Summary: KDE Frameworks 5 library that wraps Client and Server Wayland libraries @@ -77,6 +77,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Sat Apr 09 2016 Rex Dieter - 5.6.2-1 +- 5.6.2 + * Fri Apr 08 2016 Rex Dieter - 5.6.1-1 - 5.6.1 diff --git a/sources b/sources index 4d37545..4cd9140 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -1ab98b13ae5a1b382bc0468a5e28cdb6 kwayland-5.6.1.tar.xz +a8a0e4cd6215b1f180bec562c29c7841 kwayland-5.6.2.tar.xz From 3b84c42080b485b7f6bca567fc2c6bf7718bfd76 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Tue, 19 Apr 2016 12:53:15 -0500 Subject: [PATCH 029/199] 5.6.3 --- .gitignore | 1 + kf5-kwayland.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 3d48335..0d1d1bf 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /kwayland-5.6.1.tar.xz /kwayland-5.6.2.tar.xz +/kwayland-5.6.3.tar.xz diff --git a/kf5-kwayland.spec b/kf5-kwayland.spec index b6bdfa9..5e5af90 100644 --- a/kf5-kwayland.spec +++ b/kf5-kwayland.spec @@ -3,7 +3,7 @@ %global wayland_min_version 1.3 Name: kf5-%{framework} -Version: 5.6.2 +Version: 5.6.3 Release: 1%{?dist} Summary: KDE Frameworks 5 library that wraps Client and Server Wayland libraries @@ -77,6 +77,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Tue Apr 19 2016 Rex Dieter - 5.6.3-1 +- 5.6.3 + * Sat Apr 09 2016 Rex Dieter - 5.6.2-1 - 5.6.2 diff --git a/sources b/sources index 4cd9140..de6a19c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -a8a0e4cd6215b1f180bec562c29c7841 kwayland-5.6.2.tar.xz +8ad8286964e66f4dd35faff8bf160bd7 kwayland-5.6.3.tar.xz From 4bfcc26f4e8b20a051ee3dcd95591eff1db9076f Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Sat, 14 May 2016 08:15:47 -0500 Subject: [PATCH 030/199] 5.6.4 --- .gitignore | 1 + kf5-kwayland.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 0d1d1bf..938707e 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ /kwayland-5.6.1.tar.xz /kwayland-5.6.2.tar.xz /kwayland-5.6.3.tar.xz +/kwayland-5.6.4.tar.xz diff --git a/kf5-kwayland.spec b/kf5-kwayland.spec index 5e5af90..834a8ce 100644 --- a/kf5-kwayland.spec +++ b/kf5-kwayland.spec @@ -3,7 +3,7 @@ %global wayland_min_version 1.3 Name: kf5-%{framework} -Version: 5.6.3 +Version: 5.6.4 Release: 1%{?dist} Summary: KDE Frameworks 5 library that wraps Client and Server Wayland libraries @@ -77,6 +77,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Sat May 14 2016 Rex Dieter - 5.6.4-1 +- 5.6.4 + * Tue Apr 19 2016 Rex Dieter - 5.6.3-1 - 5.6.3 diff --git a/sources b/sources index de6a19c..a2a1e01 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -8ad8286964e66f4dd35faff8bf160bd7 kwayland-5.6.3.tar.xz +eb9f146778e5bc3f238cc7ce8262d73a kwayland-5.6.4.tar.xz From b0b91493ce1a957ad1ba50540d86461f0a07298b Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Sat, 14 May 2016 09:37:52 -0500 Subject: [PATCH 031/199] old sources --- .gitignore | 3 --- 1 file changed, 3 deletions(-) diff --git a/.gitignore b/.gitignore index 938707e..cd3d8bc 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1 @@ -/kwayland-5.6.1.tar.xz -/kwayland-5.6.2.tar.xz -/kwayland-5.6.3.tar.xz /kwayland-5.6.4.tar.xz From bad0ab224d5d4c319d1b82dd368a1ac5b491ee03 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Tue, 17 May 2016 07:51:53 -0500 Subject: [PATCH 032/199] kf5-5.22 release, support bootstrap, add %check --- .gitignore | 1 + kf5-kwayland.spec | 41 +++++++++++++++++++++++++++++++++++------ sources | 2 +- 3 files changed, 37 insertions(+), 7 deletions(-) diff --git a/.gitignore b/.gitignore index cd3d8bc..c4fc9d2 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /kwayland-5.6.4.tar.xz +/kwayland-5.22.0.tar.xz diff --git a/kf5-kwayland.spec b/kf5-kwayland.spec index 834a8ce..dcb54f3 100644 --- a/kf5-kwayland.spec +++ b/kf5-kwayland.spec @@ -2,8 +2,16 @@ %global wayland_min_version 1.3 +## uncomment to enable bootstrap mode +#global bootstrap 1 + +## currently includes no tests +%if !0%{?bootstrap} +%global tests 1 +%endif + Name: kf5-%{framework} -Version: 5.6.4 +Version: 5.22.0 Release: 1%{?dist} Summary: KDE Frameworks 5 library that wraps Client and Server Wayland libraries @@ -16,9 +24,9 @@ URL: https://quickgit.kde.org/?p=%{framework}.git %else %global stable stable %endif -Source0: http://download.kde.org/%{stable}/plasma/%{version}/kwayland-%{version}.tar.xz +Source0: http://download.kde.org/%{stable}/frameworks/%{versiondir}/%{framework}-%{version}.tar.xz -BuildRequires: extra-cmake-modules +BuildRequires: extra-cmake-modules >= %{version} BuildRequires: kf5-rpm-macros BuildRequires: libwayland-client-devel >= %{wayland_min_version} BuildRequires: libwayland-cursor-devel >= %{wayland_min_version} @@ -26,6 +34,13 @@ BuildRequires: libwayland-server-devel >= %{wayland_min_version} BuildRequires: mesa-libwayland-egl-devel BuildRequires: qt5-qtbase-devel BuildRequires: wayland-devel >= %{wayland_min_version} +%if 0%{?tests} +BuildRequires: dbus-x11 +BuildRequires: time +BuildRequires: weston +BuildRequires: xorg-x11-server-Xvfb +%endif + Requires: kf5-filesystem @@ -47,7 +62,8 @@ developing applications that use %{name}. %build mkdir %{_target_platform} pushd %{_target_platform} -%{cmake_kf5} .. +%{cmake_kf5} .. \ + -DBUILD_TESTING:BOOL=%{?tests:ON}%{!?tests:OFF} popd make %{?_smp_mflags} -C %{_target_platform} @@ -57,14 +73,24 @@ make %{?_smp_mflags} -C %{_target_platform} make install/fast DESTDIR=%{buildroot} -C %{_target_platform} +%check +%if 0%{?tests} +export CTEST_OUTPUT_ON_FAILURE=1 +xvfb-run -a \ +dbus-launch --exit-with-session \ +time \ +make test ARGS="--output-on-failure --timeout 20" -C %{_target_platform} ||: +%endif + + %post -p /sbin/ldconfig %postun -p /sbin/ldconfig %files %license COPYING.LIB %{_sysconfdir}/xdg/org_kde_kwayland.categories -%{_kf5_libdir}/libKF5WaylandClient.so.* -%{_kf5_libdir}/libKF5WaylandServer.so.* +%{_kf5_libdir}/libKF5WaylandClient.so.5* +%{_kf5_libdir}/libKF5WaylandServer.so.5* %files devel %{_kf5_includedir}/KWayland/ @@ -77,6 +103,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Tue May 17 2016 Rex Dieter - 5.22.0-1 +- kf5-5.22 release, support bootstrap, add %%check + * Sat May 14 2016 Rex Dieter - 5.6.4-1 - 5.6.4 diff --git a/sources b/sources index a2a1e01..51fa86e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -eb9f146778e5bc3f238cc7ce8262d73a kwayland-5.6.4.tar.xz +5ced8f7f6c75116297c99c83817022ca kwayland-5.22.0.tar.xz From 6fb0e3a5ad91f0e04fa7863ad913295c007650ef Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Tue, 7 Jun 2016 10:31:53 -0500 Subject: [PATCH 033/199] KDE Frameworks 5.23.0 --- .gitignore | 1 + kf5-kwayland.spec | 13 ++++++++++--- sources | 2 +- 3 files changed, 12 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index c4fc9d2..a572d66 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /kwayland-5.6.4.tar.xz /kwayland-5.22.0.tar.xz +/kwayland-5.23.0.tar.xz diff --git a/kf5-kwayland.spec b/kf5-kwayland.spec index dcb54f3..f8e1069 100644 --- a/kf5-kwayland.spec +++ b/kf5-kwayland.spec @@ -11,7 +11,7 @@ %endif Name: kf5-%{framework} -Version: 5.22.0 +Version: 5.23.0 Release: 1%{?dist} Summary: KDE Frameworks 5 library that wraps Client and Server Wayland libraries @@ -27,13 +27,15 @@ URL: https://quickgit.kde.org/?p=%{framework}.git Source0: http://download.kde.org/%{stable}/frameworks/%{versiondir}/%{framework}-%{version}.tar.xz BuildRequires: extra-cmake-modules >= %{version} -BuildRequires: kf5-rpm-macros +BuildRequires: kf5-rpm-macros >= %{version} BuildRequires: libwayland-client-devel >= %{wayland_min_version} BuildRequires: libwayland-cursor-devel >= %{wayland_min_version} BuildRequires: libwayland-server-devel >= %{wayland_min_version} BuildRequires: mesa-libwayland-egl-devel BuildRequires: qt5-qtbase-devel BuildRequires: wayland-devel >= %{wayland_min_version} +BuildRequires: qt5-qttools-devel + %if 0%{?tests} BuildRequires: dbus-x11 BuildRequires: time @@ -42,7 +44,7 @@ BuildRequires: xorg-x11-server-Xvfb %endif -Requires: kf5-filesystem +Requires: kf5-filesystem >= %{version} %description %{summary}. @@ -50,6 +52,8 @@ Requires: kf5-filesystem %package devel Summary: Development files for %{name} Requires: %{name}%{?_isa} = %{version}-%{release} +Requires: qt5-qtbase-devel + %description devel The %{name}-devel package contains libraries and header files for developing applications that use %{name}. @@ -103,6 +107,9 @@ make test ARGS="--output-on-failure --timeout 20" -C %{_target_platform} ||: %changelog +* Tue Jun 07 2016 Daniel Vrátil - 5.23.0-1 +- KDE Frameworks 5.23.0 + * Tue May 17 2016 Rex Dieter - 5.22.0-1 - kf5-5.22 release, support bootstrap, add %%check diff --git a/sources b/sources index 51fa86e..748f615 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -5ced8f7f6c75116297c99c83817022ca kwayland-5.22.0.tar.xz +8645b010fe6a30c374723cba26266e67 kwayland-5.23.0.tar.xz From df30aaee1b8a71136e5f0cd0010af63ed9795e2f Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Tue, 7 Jun 2016 11:37:45 -0500 Subject: [PATCH 034/199] update %%files --- kf5-kwayland.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/kf5-kwayland.spec b/kf5-kwayland.spec index f8e1069..755d069 100644 --- a/kf5-kwayland.spec +++ b/kf5-kwayland.spec @@ -95,6 +95,8 @@ make test ARGS="--output-on-failure --timeout 20" -C %{_target_platform} ||: %{_sysconfdir}/xdg/org_kde_kwayland.categories %{_kf5_libdir}/libKF5WaylandClient.so.5* %{_kf5_libdir}/libKF5WaylandServer.so.5* +# not sure if this belongs here or in -devel --rex +%{_libexecdir}/org-kde-kf5-kwayland-testserver %files devel %{_kf5_includedir}/KWayland/ From 5d585f063bd6ff923c3ac84b4e3b17fe4d13905e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Vr=C3=A1til?= Date: Wed, 6 Jul 2016 17:55:49 +0200 Subject: [PATCH 035/199] KDE Frameworks 5.24.0 --- .gitignore | 1 + kf5-kwayland.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index a572d66..088aeea 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ /kwayland-5.6.4.tar.xz /kwayland-5.22.0.tar.xz /kwayland-5.23.0.tar.xz +/kwayland-5.24.0.tar.xz diff --git a/kf5-kwayland.spec b/kf5-kwayland.spec index 755d069..7f9dc73 100644 --- a/kf5-kwayland.spec +++ b/kf5-kwayland.spec @@ -11,7 +11,7 @@ %endif Name: kf5-%{framework} -Version: 5.23.0 +Version: 5.24.0 Release: 1%{?dist} Summary: KDE Frameworks 5 library that wraps Client and Server Wayland libraries @@ -109,6 +109,9 @@ make test ARGS="--output-on-failure --timeout 20" -C %{_target_platform} ||: %changelog +* Wed Jul 06 2016 Daniel Vrátil - 5.24.0-1 +- KDE Frameworks 5.24.0 + * Tue Jun 07 2016 Daniel Vrátil - 5.23.0-1 - KDE Frameworks 5.23.0 diff --git a/sources b/sources index 748f615..e8d5ed9 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -8645b010fe6a30c374723cba26266e67 kwayland-5.23.0.tar.xz +81812023afe9582eb42651414bd5f82a kwayland-5.24.0.tar.xz From 38ef3b8d9cd1f56e82319dd4105d82bdffde89cb Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Fri, 15 Jul 2016 08:44:14 -0500 Subject: [PATCH 036/199] BR: qt5-qtbase-private-devel (kde#365569) --- kf5-kwayland.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/kf5-kwayland.spec b/kf5-kwayland.spec index 7f9dc73..bed4e0f 100644 --- a/kf5-kwayland.spec +++ b/kf5-kwayland.spec @@ -12,7 +12,7 @@ Name: kf5-%{framework} Version: 5.24.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: KDE Frameworks 5 library that wraps Client and Server Wayland libraries License: GPLv2+ @@ -33,6 +33,9 @@ BuildRequires: libwayland-cursor-devel >= %{wayland_min_version} BuildRequires: libwayland-server-devel >= %{wayland_min_version} BuildRequires: mesa-libwayland-egl-devel BuildRequires: qt5-qtbase-devel +# https://bugs.kde.org/show_bug.cgi?id=365569#c8 claims this is needed +BuildRequires: qt5-qtbase-private-devel +%{?_qt5:Requires: %{_qt5}%{?_isa} = %{_qt5_version}} BuildRequires: wayland-devel >= %{wayland_min_version} BuildRequires: qt5-qttools-devel @@ -109,6 +112,9 @@ make test ARGS="--output-on-failure --timeout 20" -C %{_target_platform} ||: %changelog +* Fri Jul 15 2016 Rex Dieter - 5.24.0-2 +- BR: qt5-qtbase-private-devel (kde#365569) + * Wed Jul 06 2016 Daniel Vrátil - 5.24.0-1 - KDE Frameworks 5.24.0 From 638e6b8db969e961fddc21f9cc4aa884ead9b805 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Sun, 17 Jul 2016 06:15:05 -0500 Subject: [PATCH 037/199] rebuild (qt5-qtbase) --- kf5-kwayland.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/kf5-kwayland.spec b/kf5-kwayland.spec index bed4e0f..e91728d 100644 --- a/kf5-kwayland.spec +++ b/kf5-kwayland.spec @@ -12,7 +12,7 @@ Name: kf5-%{framework} Version: 5.24.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: KDE Frameworks 5 library that wraps Client and Server Wayland libraries License: GPLv2+ @@ -112,6 +112,9 @@ make test ARGS="--output-on-failure --timeout 20" -C %{_target_platform} ||: %changelog +* Sun Jul 17 2016 Rex Dieter - 5.24.0-3 +- rebuild (qt5-qtbase) + * Fri Jul 15 2016 Rex Dieter - 5.24.0-2 - BR: qt5-qtbase-private-devel (kde#365569) From e79b6b9b479099f20307dfe3e7943421766ad46a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Vr=C3=A1til?= Date: Mon, 8 Aug 2016 10:11:31 +0200 Subject: [PATCH 038/199] KDE Frameworks 5.25.0 --- .gitignore | 1 + kf5-kwayland.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 088aeea..027e675 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ /kwayland-5.22.0.tar.xz /kwayland-5.23.0.tar.xz /kwayland-5.24.0.tar.xz +/kwayland-5.25.0.tar.xz diff --git a/kf5-kwayland.spec b/kf5-kwayland.spec index e91728d..9ec785c 100644 --- a/kf5-kwayland.spec +++ b/kf5-kwayland.spec @@ -11,8 +11,8 @@ %endif Name: kf5-%{framework} -Version: 5.24.0 -Release: 3%{?dist} +Version: 5.25.0 +Release: 1%{?dist} Summary: KDE Frameworks 5 library that wraps Client and Server Wayland libraries License: GPLv2+ @@ -112,6 +112,9 @@ make test ARGS="--output-on-failure --timeout 20" -C %{_target_platform} ||: %changelog +* Mon Aug 08 2016 Daniel Vrátil - 5.25.0-1 +- KDE Frameworks 5.25.0 + * Sun Jul 17 2016 Rex Dieter - 5.24.0-3 - rebuild (qt5-qtbase) diff --git a/sources b/sources index e8d5ed9..95be152 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -81812023afe9582eb42651414bd5f82a kwayland-5.24.0.tar.xz +d70abca43cbf6e6a6eba9d79830bf1a1 kwayland-5.25.0.tar.xz From 95fa855747013f08d7ef2598b0ddd24fef57716d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Vr=C3=A1til?= Date: Thu, 8 Sep 2016 10:27:38 +0200 Subject: [PATCH 039/199] KDE Frameworks 5.26.0 --- .gitignore | 1 + kf5-kwayland.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 027e675..dd86b52 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ /kwayland-5.23.0.tar.xz /kwayland-5.24.0.tar.xz /kwayland-5.25.0.tar.xz +/kwayland-5.26.0.tar.xz diff --git a/kf5-kwayland.spec b/kf5-kwayland.spec index 9ec785c..a86cde3 100644 --- a/kf5-kwayland.spec +++ b/kf5-kwayland.spec @@ -11,7 +11,7 @@ %endif Name: kf5-%{framework} -Version: 5.25.0 +Version: 5.26.0 Release: 1%{?dist} Summary: KDE Frameworks 5 library that wraps Client and Server Wayland libraries @@ -112,6 +112,9 @@ make test ARGS="--output-on-failure --timeout 20" -C %{_target_platform} ||: %changelog +* Wed Sep 07 2016 Daniel Vrátil - 5.26.0-1 +- KDE Frameworks 5.26.0 + * Mon Aug 08 2016 Daniel Vrátil - 5.25.0-1 - KDE Frameworks 5.25.0 diff --git a/sources b/sources index 95be152..652c2af 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -d70abca43cbf6e6a6eba9d79830bf1a1 kwayland-5.25.0.tar.xz +07635da514cfc3b4360b947717090725 kwayland-5.26.0.tar.xz From 8f4f6814dc5ed8a8723ce8801579384866624673 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Mon, 3 Oct 2016 21:31:20 -0500 Subject: [PATCH 040/199] 5.27.0 --- .gitignore | 1 + kf5-kwayland.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index dd86b52..5ab29dc 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ /kwayland-5.24.0.tar.xz /kwayland-5.25.0.tar.xz /kwayland-5.26.0.tar.xz +/kwayland-5.27.0.tar.xz diff --git a/kf5-kwayland.spec b/kf5-kwayland.spec index a86cde3..d5f6d18 100644 --- a/kf5-kwayland.spec +++ b/kf5-kwayland.spec @@ -11,7 +11,7 @@ %endif Name: kf5-%{framework} -Version: 5.26.0 +Version: 5.27.0 Release: 1%{?dist} Summary: KDE Frameworks 5 library that wraps Client and Server Wayland libraries @@ -112,6 +112,9 @@ make test ARGS="--output-on-failure --timeout 20" -C %{_target_platform} ||: %changelog +* Tue Oct 04 2016 Rex Dieter - 5.27.0-1 +- 5.27.0 + * Wed Sep 07 2016 Daniel Vrátil - 5.26.0-1 - KDE Frameworks 5.26.0 diff --git a/sources b/sources index 652c2af..594a858 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -07635da514cfc3b4360b947717090725 kwayland-5.26.0.tar.xz +3440e412f70face624c4abcdb341ec7a kwayland-5.27.0.tar.xz From 4fac3c6ed161d0bff712c06537b16c648e922842 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Thu, 17 Nov 2016 12:35:06 -0600 Subject: [PATCH 041/199] rebuild --- kf5-kwayland.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/kf5-kwayland.spec b/kf5-kwayland.spec index d5f6d18..393d959 100644 --- a/kf5-kwayland.spec +++ b/kf5-kwayland.spec @@ -12,7 +12,7 @@ Name: kf5-%{framework} Version: 5.27.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: KDE Frameworks 5 library that wraps Client and Server Wayland libraries License: GPLv2+ @@ -112,6 +112,9 @@ make test ARGS="--output-on-failure --timeout 20" -C %{_target_platform} ||: %changelog +* Thu Nov 17 2016 Rex Dieter - 5.27.0-2 +- rebuild + * Tue Oct 04 2016 Rex Dieter - 5.27.0-1 - 5.27.0 From 3ad171467d2d4693b94bfad51a67e6894d9a1ea8 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Thu, 17 Nov 2016 12:35:25 -0600 Subject: [PATCH 042/199] Revert "rebuild" This reverts commit 4fac3c6ed161d0bff712c06537b16c648e922842. --- kf5-kwayland.spec | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/kf5-kwayland.spec b/kf5-kwayland.spec index 393d959..d5f6d18 100644 --- a/kf5-kwayland.spec +++ b/kf5-kwayland.spec @@ -12,7 +12,7 @@ Name: kf5-%{framework} Version: 5.27.0 -Release: 2%{?dist} +Release: 1%{?dist} Summary: KDE Frameworks 5 library that wraps Client and Server Wayland libraries License: GPLv2+ @@ -112,9 +112,6 @@ make test ARGS="--output-on-failure --timeout 20" -C %{_target_platform} ||: %changelog -* Thu Nov 17 2016 Rex Dieter - 5.27.0-2 -- rebuild - * Tue Oct 04 2016 Rex Dieter - 5.27.0-1 - 5.27.0 From 738e4a9ff1b88d67f09a7f817698e78ea3944de1 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Thu, 17 Nov 2016 12:35:56 -0600 Subject: [PATCH 043/199] branch rebuild (qt5) --- kf5-kwayland.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/kf5-kwayland.spec b/kf5-kwayland.spec index d5f6d18..f8a999c 100644 --- a/kf5-kwayland.spec +++ b/kf5-kwayland.spec @@ -12,7 +12,7 @@ Name: kf5-%{framework} Version: 5.27.0 -Release: 1%{?dist} +Release: 1%{?dist}.2 Summary: KDE Frameworks 5 library that wraps Client and Server Wayland libraries License: GPLv2+ @@ -112,6 +112,9 @@ make test ARGS="--output-on-failure --timeout 20" -C %{_target_platform} ||: %changelog +* Thu Nov 17 2016 Rex Dieter - 5.27.0-1.2 +- branch rebuild (qt5) + * Tue Oct 04 2016 Rex Dieter - 5.27.0-1 - 5.27.0 From 5f32ffdaffb2000450ec8b5ec239aa336ee8e187 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Thu, 17 Nov 2016 12:36:26 -0600 Subject: [PATCH 044/199] release++ --- kf5-kwayland.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/kf5-kwayland.spec b/kf5-kwayland.spec index f8a999c..92771c0 100644 --- a/kf5-kwayland.spec +++ b/kf5-kwayland.spec @@ -12,7 +12,7 @@ Name: kf5-%{framework} Version: 5.27.0 -Release: 1%{?dist}.2 +Release: 2%{?dist} Summary: KDE Frameworks 5 library that wraps Client and Server Wayland libraries License: GPLv2+ @@ -112,6 +112,9 @@ make test ARGS="--output-on-failure --timeout 20" -C %{_target_platform} ||: %changelog +* Thu Nov 17 2016 Rex Dieter - 5.27.0-2 +- release++ + * Thu Nov 17 2016 Rex Dieter - 5.27.0-1.2 - branch rebuild (qt5) From dae6de61f22ade820c4cfd4e2338f03a25167272 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Fri, 16 Dec 2016 09:06:33 -0600 Subject: [PATCH 045/199] 5.29.0 --- kf5-kwayland.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/kf5-kwayland.spec b/kf5-kwayland.spec index 92771c0..b59e702 100644 --- a/kf5-kwayland.spec +++ b/kf5-kwayland.spec @@ -11,8 +11,8 @@ %endif Name: kf5-%{framework} -Version: 5.27.0 -Release: 2%{?dist} +Version: 5.29.0 +Release: 1%{?dist} Summary: KDE Frameworks 5 library that wraps Client and Server Wayland libraries License: GPLv2+ @@ -112,6 +112,9 @@ make test ARGS="--output-on-failure --timeout 20" -C %{_target_platform} ||: %changelog +* Fri Dec 16 2016 Rex Dieter - 5.29.0-1 +- 5.29.0 + * Thu Nov 17 2016 Rex Dieter - 5.27.0-2 - release++ From 72992e75867c8d3aa2d94851cbd1f4397db35d24 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Fri, 16 Dec 2016 09:29:02 -0600 Subject: [PATCH 046/199] 5.29.0 --- .gitignore | 1 + kf5-kwayland.spec | 3 +++ sources | 2 +- 3 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 5ab29dc..96c6e7b 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ /kwayland-5.25.0.tar.xz /kwayland-5.26.0.tar.xz /kwayland-5.27.0.tar.xz +/kwayland-5.29.0.tar.xz diff --git a/kf5-kwayland.spec b/kf5-kwayland.spec index b59e702..d07c46b 100644 --- a/kf5-kwayland.spec +++ b/kf5-kwayland.spec @@ -115,6 +115,9 @@ make test ARGS="--output-on-failure --timeout 20" -C %{_target_platform} ||: * Fri Dec 16 2016 Rex Dieter - 5.29.0-1 - 5.29.0 +* Fri Dec 16 2016 Rex Dieter - 5.29.0-1 +- 5.29.0 + * Thu Nov 17 2016 Rex Dieter - 5.27.0-2 - release++ diff --git a/sources b/sources index 594a858..fd1d051 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -3440e412f70face624c4abcdb341ec7a kwayland-5.27.0.tar.xz +SHA512 (kwayland-5.29.0.tar.xz) = 656df469a7a8e90205cf3dcb984646521802cab61f0f4eabae78f90490b3efa07f693cb471bc45d2b14b363b790807b13871755e589f28f5fbd70bf0ac2af142 From de8b8f7ea595c92dcec32e56c98cf34be4931865 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Mon, 6 Feb 2017 12:13:15 -0600 Subject: [PATCH 047/199] 5.31.0 --- .gitignore | 1 + kf5-kwayland.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 96c6e7b..d6fb527 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,4 @@ /kwayland-5.26.0.tar.xz /kwayland-5.27.0.tar.xz /kwayland-5.29.0.tar.xz +/kwayland-5.31.0.tar.xz diff --git a/kf5-kwayland.spec b/kf5-kwayland.spec index d07c46b..fbe0e12 100644 --- a/kf5-kwayland.spec +++ b/kf5-kwayland.spec @@ -11,7 +11,7 @@ %endif Name: kf5-%{framework} -Version: 5.29.0 +Version: 5.31.0 Release: 1%{?dist} Summary: KDE Frameworks 5 library that wraps Client and Server Wayland libraries @@ -112,6 +112,9 @@ make test ARGS="--output-on-failure --timeout 20" -C %{_target_platform} ||: %changelog +* Mon Feb 06 2017 Rex Dieter - 5.31.0-1 +- 5.31.0 + * Fri Dec 16 2016 Rex Dieter - 5.29.0-1 - 5.29.0 diff --git a/sources b/sources index fd1d051..10ef846 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kwayland-5.29.0.tar.xz) = 656df469a7a8e90205cf3dcb984646521802cab61f0f4eabae78f90490b3efa07f693cb471bc45d2b14b363b790807b13871755e589f28f5fbd70bf0ac2af142 +SHA512 (kwayland-5.31.0.tar.xz) = 18f501444014640d2922f8d120b175fa1150170479611b680ca88078edc1df38e56c53472422a6a1bc5bd52a96a8149c2cf1f0062a41a62ac36c4218a627960c From 644f360f4eb774e9930e18eb6fc21d430eb23a05 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Sat, 4 Mar 2017 14:33:49 -0600 Subject: [PATCH 048/199] 5.32.0 --- .gitignore | 1 + kf5-kwayland.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index d6fb527..9978494 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,4 @@ /kwayland-5.27.0.tar.xz /kwayland-5.29.0.tar.xz /kwayland-5.31.0.tar.xz +/kwayland-5.32.0.tar.xz diff --git a/kf5-kwayland.spec b/kf5-kwayland.spec index fbe0e12..f2ec760 100644 --- a/kf5-kwayland.spec +++ b/kf5-kwayland.spec @@ -11,7 +11,7 @@ %endif Name: kf5-%{framework} -Version: 5.31.0 +Version: 5.32.0 Release: 1%{?dist} Summary: KDE Frameworks 5 library that wraps Client and Server Wayland libraries @@ -112,6 +112,9 @@ make test ARGS="--output-on-failure --timeout 20" -C %{_target_platform} ||: %changelog +* Sat Mar 04 2017 Rex Dieter - 5.32.0-1 +- 5.32.0 + * Mon Feb 06 2017 Rex Dieter - 5.31.0-1 - 5.31.0 diff --git a/sources b/sources index 10ef846..fa8ab51 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kwayland-5.31.0.tar.xz) = 18f501444014640d2922f8d120b175fa1150170479611b680ca88078edc1df38e56c53472422a6a1bc5bd52a96a8149c2cf1f0062a41a62ac36c4218a627960c +SHA512 (kwayland-5.32.0.tar.xz) = e008a9c9d069e778d78f2e87aed8e78ae71e1bee061b94546a523682d3fb06be433b5579563f20a3d929575290d107668a0825a71918c1bb2ec4aee2bcc2738a From 08aed4694a6549004c4cb828eb2cc9f423c2ea85 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Thu, 30 Mar 2017 20:00:58 -0500 Subject: [PATCH 049/199] update URL, rebuild (qt5) --- kf5-kwayland.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/kf5-kwayland.spec b/kf5-kwayland.spec index f2ec760..d75a7e0 100644 --- a/kf5-kwayland.spec +++ b/kf5-kwayland.spec @@ -12,11 +12,11 @@ Name: kf5-%{framework} Version: 5.32.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: KDE Frameworks 5 library that wraps Client and Server Wayland libraries License: GPLv2+ -URL: https://quickgit.kde.org/?p=%{framework}.git +URL: https://cgit.kde.org/%{framework}.git %global revision %(echo %{version} | cut -d. -f3) %if %{revision} >= 50 @@ -112,6 +112,9 @@ make test ARGS="--output-on-failure --timeout 20" -C %{_target_platform} ||: %changelog +* Thu Mar 30 2017 Rex Dieter - 5.32.0-2 +- update URL, rebuild (qt5) + * Sat Mar 04 2017 Rex Dieter - 5.32.0-1 - 5.32.0 From 93f606be0b34995a81c859d0fb29e3350eacc806 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Mon, 3 Apr 2017 08:20:29 -0500 Subject: [PATCH 050/199] 5.33.0 --- .gitignore | 1 + kf5-kwayland.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 9978494..63c5757 100644 --- a/.gitignore +++ b/.gitignore @@ -8,3 +8,4 @@ /kwayland-5.29.0.tar.xz /kwayland-5.31.0.tar.xz /kwayland-5.32.0.tar.xz +/kwayland-5.33.0.tar.xz diff --git a/kf5-kwayland.spec b/kf5-kwayland.spec index d75a7e0..d816c77 100644 --- a/kf5-kwayland.spec +++ b/kf5-kwayland.spec @@ -11,8 +11,8 @@ %endif Name: kf5-%{framework} -Version: 5.32.0 -Release: 2%{?dist} +Version: 5.33.0 +Release: 1%{?dist} Summary: KDE Frameworks 5 library that wraps Client and Server Wayland libraries License: GPLv2+ @@ -112,6 +112,9 @@ make test ARGS="--output-on-failure --timeout 20" -C %{_target_platform} ||: %changelog +* Mon Apr 03 2017 Rex Dieter - 5.33.0-1 +- 5.33.0 + * Thu Mar 30 2017 Rex Dieter - 5.32.0-2 - update URL, rebuild (qt5) diff --git a/sources b/sources index fa8ab51..461aaf6 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kwayland-5.32.0.tar.xz) = e008a9c9d069e778d78f2e87aed8e78ae71e1bee061b94546a523682d3fb06be433b5579563f20a3d929575290d107668a0825a71918c1bb2ec4aee2bcc2738a +SHA512 (kwayland-5.33.0.tar.xz) = 8af04e65c056f1963120fb1c86d4c52345b3a31e793a2aa9b38855cd313638683254799d38a1969c4b2cd032bd96dc9a2dc73aa738be22a7ef8711204e1795ad From 9b95d737ea5fbfda58c7dc49879219b3f7d9be36 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Thu, 11 May 2017 08:35:51 -0500 Subject: [PATCH 051/199] rebuild (qt5) --- kf5-kwayland.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/kf5-kwayland.spec b/kf5-kwayland.spec index d816c77..71dad56 100644 --- a/kf5-kwayland.spec +++ b/kf5-kwayland.spec @@ -12,7 +12,7 @@ Name: kf5-%{framework} Version: 5.33.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: KDE Frameworks 5 library that wraps Client and Server Wayland libraries License: GPLv2+ @@ -112,6 +112,9 @@ make test ARGS="--output-on-failure --timeout 20" -C %{_target_platform} ||: %changelog +* Thu May 11 2017 Rex Dieter - 5.33.0-2 +- rebuild (qt5) + * Mon Apr 03 2017 Rex Dieter - 5.33.0-1 - 5.33.0 From 8ecf96c2cc7d8d47fc1c1736a2469eee6f5698f3 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Mon, 15 May 2017 11:15:22 -0500 Subject: [PATCH 052/199] 5.34.0 --- .gitignore | 1 + kf5-kwayland.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 63c5757..db43ecf 100644 --- a/.gitignore +++ b/.gitignore @@ -9,3 +9,4 @@ /kwayland-5.31.0.tar.xz /kwayland-5.32.0.tar.xz /kwayland-5.33.0.tar.xz +/kwayland-5.34.0.tar.xz diff --git a/kf5-kwayland.spec b/kf5-kwayland.spec index 71dad56..b009171 100644 --- a/kf5-kwayland.spec +++ b/kf5-kwayland.spec @@ -11,8 +11,8 @@ %endif Name: kf5-%{framework} -Version: 5.33.0 -Release: 2%{?dist} +Version: 5.34.0 +Release: 1%{?dist} Summary: KDE Frameworks 5 library that wraps Client and Server Wayland libraries License: GPLv2+ @@ -112,6 +112,9 @@ make test ARGS="--output-on-failure --timeout 20" -C %{_target_platform} ||: %changelog +* Mon May 15 2017 Rex Dieter - 5.34.0-1 +- 5.34.0 + * Thu May 11 2017 Rex Dieter - 5.33.0-2 - rebuild (qt5) diff --git a/sources b/sources index 461aaf6..f5c4ce0 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kwayland-5.33.0.tar.xz) = 8af04e65c056f1963120fb1c86d4c52345b3a31e793a2aa9b38855cd313638683254799d38a1969c4b2cd032bd96dc9a2dc73aa738be22a7ef8711204e1795ad +SHA512 (kwayland-5.34.0.tar.xz) = 7efdd068a0a3b1769a574b451ad6fb4a572c5d7f107882c235e3c031bb972569064ebc9b260d487800cea2cdd5ff379f49cac880f3cb6b168cbfdf5b0a86b07e From 09c7a6f62526d766c690e1a608fd8a396f1e6601 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Sun, 4 Jun 2017 07:24:07 -0500 Subject: [PATCH 053/199] 5.35.0 --- .gitignore | 1 + kf5-kwayland.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index db43ecf..fa57f4f 100644 --- a/.gitignore +++ b/.gitignore @@ -10,3 +10,4 @@ /kwayland-5.32.0.tar.xz /kwayland-5.33.0.tar.xz /kwayland-5.34.0.tar.xz +/kwayland-5.35.0.tar.xz diff --git a/kf5-kwayland.spec b/kf5-kwayland.spec index b009171..13159f9 100644 --- a/kf5-kwayland.spec +++ b/kf5-kwayland.spec @@ -11,7 +11,7 @@ %endif Name: kf5-%{framework} -Version: 5.34.0 +Version: 5.35.0 Release: 1%{?dist} Summary: KDE Frameworks 5 library that wraps Client and Server Wayland libraries @@ -112,6 +112,9 @@ make test ARGS="--output-on-failure --timeout 20" -C %{_target_platform} ||: %changelog +* Sun Jun 04 2017 Rex Dieter - 5.35.0-1 +- 5.35.0 + * Mon May 15 2017 Rex Dieter - 5.34.0-1 - 5.34.0 diff --git a/sources b/sources index f5c4ce0..b530869 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kwayland-5.34.0.tar.xz) = 7efdd068a0a3b1769a574b451ad6fb4a572c5d7f107882c235e3c031bb972569064ebc9b260d487800cea2cdd5ff379f49cac880f3cb6b168cbfdf5b0a86b07e +SHA512 (kwayland-5.35.0.tar.xz) = 4a10da8a4348eb4daceebb8181b50bc996a1aa3fbfd81f6d5773d6829a0946abef5387b361c51cc2f57129c3068470b15c8a50e7f22b884f418b2763ac271cef From ed694744b1e4074ed753565e68125ac90f2d6949 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Mon, 3 Jul 2017 12:19:28 -0500 Subject: [PATCH 054/199] 5.36.0 --- .gitignore | 1 + kf5-kwayland.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index fa57f4f..1ed24e3 100644 --- a/.gitignore +++ b/.gitignore @@ -11,3 +11,4 @@ /kwayland-5.33.0.tar.xz /kwayland-5.34.0.tar.xz /kwayland-5.35.0.tar.xz +/kwayland-5.36.0.tar.xz diff --git a/kf5-kwayland.spec b/kf5-kwayland.spec index 13159f9..22fd35c 100644 --- a/kf5-kwayland.spec +++ b/kf5-kwayland.spec @@ -11,7 +11,7 @@ %endif Name: kf5-%{framework} -Version: 5.35.0 +Version: 5.36.0 Release: 1%{?dist} Summary: KDE Frameworks 5 library that wraps Client and Server Wayland libraries @@ -112,6 +112,9 @@ make test ARGS="--output-on-failure --timeout 20" -C %{_target_platform} ||: %changelog +* Mon Jul 03 2017 Rex Dieter - 5.36.0-1 +- 5.36.0 + * Sun Jun 04 2017 Rex Dieter - 5.35.0-1 - 5.35.0 diff --git a/sources b/sources index b530869..332e7ce 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kwayland-5.35.0.tar.xz) = 4a10da8a4348eb4daceebb8181b50bc996a1aa3fbfd81f6d5773d6829a0946abef5387b361c51cc2f57129c3068470b15c8a50e7f22b884f418b2763ac271cef +SHA512 (kwayland-5.36.0.tar.xz) = a9ab05d5b6558aa3b4b8b6be5445c2298fad6980823daf5412dadc48ae959a8315338aabd8d0227d21f0da88edd22e7c4c05e3cab36f5c84da12113640ffdc16 From b371ababbcb0b875c2d94db51a6e1f10798b1559 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Wed, 19 Jul 2017 14:54:10 -0500 Subject: [PATCH 055/199] rebuild (qt5) --- kf5-kwayland.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/kf5-kwayland.spec b/kf5-kwayland.spec index 22fd35c..4a6a866 100644 --- a/kf5-kwayland.spec +++ b/kf5-kwayland.spec @@ -12,7 +12,7 @@ Name: kf5-%{framework} Version: 5.36.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: KDE Frameworks 5 library that wraps Client and Server Wayland libraries License: GPLv2+ @@ -112,6 +112,9 @@ make test ARGS="--output-on-failure --timeout 20" -C %{_target_platform} ||: %changelog +* Wed Jul 19 2017 Rex Dieter - 5.36.0-2 +- rebuild (qt5) + * Mon Jul 03 2017 Rex Dieter - 5.36.0-1 - 5.36.0 From ee6f64cb9f99c54a522e464cd61032267d9ba453 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 26 Jul 2017 15:22:23 +0000 Subject: [PATCH 056/199] - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild --- kf5-kwayland.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/kf5-kwayland.spec b/kf5-kwayland.spec index 4a6a866..659c28e 100644 --- a/kf5-kwayland.spec +++ b/kf5-kwayland.spec @@ -12,7 +12,7 @@ Name: kf5-%{framework} Version: 5.36.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: KDE Frameworks 5 library that wraps Client and Server Wayland libraries License: GPLv2+ @@ -112,6 +112,9 @@ make test ARGS="--output-on-failure --timeout 20" -C %{_target_platform} ||: %changelog +* Wed Jul 26 2017 Fedora Release Engineering - 5.36.0-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild + * Wed Jul 19 2017 Rex Dieter - 5.36.0-2 - rebuild (qt5) From 9f59b97736fe8464728b262ba205ad85c87f9cc6 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 3 Aug 2017 00:30:44 +0000 Subject: [PATCH 057/199] - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild --- kf5-kwayland.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/kf5-kwayland.spec b/kf5-kwayland.spec index 659c28e..500ef6f 100644 --- a/kf5-kwayland.spec +++ b/kf5-kwayland.spec @@ -12,7 +12,7 @@ Name: kf5-%{framework} Version: 5.36.0 -Release: 3%{?dist} +Release: 4%{?dist} Summary: KDE Frameworks 5 library that wraps Client and Server Wayland libraries License: GPLv2+ @@ -112,6 +112,9 @@ make test ARGS="--output-on-failure --timeout 20" -C %{_target_platform} ||: %changelog +* Thu Aug 03 2017 Fedora Release Engineering - 5.36.0-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild + * Wed Jul 26 2017 Fedora Release Engineering - 5.36.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild From 0e3c514a1f720731b7d800007bbd77fd0366958f Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Fri, 25 Aug 2017 09:38:01 -0500 Subject: [PATCH 058/199] 5.37.0 --- .gitignore | 1 + kf5-kwayland.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 1ed24e3..abb471f 100644 --- a/.gitignore +++ b/.gitignore @@ -12,3 +12,4 @@ /kwayland-5.34.0.tar.xz /kwayland-5.35.0.tar.xz /kwayland-5.36.0.tar.xz +/kwayland-5.37.0.tar.xz diff --git a/kf5-kwayland.spec b/kf5-kwayland.spec index 500ef6f..ccf4946 100644 --- a/kf5-kwayland.spec +++ b/kf5-kwayland.spec @@ -11,8 +11,8 @@ %endif Name: kf5-%{framework} -Version: 5.36.0 -Release: 4%{?dist} +Version: 5.37.0 +Release: 1%{?dist} Summary: KDE Frameworks 5 library that wraps Client and Server Wayland libraries License: GPLv2+ @@ -112,6 +112,9 @@ make test ARGS="--output-on-failure --timeout 20" -C %{_target_platform} ||: %changelog +* Fri Aug 25 2017 Rex Dieter - 5.37.0-1 +- 5.37.0 + * Thu Aug 03 2017 Fedora Release Engineering - 5.36.0-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild diff --git a/sources b/sources index 332e7ce..4923354 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kwayland-5.36.0.tar.xz) = a9ab05d5b6558aa3b4b8b6be5445c2298fad6980823daf5412dadc48ae959a8315338aabd8d0227d21f0da88edd22e7c4c05e3cab36f5c84da12113640ffdc16 +SHA512 (kwayland-5.37.0.tar.xz) = 764ae59472b29a7a8066bb8bae87580a5d68b2aa8f29f284999d2e77e7b32f0c2d80d318fcb820a577138785d8b302c1c6d86b36b5b34a37a13ab80c628f6fa8 From 71c3ff1152518bffe087beb2eb5da4e9bee4b5e5 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Mon, 11 Sep 2017 15:04:54 -0500 Subject: [PATCH 059/199] 5.38.0 --- .gitignore | 1 + kf5-kwayland.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index abb471f..4bc249a 100644 --- a/.gitignore +++ b/.gitignore @@ -13,3 +13,4 @@ /kwayland-5.35.0.tar.xz /kwayland-5.36.0.tar.xz /kwayland-5.37.0.tar.xz +/kwayland-5.38.0.tar.xz diff --git a/kf5-kwayland.spec b/kf5-kwayland.spec index ccf4946..c15b0a2 100644 --- a/kf5-kwayland.spec +++ b/kf5-kwayland.spec @@ -11,7 +11,7 @@ %endif Name: kf5-%{framework} -Version: 5.37.0 +Version: 5.38.0 Release: 1%{?dist} Summary: KDE Frameworks 5 library that wraps Client and Server Wayland libraries @@ -112,6 +112,9 @@ make test ARGS="--output-on-failure --timeout 20" -C %{_target_platform} ||: %changelog +* Mon Sep 11 2017 Rex Dieter - 5.38.0-1 +- 5.38.0 + * Fri Aug 25 2017 Rex Dieter - 5.37.0-1 - 5.37.0 diff --git a/sources b/sources index 4923354..4889c4c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kwayland-5.37.0.tar.xz) = 764ae59472b29a7a8066bb8bae87580a5d68b2aa8f29f284999d2e77e7b32f0c2d80d318fcb820a577138785d8b302c1c6d86b36b5b34a37a13ab80c628f6fa8 +SHA512 (kwayland-5.38.0.tar.xz) = 655afa2d0fd6cb36ab182247663bf0207b38c0d94fbca83ccb0add72b5fe79c2647a0f72c069eb38ed50540e31ad53e87fab6e2c9f694fcb671461429d834597 From a763fa88d247a23ef80d3fe41f4c3309bcb31178 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Sun, 8 Oct 2017 10:08:09 -0500 Subject: [PATCH 060/199] 5.39.0 --- .gitignore | 1 + kf5-kwayland.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 4bc249a..178e768 100644 --- a/.gitignore +++ b/.gitignore @@ -14,3 +14,4 @@ /kwayland-5.36.0.tar.xz /kwayland-5.37.0.tar.xz /kwayland-5.38.0.tar.xz +/kwayland-5.39.0.tar.xz diff --git a/kf5-kwayland.spec b/kf5-kwayland.spec index c15b0a2..8b86fb7 100644 --- a/kf5-kwayland.spec +++ b/kf5-kwayland.spec @@ -11,7 +11,7 @@ %endif Name: kf5-%{framework} -Version: 5.38.0 +Version: 5.39.0 Release: 1%{?dist} Summary: KDE Frameworks 5 library that wraps Client and Server Wayland libraries @@ -112,6 +112,9 @@ make test ARGS="--output-on-failure --timeout 20" -C %{_target_platform} ||: %changelog +* Sun Oct 08 2017 Rex Dieter - 5.39.0-1 +- 5.39.0 + * Mon Sep 11 2017 Rex Dieter - 5.38.0-1 - 5.38.0 diff --git a/sources b/sources index 4889c4c..cbcf10f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kwayland-5.38.0.tar.xz) = 655afa2d0fd6cb36ab182247663bf0207b38c0d94fbca83ccb0add72b5fe79c2647a0f72c069eb38ed50540e31ad53e87fab6e2c9f694fcb671461429d834597 +SHA512 (kwayland-5.39.0.tar.xz) = ca71d9a07d38f813f34e05c034acc626d1e5c878d05eb5174764dd695ac18b99d29a3ec8df49f0fd9807dcfb1ce85b8e884c7389eb86cc0e7310ca2b8ec4f4b4 From 35a34710e2d6ce0221c58e7a7e20be8cd2316c58 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Mon, 9 Oct 2017 14:03:00 -0500 Subject: [PATCH 061/199] rebuild (qt5) --- kf5-kwayland.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/kf5-kwayland.spec b/kf5-kwayland.spec index 8b86fb7..661aa5f 100644 --- a/kf5-kwayland.spec +++ b/kf5-kwayland.spec @@ -12,7 +12,7 @@ Name: kf5-%{framework} Version: 5.39.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: KDE Frameworks 5 library that wraps Client and Server Wayland libraries License: GPLv2+ @@ -112,6 +112,9 @@ make test ARGS="--output-on-failure --timeout 20" -C %{_target_platform} ||: %changelog +* Mon Oct 09 2017 Rex Dieter - 5.39.0-2 +- rebuild (qt5) + * Sun Oct 08 2017 Rex Dieter - 5.39.0-1 - 5.39.0 From 67d7b074086d53a57240c44cfe2878d6772ed508 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Fri, 10 Nov 2017 09:46:32 -0600 Subject: [PATCH 062/199] 5.40.0 --- .gitignore | 1 + kf5-kwayland.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 178e768..2fc3d5d 100644 --- a/.gitignore +++ b/.gitignore @@ -15,3 +15,4 @@ /kwayland-5.37.0.tar.xz /kwayland-5.38.0.tar.xz /kwayland-5.39.0.tar.xz +/kwayland-5.40.0.tar.xz diff --git a/kf5-kwayland.spec b/kf5-kwayland.spec index 661aa5f..1015260 100644 --- a/kf5-kwayland.spec +++ b/kf5-kwayland.spec @@ -11,8 +11,8 @@ %endif Name: kf5-%{framework} -Version: 5.39.0 -Release: 2%{?dist} +Version: 5.40.0 +Release: 1%{?dist} Summary: KDE Frameworks 5 library that wraps Client and Server Wayland libraries License: GPLv2+ @@ -112,6 +112,9 @@ make test ARGS="--output-on-failure --timeout 20" -C %{_target_platform} ||: %changelog +* Fri Nov 10 2017 Rex Dieter - 5.40.0-1 +- 5.40.0 + * Mon Oct 09 2017 Rex Dieter - 5.39.0-2 - rebuild (qt5) diff --git a/sources b/sources index cbcf10f..51b707b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kwayland-5.39.0.tar.xz) = ca71d9a07d38f813f34e05c034acc626d1e5c878d05eb5174764dd695ac18b99d29a3ec8df49f0fd9807dcfb1ce85b8e884c7389eb86cc0e7310ca2b8ec4f4b4 +SHA512 (kwayland-5.40.0.tar.xz) = 3bbf49ee8a7cbf613d29fec59ac1444be1e89946792fc265a6c889fb32cb2ac93aca16ddd0e636daa8fda556ad01210e4bdd6b6ef4783ca95de5b0834baaa403 From 717145b76fb4df382c9772454821d55f8815f116 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Sun, 26 Nov 2017 11:37:22 -0600 Subject: [PATCH 063/199] rebuild (qt5) --- kf5-kwayland.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/kf5-kwayland.spec b/kf5-kwayland.spec index 1015260..d7f3ca9 100644 --- a/kf5-kwayland.spec +++ b/kf5-kwayland.spec @@ -12,7 +12,7 @@ Name: kf5-%{framework} Version: 5.40.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: KDE Frameworks 5 library that wraps Client and Server Wayland libraries License: GPLv2+ @@ -112,6 +112,9 @@ make test ARGS="--output-on-failure --timeout 20" -C %{_target_platform} ||: %changelog +* Sun Nov 26 2017 Rex Dieter - 5.40.0-2 +- rebuild (qt5) + * Fri Nov 10 2017 Rex Dieter - 5.40.0-1 - 5.40.0 From 1ef5375044a59cdfbb237925a3cdff8c04f3d590 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Mon, 4 Dec 2017 10:46:12 -0600 Subject: [PATCH 064/199] 5.41.0 --- .gitignore | 1 + kf5-kwayland.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 2fc3d5d..221fa9f 100644 --- a/.gitignore +++ b/.gitignore @@ -16,3 +16,4 @@ /kwayland-5.38.0.tar.xz /kwayland-5.39.0.tar.xz /kwayland-5.40.0.tar.xz +/kwayland-5.41.0.tar.xz diff --git a/kf5-kwayland.spec b/kf5-kwayland.spec index d7f3ca9..8da326c 100644 --- a/kf5-kwayland.spec +++ b/kf5-kwayland.spec @@ -11,8 +11,8 @@ %endif Name: kf5-%{framework} -Version: 5.40.0 -Release: 2%{?dist} +Version: 5.41.0 +Release: 1%{?dist} Summary: KDE Frameworks 5 library that wraps Client and Server Wayland libraries License: GPLv2+ @@ -112,6 +112,9 @@ make test ARGS="--output-on-failure --timeout 20" -C %{_target_platform} ||: %changelog +* Mon Dec 04 2017 Rex Dieter - 5.41.0-1 +- 5.41.0 + * Sun Nov 26 2017 Rex Dieter - 5.40.0-2 - rebuild (qt5) diff --git a/sources b/sources index 51b707b..a62d59f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kwayland-5.40.0.tar.xz) = 3bbf49ee8a7cbf613d29fec59ac1444be1e89946792fc265a6c889fb32cb2ac93aca16ddd0e636daa8fda556ad01210e4bdd6b6ef4783ca95de5b0834baaa403 +SHA512 (kwayland-5.41.0.tar.xz) = b31a769c1b265ae786eec42ab0a9e1aa29820b2dffed08fb9d5b1fbe224c4a4f2deab461823da88f44ffb0a4f35fbb0b77af2d235d45d3c90f9707f728ff1d37 From bb96a0fc37c2dda90b793d91bbb68656f269e99e Mon Sep 17 00:00:00 2001 From: Jan Grulich Date: Wed, 20 Dec 2017 12:02:11 +0100 Subject: [PATCH 065/199] rebuild (qt5) --- kf5-kwayland.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/kf5-kwayland.spec b/kf5-kwayland.spec index 8da326c..b4add29 100644 --- a/kf5-kwayland.spec +++ b/kf5-kwayland.spec @@ -12,7 +12,7 @@ Name: kf5-%{framework} Version: 5.41.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: KDE Frameworks 5 library that wraps Client and Server Wayland libraries License: GPLv2+ @@ -112,6 +112,9 @@ make test ARGS="--output-on-failure --timeout 20" -C %{_target_platform} ||: %changelog +* Wed Dec 20 2017 Jan Grulich - 5.41.0-2 +- rebuild (qt5) + * Mon Dec 04 2017 Rex Dieter - 5.41.0-1 - 5.41.0 From be4cb9a201e2bd4005ce047d156303073376253a Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Mon, 8 Jan 2018 09:07:48 -0600 Subject: [PATCH 066/199] 5.42.0 --- .gitignore | 1 + kf5-kwayland.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 221fa9f..91c1ee5 100644 --- a/.gitignore +++ b/.gitignore @@ -17,3 +17,4 @@ /kwayland-5.39.0.tar.xz /kwayland-5.40.0.tar.xz /kwayland-5.41.0.tar.xz +/kwayland-5.42.0.tar.xz diff --git a/kf5-kwayland.spec b/kf5-kwayland.spec index b4add29..23b91e6 100644 --- a/kf5-kwayland.spec +++ b/kf5-kwayland.spec @@ -11,8 +11,8 @@ %endif Name: kf5-%{framework} -Version: 5.41.0 -Release: 2%{?dist} +Version: 5.42.0 +Release: 1%{?dist} Summary: KDE Frameworks 5 library that wraps Client and Server Wayland libraries License: GPLv2+ @@ -112,6 +112,9 @@ make test ARGS="--output-on-failure --timeout 20" -C %{_target_platform} ||: %changelog +* Mon Jan 08 2018 Rex Dieter - 5.42.0-1 +- 5.42.0 + * Wed Dec 20 2017 Jan Grulich - 5.41.0-2 - rebuild (qt5) diff --git a/sources b/sources index a62d59f..d18e8e5 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kwayland-5.41.0.tar.xz) = b31a769c1b265ae786eec42ab0a9e1aa29820b2dffed08fb9d5b1fbe224c4a4f2deab461823da88f44ffb0a4f35fbb0b77af2d235d45d3c90f9707f728ff1d37 +SHA512 (kwayland-5.42.0.tar.xz) = 0b841c9b96895de504621c467fea07483543b50b274511708a21b48f12e63dd206d41f7614cea3e34fd9d169b7f7142f96db4dd1b2b14b7da4f5aa89cfaeaabf From 94af894c0003d4d5026b546541423e205c8a657b Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Thu, 25 Jan 2018 06:30:30 -0600 Subject: [PATCH 067/199] rebuild (qt5) --- kf5-kwayland.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/kf5-kwayland.spec b/kf5-kwayland.spec index 23b91e6..68a3266 100644 --- a/kf5-kwayland.spec +++ b/kf5-kwayland.spec @@ -12,7 +12,7 @@ Name: kf5-%{framework} Version: 5.42.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: KDE Frameworks 5 library that wraps Client and Server Wayland libraries License: GPLv2+ @@ -112,6 +112,9 @@ make test ARGS="--output-on-failure --timeout 20" -C %{_target_platform} ||: %changelog +* Thu Jan 25 2018 Rex Dieter - 5.42.0-2 +- rebuild (qt5) + * Mon Jan 08 2018 Rex Dieter - 5.42.0-1 - 5.42.0 From 66ec81fd5442cf5d08685682b20facbbcf50d281 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Wed, 7 Feb 2018 10:16:44 -0600 Subject: [PATCH 068/199] 5.43.0 --- .gitignore | 1 + kf5-kwayland.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 91c1ee5..77de6dd 100644 --- a/.gitignore +++ b/.gitignore @@ -18,3 +18,4 @@ /kwayland-5.40.0.tar.xz /kwayland-5.41.0.tar.xz /kwayland-5.42.0.tar.xz +/kwayland-5.43.0.tar.xz diff --git a/kf5-kwayland.spec b/kf5-kwayland.spec index 68a3266..63c7161 100644 --- a/kf5-kwayland.spec +++ b/kf5-kwayland.spec @@ -11,8 +11,8 @@ %endif Name: kf5-%{framework} -Version: 5.42.0 -Release: 2%{?dist} +Version: 5.43.0 +Release: 1%{?dist} Summary: KDE Frameworks 5 library that wraps Client and Server Wayland libraries License: GPLv2+ @@ -112,6 +112,9 @@ make test ARGS="--output-on-failure --timeout 20" -C %{_target_platform} ||: %changelog +* Wed Feb 07 2018 Rex Dieter - 5.43.0-1 +- 5.43.0 + * Thu Jan 25 2018 Rex Dieter - 5.42.0-2 - rebuild (qt5) diff --git a/sources b/sources index d18e8e5..775f17a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kwayland-5.42.0.tar.xz) = 0b841c9b96895de504621c467fea07483543b50b274511708a21b48f12e63dd206d41f7614cea3e34fd9d169b7f7142f96db4dd1b2b14b7da4f5aa89cfaeaabf +SHA512 (kwayland-5.43.0.tar.xz) = 02204faa2f125f9f902315cf2e7377a9ffdb73b1b66624510d1b77f32b9907c71d7e8ca7f79c8c10a2b9ab8e8eae13f8166ae3e33a34b2789c8f2e79aeb0f5a2 From 8a6fb280458160d7a28922d0b56af51071cb0c77 Mon Sep 17 00:00:00 2001 From: Jan Grulich Date: Wed, 14 Feb 2018 09:47:17 +0100 Subject: [PATCH 069/199] rebuild (qt5) --- kf5-kwayland.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/kf5-kwayland.spec b/kf5-kwayland.spec index 63c7161..cb58699 100644 --- a/kf5-kwayland.spec +++ b/kf5-kwayland.spec @@ -12,7 +12,7 @@ Name: kf5-%{framework} Version: 5.43.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: KDE Frameworks 5 library that wraps Client and Server Wayland libraries License: GPLv2+ @@ -112,6 +112,9 @@ make test ARGS="--output-on-failure --timeout 20" -C %{_target_platform} ||: %changelog +* Wed Feb 14 2018 Jan Grulich - 5.43.0-2 +- rebuild (qt5) + * Wed Feb 07 2018 Rex Dieter - 5.43.0-1 - 5.43.0 From 4cf7024bb990d2b2a6f6d30aabf83d6c9d43bb9a Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Sat, 3 Mar 2018 08:12:55 -0600 Subject: [PATCH 070/199] 5.44.0 --- .gitignore | 1 + kf5-kwayland.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 77de6dd..9bb0371 100644 --- a/.gitignore +++ b/.gitignore @@ -19,3 +19,4 @@ /kwayland-5.41.0.tar.xz /kwayland-5.42.0.tar.xz /kwayland-5.43.0.tar.xz +/kwayland-5.44.0.tar.xz diff --git a/kf5-kwayland.spec b/kf5-kwayland.spec index cb58699..5749301 100644 --- a/kf5-kwayland.spec +++ b/kf5-kwayland.spec @@ -11,8 +11,8 @@ %endif Name: kf5-%{framework} -Version: 5.43.0 -Release: 2%{?dist} +Version: 5.44.0 +Release: 1%{?dist} Summary: KDE Frameworks 5 library that wraps Client and Server Wayland libraries License: GPLv2+ @@ -112,6 +112,9 @@ make test ARGS="--output-on-failure --timeout 20" -C %{_target_platform} ||: %changelog +* Sat Mar 03 2018 Rex Dieter - 5.44.0-1 +- 5.44.0 + * Wed Feb 14 2018 Jan Grulich - 5.43.0-2 - rebuild (qt5) diff --git a/sources b/sources index 775f17a..589dcd9 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kwayland-5.43.0.tar.xz) = 02204faa2f125f9f902315cf2e7377a9ffdb73b1b66624510d1b77f32b9907c71d7e8ca7f79c8c10a2b9ab8e8eae13f8166ae3e33a34b2789c8f2e79aeb0f5a2 +SHA512 (kwayland-5.44.0.tar.xz) = df145f37ee00c9d0355f79864aa2b0df8ed23292615cba56b9b19856db29b30160bdd2da510c9a99fc91f59003892ed70ddc8a150cec2ed667bf9c678a49f06a From e934e6eccdf57750347f2cbcc6dae9fba0f78170 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Sun, 8 Apr 2018 07:45:17 -0500 Subject: [PATCH 071/199] 5.45.0 --- .gitignore | 1 + kf5-kwayland.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 9bb0371..0405113 100644 --- a/.gitignore +++ b/.gitignore @@ -20,3 +20,4 @@ /kwayland-5.42.0.tar.xz /kwayland-5.43.0.tar.xz /kwayland-5.44.0.tar.xz +/kwayland-5.45.0.tar.xz diff --git a/kf5-kwayland.spec b/kf5-kwayland.spec index 5749301..20036a7 100644 --- a/kf5-kwayland.spec +++ b/kf5-kwayland.spec @@ -11,7 +11,7 @@ %endif Name: kf5-%{framework} -Version: 5.44.0 +Version: 5.45.0 Release: 1%{?dist} Summary: KDE Frameworks 5 library that wraps Client and Server Wayland libraries @@ -112,6 +112,9 @@ make test ARGS="--output-on-failure --timeout 20" -C %{_target_platform} ||: %changelog +* Sun Apr 08 2018 Rex Dieter - 5.45.0-1 +- 5.45.0 + * Sat Mar 03 2018 Rex Dieter - 5.44.0-1 - 5.44.0 diff --git a/sources b/sources index 589dcd9..6761408 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kwayland-5.44.0.tar.xz) = df145f37ee00c9d0355f79864aa2b0df8ed23292615cba56b9b19856db29b30160bdd2da510c9a99fc91f59003892ed70ddc8a150cec2ed667bf9c678a49f06a +SHA512 (kwayland-5.45.0.tar.xz) = ef5601b8e3ddbc53dcb62604151ee2b55b5ec0863c3c97dafff131f073e6e7fbf1f9972280a82d34a1fa615330c4a238c8e60ebac35415c68b4f86b5c34bcc00 From ffd087a47b7caaef7678069a51636541ed08970f Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Sat, 5 May 2018 16:38:05 -0500 Subject: [PATCH 072/199] 5.46.0 --- .gitignore | 1 + kf5-kwayland.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 0405113..41e00fb 100644 --- a/.gitignore +++ b/.gitignore @@ -21,3 +21,4 @@ /kwayland-5.43.0.tar.xz /kwayland-5.44.0.tar.xz /kwayland-5.45.0.tar.xz +/kwayland-5.46.0.tar.xz diff --git a/kf5-kwayland.spec b/kf5-kwayland.spec index 20036a7..7dda834 100644 --- a/kf5-kwayland.spec +++ b/kf5-kwayland.spec @@ -11,7 +11,7 @@ %endif Name: kf5-%{framework} -Version: 5.45.0 +Version: 5.46.0 Release: 1%{?dist} Summary: KDE Frameworks 5 library that wraps Client and Server Wayland libraries @@ -112,6 +112,9 @@ make test ARGS="--output-on-failure --timeout 20" -C %{_target_platform} ||: %changelog +* Sat May 05 2018 Rex Dieter - 5.46.0-1 +- 5.46.0 + * Sun Apr 08 2018 Rex Dieter - 5.45.0-1 - 5.45.0 diff --git a/sources b/sources index 6761408..7ed6283 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kwayland-5.45.0.tar.xz) = ef5601b8e3ddbc53dcb62604151ee2b55b5ec0863c3c97dafff131f073e6e7fbf1f9972280a82d34a1fa615330c4a238c8e60ebac35415c68b4f86b5c34bcc00 +SHA512 (kwayland-5.46.0.tar.xz) = 9713b94ae775abe30e65d6976bf978306640adaf1c3042f7a891e9baf648527ce8fa902a0fc13dcb7d247e7caac6bb645f234db8ec3d62fd7ec67c305772c19a From 0755a2b02f39b3897f38a987c86dea0892b240c5 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Sun, 27 May 2018 14:16:51 -0500 Subject: [PATCH 073/199] rebuild (qt5) use %make_build %ldconfig_scriptlets --- kf5-kwayland.spec | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/kf5-kwayland.spec b/kf5-kwayland.spec index 7dda834..a5f1dd5 100644 --- a/kf5-kwayland.spec +++ b/kf5-kwayland.spec @@ -12,7 +12,7 @@ Name: kf5-%{framework} Version: 5.46.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: KDE Frameworks 5 library that wraps Client and Server Wayland libraries License: GPLv2+ @@ -73,7 +73,7 @@ pushd %{_target_platform} -DBUILD_TESTING:BOOL=%{?tests:ON}%{!?tests:OFF} popd -make %{?_smp_mflags} -C %{_target_platform} +%make_build -C %{_target_platform} %install @@ -90,8 +90,7 @@ make test ARGS="--output-on-failure --timeout 20" -C %{_target_platform} ||: %endif -%post -p /sbin/ldconfig -%postun -p /sbin/ldconfig +%ldconfig_scriptlets %files %license COPYING.LIB @@ -112,6 +111,10 @@ make test ARGS="--output-on-failure --timeout 20" -C %{_target_platform} ||: %changelog +* Sun May 27 2018 Rex Dieter - 5.46.0-2 +- rebuild (qt5) +- use %%make_build %%ldconfig_scriptlets + * Sat May 05 2018 Rex Dieter - 5.46.0-1 - 5.46.0 From 68ef5cb2130ab3b80a27d8a80acf238f7c39cc1e Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Sat, 2 Jun 2018 16:06:19 -0500 Subject: [PATCH 074/199] 5.47.0 --- .gitignore | 1 + kf5-kwayland.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 41e00fb..dc41920 100644 --- a/.gitignore +++ b/.gitignore @@ -22,3 +22,4 @@ /kwayland-5.44.0.tar.xz /kwayland-5.45.0.tar.xz /kwayland-5.46.0.tar.xz +/kwayland-5.47.0.tar.xz diff --git a/kf5-kwayland.spec b/kf5-kwayland.spec index a5f1dd5..53f90b2 100644 --- a/kf5-kwayland.spec +++ b/kf5-kwayland.spec @@ -11,8 +11,8 @@ %endif Name: kf5-%{framework} -Version: 5.46.0 -Release: 2%{?dist} +Version: 5.47.0 +Release: 1%{?dist} Summary: KDE Frameworks 5 library that wraps Client and Server Wayland libraries License: GPLv2+ @@ -111,6 +111,9 @@ make test ARGS="--output-on-failure --timeout 20" -C %{_target_platform} ||: %changelog +* Sat Jun 02 2018 Rex Dieter - 5.47.0-1 +- 5.47.0 + * Sun May 27 2018 Rex Dieter - 5.46.0-2 - rebuild (qt5) - use %%make_build %%ldconfig_scriptlets diff --git a/sources b/sources index 7ed6283..7859106 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kwayland-5.46.0.tar.xz) = 9713b94ae775abe30e65d6976bf978306640adaf1c3042f7a891e9baf648527ce8fa902a0fc13dcb7d247e7caac6bb645f234db8ec3d62fd7ec67c305772c19a +SHA512 (kwayland-5.47.0.tar.xz) = 208cfcd6b94ba154e5a1892746d904c79cdf199179fb40f37384a252ff57abd2bfc1419ab0b4066494d25f69b6afd3afb4a809e323730f82059ec2c04a0e3086 From 04316bd048f0fa324f8213e3630362425739cc32 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Fri, 8 Jun 2018 14:13:06 -0500 Subject: [PATCH 075/199] enable tests only on fedora rhel7 is missing deps (weston) --- kf5-kwayland.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/kf5-kwayland.spec b/kf5-kwayland.spec index 53f90b2..ec4f065 100644 --- a/kf5-kwayland.spec +++ b/kf5-kwayland.spec @@ -7,8 +7,10 @@ ## currently includes no tests %if !0%{?bootstrap} +%if 0%{?fedora} %global tests 1 %endif +%endif Name: kf5-%{framework} Version: 5.47.0 From cf2d88b972ffb20af9fae27e967ae08ce67bda45 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Wed, 20 Jun 2018 23:44:31 -0500 Subject: [PATCH 076/199] rebuild (qt5) --- kf5-kwayland.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/kf5-kwayland.spec b/kf5-kwayland.spec index ec4f065..09712be 100644 --- a/kf5-kwayland.spec +++ b/kf5-kwayland.spec @@ -14,7 +14,7 @@ Name: kf5-%{framework} Version: 5.47.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: KDE Frameworks 5 library that wraps Client and Server Wayland libraries License: GPLv2+ @@ -113,6 +113,9 @@ make test ARGS="--output-on-failure --timeout 20" -C %{_target_platform} ||: %changelog +* Wed Jun 20 2018 Rex Dieter - 5.47.0-2 +- rebuild (qt5) + * Sat Jun 02 2018 Rex Dieter - 5.47.0-1 - 5.47.0 From bbd8a5a2d5af31be505c6be55eda6234fc66b32b Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Sun, 8 Jul 2018 20:10:20 -0500 Subject: [PATCH 077/199] 5.48.0 --- .gitignore | 1 + kf5-kwayland.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index dc41920..992bfdc 100644 --- a/.gitignore +++ b/.gitignore @@ -23,3 +23,4 @@ /kwayland-5.45.0.tar.xz /kwayland-5.46.0.tar.xz /kwayland-5.47.0.tar.xz +/kwayland-5.48.0.tar.xz diff --git a/kf5-kwayland.spec b/kf5-kwayland.spec index 09712be..38359ab 100644 --- a/kf5-kwayland.spec +++ b/kf5-kwayland.spec @@ -13,8 +13,8 @@ %endif Name: kf5-%{framework} -Version: 5.47.0 -Release: 2%{?dist} +Version: 5.48.0 +Release: 1%{?dist} Summary: KDE Frameworks 5 library that wraps Client and Server Wayland libraries License: GPLv2+ @@ -113,6 +113,9 @@ make test ARGS="--output-on-failure --timeout 20" -C %{_target_platform} ||: %changelog +* Mon Jul 09 2018 Rex Dieter - 5.48.0-1 +- 5.48.0 + * Wed Jun 20 2018 Rex Dieter - 5.47.0-2 - rebuild (qt5) diff --git a/sources b/sources index 7859106..f8e48a2 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kwayland-5.47.0.tar.xz) = 208cfcd6b94ba154e5a1892746d904c79cdf199179fb40f37384a252ff57abd2bfc1419ab0b4066494d25f69b6afd3afb4a809e323730f82059ec2c04a0e3086 +SHA512 (kwayland-5.48.0.tar.xz) = cc446d6e9262a1ee3d6c3800fd833c28218ecf035ec156490bbd922567e47dd10ee103631b4be5db0d1520a2856c080f06698250afa8d1e5b7d7813013a41e68 From 033f5e340bfb67d1dcdc16c6e5abefbea5c1bd82 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 13 Jul 2018 07:09:36 +0000 Subject: [PATCH 078/199] - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- kf5-kwayland.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/kf5-kwayland.spec b/kf5-kwayland.spec index 38359ab..d2ad77b 100644 --- a/kf5-kwayland.spec +++ b/kf5-kwayland.spec @@ -14,7 +14,7 @@ Name: kf5-%{framework} Version: 5.48.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: KDE Frameworks 5 library that wraps Client and Server Wayland libraries License: GPLv2+ @@ -113,6 +113,9 @@ make test ARGS="--output-on-failure --timeout 20" -C %{_target_platform} ||: %changelog +* Fri Jul 13 2018 Fedora Release Engineering - 5.48.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild + * Mon Jul 09 2018 Rex Dieter - 5.48.0-1 - 5.48.0 From de43275c29e8fb4def9c496b90e712017c87740d Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Tue, 7 Aug 2018 10:26:55 -0500 Subject: [PATCH 079/199] 5.49.0 --- .gitignore | 1 + kf5-kwayland.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 992bfdc..56abf43 100644 --- a/.gitignore +++ b/.gitignore @@ -24,3 +24,4 @@ /kwayland-5.46.0.tar.xz /kwayland-5.47.0.tar.xz /kwayland-5.48.0.tar.xz +/kwayland-5.49.0.tar.xz diff --git a/kf5-kwayland.spec b/kf5-kwayland.spec index d2ad77b..e48ebe3 100644 --- a/kf5-kwayland.spec +++ b/kf5-kwayland.spec @@ -13,8 +13,8 @@ %endif Name: kf5-%{framework} -Version: 5.48.0 -Release: 2%{?dist} +Version: 5.49.0 +Release: 1%{?dist} Summary: KDE Frameworks 5 library that wraps Client and Server Wayland libraries License: GPLv2+ @@ -113,6 +113,9 @@ make test ARGS="--output-on-failure --timeout 20" -C %{_target_platform} ||: %changelog +* Tue Aug 07 2018 Rex Dieter - 5.49.0-1 +- 5.49.0 + * Fri Jul 13 2018 Fedora Release Engineering - 5.48.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild diff --git a/sources b/sources index f8e48a2..334c722 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kwayland-5.48.0.tar.xz) = cc446d6e9262a1ee3d6c3800fd833c28218ecf035ec156490bbd922567e47dd10ee103631b4be5db0d1520a2856c080f06698250afa8d1e5b7d7813013a41e68 +SHA512 (kwayland-5.49.0.tar.xz) = 870ad603ce1930f814bb634e576a9b28eec3dce0cded474950d43ba712be3f953e32ff8c32ecb16ddef45fcb137f51cd508d260b68362b0676cf6e38ead3d866 From f4c314c7ce17eeceb6a7ea0178d8ba6a2fe05aca Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Tue, 4 Sep 2018 15:08:53 -0500 Subject: [PATCH 080/199] 5.50.0 --- .gitignore | 1 + kf5-kwayland.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 56abf43..72902aa 100644 --- a/.gitignore +++ b/.gitignore @@ -25,3 +25,4 @@ /kwayland-5.47.0.tar.xz /kwayland-5.48.0.tar.xz /kwayland-5.49.0.tar.xz +/kwayland-5.50.0.tar.xz diff --git a/kf5-kwayland.spec b/kf5-kwayland.spec index e48ebe3..6c8b197 100644 --- a/kf5-kwayland.spec +++ b/kf5-kwayland.spec @@ -13,7 +13,7 @@ %endif Name: kf5-%{framework} -Version: 5.49.0 +Version: 5.50.0 Release: 1%{?dist} Summary: KDE Frameworks 5 library that wraps Client and Server Wayland libraries @@ -113,6 +113,9 @@ make test ARGS="--output-on-failure --timeout 20" -C %{_target_platform} ||: %changelog +* Tue Sep 04 2018 Rex Dieter - 5.50.0-1 +- 5.50.0 + * Tue Aug 07 2018 Rex Dieter - 5.49.0-1 - 5.49.0 diff --git a/sources b/sources index 334c722..7534b29 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kwayland-5.49.0.tar.xz) = 870ad603ce1930f814bb634e576a9b28eec3dce0cded474950d43ba712be3f953e32ff8c32ecb16ddef45fcb137f51cd508d260b68362b0676cf6e38ead3d866 +SHA512 (kwayland-5.50.0.tar.xz) = 6698eace0b13d276b24ccb47cf15cb04c6ee473d5e21adcbd8729a02bb481387faf280b4fff5a7e94965671424e8a1be6364f17e738b929d2a5b1d6638c15428 From 0c250d30bc6bc46b3db4a46469eca5622294ec6d Mon Sep 17 00:00:00 2001 From: Jan Grulich Date: Fri, 14 Sep 2018 08:36:59 +0200 Subject: [PATCH 081/199] Fix remote access buffer handling when output not bound --- kf5-kwayland.spec | 7 +- ...uffer-handling-when-output-not-bound.patch | 491 ++++++++++++++++++ 2 files changed, 497 insertions(+), 1 deletion(-) create mode 100644 kwayland-fix-remote-access-buffer-handling-when-output-not-bound.patch diff --git a/kf5-kwayland.spec b/kf5-kwayland.spec index 6c8b197..624ff05 100644 --- a/kf5-kwayland.spec +++ b/kf5-kwayland.spec @@ -14,7 +14,7 @@ Name: kf5-%{framework} Version: 5.50.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: KDE Frameworks 5 library that wraps Client and Server Wayland libraries License: GPLv2+ @@ -28,6 +28,8 @@ URL: https://cgit.kde.org/%{framework}.git %endif Source0: http://download.kde.org/%{stable}/frameworks/%{versiondir}/%{framework}-%{version}.tar.xz +Patch0: kwayland-fix-remote-access-buffer-handling-when-output-not-bound.patch + BuildRequires: extra-cmake-modules >= %{version} BuildRequires: kf5-rpm-macros >= %{version} BuildRequires: libwayland-client-devel >= %{wayland_min_version} @@ -113,6 +115,9 @@ make test ARGS="--output-on-failure --timeout 20" -C %{_target_platform} ||: %changelog +* Fri Sep 14 2018 Jan Grulich - 5.50.0-2 +- Fix remote access buffer handling when output not bound + * Tue Sep 04 2018 Rex Dieter - 5.50.0-1 - 5.50.0 diff --git a/kwayland-fix-remote-access-buffer-handling-when-output-not-bound.patch b/kwayland-fix-remote-access-buffer-handling-when-output-not-bound.patch new file mode 100644 index 0000000..f71be5c --- /dev/null +++ b/kwayland-fix-remote-access-buffer-handling-when-output-not-bound.patch @@ -0,0 +1,491 @@ +ndiff --git a/autotests/client/test_remote_access.cpp b/autotests/client/test_remote_access.cpp +--- a/autotests/client/test_remote_access.cpp ++++ b/autotests/client/test_remote_access.cpp +@@ -1,5 +1,6 @@ + /******************************************************************** + Copyright 2016 Oleg Chernovskiy ++Copyright 2018 Roman Gilg + + This library is free software; you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public +@@ -48,22 +49,108 @@ + + void testSendReleaseSingle(); + void testSendReleaseMultiple(); ++ void testSendReleaseCrossScreen(); + void testSendClientGone(); + void testSendReceiveClientGone(); + + private: + Display *m_display = nullptr; +- OutputInterface *m_outputInterface = nullptr; ++ OutputInterface *m_outputInterface[2] = {nullptr}; + RemoteAccessManagerInterface *m_remoteAccessInterface = nullptr; +- ConnectionThread *m_connection = nullptr; +- QThread *m_thread = nullptr; +- EventQueue *m_queue = nullptr; +- Registry *m_registry = nullptr; +- Output *m_output = nullptr; ++}; ++ ++class MockupClient : public QObject ++{ ++ Q_OBJECT ++public: ++ MockupClient(QObject *parent = nullptr); ++ ~MockupClient(); ++ ++ void bindOutput(int index); ++ ++ ConnectionThread *connection = nullptr; ++ QThread *thread = nullptr; ++ EventQueue *queue = nullptr; ++ Registry *registry = nullptr; ++ RemoteAccessManager *remoteAccess = nullptr; ++ Output *outputs[2] = {nullptr}; + }; + + static const QString s_socketName = QStringLiteral("kwayland-test-remote-access-0"); + ++MockupClient::MockupClient(QObject *parent) ++ : QObject(parent) ++{ ++ // setup connection ++ connection = new KWayland::Client::ConnectionThread; ++ QSignalSpy connectedSpy(connection, &ConnectionThread::connected); ++ QVERIFY(connectedSpy.isValid()); ++ connection->setSocketName(s_socketName); ++ ++ thread = new QThread(this); ++ connection->moveToThread(thread); ++ thread->start(); ++ ++ connection->initConnection(); ++ QVERIFY(connectedSpy.wait()); ++ ++ queue = new EventQueue(this); ++ queue->setup(connection); ++ ++ registry = new Registry(this); ++ QSignalSpy interfacesAnnouncedSpy(registry, &Registry::interfacesAnnounced); ++ QVERIFY(interfacesAnnouncedSpy.isValid()); ++ registry->setEventQueue(queue); ++ registry->create(connection); ++ QVERIFY(registry->isValid()); ++ registry->setup(); ++ QVERIFY(interfacesAnnouncedSpy.wait()); ++ ++ remoteAccess = registry->createRemoteAccessManager( ++ registry->interface(Registry::Interface::RemoteAccessManager).name, ++ registry->interface(Registry::Interface::RemoteAccessManager).version, ++ this); ++ QVERIFY(remoteAccess->isValid()); ++ connection->flush(); ++} ++ ++MockupClient::~MockupClient() ++{ ++#define CLEANUP(variable) \ ++ if (variable) { \ ++ delete variable; \ ++ variable = nullptr; \ ++ } ++ CLEANUP(outputs[0]) ++ CLEANUP(outputs[1]) ++ CLEANUP(remoteAccess) ++ CLEANUP(queue) ++ CLEANUP(registry) ++ if (thread) { ++ if (connection) { ++ connection->flush(); ++ connection->deleteLater(); ++ connection = nullptr; ++ } ++ ++ thread->quit(); ++ thread->wait(); ++ delete thread; ++ thread = nullptr; ++ } ++#undef CLEANUP ++} ++ ++void MockupClient::bindOutput(int index) ++{ ++ // client-bound output ++ outputs[index] = registry->createOutput(registry->interfaces(Registry::Interface::Output)[index].name, ++ registry->interfaces(Registry::Interface::Output)[index].version, ++ this); ++ QVERIFY(outputs[index]->isValid()); ++ connection->flush(); ++} ++ + void RemoteAccessTest::init() + { + qRegisterMetaType(); +@@ -76,42 +163,18 @@ + m_display->start(); + QVERIFY(m_display->isRunning()); + m_display->createShm(); +- m_outputInterface = m_display->createOutput(); +- m_outputInterface->create(); ++ ++ auto initOutputIface = [this](int i) { ++ m_outputInterface[i] = m_display->createOutput(); ++ m_outputInterface[i]->create(); ++ }; ++ initOutputIface(0); ++ initOutputIface(1); ++ + m_remoteAccessInterface = m_display->createRemoteAccessManager(); + m_remoteAccessInterface->create(); + QSignalSpy bufferReleasedSpy(m_remoteAccessInterface, &RemoteAccessManagerInterface::bufferReleased); + QVERIFY(bufferReleasedSpy.isValid()); +- +- // setup connection +- m_connection = new KWayland::Client::ConnectionThread; +- QSignalSpy connectedSpy(m_connection, &ConnectionThread::connected); +- QVERIFY(connectedSpy.isValid()); +- m_connection->setSocketName(s_socketName); +- +- m_thread = new QThread(this); +- m_connection->moveToThread(m_thread); +- m_thread->start(); +- +- m_connection->initConnection(); +- QVERIFY(connectedSpy.wait()); +- +- m_queue = new EventQueue(this); +- m_queue->setup(m_connection); +- +- m_registry = new Registry(this); +- QSignalSpy interfacesAnnouncedSpy(m_registry, &Registry::interfacesAnnounced); +- QVERIFY(interfacesAnnouncedSpy.isValid()); +- m_registry->setEventQueue(m_queue); +- m_registry->create(m_connection); +- QVERIFY(m_registry->isValid()); +- m_registry->setup(); +- QVERIFY(interfacesAnnouncedSpy.wait()); +- +- // client-bound output +- m_output = m_registry->createOutput(m_registry->interface(Registry::Interface::Output).name, +- m_registry->interface(Registry::Interface::Output).version, +- this); + } + + void RemoteAccessTest::cleanup() +@@ -121,22 +184,8 @@ + delete variable; \ + variable = nullptr; \ + } +- CLEANUP(m_output) +- CLEANUP(m_queue) +- CLEANUP(m_registry) +- if (m_thread) { +- if (m_connection) { +- m_connection->flush(); +- m_connection->deleteLater(); +- m_connection = nullptr; +- } +- +- m_thread->quit(); +- m_thread->wait(); +- delete m_thread; +- m_thread = nullptr; +- } +- ++ CLEANUP(m_outputInterface[0]) ++ CLEANUP(m_outputInterface[1]) + CLEANUP(m_remoteAccessInterface) + CLEANUP(m_display) + #undef CLEANUP +@@ -148,16 +197,13 @@ + + // setup + QVERIFY(!m_remoteAccessInterface->isBound()); +- auto client = m_registry->createRemoteAccessManager( +- m_registry->interface(Registry::Interface::RemoteAccessManager).name, +- m_registry->interface(Registry::Interface::RemoteAccessManager).version, +- this); +- QVERIFY(client->isValid()); +- m_connection->flush(); ++ auto *client = new MockupClient(this); ++ client->bindOutput(0); ++ + m_display->dispatchEvents(); + + QVERIFY(m_remoteAccessInterface->isBound()); // we have one client now +- QSignalSpy bufferReadySpy(client, &RemoteAccessManager::bufferReady); ++ QSignalSpy bufferReadySpy(client->remoteAccess, &RemoteAccessManager::bufferReady); + QVERIFY(bufferReadySpy.isValid()); + + BufferHandle *buf = new BufferHandle(); +@@ -168,7 +214,7 @@ + buf->setSize(50, 50); + buf->setFormat(100500); + buf->setStride(7800); +- m_remoteAccessInterface->sendBufferReady(m_outputInterface, buf); ++ m_remoteAccessInterface->sendBufferReady(m_outputInterface[0], buf); + + // receive buffer + QVERIFY(bufferReadySpy.wait()); +@@ -193,7 +239,6 @@ + // cleanup + delete buf; + delete client; +- m_connection->flush(); + m_display->dispatchEvents(); + QVERIFY(!m_remoteAccessInterface->isBound()); + } +@@ -204,23 +249,16 @@ + + // setup + QVERIFY(!m_remoteAccessInterface->isBound()); +- auto client1 = m_registry->createRemoteAccessManager( +- m_registry->interface(Registry::Interface::RemoteAccessManager).name, +- m_registry->interface(Registry::Interface::RemoteAccessManager).version, +- this); +- QVERIFY(client1->isValid()); +- auto client2 = m_registry->createRemoteAccessManager( +- m_registry->interface(Registry::Interface::RemoteAccessManager).name, +- m_registry->interface(Registry::Interface::RemoteAccessManager).version, +- this); +- QVERIFY(client2->isValid()); +- m_connection->flush(); ++ auto *client1 = new MockupClient(this); ++ auto *client2 = new MockupClient(this); ++ client1->bindOutput(0); ++ client2->bindOutput(0); + m_display->dispatchEvents(); +- + QVERIFY(m_remoteAccessInterface->isBound()); // now we have 2 clients +- QSignalSpy bufferReadySpy1(client1, &RemoteAccessManager::bufferReady); ++ ++ QSignalSpy bufferReadySpy1(client1->remoteAccess, &RemoteAccessManager::bufferReady); + QVERIFY(bufferReadySpy1.isValid()); +- QSignalSpy bufferReadySpy2(client2, &RemoteAccessManager::bufferReady); ++ QSignalSpy bufferReadySpy2(client2->remoteAccess, &RemoteAccessManager::bufferReady); + QVERIFY(bufferReadySpy2.isValid()); + + BufferHandle *buf = new BufferHandle(); +@@ -231,10 +269,13 @@ + buf->setSize(50, 50); + buf->setFormat(100500); + buf->setStride(7800); +- m_remoteAccessInterface->sendBufferReady(m_outputInterface, buf); ++ m_remoteAccessInterface->sendBufferReady(m_outputInterface[0], buf); + + // wait for event loop + QVERIFY(bufferReadySpy1.wait()); ++ if (bufferReadySpy2.size() == 0) { ++ QVERIFY(bufferReadySpy2.wait()); ++ } + + // receive buffer at client 1 + QCOMPARE(bufferReadySpy1.size(), 1); +@@ -251,6 +292,9 @@ + // wait for event loop + QVERIFY(paramsObtainedSpy1.wait()); + QCOMPARE(paramsObtainedSpy1.size(), 1); ++ if (paramsObtainedSpy2.size() == 0) { ++ QVERIFY(paramsObtainedSpy2.wait()); ++ } + QCOMPARE(paramsObtainedSpy2.size(), 1); + + // release +@@ -266,25 +310,106 @@ + delete buf; + delete client1; + delete client2; +- m_connection->flush(); ++ m_display->dispatchEvents(); ++ QVERIFY(!m_remoteAccessInterface->isBound()); ++} ++ ++void RemoteAccessTest::testSendReleaseCrossScreen() ++{ ++ // this test verifies that multiple buffers for multiple screens are sent to ++ // multiple clients and returned back ++ ++ // setup ++ QVERIFY(!m_remoteAccessInterface->isBound()); ++ auto *client1 = new MockupClient(this); ++ auto *client2 = new MockupClient(this); ++ client1->bindOutput(1); ++ client2->bindOutput(0); ++ m_display->dispatchEvents(); ++ QVERIFY(m_remoteAccessInterface->isBound()); // now we have 2 clients ++ ++ QSignalSpy bufferReadySpy1(client1->remoteAccess, &RemoteAccessManager::bufferReady); ++ QVERIFY(bufferReadySpy1.isValid()); ++ QSignalSpy bufferReadySpy2(client2->remoteAccess, &RemoteAccessManager::bufferReady); ++ QVERIFY(bufferReadySpy2.isValid()); ++ ++ BufferHandle *buf1 = new BufferHandle(); ++ QTemporaryFile *tmpFile1 = new QTemporaryFile(this); ++ tmpFile1->open(); ++ ++ BufferHandle *buf2 = new BufferHandle(); ++ QTemporaryFile *tmpFile2 = new QTemporaryFile(this); ++ tmpFile2->open(); ++ ++ buf1->setFd(tmpFile1->handle()); ++ buf1->setSize(50, 50); ++ buf1->setFormat(100500); ++ buf1->setStride(7800); ++ ++ buf2->setFd(tmpFile2->handle()); ++ buf2->setSize(100, 100); ++ buf2->setFormat(100500); ++ buf2->setStride(7800); ++ ++ m_remoteAccessInterface->sendBufferReady(m_outputInterface[0], buf1); ++ m_remoteAccessInterface->sendBufferReady(m_outputInterface[1], buf2); ++ ++ // wait for event loop ++ QVERIFY(bufferReadySpy1.wait()); ++ if (bufferReadySpy2.size() == 0) { ++ QVERIFY(bufferReadySpy2.wait()); ++ } ++ ++ // receive buffer at client 1 ++ QCOMPARE(bufferReadySpy1.size(), 1); ++ auto rbuf1 = bufferReadySpy1.takeFirst()[1].value(); ++ QSignalSpy paramsObtainedSpy1(rbuf1, &RemoteBuffer::parametersObtained); ++ QVERIFY(paramsObtainedSpy1.isValid()); ++ ++ // receive buffer at client 2 ++ QCOMPARE(bufferReadySpy2.size(), 1); ++ auto rbuf2 = bufferReadySpy2.takeFirst()[1].value(); ++ QSignalSpy paramsObtainedSpy2(rbuf2, &RemoteBuffer::parametersObtained); ++ QVERIFY(paramsObtainedSpy2.isValid()); ++ ++ // wait for event loop ++ QVERIFY(paramsObtainedSpy1.wait()); ++ if (paramsObtainedSpy2.size() == 0) { ++ QVERIFY(paramsObtainedSpy2.wait()); ++ } ++ QCOMPARE(paramsObtainedSpy1.size(), 1); ++ QCOMPARE(paramsObtainedSpy2.size(), 1); ++ ++ // release ++ QSignalSpy bufferReleasedSpy(m_remoteAccessInterface, &RemoteAccessManagerInterface::bufferReleased); ++ QVERIFY(bufferReleasedSpy.isValid()); ++ delete rbuf1; ++ QVERIFY(bufferReleasedSpy.wait()); ++ ++ delete rbuf2; ++ QVERIFY(bufferReleasedSpy.wait()); ++ ++ QCOMPARE(bufferReleasedSpy.size(), 2); ++ ++ // cleanup ++ delete buf1; ++ delete buf2; ++ delete client1; ++ delete client2; + m_display->dispatchEvents(); + QVERIFY(!m_remoteAccessInterface->isBound()); + } + + void RemoteAccessTest::testSendClientGone() + { + // this test verifies that when buffer is sent and client is gone, server will release buffer correctly + QVERIFY(!m_remoteAccessInterface->isBound()); +- auto client = m_registry->createRemoteAccessManager( +- m_registry->interface(Registry::Interface::RemoteAccessManager).name, +- m_registry->interface(Registry::Interface::RemoteAccessManager).version, +- this); +- QVERIFY(client->isValid()); +- m_connection->flush(); ++ auto *client = new MockupClient(this); ++ client->bindOutput(0); + m_display->dispatchEvents(); + + QVERIFY(m_remoteAccessInterface->isBound()); // we have one client now +- QSignalSpy bufferReadySpy(client, &RemoteAccessManager::bufferReady); ++ QSignalSpy bufferReadySpy(client->remoteAccess, &RemoteAccessManager::bufferReady); + QVERIFY(bufferReadySpy.isValid()); + + BufferHandle *buf = new BufferHandle(); +@@ -295,7 +420,7 @@ + buf->setSize(50, 50); + buf->setFormat(100500); + buf->setStride(7800); +- m_remoteAccessInterface->sendBufferReady(m_outputInterface, buf); ++ m_remoteAccessInterface->sendBufferReady(m_outputInterface[0], buf); + + // release forcefully + QSignalSpy bufferReleasedSpy(m_remoteAccessInterface, &RemoteAccessManagerInterface::bufferReleased); +@@ -305,7 +430,6 @@ + + // cleanup + delete buf; +- m_connection->flush(); + m_display->dispatchEvents(); + QVERIFY(!m_remoteAccessInterface->isBound()); + } +@@ -315,16 +439,12 @@ + // this test verifies that when buffer is sent, received and client is gone, + // both client and server will release buffer correctly + QVERIFY(!m_remoteAccessInterface->isBound()); +- auto client = m_registry->createRemoteAccessManager( +- m_registry->interface(Registry::Interface::RemoteAccessManager).name, +- m_registry->interface(Registry::Interface::RemoteAccessManager).version, +- this); +- QVERIFY(client->isValid()); +- m_connection->flush(); ++ auto *client = new MockupClient(this); ++ client->bindOutput(0); + m_display->dispatchEvents(); + + QVERIFY(m_remoteAccessInterface->isBound()); // we have one client now +- QSignalSpy bufferReadySpy(client, &RemoteAccessManager::bufferReady); ++ QSignalSpy bufferReadySpy(client->remoteAccess, &RemoteAccessManager::bufferReady); + QVERIFY(bufferReadySpy.isValid()); + + BufferHandle *buf = new BufferHandle(); +@@ -335,7 +455,7 @@ + buf->setSize(50, 50); + buf->setFormat(100500); + buf->setStride(7800); +- m_remoteAccessInterface->sendBufferReady(m_outputInterface, buf); ++ m_remoteAccessInterface->sendBufferReady(m_outputInterface[0], buf); + + // receive buffer + QVERIFY(bufferReadySpy.wait()); +@@ -359,11 +479,9 @@ + + // cleanup + delete buf; +- m_connection->flush(); + m_display->dispatchEvents(); + QVERIFY(!m_remoteAccessInterface->isBound()); + } + +- + QTEST_GUILESS_MAIN(RemoteAccessTest) + #include "test_remote_access.moc" +diff --git a/src/server/remote_access_interface.cpp b/src/server/remote_access_interface.cpp +--- a/src/server/remote_access_interface.cpp ++++ b/src/server/remote_access_interface.cpp +@@ -204,13 +204,18 @@ + + // clients don't necessarily bind outputs + if (boundScreens.isEmpty()) { +- return; ++ continue; + } + + // no reason for client to bind wl_output multiple times, send only to first one + org_kde_kwin_remote_access_manager_send_buffer_ready(res, buf->fd(), boundScreens[0]); + holder.counter++; + } ++ if (holder.counter == 0) { ++ // buffer was not requested by any client ++ emit q->bufferReleased(buf); ++ return; ++ } + // store buffer locally, clients will ask it later + sentBuffers[buf->fd()] = holder; + } From cf8db3503357fd368f482e93dbd2d1c1f56b9cbb Mon Sep 17 00:00:00 2001 From: Jan Grulich Date: Fri, 14 Sep 2018 08:49:34 +0200 Subject: [PATCH 082/199] Make previous patch to properly apply --- ...uffer-handling-when-output-not-bound.patch | 93 ++++++++++--------- 1 file changed, 47 insertions(+), 46 deletions(-) diff --git a/kwayland-fix-remote-access-buffer-handling-when-output-not-bound.patch b/kwayland-fix-remote-access-buffer-handling-when-output-not-bound.patch index f71be5c..49e76a0 100644 --- a/kwayland-fix-remote-access-buffer-handling-when-output-not-bound.patch +++ b/kwayland-fix-remote-access-buffer-handling-when-output-not-bound.patch @@ -1,21 +1,22 @@ -ndiff --git a/autotests/client/test_remote_access.cpp b/autotests/client/test_remote_access.cpp +diff --git a/autotests/client/test_remote_access.cpp b/autotests/client/test_remote_access.cpp +index 9a17ac8..f97629f 100644 --- a/autotests/client/test_remote_access.cpp +++ b/autotests/client/test_remote_access.cpp @@ -1,5 +1,6 @@ /******************************************************************** Copyright 2016 Oleg Chernovskiy +Copyright 2018 Roman Gilg - + This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public -@@ -48,22 +49,108 @@ - +@@ -48,22 +49,108 @@ private Q_SLOTS: + void testSendReleaseSingle(); void testSendReleaseMultiple(); + void testSendReleaseCrossScreen(); void testSendClientGone(); void testSendReceiveClientGone(); - + private: Display *m_display = nullptr; - OutputInterface *m_outputInterface = nullptr; @@ -44,9 +45,9 @@ ndiff --git a/autotests/client/test_remote_access.cpp b/autotests/client/test_re + RemoteAccessManager *remoteAccess = nullptr; + Output *outputs[2] = {nullptr}; }; - + static const QString s_socketName = QStringLiteral("kwayland-test-remote-access-0"); - + +MockupClient::MockupClient(QObject *parent) + : QObject(parent) +{ @@ -123,7 +124,7 @@ ndiff --git a/autotests/client/test_remote_access.cpp b/autotests/client/test_re void RemoteAccessTest::init() { qRegisterMetaType(); -@@ -76,42 +163,18 @@ +@@ -76,42 +163,18 @@ void RemoteAccessTest::init() m_display->start(); QVERIFY(m_display->isRunning()); m_display->createShm(); @@ -172,9 +173,9 @@ ndiff --git a/autotests/client/test_remote_access.cpp b/autotests/client/test_re - m_registry->interface(Registry::Interface::Output).version, - this); } - + void RemoteAccessTest::cleanup() -@@ -121,22 +184,8 @@ +@@ -121,22 +184,8 @@ void RemoteAccessTest::cleanup() delete variable; \ variable = nullptr; \ } @@ -199,8 +200,8 @@ ndiff --git a/autotests/client/test_remote_access.cpp b/autotests/client/test_re CLEANUP(m_remoteAccessInterface) CLEANUP(m_display) #undef CLEANUP -@@ -148,16 +197,13 @@ - +@@ -148,16 +197,13 @@ void RemoteAccessTest::testSendReleaseSingle() + // setup QVERIFY(!m_remoteAccessInterface->isBound()); - auto client = m_registry->createRemoteAccessManager( @@ -213,23 +214,23 @@ ndiff --git a/autotests/client/test_remote_access.cpp b/autotests/client/test_re + client->bindOutput(0); + m_display->dispatchEvents(); - + QVERIFY(m_remoteAccessInterface->isBound()); // we have one client now - QSignalSpy bufferReadySpy(client, &RemoteAccessManager::bufferReady); + QSignalSpy bufferReadySpy(client->remoteAccess, &RemoteAccessManager::bufferReady); QVERIFY(bufferReadySpy.isValid()); - + BufferHandle *buf = new BufferHandle(); -@@ -168,7 +214,7 @@ +@@ -168,7 +214,7 @@ void RemoteAccessTest::testSendReleaseSingle() buf->setSize(50, 50); buf->setFormat(100500); buf->setStride(7800); - m_remoteAccessInterface->sendBufferReady(m_outputInterface, buf); + m_remoteAccessInterface->sendBufferReady(m_outputInterface[0], buf); - + // receive buffer QVERIFY(bufferReadySpy.wait()); -@@ -193,7 +239,6 @@ +@@ -193,7 +239,6 @@ void RemoteAccessTest::testSendReleaseSingle() // cleanup delete buf; delete client; @@ -237,8 +238,8 @@ ndiff --git a/autotests/client/test_remote_access.cpp b/autotests/client/test_re m_display->dispatchEvents(); QVERIFY(!m_remoteAccessInterface->isBound()); } -@@ -204,23 +249,16 @@ - +@@ -204,23 +249,16 @@ void RemoteAccessTest::testSendReleaseMultiple() + // setup QVERIFY(!m_remoteAccessInterface->isBound()); - auto client1 = m_registry->createRemoteAccessManager( @@ -266,24 +267,24 @@ ndiff --git a/autotests/client/test_remote_access.cpp b/autotests/client/test_re - QSignalSpy bufferReadySpy2(client2, &RemoteAccessManager::bufferReady); + QSignalSpy bufferReadySpy2(client2->remoteAccess, &RemoteAccessManager::bufferReady); QVERIFY(bufferReadySpy2.isValid()); - + BufferHandle *buf = new BufferHandle(); -@@ -231,10 +269,13 @@ +@@ -231,10 +269,13 @@ void RemoteAccessTest::testSendReleaseMultiple() buf->setSize(50, 50); buf->setFormat(100500); buf->setStride(7800); - m_remoteAccessInterface->sendBufferReady(m_outputInterface, buf); + m_remoteAccessInterface->sendBufferReady(m_outputInterface[0], buf); - + // wait for event loop QVERIFY(bufferReadySpy1.wait()); + if (bufferReadySpy2.size() == 0) { + QVERIFY(bufferReadySpy2.wait()); + } - + // receive buffer at client 1 QCOMPARE(bufferReadySpy1.size(), 1); -@@ -251,6 +292,9 @@ +@@ -251,6 +292,9 @@ void RemoteAccessTest::testSendReleaseMultiple() // wait for event loop QVERIFY(paramsObtainedSpy1.wait()); QCOMPARE(paramsObtainedSpy1.size(), 1); @@ -291,9 +292,9 @@ ndiff --git a/autotests/client/test_remote_access.cpp b/autotests/client/test_re + QVERIFY(paramsObtainedSpy2.wait()); + } QCOMPARE(paramsObtainedSpy2.size(), 1); - + // release -@@ -266,25 +310,106 @@ +@@ -266,7 +310,92 @@ void RemoteAccessTest::testSendReleaseMultiple() delete buf; delete client1; delete client2; @@ -387,8 +388,7 @@ ndiff --git a/autotests/client/test_remote_access.cpp b/autotests/client/test_re m_display->dispatchEvents(); QVERIFY(!m_remoteAccessInterface->isBound()); } - - void RemoteAccessTest::testSendClientGone() +@@ -275,16 +404,12 @@ void RemoteAccessTest::testSendClientGone() { // this test verifies that when buffer is sent and client is gone, server will release buffer correctly QVERIFY(!m_remoteAccessInterface->isBound()); @@ -401,32 +401,32 @@ ndiff --git a/autotests/client/test_remote_access.cpp b/autotests/client/test_re + auto *client = new MockupClient(this); + client->bindOutput(0); m_display->dispatchEvents(); - + QVERIFY(m_remoteAccessInterface->isBound()); // we have one client now - QSignalSpy bufferReadySpy(client, &RemoteAccessManager::bufferReady); + QSignalSpy bufferReadySpy(client->remoteAccess, &RemoteAccessManager::bufferReady); QVERIFY(bufferReadySpy.isValid()); - + BufferHandle *buf = new BufferHandle(); -@@ -295,7 +420,7 @@ +@@ -295,7 +420,7 @@ void RemoteAccessTest::testSendClientGone() buf->setSize(50, 50); buf->setFormat(100500); buf->setStride(7800); - m_remoteAccessInterface->sendBufferReady(m_outputInterface, buf); + m_remoteAccessInterface->sendBufferReady(m_outputInterface[0], buf); - + // release forcefully QSignalSpy bufferReleasedSpy(m_remoteAccessInterface, &RemoteAccessManagerInterface::bufferReleased); -@@ -305,7 +430,6 @@ - +@@ -305,7 +430,6 @@ void RemoteAccessTest::testSendClientGone() + // cleanup delete buf; - m_connection->flush(); m_display->dispatchEvents(); QVERIFY(!m_remoteAccessInterface->isBound()); } -@@ -315,16 +439,12 @@ - // this test verifies that when buffer is sent, received and client is gone, +@@ -315,16 +439,12 @@ void RemoteAccessTest::testSendReceiveClientGone() + // this test verifies that when buffer is sent, received and client is gone, // both client and server will release buffer correctly QVERIFY(!m_remoteAccessInterface->isBound()); - auto client = m_registry->createRemoteAccessManager( @@ -438,45 +438,46 @@ ndiff --git a/autotests/client/test_remote_access.cpp b/autotests/client/test_re + auto *client = new MockupClient(this); + client->bindOutput(0); m_display->dispatchEvents(); - + QVERIFY(m_remoteAccessInterface->isBound()); // we have one client now - QSignalSpy bufferReadySpy(client, &RemoteAccessManager::bufferReady); + QSignalSpy bufferReadySpy(client->remoteAccess, &RemoteAccessManager::bufferReady); QVERIFY(bufferReadySpy.isValid()); - + BufferHandle *buf = new BufferHandle(); -@@ -335,7 +455,7 @@ +@@ -335,7 +455,7 @@ void RemoteAccessTest::testSendReceiveClientGone() buf->setSize(50, 50); buf->setFormat(100500); buf->setStride(7800); - m_remoteAccessInterface->sendBufferReady(m_outputInterface, buf); + m_remoteAccessInterface->sendBufferReady(m_outputInterface[0], buf); - + // receive buffer QVERIFY(bufferReadySpy.wait()); -@@ -359,11 +479,9 @@ - +@@ -359,11 +479,9 @@ void RemoteAccessTest::testSendReceiveClientGone() + // cleanup delete buf; - m_connection->flush(); m_display->dispatchEvents(); QVERIFY(!m_remoteAccessInterface->isBound()); } - + - QTEST_GUILESS_MAIN(RemoteAccessTest) #include "test_remote_access.moc" diff --git a/src/server/remote_access_interface.cpp b/src/server/remote_access_interface.cpp +index f8610f6..8b96f38 100644 --- a/src/server/remote_access_interface.cpp +++ b/src/server/remote_access_interface.cpp -@@ -204,13 +204,18 @@ - +@@ -204,13 +204,18 @@ void RemoteAccessManagerInterface::Private::sendBufferReady(const OutputInterfac + // clients don't necessarily bind outputs if (boundScreens.isEmpty()) { - return; + continue; } - + // no reason for client to bind wl_output multiple times, send only to first one org_kde_kwin_remote_access_manager_send_buffer_ready(res, buf->fd(), boundScreens[0]); holder.counter++; From ac95a663ac41c4bbd0cc99be679fed966bf88a79 Mon Sep 17 00:00:00 2001 From: Jan Grulich Date: Fri, 21 Sep 2018 20:01:05 +0200 Subject: [PATCH 083/199] rebuild (qt5) --- kf5-kwayland.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/kf5-kwayland.spec b/kf5-kwayland.spec index 624ff05..a831624 100644 --- a/kf5-kwayland.spec +++ b/kf5-kwayland.spec @@ -14,7 +14,7 @@ Name: kf5-%{framework} Version: 5.50.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: KDE Frameworks 5 library that wraps Client and Server Wayland libraries License: GPLv2+ @@ -115,6 +115,9 @@ make test ARGS="--output-on-failure --timeout 20" -C %{_target_platform} ||: %changelog +* Fri Sep 21 2018 Jan Grulich - 5.50.0-3 +- rebuild (qt5) + * Fri Sep 14 2018 Jan Grulich - 5.50.0-2 - Fix remote access buffer handling when output not bound From 42a288960ca1b5f5c33890e79783993bd41a5852 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Wed, 10 Oct 2018 16:06:07 -0500 Subject: [PATCH 084/199] 5.51.0 --- .gitignore | 1 + kf5-kwayland.spec | 9 +- ...uffer-handling-when-output-not-bound.patch | 492 ------------------ sources | 2 +- 4 files changed, 7 insertions(+), 497 deletions(-) delete mode 100644 kwayland-fix-remote-access-buffer-handling-when-output-not-bound.patch diff --git a/.gitignore b/.gitignore index 72902aa..3b229e2 100644 --- a/.gitignore +++ b/.gitignore @@ -26,3 +26,4 @@ /kwayland-5.48.0.tar.xz /kwayland-5.49.0.tar.xz /kwayland-5.50.0.tar.xz +/kwayland-5.51.0.tar.xz diff --git a/kf5-kwayland.spec b/kf5-kwayland.spec index a831624..a12f406 100644 --- a/kf5-kwayland.spec +++ b/kf5-kwayland.spec @@ -13,8 +13,8 @@ %endif Name: kf5-%{framework} -Version: 5.50.0 -Release: 3%{?dist} +Version: 5.51.0 +Release: 1%{?dist} Summary: KDE Frameworks 5 library that wraps Client and Server Wayland libraries License: GPLv2+ @@ -28,8 +28,6 @@ URL: https://cgit.kde.org/%{framework}.git %endif Source0: http://download.kde.org/%{stable}/frameworks/%{versiondir}/%{framework}-%{version}.tar.xz -Patch0: kwayland-fix-remote-access-buffer-handling-when-output-not-bound.patch - BuildRequires: extra-cmake-modules >= %{version} BuildRequires: kf5-rpm-macros >= %{version} BuildRequires: libwayland-client-devel >= %{wayland_min_version} @@ -115,6 +113,9 @@ make test ARGS="--output-on-failure --timeout 20" -C %{_target_platform} ||: %changelog +* Wed Oct 10 2018 Rex Dieter - 5.51.0-1 +- 5.51.0 + * Fri Sep 21 2018 Jan Grulich - 5.50.0-3 - rebuild (qt5) diff --git a/kwayland-fix-remote-access-buffer-handling-when-output-not-bound.patch b/kwayland-fix-remote-access-buffer-handling-when-output-not-bound.patch deleted file mode 100644 index 49e76a0..0000000 --- a/kwayland-fix-remote-access-buffer-handling-when-output-not-bound.patch +++ /dev/null @@ -1,492 +0,0 @@ -diff --git a/autotests/client/test_remote_access.cpp b/autotests/client/test_remote_access.cpp -index 9a17ac8..f97629f 100644 ---- a/autotests/client/test_remote_access.cpp -+++ b/autotests/client/test_remote_access.cpp -@@ -1,5 +1,6 @@ - /******************************************************************** - Copyright 2016 Oleg Chernovskiy -+Copyright 2018 Roman Gilg - - This library is free software; you can redistribute it and/or - modify it under the terms of the GNU Lesser General Public -@@ -48,22 +49,108 @@ private Q_SLOTS: - - void testSendReleaseSingle(); - void testSendReleaseMultiple(); -+ void testSendReleaseCrossScreen(); - void testSendClientGone(); - void testSendReceiveClientGone(); - - private: - Display *m_display = nullptr; -- OutputInterface *m_outputInterface = nullptr; -+ OutputInterface *m_outputInterface[2] = {nullptr}; - RemoteAccessManagerInterface *m_remoteAccessInterface = nullptr; -- ConnectionThread *m_connection = nullptr; -- QThread *m_thread = nullptr; -- EventQueue *m_queue = nullptr; -- Registry *m_registry = nullptr; -- Output *m_output = nullptr; -+}; -+ -+class MockupClient : public QObject -+{ -+ Q_OBJECT -+public: -+ MockupClient(QObject *parent = nullptr); -+ ~MockupClient(); -+ -+ void bindOutput(int index); -+ -+ ConnectionThread *connection = nullptr; -+ QThread *thread = nullptr; -+ EventQueue *queue = nullptr; -+ Registry *registry = nullptr; -+ RemoteAccessManager *remoteAccess = nullptr; -+ Output *outputs[2] = {nullptr}; - }; - - static const QString s_socketName = QStringLiteral("kwayland-test-remote-access-0"); - -+MockupClient::MockupClient(QObject *parent) -+ : QObject(parent) -+{ -+ // setup connection -+ connection = new KWayland::Client::ConnectionThread; -+ QSignalSpy connectedSpy(connection, &ConnectionThread::connected); -+ QVERIFY(connectedSpy.isValid()); -+ connection->setSocketName(s_socketName); -+ -+ thread = new QThread(this); -+ connection->moveToThread(thread); -+ thread->start(); -+ -+ connection->initConnection(); -+ QVERIFY(connectedSpy.wait()); -+ -+ queue = new EventQueue(this); -+ queue->setup(connection); -+ -+ registry = new Registry(this); -+ QSignalSpy interfacesAnnouncedSpy(registry, &Registry::interfacesAnnounced); -+ QVERIFY(interfacesAnnouncedSpy.isValid()); -+ registry->setEventQueue(queue); -+ registry->create(connection); -+ QVERIFY(registry->isValid()); -+ registry->setup(); -+ QVERIFY(interfacesAnnouncedSpy.wait()); -+ -+ remoteAccess = registry->createRemoteAccessManager( -+ registry->interface(Registry::Interface::RemoteAccessManager).name, -+ registry->interface(Registry::Interface::RemoteAccessManager).version, -+ this); -+ QVERIFY(remoteAccess->isValid()); -+ connection->flush(); -+} -+ -+MockupClient::~MockupClient() -+{ -+#define CLEANUP(variable) \ -+ if (variable) { \ -+ delete variable; \ -+ variable = nullptr; \ -+ } -+ CLEANUP(outputs[0]) -+ CLEANUP(outputs[1]) -+ CLEANUP(remoteAccess) -+ CLEANUP(queue) -+ CLEANUP(registry) -+ if (thread) { -+ if (connection) { -+ connection->flush(); -+ connection->deleteLater(); -+ connection = nullptr; -+ } -+ -+ thread->quit(); -+ thread->wait(); -+ delete thread; -+ thread = nullptr; -+ } -+#undef CLEANUP -+} -+ -+void MockupClient::bindOutput(int index) -+{ -+ // client-bound output -+ outputs[index] = registry->createOutput(registry->interfaces(Registry::Interface::Output)[index].name, -+ registry->interfaces(Registry::Interface::Output)[index].version, -+ this); -+ QVERIFY(outputs[index]->isValid()); -+ connection->flush(); -+} -+ - void RemoteAccessTest::init() - { - qRegisterMetaType(); -@@ -76,42 +163,18 @@ void RemoteAccessTest::init() - m_display->start(); - QVERIFY(m_display->isRunning()); - m_display->createShm(); -- m_outputInterface = m_display->createOutput(); -- m_outputInterface->create(); -+ -+ auto initOutputIface = [this](int i) { -+ m_outputInterface[i] = m_display->createOutput(); -+ m_outputInterface[i]->create(); -+ }; -+ initOutputIface(0); -+ initOutputIface(1); -+ - m_remoteAccessInterface = m_display->createRemoteAccessManager(); - m_remoteAccessInterface->create(); - QSignalSpy bufferReleasedSpy(m_remoteAccessInterface, &RemoteAccessManagerInterface::bufferReleased); - QVERIFY(bufferReleasedSpy.isValid()); -- -- // setup connection -- m_connection = new KWayland::Client::ConnectionThread; -- QSignalSpy connectedSpy(m_connection, &ConnectionThread::connected); -- QVERIFY(connectedSpy.isValid()); -- m_connection->setSocketName(s_socketName); -- -- m_thread = new QThread(this); -- m_connection->moveToThread(m_thread); -- m_thread->start(); -- -- m_connection->initConnection(); -- QVERIFY(connectedSpy.wait()); -- -- m_queue = new EventQueue(this); -- m_queue->setup(m_connection); -- -- m_registry = new Registry(this); -- QSignalSpy interfacesAnnouncedSpy(m_registry, &Registry::interfacesAnnounced); -- QVERIFY(interfacesAnnouncedSpy.isValid()); -- m_registry->setEventQueue(m_queue); -- m_registry->create(m_connection); -- QVERIFY(m_registry->isValid()); -- m_registry->setup(); -- QVERIFY(interfacesAnnouncedSpy.wait()); -- -- // client-bound output -- m_output = m_registry->createOutput(m_registry->interface(Registry::Interface::Output).name, -- m_registry->interface(Registry::Interface::Output).version, -- this); - } - - void RemoteAccessTest::cleanup() -@@ -121,22 +184,8 @@ void RemoteAccessTest::cleanup() - delete variable; \ - variable = nullptr; \ - } -- CLEANUP(m_output) -- CLEANUP(m_queue) -- CLEANUP(m_registry) -- if (m_thread) { -- if (m_connection) { -- m_connection->flush(); -- m_connection->deleteLater(); -- m_connection = nullptr; -- } -- -- m_thread->quit(); -- m_thread->wait(); -- delete m_thread; -- m_thread = nullptr; -- } -- -+ CLEANUP(m_outputInterface[0]) -+ CLEANUP(m_outputInterface[1]) - CLEANUP(m_remoteAccessInterface) - CLEANUP(m_display) - #undef CLEANUP -@@ -148,16 +197,13 @@ void RemoteAccessTest::testSendReleaseSingle() - - // setup - QVERIFY(!m_remoteAccessInterface->isBound()); -- auto client = m_registry->createRemoteAccessManager( -- m_registry->interface(Registry::Interface::RemoteAccessManager).name, -- m_registry->interface(Registry::Interface::RemoteAccessManager).version, -- this); -- QVERIFY(client->isValid()); -- m_connection->flush(); -+ auto *client = new MockupClient(this); -+ client->bindOutput(0); -+ - m_display->dispatchEvents(); - - QVERIFY(m_remoteAccessInterface->isBound()); // we have one client now -- QSignalSpy bufferReadySpy(client, &RemoteAccessManager::bufferReady); -+ QSignalSpy bufferReadySpy(client->remoteAccess, &RemoteAccessManager::bufferReady); - QVERIFY(bufferReadySpy.isValid()); - - BufferHandle *buf = new BufferHandle(); -@@ -168,7 +214,7 @@ void RemoteAccessTest::testSendReleaseSingle() - buf->setSize(50, 50); - buf->setFormat(100500); - buf->setStride(7800); -- m_remoteAccessInterface->sendBufferReady(m_outputInterface, buf); -+ m_remoteAccessInterface->sendBufferReady(m_outputInterface[0], buf); - - // receive buffer - QVERIFY(bufferReadySpy.wait()); -@@ -193,7 +239,6 @@ void RemoteAccessTest::testSendReleaseSingle() - // cleanup - delete buf; - delete client; -- m_connection->flush(); - m_display->dispatchEvents(); - QVERIFY(!m_remoteAccessInterface->isBound()); - } -@@ -204,23 +249,16 @@ void RemoteAccessTest::testSendReleaseMultiple() - - // setup - QVERIFY(!m_remoteAccessInterface->isBound()); -- auto client1 = m_registry->createRemoteAccessManager( -- m_registry->interface(Registry::Interface::RemoteAccessManager).name, -- m_registry->interface(Registry::Interface::RemoteAccessManager).version, -- this); -- QVERIFY(client1->isValid()); -- auto client2 = m_registry->createRemoteAccessManager( -- m_registry->interface(Registry::Interface::RemoteAccessManager).name, -- m_registry->interface(Registry::Interface::RemoteAccessManager).version, -- this); -- QVERIFY(client2->isValid()); -- m_connection->flush(); -+ auto *client1 = new MockupClient(this); -+ auto *client2 = new MockupClient(this); -+ client1->bindOutput(0); -+ client2->bindOutput(0); - m_display->dispatchEvents(); -- - QVERIFY(m_remoteAccessInterface->isBound()); // now we have 2 clients -- QSignalSpy bufferReadySpy1(client1, &RemoteAccessManager::bufferReady); -+ -+ QSignalSpy bufferReadySpy1(client1->remoteAccess, &RemoteAccessManager::bufferReady); - QVERIFY(bufferReadySpy1.isValid()); -- QSignalSpy bufferReadySpy2(client2, &RemoteAccessManager::bufferReady); -+ QSignalSpy bufferReadySpy2(client2->remoteAccess, &RemoteAccessManager::bufferReady); - QVERIFY(bufferReadySpy2.isValid()); - - BufferHandle *buf = new BufferHandle(); -@@ -231,10 +269,13 @@ void RemoteAccessTest::testSendReleaseMultiple() - buf->setSize(50, 50); - buf->setFormat(100500); - buf->setStride(7800); -- m_remoteAccessInterface->sendBufferReady(m_outputInterface, buf); -+ m_remoteAccessInterface->sendBufferReady(m_outputInterface[0], buf); - - // wait for event loop - QVERIFY(bufferReadySpy1.wait()); -+ if (bufferReadySpy2.size() == 0) { -+ QVERIFY(bufferReadySpy2.wait()); -+ } - - // receive buffer at client 1 - QCOMPARE(bufferReadySpy1.size(), 1); -@@ -251,6 +292,9 @@ void RemoteAccessTest::testSendReleaseMultiple() - // wait for event loop - QVERIFY(paramsObtainedSpy1.wait()); - QCOMPARE(paramsObtainedSpy1.size(), 1); -+ if (paramsObtainedSpy2.size() == 0) { -+ QVERIFY(paramsObtainedSpy2.wait()); -+ } - QCOMPARE(paramsObtainedSpy2.size(), 1); - - // release -@@ -266,7 +310,92 @@ void RemoteAccessTest::testSendReleaseMultiple() - delete buf; - delete client1; - delete client2; -- m_connection->flush(); -+ m_display->dispatchEvents(); -+ QVERIFY(!m_remoteAccessInterface->isBound()); -+} -+ -+void RemoteAccessTest::testSendReleaseCrossScreen() -+{ -+ // this test verifies that multiple buffers for multiple screens are sent to -+ // multiple clients and returned back -+ -+ // setup -+ QVERIFY(!m_remoteAccessInterface->isBound()); -+ auto *client1 = new MockupClient(this); -+ auto *client2 = new MockupClient(this); -+ client1->bindOutput(1); -+ client2->bindOutput(0); -+ m_display->dispatchEvents(); -+ QVERIFY(m_remoteAccessInterface->isBound()); // now we have 2 clients -+ -+ QSignalSpy bufferReadySpy1(client1->remoteAccess, &RemoteAccessManager::bufferReady); -+ QVERIFY(bufferReadySpy1.isValid()); -+ QSignalSpy bufferReadySpy2(client2->remoteAccess, &RemoteAccessManager::bufferReady); -+ QVERIFY(bufferReadySpy2.isValid()); -+ -+ BufferHandle *buf1 = new BufferHandle(); -+ QTemporaryFile *tmpFile1 = new QTemporaryFile(this); -+ tmpFile1->open(); -+ -+ BufferHandle *buf2 = new BufferHandle(); -+ QTemporaryFile *tmpFile2 = new QTemporaryFile(this); -+ tmpFile2->open(); -+ -+ buf1->setFd(tmpFile1->handle()); -+ buf1->setSize(50, 50); -+ buf1->setFormat(100500); -+ buf1->setStride(7800); -+ -+ buf2->setFd(tmpFile2->handle()); -+ buf2->setSize(100, 100); -+ buf2->setFormat(100500); -+ buf2->setStride(7800); -+ -+ m_remoteAccessInterface->sendBufferReady(m_outputInterface[0], buf1); -+ m_remoteAccessInterface->sendBufferReady(m_outputInterface[1], buf2); -+ -+ // wait for event loop -+ QVERIFY(bufferReadySpy1.wait()); -+ if (bufferReadySpy2.size() == 0) { -+ QVERIFY(bufferReadySpy2.wait()); -+ } -+ -+ // receive buffer at client 1 -+ QCOMPARE(bufferReadySpy1.size(), 1); -+ auto rbuf1 = bufferReadySpy1.takeFirst()[1].value(); -+ QSignalSpy paramsObtainedSpy1(rbuf1, &RemoteBuffer::parametersObtained); -+ QVERIFY(paramsObtainedSpy1.isValid()); -+ -+ // receive buffer at client 2 -+ QCOMPARE(bufferReadySpy2.size(), 1); -+ auto rbuf2 = bufferReadySpy2.takeFirst()[1].value(); -+ QSignalSpy paramsObtainedSpy2(rbuf2, &RemoteBuffer::parametersObtained); -+ QVERIFY(paramsObtainedSpy2.isValid()); -+ -+ // wait for event loop -+ QVERIFY(paramsObtainedSpy1.wait()); -+ if (paramsObtainedSpy2.size() == 0) { -+ QVERIFY(paramsObtainedSpy2.wait()); -+ } -+ QCOMPARE(paramsObtainedSpy1.size(), 1); -+ QCOMPARE(paramsObtainedSpy2.size(), 1); -+ -+ // release -+ QSignalSpy bufferReleasedSpy(m_remoteAccessInterface, &RemoteAccessManagerInterface::bufferReleased); -+ QVERIFY(bufferReleasedSpy.isValid()); -+ delete rbuf1; -+ QVERIFY(bufferReleasedSpy.wait()); -+ -+ delete rbuf2; -+ QVERIFY(bufferReleasedSpy.wait()); -+ -+ QCOMPARE(bufferReleasedSpy.size(), 2); -+ -+ // cleanup -+ delete buf1; -+ delete buf2; -+ delete client1; -+ delete client2; - m_display->dispatchEvents(); - QVERIFY(!m_remoteAccessInterface->isBound()); - } -@@ -275,16 +404,12 @@ void RemoteAccessTest::testSendClientGone() - { - // this test verifies that when buffer is sent and client is gone, server will release buffer correctly - QVERIFY(!m_remoteAccessInterface->isBound()); -- auto client = m_registry->createRemoteAccessManager( -- m_registry->interface(Registry::Interface::RemoteAccessManager).name, -- m_registry->interface(Registry::Interface::RemoteAccessManager).version, -- this); -- QVERIFY(client->isValid()); -- m_connection->flush(); -+ auto *client = new MockupClient(this); -+ client->bindOutput(0); - m_display->dispatchEvents(); - - QVERIFY(m_remoteAccessInterface->isBound()); // we have one client now -- QSignalSpy bufferReadySpy(client, &RemoteAccessManager::bufferReady); -+ QSignalSpy bufferReadySpy(client->remoteAccess, &RemoteAccessManager::bufferReady); - QVERIFY(bufferReadySpy.isValid()); - - BufferHandle *buf = new BufferHandle(); -@@ -295,7 +420,7 @@ void RemoteAccessTest::testSendClientGone() - buf->setSize(50, 50); - buf->setFormat(100500); - buf->setStride(7800); -- m_remoteAccessInterface->sendBufferReady(m_outputInterface, buf); -+ m_remoteAccessInterface->sendBufferReady(m_outputInterface[0], buf); - - // release forcefully - QSignalSpy bufferReleasedSpy(m_remoteAccessInterface, &RemoteAccessManagerInterface::bufferReleased); -@@ -305,7 +430,6 @@ void RemoteAccessTest::testSendClientGone() - - // cleanup - delete buf; -- m_connection->flush(); - m_display->dispatchEvents(); - QVERIFY(!m_remoteAccessInterface->isBound()); - } -@@ -315,16 +439,12 @@ void RemoteAccessTest::testSendReceiveClientGone() - // this test verifies that when buffer is sent, received and client is gone, - // both client and server will release buffer correctly - QVERIFY(!m_remoteAccessInterface->isBound()); -- auto client = m_registry->createRemoteAccessManager( -- m_registry->interface(Registry::Interface::RemoteAccessManager).name, -- m_registry->interface(Registry::Interface::RemoteAccessManager).version, -- this); -- QVERIFY(client->isValid()); -- m_connection->flush(); -+ auto *client = new MockupClient(this); -+ client->bindOutput(0); - m_display->dispatchEvents(); - - QVERIFY(m_remoteAccessInterface->isBound()); // we have one client now -- QSignalSpy bufferReadySpy(client, &RemoteAccessManager::bufferReady); -+ QSignalSpy bufferReadySpy(client->remoteAccess, &RemoteAccessManager::bufferReady); - QVERIFY(bufferReadySpy.isValid()); - - BufferHandle *buf = new BufferHandle(); -@@ -335,7 +455,7 @@ void RemoteAccessTest::testSendReceiveClientGone() - buf->setSize(50, 50); - buf->setFormat(100500); - buf->setStride(7800); -- m_remoteAccessInterface->sendBufferReady(m_outputInterface, buf); -+ m_remoteAccessInterface->sendBufferReady(m_outputInterface[0], buf); - - // receive buffer - QVERIFY(bufferReadySpy.wait()); -@@ -359,11 +479,9 @@ void RemoteAccessTest::testSendReceiveClientGone() - - // cleanup - delete buf; -- m_connection->flush(); - m_display->dispatchEvents(); - QVERIFY(!m_remoteAccessInterface->isBound()); - } - -- - QTEST_GUILESS_MAIN(RemoteAccessTest) - #include "test_remote_access.moc" -diff --git a/src/server/remote_access_interface.cpp b/src/server/remote_access_interface.cpp -index f8610f6..8b96f38 100644 ---- a/src/server/remote_access_interface.cpp -+++ b/src/server/remote_access_interface.cpp -@@ -204,13 +204,18 @@ void RemoteAccessManagerInterface::Private::sendBufferReady(const OutputInterfac - - // clients don't necessarily bind outputs - if (boundScreens.isEmpty()) { -- return; -+ continue; - } - - // no reason for client to bind wl_output multiple times, send only to first one - org_kde_kwin_remote_access_manager_send_buffer_ready(res, buf->fd(), boundScreens[0]); - holder.counter++; - } -+ if (holder.counter == 0) { -+ // buffer was not requested by any client -+ emit q->bufferReleased(buf); -+ return; -+ } - // store buffer locally, clients will ask it later - sentBuffers[buf->fd()] = holder; - } diff --git a/sources b/sources index 7534b29..baf545d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kwayland-5.50.0.tar.xz) = 6698eace0b13d276b24ccb47cf15cb04c6ee473d5e21adcbd8729a02bb481387faf280b4fff5a7e94965671424e8a1be6364f17e738b929d2a5b1d6638c15428 +SHA512 (kwayland-5.51.0.tar.xz) = dceb2b39757ee55ffcad88741556925b1467198e3cc66d9af3ee5eb707e3c226bcd2c5f8079754b7163421239a28931f86bddc543a15b47ba35a08acf3a6ddf1 From 85a47e23648077a20c66387b06f2c0fc704d2adf Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Sun, 4 Nov 2018 12:48:24 -0600 Subject: [PATCH 085/199] 5.52.0 --- .gitignore | 1 + kf5-kwayland.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 3b229e2..dda38a9 100644 --- a/.gitignore +++ b/.gitignore @@ -27,3 +27,4 @@ /kwayland-5.49.0.tar.xz /kwayland-5.50.0.tar.xz /kwayland-5.51.0.tar.xz +/kwayland-5.52.0.tar.xz diff --git a/kf5-kwayland.spec b/kf5-kwayland.spec index a12f406..c2099d9 100644 --- a/kf5-kwayland.spec +++ b/kf5-kwayland.spec @@ -13,7 +13,7 @@ %endif Name: kf5-%{framework} -Version: 5.51.0 +Version: 5.52.0 Release: 1%{?dist} Summary: KDE Frameworks 5 library that wraps Client and Server Wayland libraries @@ -113,6 +113,9 @@ make test ARGS="--output-on-failure --timeout 20" -C %{_target_platform} ||: %changelog +* Sun Nov 04 2018 Rex Dieter - 5.52.0-1 +- 5.52.0 + * Wed Oct 10 2018 Rex Dieter - 5.51.0-1 - 5.51.0 diff --git a/sources b/sources index baf545d..3bca4c7 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kwayland-5.51.0.tar.xz) = dceb2b39757ee55ffcad88741556925b1467198e3cc66d9af3ee5eb707e3c226bcd2c5f8079754b7163421239a28931f86bddc543a15b47ba35a08acf3a6ddf1 +SHA512 (kwayland-5.52.0.tar.xz) = db36b42e491bf25faf45aa0c5b6b924558e8472f616ae70132bf48ca30fc620ce090690e01111d6cdd01ad3b9b0dbed45f1685c28aa67cb337e9eeb66575098c From 23f01140c2d66e355c0b97ebae88c7b0bbccf4e1 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Sun, 9 Dec 2018 08:39:44 -0600 Subject: [PATCH 086/199] 5.53.0 --- .gitignore | 1 + kf5-kwayland.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index dda38a9..06100bb 100644 --- a/.gitignore +++ b/.gitignore @@ -28,3 +28,4 @@ /kwayland-5.50.0.tar.xz /kwayland-5.51.0.tar.xz /kwayland-5.52.0.tar.xz +/kwayland-5.53.0.tar.xz diff --git a/kf5-kwayland.spec b/kf5-kwayland.spec index c2099d9..d159f26 100644 --- a/kf5-kwayland.spec +++ b/kf5-kwayland.spec @@ -13,7 +13,7 @@ %endif Name: kf5-%{framework} -Version: 5.52.0 +Version: 5.53.0 Release: 1%{?dist} Summary: KDE Frameworks 5 library that wraps Client and Server Wayland libraries @@ -113,6 +113,9 @@ make test ARGS="--output-on-failure --timeout 20" -C %{_target_platform} ||: %changelog +* Sun Dec 09 2018 Rex Dieter - 5.53.0-1 +- 5.53.0 + * Sun Nov 04 2018 Rex Dieter - 5.52.0-1 - 5.52.0 diff --git a/sources b/sources index 3bca4c7..07ed221 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kwayland-5.52.0.tar.xz) = db36b42e491bf25faf45aa0c5b6b924558e8472f616ae70132bf48ca30fc620ce090690e01111d6cdd01ad3b9b0dbed45f1685c28aa67cb337e9eeb66575098c +SHA512 (kwayland-5.53.0.tar.xz) = bdc12dffc89251e827fd41e57097b43d6516306cbca4a6a7b45208bef11fce64394c9f1f712bb918cdefe0b09679968ae8b2527a7f21d733b86c7babc85b8080 From 5799baf11156bac4aa9b72b68a41bc2aee916b71 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Tue, 11 Dec 2018 08:42:17 -0600 Subject: [PATCH 087/199] rebuild (qt5) --- kf5-kwayland.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/kf5-kwayland.spec b/kf5-kwayland.spec index d159f26..55d62d5 100644 --- a/kf5-kwayland.spec +++ b/kf5-kwayland.spec @@ -14,7 +14,7 @@ Name: kf5-%{framework} Version: 5.53.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: KDE Frameworks 5 library that wraps Client and Server Wayland libraries License: GPLv2+ @@ -113,6 +113,9 @@ make test ARGS="--output-on-failure --timeout 20" -C %{_target_platform} ||: %changelog +* Tue Dec 11 2018 Rex Dieter - 5.53.0-2 +- rebuild (qt5) + * Sun Dec 09 2018 Rex Dieter - 5.53.0-1 - 5.53.0 From a5972990ceea295522f247972fcd56e751a7ff05 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Mon, 24 Dec 2018 08:43:33 -0600 Subject: [PATCH 088/199] rebuild (qt5) --- kf5-kwayland.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/kf5-kwayland.spec b/kf5-kwayland.spec index 55d62d5..8fe373a 100644 --- a/kf5-kwayland.spec +++ b/kf5-kwayland.spec @@ -14,7 +14,7 @@ Name: kf5-%{framework} Version: 5.53.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: KDE Frameworks 5 library that wraps Client and Server Wayland libraries License: GPLv2+ @@ -113,6 +113,9 @@ make test ARGS="--output-on-failure --timeout 20" -C %{_target_platform} ||: %changelog +* Mon Dec 24 2018 Rex Dieter - 5.53.0-3 +- rebuild (qt5) + * Tue Dec 11 2018 Rex Dieter - 5.53.0-2 - rebuild (qt5) From 79466c09f36e054444d34dd04ce87cf708a123c7 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Wed, 9 Jan 2019 08:09:02 -0600 Subject: [PATCH 089/199] 5.54.0 --- .gitignore | 1 + kf5-kwayland.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 06100bb..a802def 100644 --- a/.gitignore +++ b/.gitignore @@ -29,3 +29,4 @@ /kwayland-5.51.0.tar.xz /kwayland-5.52.0.tar.xz /kwayland-5.53.0.tar.xz +/kwayland-5.54.0.tar.xz diff --git a/kf5-kwayland.spec b/kf5-kwayland.spec index 8fe373a..d907f8f 100644 --- a/kf5-kwayland.spec +++ b/kf5-kwayland.spec @@ -13,8 +13,8 @@ %endif Name: kf5-%{framework} -Version: 5.53.0 -Release: 3%{?dist} +Version: 5.54.0 +Release: 1%{?dist} Summary: KDE Frameworks 5 library that wraps Client and Server Wayland libraries License: GPLv2+ @@ -113,6 +113,9 @@ make test ARGS="--output-on-failure --timeout 20" -C %{_target_platform} ||: %changelog +* Wed Jan 09 2019 Rex Dieter - 5.54.0-1 +- 5.54.0 + * Mon Dec 24 2018 Rex Dieter - 5.53.0-3 - rebuild (qt5) diff --git a/sources b/sources index 07ed221..2a3433f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kwayland-5.53.0.tar.xz) = bdc12dffc89251e827fd41e57097b43d6516306cbca4a6a7b45208bef11fce64394c9f1f712bb918cdefe0b09679968ae8b2527a7f21d733b86c7babc85b8080 +SHA512 (kwayland-5.54.0.tar.xz) = 8b6eaa2f57b09857447f702e2e0f253413edd6938459d407437aac7dddf1313002f6c4c4f32df861c723479fdf4642084a360cd6406729cb42c627f488ac6aa7 From 260abc4be5e56219a04c3bddcde3ac5c5aa2b774 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 1 Feb 2019 05:37:27 +0000 Subject: [PATCH 090/199] - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- kf5-kwayland.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/kf5-kwayland.spec b/kf5-kwayland.spec index d907f8f..033d6c7 100644 --- a/kf5-kwayland.spec +++ b/kf5-kwayland.spec @@ -14,7 +14,7 @@ Name: kf5-%{framework} Version: 5.54.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: KDE Frameworks 5 library that wraps Client and Server Wayland libraries License: GPLv2+ @@ -113,6 +113,9 @@ make test ARGS="--output-on-failure --timeout 20" -C %{_target_platform} ||: %changelog +* Fri Feb 01 2019 Fedora Release Engineering - 5.54.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild + * Wed Jan 09 2019 Rex Dieter - 5.54.0-1 - 5.54.0 From 258dbe97ae83255b8ec62c7a076583d0c85fc4a4 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Mon, 4 Feb 2019 11:17:28 -0600 Subject: [PATCH 091/199] 5.55.0 --- .gitignore | 1 + kf5-kwayland.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index a802def..72a59c5 100644 --- a/.gitignore +++ b/.gitignore @@ -30,3 +30,4 @@ /kwayland-5.52.0.tar.xz /kwayland-5.53.0.tar.xz /kwayland-5.54.0.tar.xz +/kwayland-5.55.0.tar.xz diff --git a/kf5-kwayland.spec b/kf5-kwayland.spec index 033d6c7..08f5a11 100644 --- a/kf5-kwayland.spec +++ b/kf5-kwayland.spec @@ -13,8 +13,8 @@ %endif Name: kf5-%{framework} -Version: 5.54.0 -Release: 2%{?dist} +Version: 5.55.0 +Release: 1%{?dist} Summary: KDE Frameworks 5 library that wraps Client and Server Wayland libraries License: GPLv2+ @@ -113,6 +113,9 @@ make test ARGS="--output-on-failure --timeout 20" -C %{_target_platform} ||: %changelog +* Mon Feb 04 2019 Rex Dieter - 5.55.0-1 +- 5.55.0 + * Fri Feb 01 2019 Fedora Release Engineering - 5.54.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild diff --git a/sources b/sources index 2a3433f..41e952d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kwayland-5.54.0.tar.xz) = 8b6eaa2f57b09857447f702e2e0f253413edd6938459d407437aac7dddf1313002f6c4c4f32df861c723479fdf4642084a360cd6406729cb42c627f488ac6aa7 +SHA512 (kwayland-5.55.0.tar.xz) = ab76f74784bcda078eaac6c6efaeb0f6158439bc1d51eca3f70f721b2acd8bc5c12bd2a81e4b289c881b95fd186336517903adf30803e76cf4795eaf38761b05 From eabd4c0b9574da6facbb2d0b173134a5851db2fa Mon Sep 17 00:00:00 2001 From: Pete Walter Date: Thu, 28 Feb 2019 21:20:37 +0000 Subject: [PATCH 092/199] Update wayland deps Just wayland-devel is enough these days. --- kf5-kwayland.spec | 4 ---- 1 file changed, 4 deletions(-) diff --git a/kf5-kwayland.spec b/kf5-kwayland.spec index 08f5a11..f935d90 100644 --- a/kf5-kwayland.spec +++ b/kf5-kwayland.spec @@ -30,10 +30,6 @@ Source0: http://download.kde.org/%{stable}/frameworks/%{versiondir}/%{framework} BuildRequires: extra-cmake-modules >= %{version} BuildRequires: kf5-rpm-macros >= %{version} -BuildRequires: libwayland-client-devel >= %{wayland_min_version} -BuildRequires: libwayland-cursor-devel >= %{wayland_min_version} -BuildRequires: libwayland-server-devel >= %{wayland_min_version} -BuildRequires: mesa-libwayland-egl-devel BuildRequires: qt5-qtbase-devel # https://bugs.kde.org/show_bug.cgi?id=365569#c8 claims this is needed BuildRequires: qt5-qtbase-private-devel From c0725162362a34e935deaa33e5cd159f81997e82 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Sun, 3 Mar 2019 15:14:26 -0600 Subject: [PATCH 093/199] rebuild (qt5) --- kf5-kwayland.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/kf5-kwayland.spec b/kf5-kwayland.spec index f935d90..548ee89 100644 --- a/kf5-kwayland.spec +++ b/kf5-kwayland.spec @@ -14,7 +14,7 @@ Name: kf5-%{framework} Version: 5.55.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: KDE Frameworks 5 library that wraps Client and Server Wayland libraries License: GPLv2+ @@ -109,6 +109,9 @@ make test ARGS="--output-on-failure --timeout 20" -C %{_target_platform} ||: %changelog +* Sun Mar 03 2019 Rex Dieter - 5.55.0-2 +- rebuild (qt5) + * Mon Feb 04 2019 Rex Dieter - 5.55.0-1 - 5.55.0 From 205233664b148c818b363c8d4747275c5366078e Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Tue, 5 Mar 2019 09:10:05 -0600 Subject: [PATCH 094/199] 5.56.0 --- .gitignore | 1 + kf5-kwayland.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 72a59c5..956dc31 100644 --- a/.gitignore +++ b/.gitignore @@ -31,3 +31,4 @@ /kwayland-5.53.0.tar.xz /kwayland-5.54.0.tar.xz /kwayland-5.55.0.tar.xz +/kwayland-5.56.0.tar.xz diff --git a/kf5-kwayland.spec b/kf5-kwayland.spec index 548ee89..bcea3e1 100644 --- a/kf5-kwayland.spec +++ b/kf5-kwayland.spec @@ -13,8 +13,8 @@ %endif Name: kf5-%{framework} -Version: 5.55.0 -Release: 2%{?dist} +Version: 5.56.0 +Release: 1%{?dist} Summary: KDE Frameworks 5 library that wraps Client and Server Wayland libraries License: GPLv2+ @@ -109,6 +109,9 @@ make test ARGS="--output-on-failure --timeout 20" -C %{_target_platform} ||: %changelog +* Tue Mar 05 2019 Rex Dieter - 5.56.0-1 +- 5.56.0 + * Sun Mar 03 2019 Rex Dieter - 5.55.0-2 - rebuild (qt5) diff --git a/sources b/sources index 41e952d..df6e5f0 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kwayland-5.55.0.tar.xz) = ab76f74784bcda078eaac6c6efaeb0f6158439bc1d51eca3f70f721b2acd8bc5c12bd2a81e4b289c881b95fd186336517903adf30803e76cf4795eaf38761b05 +SHA512 (kwayland-5.56.0.tar.xz) = 25019aa838d16f10c539b79516cd25cfad9ae92533da505a225bd6654eae11749a78c88f2e0d4ba16a01ec4f27b2ed8fbfbdf4d38866945fa2670bf05ef684b5 From 0089196c952dc32125d4bcc8bf1014ba99043fc6 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Tue, 9 Apr 2019 10:16:54 -0500 Subject: [PATCH 095/199] 5.57.0 --- .gitignore | 1 + kf5-kwayland.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 956dc31..43a9699 100644 --- a/.gitignore +++ b/.gitignore @@ -32,3 +32,4 @@ /kwayland-5.54.0.tar.xz /kwayland-5.55.0.tar.xz /kwayland-5.56.0.tar.xz +/kwayland-5.57.0.tar.xz diff --git a/kf5-kwayland.spec b/kf5-kwayland.spec index bcea3e1..7cc236c 100644 --- a/kf5-kwayland.spec +++ b/kf5-kwayland.spec @@ -13,7 +13,7 @@ %endif Name: kf5-%{framework} -Version: 5.56.0 +Version: 5.57.0 Release: 1%{?dist} Summary: KDE Frameworks 5 library that wraps Client and Server Wayland libraries @@ -109,6 +109,9 @@ make test ARGS="--output-on-failure --timeout 20" -C %{_target_platform} ||: %changelog +* Tue Apr 09 2019 Rex Dieter - 5.57.0-1 +- 5.57.0 + * Tue Mar 05 2019 Rex Dieter - 5.56.0-1 - 5.56.0 diff --git a/sources b/sources index df6e5f0..3fb249e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kwayland-5.56.0.tar.xz) = 25019aa838d16f10c539b79516cd25cfad9ae92533da505a225bd6654eae11749a78c88f2e0d4ba16a01ec4f27b2ed8fbfbdf4d38866945fa2670bf05ef684b5 +SHA512 (kwayland-5.57.0.tar.xz) = 95caf19c0add3f853de7c330b070adb8c9012b4abd84bd235852cc9c3b8795981e5d113f893e4022bb3d3844391f27c8237fb66981bd80a465ec0388331e4fec From 8680cb734b9d769c3b192953b278e2ee7a615e81 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Tue, 7 May 2019 14:04:52 -0500 Subject: [PATCH 096/199] 5.58.0 --- .gitignore | 1 + kf5-kwayland.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 43a9699..f1e9c9c 100644 --- a/.gitignore +++ b/.gitignore @@ -33,3 +33,4 @@ /kwayland-5.55.0.tar.xz /kwayland-5.56.0.tar.xz /kwayland-5.57.0.tar.xz +/kwayland-5.58.0.tar.xz diff --git a/kf5-kwayland.spec b/kf5-kwayland.spec index 7cc236c..c592b56 100644 --- a/kf5-kwayland.spec +++ b/kf5-kwayland.spec @@ -13,7 +13,7 @@ %endif Name: kf5-%{framework} -Version: 5.57.0 +Version: 5.58.0 Release: 1%{?dist} Summary: KDE Frameworks 5 library that wraps Client and Server Wayland libraries @@ -109,6 +109,9 @@ make test ARGS="--output-on-failure --timeout 20" -C %{_target_platform} ||: %changelog +* Tue May 07 2019 Rex Dieter - 5.58.0-1 +- 5.58.0 + * Tue Apr 09 2019 Rex Dieter - 5.57.0-1 - 5.57.0 diff --git a/sources b/sources index 3fb249e..369fa77 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kwayland-5.57.0.tar.xz) = 95caf19c0add3f853de7c330b070adb8c9012b4abd84bd235852cc9c3b8795981e5d113f893e4022bb3d3844391f27c8237fb66981bd80a465ec0388331e4fec +SHA512 (kwayland-5.58.0.tar.xz) = 5512621e69f354efccc52af1f571c6660ff72581ad00bc4766c4cc42d731baf1358107325af6a3b5685372c84f5c9f4b583d1bcf44ef81dbc252e15d6cede53a From 2cb595984518dfecfdecff8f166666c473bc365d Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Tue, 4 Jun 2019 14:17:39 -0500 Subject: [PATCH 097/199] rebuild (qt5) --- kf5-kwayland.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/kf5-kwayland.spec b/kf5-kwayland.spec index c592b56..a77cc13 100644 --- a/kf5-kwayland.spec +++ b/kf5-kwayland.spec @@ -14,7 +14,7 @@ Name: kf5-%{framework} Version: 5.58.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: KDE Frameworks 5 library that wraps Client and Server Wayland libraries License: GPLv2+ @@ -109,6 +109,9 @@ make test ARGS="--output-on-failure --timeout 20" -C %{_target_platform} ||: %changelog +* Tue Jun 04 2019 Rex Dieter - 5.58.0-2 +- rebuild (qt5) + * Tue May 07 2019 Rex Dieter - 5.58.0-1 - 5.58.0 From afcaeab583c4adb03f1c1c9d52af31ffde28903d Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Thu, 6 Jun 2019 12:50:07 -0500 Subject: [PATCH 098/199] 5.59.0 --- .gitignore | 1 + kf5-kwayland.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index f1e9c9c..07d45fc 100644 --- a/.gitignore +++ b/.gitignore @@ -34,3 +34,4 @@ /kwayland-5.56.0.tar.xz /kwayland-5.57.0.tar.xz /kwayland-5.58.0.tar.xz +/kwayland-5.59.0.tar.xz diff --git a/kf5-kwayland.spec b/kf5-kwayland.spec index a77cc13..d0fc676 100644 --- a/kf5-kwayland.spec +++ b/kf5-kwayland.spec @@ -13,8 +13,8 @@ %endif Name: kf5-%{framework} -Version: 5.58.0 -Release: 2%{?dist} +Version: 5.59.0 +Release: 1%{?dist} Summary: KDE Frameworks 5 library that wraps Client and Server Wayland libraries License: GPLv2+ @@ -109,6 +109,9 @@ make test ARGS="--output-on-failure --timeout 20" -C %{_target_platform} ||: %changelog +* Thu Jun 06 2019 Rex Dieter - 5.59.0-1 +- 5.59.0 + * Tue Jun 04 2019 Rex Dieter - 5.58.0-2 - rebuild (qt5) diff --git a/sources b/sources index 369fa77..d5f1d4d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kwayland-5.58.0.tar.xz) = 5512621e69f354efccc52af1f571c6660ff72581ad00bc4766c4cc42d731baf1358107325af6a3b5685372c84f5c9f4b583d1bcf44ef81dbc252e15d6cede53a +SHA512 (kwayland-5.59.0.tar.xz) = 6b4077ec8badaf133111904f5397e9b781c7d2cbb3febd3f652887adca416442d9fc5c12effbc0998cee0b597e6b165ef477a246a2508c42f32b37b69672e180 From 20ca6d261136003d4ab10250b47707d45e3d435d Mon Sep 17 00:00:00 2001 From: Jan Grulich Date: Mon, 17 Jun 2019 08:28:17 +0200 Subject: [PATCH 099/199] rebuild (qt5) --- kf5-kwayland.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/kf5-kwayland.spec b/kf5-kwayland.spec index d0fc676..632a92b 100644 --- a/kf5-kwayland.spec +++ b/kf5-kwayland.spec @@ -14,7 +14,7 @@ Name: kf5-%{framework} Version: 5.59.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: KDE Frameworks 5 library that wraps Client and Server Wayland libraries License: GPLv2+ @@ -109,6 +109,9 @@ make test ARGS="--output-on-failure --timeout 20" -C %{_target_platform} ||: %changelog +* Mon Jun 17 2019 Jan Grulich - 5.59.0-2 +- rebuild (qt5) + * Thu Jun 06 2019 Rex Dieter - 5.59.0-1 - 5.59.0 From 2b74368ce1842cb46c9fc87af4b3341055c84c61 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Sat, 13 Jul 2019 12:20:08 -0500 Subject: [PATCH 100/199] 5.60.0 --- .gitignore | 1 + kf5-kwayland.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 07d45fc..cab7d16 100644 --- a/.gitignore +++ b/.gitignore @@ -35,3 +35,4 @@ /kwayland-5.57.0.tar.xz /kwayland-5.58.0.tar.xz /kwayland-5.59.0.tar.xz +/kwayland-5.60.0.tar.xz diff --git a/kf5-kwayland.spec b/kf5-kwayland.spec index 632a92b..2da8b82 100644 --- a/kf5-kwayland.spec +++ b/kf5-kwayland.spec @@ -13,8 +13,8 @@ %endif Name: kf5-%{framework} -Version: 5.59.0 -Release: 2%{?dist} +Version: 5.60.0 +Release: 1%{?dist} Summary: KDE Frameworks 5 library that wraps Client and Server Wayland libraries License: GPLv2+ @@ -109,6 +109,9 @@ make test ARGS="--output-on-failure --timeout 20" -C %{_target_platform} ||: %changelog +* Sat Jul 13 2019 Rex Dieter - 5.60.0-1 +- 5.60.0 + * Mon Jun 17 2019 Jan Grulich - 5.59.0-2 - rebuild (qt5) diff --git a/sources b/sources index d5f1d4d..c6e5c7e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kwayland-5.59.0.tar.xz) = 6b4077ec8badaf133111904f5397e9b781c7d2cbb3febd3f652887adca416442d9fc5c12effbc0998cee0b597e6b165ef477a246a2508c42f32b37b69672e180 +SHA512 (kwayland-5.60.0.tar.xz) = 63c4e968a7a492f0e1b2af2f6c511b02e4e56adc35a0504ba9c7c8cea4e463847e36c2ca7c498d3dd2307949fcf62b247f0a85c83ccfd8ab74ac5908dc2784ea From 0f93cb9d475c199d6d66add5f136467828bad3d0 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 25 Jul 2019 11:40:28 +0000 Subject: [PATCH 101/199] - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- kf5-kwayland.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/kf5-kwayland.spec b/kf5-kwayland.spec index 2da8b82..55384e2 100644 --- a/kf5-kwayland.spec +++ b/kf5-kwayland.spec @@ -14,7 +14,7 @@ Name: kf5-%{framework} Version: 5.60.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: KDE Frameworks 5 library that wraps Client and Server Wayland libraries License: GPLv2+ @@ -109,6 +109,9 @@ make test ARGS="--output-on-failure --timeout 20" -C %{_target_platform} ||: %changelog +* Thu Jul 25 2019 Fedora Release Engineering - 5.60.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild + * Sat Jul 13 2019 Rex Dieter - 5.60.0-1 - 5.60.0 From e76c9bcb0c94bb3876fd78bb0a58a0747551af18 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Mon, 29 Jul 2019 11:03:47 -0500 Subject: [PATCH 102/199] update %%files --- kf5-kwayland.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kf5-kwayland.spec b/kf5-kwayland.spec index 55384e2..6ec0050 100644 --- a/kf5-kwayland.spec +++ b/kf5-kwayland.spec @@ -92,7 +92,7 @@ make test ARGS="--output-on-failure --timeout 20" -C %{_target_platform} ||: %files %license COPYING.LIB -%{_sysconfdir}/xdg/org_kde_kwayland.categories +%{_kf5_datadir}/qlogging-categories5/*categories %{_kf5_libdir}/libKF5WaylandClient.so.5* %{_kf5_libdir}/libKF5WaylandServer.so.5* # not sure if this belongs here or in -devel --rex From 7d0899e3fe6d63ec2effdeb817c89f14aacbf18c Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Wed, 7 Aug 2019 10:11:28 -0500 Subject: [PATCH 103/199] 5.61.0 --- .gitignore | 1 + kf5-kwayland.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index cab7d16..1a9726e 100644 --- a/.gitignore +++ b/.gitignore @@ -36,3 +36,4 @@ /kwayland-5.58.0.tar.xz /kwayland-5.59.0.tar.xz /kwayland-5.60.0.tar.xz +/kwayland-5.61.0.tar.xz diff --git a/kf5-kwayland.spec b/kf5-kwayland.spec index 6ec0050..d6becf8 100644 --- a/kf5-kwayland.spec +++ b/kf5-kwayland.spec @@ -13,8 +13,8 @@ %endif Name: kf5-%{framework} -Version: 5.60.0 -Release: 2%{?dist} +Version: 5.61.0 +Release: 1%{?dist} Summary: KDE Frameworks 5 library that wraps Client and Server Wayland libraries License: GPLv2+ @@ -109,6 +109,9 @@ make test ARGS="--output-on-failure --timeout 20" -C %{_target_platform} ||: %changelog +* Wed Aug 07 2019 Rex Dieter - 5.61.0-1 +- 5.61.0 + * Thu Jul 25 2019 Fedora Release Engineering - 5.60.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild diff --git a/sources b/sources index c6e5c7e..bb4bcfc 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kwayland-5.60.0.tar.xz) = 63c4e968a7a492f0e1b2af2f6c511b02e4e56adc35a0504ba9c7c8cea4e463847e36c2ca7c498d3dd2307949fcf62b247f0a85c83ccfd8ab74ac5908dc2784ea +SHA512 (kwayland-5.61.0.tar.xz) = 11baa6183fa6651133adf1fc32195ac94b9f270a48ecd15b37e883b572c2b9a876c6eeb032e7b2dc98c3dbd68a1e7f8f6fe25c84b6d5453886222c98e0faf7ce From c1cb05da563d73cf276805a44004c8cfca3b053f Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Wed, 14 Aug 2019 14:54:27 -0500 Subject: [PATCH 104/199] BR: wayland-protocols-devel --- kf5-kwayland.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/kf5-kwayland.spec b/kf5-kwayland.spec index d6becf8..6d5cb2b 100644 --- a/kf5-kwayland.spec +++ b/kf5-kwayland.spec @@ -35,6 +35,7 @@ BuildRequires: qt5-qtbase-devel BuildRequires: qt5-qtbase-private-devel %{?_qt5:Requires: %{_qt5}%{?_isa} = %{_qt5_version}} BuildRequires: wayland-devel >= %{wayland_min_version} +BuildRequires: wayland-protocols-devel BuildRequires: qt5-qttools-devel %if 0%{?tests} From 21fa34b1cad651f6739434630eacd11e045026f2 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Mon, 16 Sep 2019 16:44:53 -0500 Subject: [PATCH 105/199] 5.62.0 --- .gitignore | 1 + kf5-kwayland.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 1a9726e..39b17be 100644 --- a/.gitignore +++ b/.gitignore @@ -37,3 +37,4 @@ /kwayland-5.59.0.tar.xz /kwayland-5.60.0.tar.xz /kwayland-5.61.0.tar.xz +/kwayland-5.62.0.tar.xz diff --git a/kf5-kwayland.spec b/kf5-kwayland.spec index 6d5cb2b..cc08c7e 100644 --- a/kf5-kwayland.spec +++ b/kf5-kwayland.spec @@ -13,7 +13,7 @@ %endif Name: kf5-%{framework} -Version: 5.61.0 +Version: 5.62.0 Release: 1%{?dist} Summary: KDE Frameworks 5 library that wraps Client and Server Wayland libraries @@ -110,6 +110,9 @@ make test ARGS="--output-on-failure --timeout 20" -C %{_target_platform} ||: %changelog +* Mon Sep 16 2019 Rex Dieter - 5.62.0-1 +- 5.62.0 + * Wed Aug 07 2019 Rex Dieter - 5.61.0-1 - 5.61.0 diff --git a/sources b/sources index bb4bcfc..be75e23 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kwayland-5.61.0.tar.xz) = 11baa6183fa6651133adf1fc32195ac94b9f270a48ecd15b37e883b572c2b9a876c6eeb032e7b2dc98c3dbd68a1e7f8f6fe25c84b6d5453886222c98e0faf7ce +SHA512 (kwayland-5.62.0.tar.xz) = 225ab9c8af3d8a2a32b5ed5f18aad987ca77eb90d63b321f27ad77833a4f06b1937d5028fccdac09c3fc005fdca602ec61b89afa417e584d7be762ffaddf15ec From 45b68ab4fbb0b40cd6fff510a26a2b3de295002f Mon Sep 17 00:00:00 2001 From: Jan Grulich Date: Wed, 25 Sep 2019 12:05:21 +0200 Subject: [PATCH 106/199] rebuild (qt5) --- kf5-kwayland.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/kf5-kwayland.spec b/kf5-kwayland.spec index cc08c7e..7ca56c5 100644 --- a/kf5-kwayland.spec +++ b/kf5-kwayland.spec @@ -14,7 +14,7 @@ Name: kf5-%{framework} Version: 5.62.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: KDE Frameworks 5 library that wraps Client and Server Wayland libraries License: GPLv2+ @@ -110,6 +110,9 @@ make test ARGS="--output-on-failure --timeout 20" -C %{_target_platform} ||: %changelog +* Wed Sep 25 2019 Jan Grulich - 5.62.0-2 +- rebuild (qt5) + * Mon Sep 16 2019 Rex Dieter - 5.62.0-1 - 5.62.0 From 8de165291b6d6166a2a408f2ba6f2a284153d322 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Tue, 22 Oct 2019 08:41:27 -0500 Subject: [PATCH 107/199] 5.63.0 --- .gitignore | 1 + kf5-kwayland.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 39b17be..4a8c0dc 100644 --- a/.gitignore +++ b/.gitignore @@ -38,3 +38,4 @@ /kwayland-5.60.0.tar.xz /kwayland-5.61.0.tar.xz /kwayland-5.62.0.tar.xz +/kwayland-5.63.0.tar.xz diff --git a/kf5-kwayland.spec b/kf5-kwayland.spec index 7ca56c5..ed94df9 100644 --- a/kf5-kwayland.spec +++ b/kf5-kwayland.spec @@ -13,8 +13,8 @@ %endif Name: kf5-%{framework} -Version: 5.62.0 -Release: 2%{?dist} +Version: 5.63.0 +Release: 1%{?dist} Summary: KDE Frameworks 5 library that wraps Client and Server Wayland libraries License: GPLv2+ @@ -110,6 +110,9 @@ make test ARGS="--output-on-failure --timeout 20" -C %{_target_platform} ||: %changelog +* Tue Oct 22 2019 Rex Dieter - 5.63.0-1 +- 5.63.0 + * Wed Sep 25 2019 Jan Grulich - 5.62.0-2 - rebuild (qt5) diff --git a/sources b/sources index be75e23..26fb795 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kwayland-5.62.0.tar.xz) = 225ab9c8af3d8a2a32b5ed5f18aad987ca77eb90d63b321f27ad77833a4f06b1937d5028fccdac09c3fc005fdca602ec61b89afa417e584d7be762ffaddf15ec +SHA512 (kwayland-5.63.0.tar.xz) = cd206e8a2470ee538926cb241d1b7fc0c389d14f6bebdc7913006770402c70b397b94d823a00d656880c8d8eeb6189f144d8f135ef2541ec2528a1dd76b8fac3 From 194fc78f4ac2d99940567c8da5bc6c359e334285 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Fri, 8 Nov 2019 10:35:31 -0600 Subject: [PATCH 108/199] 5.64.0 --- .gitignore | 1 + kf5-kwayland.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 4a8c0dc..6a59131 100644 --- a/.gitignore +++ b/.gitignore @@ -39,3 +39,4 @@ /kwayland-5.61.0.tar.xz /kwayland-5.62.0.tar.xz /kwayland-5.63.0.tar.xz +/kwayland-5.64.0.tar.xz diff --git a/kf5-kwayland.spec b/kf5-kwayland.spec index ed94df9..8f86414 100644 --- a/kf5-kwayland.spec +++ b/kf5-kwayland.spec @@ -13,7 +13,7 @@ %endif Name: kf5-%{framework} -Version: 5.63.0 +Version: 5.64.0 Release: 1%{?dist} Summary: KDE Frameworks 5 library that wraps Client and Server Wayland libraries @@ -110,6 +110,9 @@ make test ARGS="--output-on-failure --timeout 20" -C %{_target_platform} ||: %changelog +* Fri Nov 08 2019 Rex Dieter - 5.64.0-1 +- 5.64.0 + * Tue Oct 22 2019 Rex Dieter - 5.63.0-1 - 5.63.0 diff --git a/sources b/sources index 26fb795..af0f86d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kwayland-5.63.0.tar.xz) = cd206e8a2470ee538926cb241d1b7fc0c389d14f6bebdc7913006770402c70b397b94d823a00d656880c8d8eeb6189f144d8f135ef2541ec2528a1dd76b8fac3 +SHA512 (kwayland-5.64.0.tar.xz) = b56fb196f9fa3328c30c63d72ec474ef0ad81cef4b873d3ce9fbd67faa95a968609763ce19122058ef27f97857391436513c242bc300e305542bb0386dd1978d From 82ca68a84bf356af1d09712130fe71c1d9b5138d Mon Sep 17 00:00:00 2001 From: Jan Grulich Date: Mon, 9 Dec 2019 21:18:18 +0100 Subject: [PATCH 109/199] rebuild (qt5) --- kf5-kwayland.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/kf5-kwayland.spec b/kf5-kwayland.spec index 8f86414..50154f8 100644 --- a/kf5-kwayland.spec +++ b/kf5-kwayland.spec @@ -14,7 +14,7 @@ Name: kf5-%{framework} Version: 5.64.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: KDE Frameworks 5 library that wraps Client and Server Wayland libraries License: GPLv2+ @@ -110,6 +110,9 @@ make test ARGS="--output-on-failure --timeout 20" -C %{_target_platform} ||: %changelog +* Mon Dec 09 2019 Jan Grulich - 5.64.0-2 +- rebuild (qt5) + * Fri Nov 08 2019 Rex Dieter - 5.64.0-1 - 5.64.0 From 2b144620ebe01c04f9f63000a0a4e5637dbef3c3 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Tue, 17 Dec 2019 11:17:13 -0600 Subject: [PATCH 110/199] 5.65.0 --- .gitignore | 1 + kf5-kwayland.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 6a59131..e66ac7c 100644 --- a/.gitignore +++ b/.gitignore @@ -40,3 +40,4 @@ /kwayland-5.62.0.tar.xz /kwayland-5.63.0.tar.xz /kwayland-5.64.0.tar.xz +/kwayland-5.65.0.tar.xz diff --git a/kf5-kwayland.spec b/kf5-kwayland.spec index 50154f8..e0dc35e 100644 --- a/kf5-kwayland.spec +++ b/kf5-kwayland.spec @@ -13,8 +13,8 @@ %endif Name: kf5-%{framework} -Version: 5.64.0 -Release: 2%{?dist} +Version: 5.65.0 +Release: 1%{?dist} Summary: KDE Frameworks 5 library that wraps Client and Server Wayland libraries License: GPLv2+ @@ -110,6 +110,9 @@ make test ARGS="--output-on-failure --timeout 20" -C %{_target_platform} ||: %changelog +* Tue Dec 17 2019 Rex Dieter - 5.65.0-1 +- 5.65.0 + * Mon Dec 09 2019 Jan Grulich - 5.64.0-2 - rebuild (qt5) diff --git a/sources b/sources index af0f86d..29f6b06 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kwayland-5.64.0.tar.xz) = b56fb196f9fa3328c30c63d72ec474ef0ad81cef4b873d3ce9fbd67faa95a968609763ce19122058ef27f97857391436513c242bc300e305542bb0386dd1978d +SHA512 (kwayland-5.65.0.tar.xz) = e7ecc5e2b2044fbc90e9b0d2358fbb813ed01e6873f0c37ed2fa561aae3b5c14e7ca8f491de41e3c0a0f0e055cd16cbe83eb3bba248a0611a4eb1964192b5336 From b3fce569eda2d97e6f1f269bb8d24c8bf9dcea9d Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Tue, 7 Jan 2020 14:21:29 -0600 Subject: [PATCH 111/199] 5.66.0 --- .gitignore | 1 + kf5-kwayland.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index e66ac7c..01f8750 100644 --- a/.gitignore +++ b/.gitignore @@ -41,3 +41,4 @@ /kwayland-5.63.0.tar.xz /kwayland-5.64.0.tar.xz /kwayland-5.65.0.tar.xz +/kwayland-5.66.0.tar.xz diff --git a/kf5-kwayland.spec b/kf5-kwayland.spec index e0dc35e..a6cb4e4 100644 --- a/kf5-kwayland.spec +++ b/kf5-kwayland.spec @@ -13,7 +13,7 @@ %endif Name: kf5-%{framework} -Version: 5.65.0 +Version: 5.66.0 Release: 1%{?dist} Summary: KDE Frameworks 5 library that wraps Client and Server Wayland libraries @@ -110,6 +110,9 @@ make test ARGS="--output-on-failure --timeout 20" -C %{_target_platform} ||: %changelog +* Tue Jan 07 2020 Rex Dieter - 5.66.0-1 +- 5.66.0 + * Tue Dec 17 2019 Rex Dieter - 5.65.0-1 - 5.65.0 diff --git a/sources b/sources index 29f6b06..a78e6ab 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kwayland-5.65.0.tar.xz) = e7ecc5e2b2044fbc90e9b0d2358fbb813ed01e6873f0c37ed2fa561aae3b5c14e7ca8f491de41e3c0a0f0e055cd16cbe83eb3bba248a0611a4eb1964192b5336 +SHA512 (kwayland-5.66.0.tar.xz) = dfc04e3b31594dbb9c8f232717353037f9d55fd558308d702b20a7a6ece337e9da0a1f422bec53d3893e9360c298d47314247338dda10c41a5c32f0f6314432b From f3073699f96405670ce17c986882e5d4777c2762 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 29 Jan 2020 07:21:02 +0000 Subject: [PATCH 112/199] - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- kf5-kwayland.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/kf5-kwayland.spec b/kf5-kwayland.spec index a6cb4e4..0878e47 100644 --- a/kf5-kwayland.spec +++ b/kf5-kwayland.spec @@ -14,7 +14,7 @@ Name: kf5-%{framework} Version: 5.66.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: KDE Frameworks 5 library that wraps Client and Server Wayland libraries License: GPLv2+ @@ -110,6 +110,9 @@ make test ARGS="--output-on-failure --timeout 20" -C %{_target_platform} ||: %changelog +* Wed Jan 29 2020 Fedora Release Engineering - 5.66.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild + * Tue Jan 07 2020 Rex Dieter - 5.66.0-1 - 5.66.0 From 6e7cc36d31a9718ed4f40bb01ad1a9610ea681ea Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Sun, 2 Feb 2020 18:12:27 -0600 Subject: [PATCH 113/199] 5.67.0 --- .gitignore | 1 + kf5-kwayland.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 01f8750..37ace4e 100644 --- a/.gitignore +++ b/.gitignore @@ -42,3 +42,4 @@ /kwayland-5.64.0.tar.xz /kwayland-5.65.0.tar.xz /kwayland-5.66.0.tar.xz +/kwayland-5.67.0.tar.xz diff --git a/kf5-kwayland.spec b/kf5-kwayland.spec index 0878e47..9cdd1a5 100644 --- a/kf5-kwayland.spec +++ b/kf5-kwayland.spec @@ -13,8 +13,8 @@ %endif Name: kf5-%{framework} -Version: 5.66.0 -Release: 2%{?dist} +Version: 5.67.0 +Release: 1%{?dist} Summary: KDE Frameworks 5 library that wraps Client and Server Wayland libraries License: GPLv2+ @@ -110,6 +110,9 @@ make test ARGS="--output-on-failure --timeout 20" -C %{_target_platform} ||: %changelog +* Mon Feb 03 2020 Rex Dieter - 5.67.0-1 +- 5.67.0 + * Wed Jan 29 2020 Fedora Release Engineering - 5.66.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild diff --git a/sources b/sources index a78e6ab..cb19bf5 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kwayland-5.66.0.tar.xz) = dfc04e3b31594dbb9c8f232717353037f9d55fd558308d702b20a7a6ece337e9da0a1f422bec53d3893e9360c298d47314247338dda10c41a5c32f0f6314432b +SHA512 (kwayland-5.67.0.tar.xz) = 4f8c4aa2b9faba02b4198cec3c787bfb7e8da6133123146d9c8bac3f20dc9ceb4cc136260dc3af7408e52561156ebf09c67ea62f2551b11a1991e24a72ae0121 From 188e2f7705572f18fb8c94e90209da7e4dbe3636 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Thu, 19 Mar 2020 22:19:43 -0500 Subject: [PATCH 114/199] 5.68.0 --- .gitignore | 1 + kf5-kwayland.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 37ace4e..e755a08 100644 --- a/.gitignore +++ b/.gitignore @@ -43,3 +43,4 @@ /kwayland-5.65.0.tar.xz /kwayland-5.66.0.tar.xz /kwayland-5.67.0.tar.xz +/kwayland-5.68.0.tar.xz diff --git a/kf5-kwayland.spec b/kf5-kwayland.spec index 9cdd1a5..70ca030 100644 --- a/kf5-kwayland.spec +++ b/kf5-kwayland.spec @@ -13,7 +13,7 @@ %endif Name: kf5-%{framework} -Version: 5.67.0 +Version: 5.68.0 Release: 1%{?dist} Summary: KDE Frameworks 5 library that wraps Client and Server Wayland libraries @@ -110,6 +110,9 @@ make test ARGS="--output-on-failure --timeout 20" -C %{_target_platform} ||: %changelog +* Fri Mar 20 2020 Rex Dieter - 5.68.0-1 +- 5.68.0 + * Mon Feb 03 2020 Rex Dieter - 5.67.0-1 - 5.67.0 diff --git a/sources b/sources index cb19bf5..2b58688 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kwayland-5.67.0.tar.xz) = 4f8c4aa2b9faba02b4198cec3c787bfb7e8da6133123146d9c8bac3f20dc9ceb4cc136260dc3af7408e52561156ebf09c67ea62f2551b11a1991e24a72ae0121 +SHA512 (kwayland-5.68.0.tar.xz) = 384628349c53a92925aa072941821ff153208415ff08fd9d32523a3e0b362d4fbf6539ebc0b3790112a570c70782989daa4cf1bf0ece26621cc8cc2d499654c8 From a1a28acb142dee6c791bb176564fa869ab5f4c61 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Sun, 5 Apr 2020 20:24:21 -0500 Subject: [PATCH 115/199] rebuild (qt5) --- kf5-kwayland.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/kf5-kwayland.spec b/kf5-kwayland.spec index 70ca030..4e74faa 100644 --- a/kf5-kwayland.spec +++ b/kf5-kwayland.spec @@ -14,7 +14,7 @@ Name: kf5-%{framework} Version: 5.68.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: KDE Frameworks 5 library that wraps Client and Server Wayland libraries License: GPLv2+ @@ -110,6 +110,9 @@ make test ARGS="--output-on-failure --timeout 20" -C %{_target_platform} ||: %changelog +* Mon Apr 06 2020 Rex Dieter - 5.68.0-2 +- rebuild (qt5) + * Fri Mar 20 2020 Rex Dieter - 5.68.0-1 - 5.68.0 From a8033991c087e293df29efb1dd37ea9706b297aa Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Tue, 21 Apr 2020 13:46:04 -0500 Subject: [PATCH 116/199] 5.69.0 --- .gitignore | 1 + kf5-kwayland.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index e755a08..316e273 100644 --- a/.gitignore +++ b/.gitignore @@ -44,3 +44,4 @@ /kwayland-5.66.0.tar.xz /kwayland-5.67.0.tar.xz /kwayland-5.68.0.tar.xz +/kwayland-5.69.0.tar.xz diff --git a/kf5-kwayland.spec b/kf5-kwayland.spec index 4e74faa..206b2e9 100644 --- a/kf5-kwayland.spec +++ b/kf5-kwayland.spec @@ -13,8 +13,8 @@ %endif Name: kf5-%{framework} -Version: 5.68.0 -Release: 2%{?dist} +Version: 5.69.0 +Release: 1%{?dist} Summary: KDE Frameworks 5 library that wraps Client and Server Wayland libraries License: GPLv2+ @@ -110,6 +110,9 @@ make test ARGS="--output-on-failure --timeout 20" -C %{_target_platform} ||: %changelog +* Tue Apr 21 2020 Rex Dieter - 5.69.0-1 +- 5.69.0 + * Mon Apr 06 2020 Rex Dieter - 5.68.0-2 - rebuild (qt5) diff --git a/sources b/sources index 2b58688..b4cdf4c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kwayland-5.68.0.tar.xz) = 384628349c53a92925aa072941821ff153208415ff08fd9d32523a3e0b362d4fbf6539ebc0b3790112a570c70782989daa4cf1bf0ece26621cc8cc2d499654c8 +SHA512 (kwayland-5.69.0.tar.xz) = e1931969ad7cd2d9af45d5dc9cdadd2517a7a4109ac143c7405a0132601fc822043a540e916d26bdbcb109daf2888699d9a57a781853f1e37518b9e9cb18304a From c923c7cd4333d640d46df3d62c128d8cc102b0e8 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Tue, 21 Apr 2020 16:31:55 -0500 Subject: [PATCH 117/199] BR: Qt5WaylandClient --- kf5-kwayland.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/kf5-kwayland.spec b/kf5-kwayland.spec index 206b2e9..3a1fadf 100644 --- a/kf5-kwayland.spec +++ b/kf5-kwayland.spec @@ -38,6 +38,8 @@ BuildRequires: wayland-devel >= %{wayland_min_version} BuildRequires: wayland-protocols-devel BuildRequires: qt5-qttools-devel +BuildRequires cmake(Qt5WaylandClient) + %if 0%{?tests} BuildRequires: dbus-x11 BuildRequires: time From 7ba2a6af78bd2363e407f1ccf7174ac41de078de Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Tue, 21 Apr 2020 16:46:55 -0500 Subject: [PATCH 118/199] typo --- kf5-kwayland.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kf5-kwayland.spec b/kf5-kwayland.spec index 3a1fadf..fcd537e 100644 --- a/kf5-kwayland.spec +++ b/kf5-kwayland.spec @@ -38,7 +38,7 @@ BuildRequires: wayland-devel >= %{wayland_min_version} BuildRequires: wayland-protocols-devel BuildRequires: qt5-qttools-devel -BuildRequires cmake(Qt5WaylandClient) +BuildRequires: cmake(Qt5WaylandClient) %if 0%{?tests} BuildRequires: dbus-x11 From 73349504d5196e07c23830b51dff3e25f8e4051f Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Mon, 4 May 2020 17:08:37 -0500 Subject: [PATCH 119/199] 5.70.0 --- .gitignore | 1 + kf5-kwayland.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 316e273..bb4b4fa 100644 --- a/.gitignore +++ b/.gitignore @@ -45,3 +45,4 @@ /kwayland-5.67.0.tar.xz /kwayland-5.68.0.tar.xz /kwayland-5.69.0.tar.xz +/kwayland-5.70.0.tar.xz diff --git a/kf5-kwayland.spec b/kf5-kwayland.spec index fcd537e..c876a28 100644 --- a/kf5-kwayland.spec +++ b/kf5-kwayland.spec @@ -13,7 +13,7 @@ %endif Name: kf5-%{framework} -Version: 5.69.0 +Version: 5.70.0 Release: 1%{?dist} Summary: KDE Frameworks 5 library that wraps Client and Server Wayland libraries @@ -112,6 +112,9 @@ make test ARGS="--output-on-failure --timeout 20" -C %{_target_platform} ||: %changelog +* Mon May 04 2020 Rex Dieter - 5.70.0-1 +- 5.70.0 + * Tue Apr 21 2020 Rex Dieter - 5.69.0-1 - 5.69.0 diff --git a/sources b/sources index b4cdf4c..42ef0ef 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kwayland-5.69.0.tar.xz) = e1931969ad7cd2d9af45d5dc9cdadd2517a7a4109ac143c7405a0132601fc822043a540e916d26bdbcb109daf2888699d9a57a781853f1e37518b9e9cb18304a +SHA512 (kwayland-5.70.0.tar.xz) = 3ba6e090c8f94b7e49151807bbdc3525a3b6003273279ad4d29723da43e69885b30c5f6c10c3197fbd3e22695ae74368148d41cc4145a41b3e00c7fc359c23af From 2b8474a0a40a1ce1e054ee04141a72a0fc5908db Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Tue, 16 Jun 2020 09:54:35 -0500 Subject: [PATCH 120/199] 5.71.0 --- .gitignore | 1 + kf5-kwayland.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index bb4b4fa..ac7cb52 100644 --- a/.gitignore +++ b/.gitignore @@ -46,3 +46,4 @@ /kwayland-5.68.0.tar.xz /kwayland-5.69.0.tar.xz /kwayland-5.70.0.tar.xz +/kwayland-5.71.0.tar.xz diff --git a/kf5-kwayland.spec b/kf5-kwayland.spec index c876a28..fa792ec 100644 --- a/kf5-kwayland.spec +++ b/kf5-kwayland.spec @@ -13,7 +13,7 @@ %endif Name: kf5-%{framework} -Version: 5.70.0 +Version: 5.71.0 Release: 1%{?dist} Summary: KDE Frameworks 5 library that wraps Client and Server Wayland libraries @@ -112,6 +112,9 @@ make test ARGS="--output-on-failure --timeout 20" -C %{_target_platform} ||: %changelog +* Tue Jun 16 2020 Rex Dieter - 5.71.0-1 +- 5.71.0 + * Mon May 04 2020 Rex Dieter - 5.70.0-1 - 5.70.0 diff --git a/sources b/sources index 42ef0ef..56ea464 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kwayland-5.70.0.tar.xz) = 3ba6e090c8f94b7e49151807bbdc3525a3b6003273279ad4d29723da43e69885b30c5f6c10c3197fbd3e22695ae74368148d41cc4145a41b3e00c7fc359c23af +SHA512 (kwayland-5.71.0.tar.xz) = 89c89a9baa6b57724f663a0e6636154d1009f9d6971d9f22eff6402fc8407ed59b4a103c82a0fc8a643d83184381325c07bd70468b0bfbbc606ebe30abe188b3 From 7acb277199cf460caad624660ae7474a70739f35 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Tue, 7 Jul 2020 12:31:45 -0500 Subject: [PATCH 121/199] 5.72.0 --- .gitignore | 1 + kf5-kwayland.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index ac7cb52..3318576 100644 --- a/.gitignore +++ b/.gitignore @@ -47,3 +47,4 @@ /kwayland-5.69.0.tar.xz /kwayland-5.70.0.tar.xz /kwayland-5.71.0.tar.xz +/kwayland-5.72.0.tar.xz diff --git a/kf5-kwayland.spec b/kf5-kwayland.spec index fa792ec..24133d2 100644 --- a/kf5-kwayland.spec +++ b/kf5-kwayland.spec @@ -13,7 +13,7 @@ %endif Name: kf5-%{framework} -Version: 5.71.0 +Version: 5.72.0 Release: 1%{?dist} Summary: KDE Frameworks 5 library that wraps Client and Server Wayland libraries @@ -112,6 +112,9 @@ make test ARGS="--output-on-failure --timeout 20" -C %{_target_platform} ||: %changelog +* Tue Jul 07 2020 Rex Dieter - 5.72.0-1 +- 5.72.0 + * Tue Jun 16 2020 Rex Dieter - 5.71.0-1 - 5.71.0 diff --git a/sources b/sources index 56ea464..85fe1b6 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kwayland-5.71.0.tar.xz) = 89c89a9baa6b57724f663a0e6636154d1009f9d6971d9f22eff6402fc8407ed59b4a103c82a0fc8a643d83184381325c07bd70468b0bfbbc606ebe30abe188b3 +SHA512 (kwayland-5.72.0.tar.xz) = 5a0c2ac98fc90d0d2b0ed9f7c8837a81814bd5f4657dff57a4e84b5e93dfd7a74d0585e753152e3c9c073a706caffad5988b047ea0f319f13ab00f13907617bb From 52b6e52b8dac9552fe5741a38a1e330517720400 Mon Sep 17 00:00:00 2001 From: Igor Raits Date: Sat, 18 Jul 2020 10:38:18 +0200 Subject: [PATCH 122/199] Improve compatibility with new CMake macro Signed-off-by: Igor Raits --- kf5-kwayland.spec | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/kf5-kwayland.spec b/kf5-kwayland.spec index 24133d2..a904729 100644 --- a/kf5-kwayland.spec +++ b/kf5-kwayland.spec @@ -1,3 +1,4 @@ +%undefine __cmake_in_source_build %global framework kwayland %global wayland_min_version 1.3 @@ -68,17 +69,13 @@ developing applications that use %{name}. %build -mkdir %{_target_platform} -pushd %{_target_platform} -%{cmake_kf5} .. \ +%{cmake_kf5} \ -DBUILD_TESTING:BOOL=%{?tests:ON}%{!?tests:OFF} -popd - -%make_build -C %{_target_platform} +%cmake_build %install -make install/fast DESTDIR=%{buildroot} -C %{_target_platform} +%cmake_install %check From f0e0d507e510d62a16fd6f5a20cf23226dc96d11 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Tue, 28 Jul 2020 03:17:02 +0000 Subject: [PATCH 123/199] - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- kf5-kwayland.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/kf5-kwayland.spec b/kf5-kwayland.spec index a904729..c061818 100644 --- a/kf5-kwayland.spec +++ b/kf5-kwayland.spec @@ -15,7 +15,7 @@ Name: kf5-%{framework} Version: 5.72.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: KDE Frameworks 5 library that wraps Client and Server Wayland libraries License: GPLv2+ @@ -109,6 +109,9 @@ make test ARGS="--output-on-failure --timeout 20" -C %{_target_platform} ||: %changelog +* Tue Jul 28 2020 Fedora Release Engineering - 5.72.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + * Tue Jul 07 2020 Rex Dieter - 5.72.0-1 - 5.72.0 From d9156816741b5d82d7121dd114bbdb5a76ab7a55 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Mon, 3 Aug 2020 11:54:04 -0500 Subject: [PATCH 124/199] 5.73.0 --- .gitignore | 1 + kf5-kwayland.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 3318576..32da3c0 100644 --- a/.gitignore +++ b/.gitignore @@ -48,3 +48,4 @@ /kwayland-5.70.0.tar.xz /kwayland-5.71.0.tar.xz /kwayland-5.72.0.tar.xz +/kwayland-5.73.0.tar.xz diff --git a/kf5-kwayland.spec b/kf5-kwayland.spec index c061818..cc88190 100644 --- a/kf5-kwayland.spec +++ b/kf5-kwayland.spec @@ -14,8 +14,8 @@ %endif Name: kf5-%{framework} -Version: 5.72.0 -Release: 2%{?dist} +Version: 5.73.0 +Release: 1%{?dist} Summary: KDE Frameworks 5 library that wraps Client and Server Wayland libraries License: GPLv2+ @@ -109,6 +109,9 @@ make test ARGS="--output-on-failure --timeout 20" -C %{_target_platform} ||: %changelog +* Mon Aug 03 2020 Rex Dieter - 5.73.0-1 +- 5.73.0 + * Tue Jul 28 2020 Fedora Release Engineering - 5.72.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild diff --git a/sources b/sources index 85fe1b6..30398af 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kwayland-5.72.0.tar.xz) = 5a0c2ac98fc90d0d2b0ed9f7c8837a81814bd5f4657dff57a4e84b5e93dfd7a74d0585e753152e3c9c073a706caffad5988b047ea0f319f13ab00f13907617bb +SHA512 (kwayland-5.73.0.tar.xz) = e39f546111b86020b9110e659a901c2f217599b102934a1bf875b819b67b7d8b36d43818f82a680ce0a7ddcb35c49f957157b8d5880d3766d064d40c087b771e From 673a70515c51b0646e6371215917ae38b1d044c8 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Mon, 3 Aug 2020 13:03:21 -0500 Subject: [PATCH 125/199] BR: PlasmaWaylandProtocols --- kf5-kwayland.spec | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/kf5-kwayland.spec b/kf5-kwayland.spec index cc88190..c6bde87 100644 --- a/kf5-kwayland.spec +++ b/kf5-kwayland.spec @@ -40,6 +40,7 @@ BuildRequires: wayland-protocols-devel BuildRequires: qt5-qttools-devel BuildRequires: cmake(Qt5WaylandClient) +BuildRequires: cmake(PlasmaWaylandProtocols) > 1.1 %if 0%{?tests} BuildRequires: dbus-x11 @@ -69,8 +70,9 @@ developing applications that use %{name}. %build -%{cmake_kf5} \ +%cmake_kf5 \ -DBUILD_TESTING:BOOL=%{?tests:ON}%{!?tests:OFF} + %cmake_build From dfd9d74dd6deeb7e10a57f1fd1f41975cab30350 Mon Sep 17 00:00:00 2001 From: Jan Grulich Date: Fri, 11 Sep 2020 11:29:46 +0200 Subject: [PATCH 126/199] rebuild (qt5) --- kf5-kwayland.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/kf5-kwayland.spec b/kf5-kwayland.spec index c6bde87..d45b606 100644 --- a/kf5-kwayland.spec +++ b/kf5-kwayland.spec @@ -15,7 +15,7 @@ Name: kf5-%{framework} Version: 5.73.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: KDE Frameworks 5 library that wraps Client and Server Wayland libraries License: GPLv2+ @@ -111,6 +111,9 @@ make test ARGS="--output-on-failure --timeout 20" -C %{_target_platform} ||: %changelog +* Fri Sep 11 2020 Jan Grulich - 5.73.0-2 +- rebuild (qt5) + * Mon Aug 03 2020 Rex Dieter - 5.73.0-1 - 5.73.0 From e9bdca21e5cf36ea59446eb27a70dd0733190ed9 Mon Sep 17 00:00:00 2001 From: Jan Grulich Date: Fri, 18 Sep 2020 11:02:52 +0200 Subject: [PATCH 127/199] 5.74.0 --- .gitignore | 1 + kf5-kwayland.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 32da3c0..837844b 100644 --- a/.gitignore +++ b/.gitignore @@ -49,3 +49,4 @@ /kwayland-5.71.0.tar.xz /kwayland-5.72.0.tar.xz /kwayland-5.73.0.tar.xz +/kwayland-5.74.0.tar.xz diff --git a/kf5-kwayland.spec b/kf5-kwayland.spec index d45b606..42f3ad5 100644 --- a/kf5-kwayland.spec +++ b/kf5-kwayland.spec @@ -14,8 +14,8 @@ %endif Name: kf5-%{framework} -Version: 5.73.0 -Release: 2%{?dist} +Version: 5.74.0 +Release: 1%{?dist} Summary: KDE Frameworks 5 library that wraps Client and Server Wayland libraries License: GPLv2+ @@ -111,6 +111,9 @@ make test ARGS="--output-on-failure --timeout 20" -C %{_target_platform} ||: %changelog +* Fri Sep 18 2020 Jan Grulich - 5.74.0-1 +- 5.74.0 + * Fri Sep 11 2020 Jan Grulich - 5.73.0-2 - rebuild (qt5) diff --git a/sources b/sources index 30398af..d5f2617 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kwayland-5.73.0.tar.xz) = e39f546111b86020b9110e659a901c2f217599b102934a1bf875b819b67b7d8b36d43818f82a680ce0a7ddcb35c49f957157b8d5880d3766d064d40c087b771e +SHA512 (kwayland-5.74.0.tar.xz) = 347841dd5dabedd9de13e92275a2b6edb201a45c177c757b69af681e2f3b60c261087c5387c97305869c0a125a5f07de08113208a174ccb946f6ace310445ebd From 17c326147b64639dcf965a7dd9e13c9c8a2473f1 Mon Sep 17 00:00:00 2001 From: Jan Grulich Date: Fri, 18 Sep 2020 12:19:18 +0200 Subject: [PATCH 128/199] Fix instalation of licence files --- kf5-kwayland.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kf5-kwayland.spec b/kf5-kwayland.spec index 42f3ad5..f5e2b42 100644 --- a/kf5-kwayland.spec +++ b/kf5-kwayland.spec @@ -93,7 +93,7 @@ make test ARGS="--output-on-failure --timeout 20" -C %{_target_platform} ||: %ldconfig_scriptlets %files -%license COPYING.LIB +%license LICENSES/*.txt %{_kf5_datadir}/qlogging-categories5/*categories %{_kf5_libdir}/libKF5WaylandClient.so.5* %{_kf5_libdir}/libKF5WaylandServer.so.5* From 3080fa28367a22b50a74df29869e2fe498be77e9 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Wed, 14 Oct 2020 10:06:23 -0500 Subject: [PATCH 129/199] 5.75.0 --- .gitignore | 1 + kf5-kwayland.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 837844b..0f685b4 100644 --- a/.gitignore +++ b/.gitignore @@ -50,3 +50,4 @@ /kwayland-5.72.0.tar.xz /kwayland-5.73.0.tar.xz /kwayland-5.74.0.tar.xz +/kwayland-5.75.0.tar.xz diff --git a/kf5-kwayland.spec b/kf5-kwayland.spec index f5e2b42..f5452dc 100644 --- a/kf5-kwayland.spec +++ b/kf5-kwayland.spec @@ -14,7 +14,7 @@ %endif Name: kf5-%{framework} -Version: 5.74.0 +Version: 5.75.0 Release: 1%{?dist} Summary: KDE Frameworks 5 library that wraps Client and Server Wayland libraries @@ -111,6 +111,9 @@ make test ARGS="--output-on-failure --timeout 20" -C %{_target_platform} ||: %changelog +* Wed Oct 14 10:06:16 CDT 2020 Rex Dieter - 5.75.0-1 +- 5.75.0 + * Fri Sep 18 2020 Jan Grulich - 5.74.0-1 - 5.74.0 diff --git a/sources b/sources index d5f2617..a65580f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kwayland-5.74.0.tar.xz) = 347841dd5dabedd9de13e92275a2b6edb201a45c177c757b69af681e2f3b60c261087c5387c97305869c0a125a5f07de08113208a174ccb946f6ace310445ebd +SHA512 (kwayland-5.75.0.tar.xz) = 8f77ccdf4f30bea2d6974d930734479c0f81f5309807b28f51bbcfda91977e27d5311b4718e4685609da0368c1e1bb060eaa765628a0ed9560f5774dcc357d8a From 090a21fb7406a7a7a4f6d15beab8901a91d8ab60 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Thu, 19 Nov 2020 09:13:00 -0600 Subject: [PATCH 130/199] 5.76.0 --- .gitignore | 1 + kf5-kwayland.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 0f685b4..3b2dcdb 100644 --- a/.gitignore +++ b/.gitignore @@ -51,3 +51,4 @@ /kwayland-5.73.0.tar.xz /kwayland-5.74.0.tar.xz /kwayland-5.75.0.tar.xz +/kwayland-5.76.0.tar.xz diff --git a/kf5-kwayland.spec b/kf5-kwayland.spec index f5452dc..d2867d8 100644 --- a/kf5-kwayland.spec +++ b/kf5-kwayland.spec @@ -14,7 +14,7 @@ %endif Name: kf5-%{framework} -Version: 5.75.0 +Version: 5.76.0 Release: 1%{?dist} Summary: KDE Frameworks 5 library that wraps Client and Server Wayland libraries @@ -111,6 +111,9 @@ make test ARGS="--output-on-failure --timeout 20" -C %{_target_platform} ||: %changelog +* Thu Nov 19 09:12:53 CST 2020 Rex Dieter - 5.76.0-1 +- 5.76.0 + * Wed Oct 14 10:06:16 CDT 2020 Rex Dieter - 5.75.0-1 - 5.75.0 diff --git a/sources b/sources index a65580f..a391d2a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kwayland-5.75.0.tar.xz) = 8f77ccdf4f30bea2d6974d930734479c0f81f5309807b28f51bbcfda91977e27d5311b4718e4685609da0368c1e1bb060eaa765628a0ed9560f5774dcc357d8a +SHA512 (kwayland-5.76.0.tar.xz) = b5bc6b759a90069d14cc0d5fd57dd0ac18948bc555b612d17f10bf15c4fb1a8f0ab2fabad95f6cef4f2a143ddc346e0b6184fb4028f6a88c1b1dbca24de20a3b From 697a860aebf130bff111d6fd7ca650627bf81723 Mon Sep 17 00:00:00 2001 From: Jan Grulich Date: Mon, 23 Nov 2020 07:52:58 +0100 Subject: [PATCH 131/199] rebuild (qt5) --- kf5-kwayland.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/kf5-kwayland.spec b/kf5-kwayland.spec index d2867d8..e5e23e7 100644 --- a/kf5-kwayland.spec +++ b/kf5-kwayland.spec @@ -15,7 +15,7 @@ Name: kf5-%{framework} Version: 5.76.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: KDE Frameworks 5 library that wraps Client and Server Wayland libraries License: GPLv2+ @@ -111,6 +111,9 @@ make test ARGS="--output-on-failure --timeout 20" -C %{_target_platform} ||: %changelog +* Mon Nov 23 07:52:58 CET 2020 Jan Grulich - 5.76.0-2 +- rebuild (qt5) + * Thu Nov 19 09:12:53 CST 2020 Rex Dieter - 5.76.0-1 - 5.76.0 From efabdb6053c4c9704500cc0fec7d454e4236b1fc Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Sun, 13 Dec 2020 14:20:07 -0600 Subject: [PATCH 132/199] 5.77.0 --- .gitignore | 1 + kf5-kwayland.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 3b2dcdb..abe2ad7 100644 --- a/.gitignore +++ b/.gitignore @@ -52,3 +52,4 @@ /kwayland-5.74.0.tar.xz /kwayland-5.75.0.tar.xz /kwayland-5.76.0.tar.xz +/kwayland-5.77.0.tar.xz diff --git a/kf5-kwayland.spec b/kf5-kwayland.spec index e5e23e7..98f1bb5 100644 --- a/kf5-kwayland.spec +++ b/kf5-kwayland.spec @@ -14,8 +14,8 @@ %endif Name: kf5-%{framework} -Version: 5.76.0 -Release: 2%{?dist} +Version: 5.77.0 +Release: 1%{?dist} Summary: KDE Frameworks 5 library that wraps Client and Server Wayland libraries License: GPLv2+ @@ -111,6 +111,9 @@ make test ARGS="--output-on-failure --timeout 20" -C %{_target_platform} ||: %changelog +* Sun Dec 13 14:20:04 CST 2020 Rex Dieter - 5.77.0-1 +- 5.77.0 + * Mon Nov 23 07:52:58 CET 2020 Jan Grulich - 5.76.0-2 - rebuild (qt5) diff --git a/sources b/sources index a391d2a..434b4ef 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kwayland-5.76.0.tar.xz) = b5bc6b759a90069d14cc0d5fd57dd0ac18948bc555b612d17f10bf15c4fb1a8f0ab2fabad95f6cef4f2a143ddc346e0b6184fb4028f6a88c1b1dbca24de20a3b +SHA512 (kwayland-5.77.0.tar.xz) = f24df9225d6a3fbcf4627a1ea1292d971bd1ac8096777c3d79e306b808dff92ebcee34d6bcfa63e729575c873b4bceaeaa1d62e3cd848774f9a536171fae65cd From 8ba9956254584c393aa85aec8af8d401b26e7e02 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Mon, 4 Jan 2021 08:56:24 -0600 Subject: [PATCH 133/199] 5.78.0 --- .gitignore | 1 + kf5-kwayland.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index abe2ad7..70d5550 100644 --- a/.gitignore +++ b/.gitignore @@ -53,3 +53,4 @@ /kwayland-5.75.0.tar.xz /kwayland-5.76.0.tar.xz /kwayland-5.77.0.tar.xz +/kwayland-5.78.0.tar.xz diff --git a/kf5-kwayland.spec b/kf5-kwayland.spec index 98f1bb5..e020f81 100644 --- a/kf5-kwayland.spec +++ b/kf5-kwayland.spec @@ -14,12 +14,12 @@ %endif Name: kf5-%{framework} -Version: 5.77.0 +Version: 5.78.0 Release: 1%{?dist} Summary: KDE Frameworks 5 library that wraps Client and Server Wayland libraries License: GPLv2+ -URL: https://cgit.kde.org/%{framework}.git +URL: https://invent.kde.org/frameworks/%{framework} %global revision %(echo %{version} | cut -d. -f3) %if %{revision} >= 50 @@ -111,6 +111,9 @@ make test ARGS="--output-on-failure --timeout 20" -C %{_target_platform} ||: %changelog +* Mon Jan 4 08:56:16 CST 2021 Rex Dieter - 5.78.0-1 +- 5.78.0 + * Sun Dec 13 14:20:04 CST 2020 Rex Dieter - 5.77.0-1 - 5.77.0 diff --git a/sources b/sources index 434b4ef..5c661e0 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kwayland-5.77.0.tar.xz) = f24df9225d6a3fbcf4627a1ea1292d971bd1ac8096777c3d79e306b808dff92ebcee34d6bcfa63e729575c873b4bceaeaa1d62e3cd848774f9a536171fae65cd +SHA512 (kwayland-5.78.0.tar.xz) = 42bc035046333400504a8d70aa5140b6cb3247bbe7747821525e46017ff2a6894362a303e93cf5bfa020e2ea85014d50a07a6be842ccd52194cf5b9fec5d5b76 From 77ce6710cfd906c38dea8c0246e1cd2ffe96d127 Mon Sep 17 00:00:00 2001 From: Tom Stellard Date: Tue, 5 Jan 2021 22:30:26 +0000 Subject: [PATCH 134/199] Add BuildRequires: make https://fedoraproject.org/wiki/Changes/Remove_make_from_BuildRoot --- kf5-kwayland.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/kf5-kwayland.spec b/kf5-kwayland.spec index e020f81..c179171 100644 --- a/kf5-kwayland.spec +++ b/kf5-kwayland.spec @@ -29,6 +29,7 @@ URL: https://invent.kde.org/frameworks/%{framework} %endif Source0: http://download.kde.org/%{stable}/frameworks/%{versiondir}/%{framework}-%{version}.tar.xz +BuildRequires: make BuildRequires: extra-cmake-modules >= %{version} BuildRequires: kf5-rpm-macros >= %{version} BuildRequires: qt5-qtbase-devel From 0e26398e75e8620f5fd4a8f3f9e67cb4b09ac920 Mon Sep 17 00:00:00 2001 From: Marc Deop Date: Sat, 16 Jan 2021 21:41:54 +0100 Subject: [PATCH 135/199] fix: use proper URL in Source0 --- kf5-kwayland.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/kf5-kwayland.spec b/kf5-kwayland.spec index c179171..35848f0 100644 --- a/kf5-kwayland.spec +++ b/kf5-kwayland.spec @@ -15,19 +15,20 @@ Name: kf5-%{framework} Version: 5.78.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: KDE Frameworks 5 library that wraps Client and Server Wayland libraries License: GPLv2+ URL: https://invent.kde.org/frameworks/%{framework} +%global majmin %(echo %{version} | cut -d. -f1-2) %global revision %(echo %{version} | cut -d. -f3) %if %{revision} >= 50 %global stable unstable %else %global stable stable %endif -Source0: http://download.kde.org/%{stable}/frameworks/%{versiondir}/%{framework}-%{version}.tar.xz +Source0: http://download.kde.org/%{stable}/frameworks/%{majmin}/%{framework}-%{version}.tar.xz BuildRequires: make BuildRequires: extra-cmake-modules >= %{version} @@ -112,6 +113,9 @@ make test ARGS="--output-on-failure --timeout 20" -C %{_target_platform} ||: %changelog +* Sat Jan 16 2021 Marc Deop marcdeop@fedoraproject.org - 5.78.0-2 +- Fix Source0 url + * Mon Jan 4 08:56:16 CST 2021 Rex Dieter - 5.78.0-1 - 5.78.0 From bb1a15b4c3b0fd20808336c77e983e1fad31a4a8 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Tue, 26 Jan 2021 15:44:13 +0000 Subject: [PATCH 136/199] - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- kf5-kwayland.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/kf5-kwayland.spec b/kf5-kwayland.spec index 35848f0..fed4369 100644 --- a/kf5-kwayland.spec +++ b/kf5-kwayland.spec @@ -15,7 +15,7 @@ Name: kf5-%{framework} Version: 5.78.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: KDE Frameworks 5 library that wraps Client and Server Wayland libraries License: GPLv2+ @@ -113,6 +113,9 @@ make test ARGS="--output-on-failure --timeout 20" -C %{_target_platform} ||: %changelog +* Tue Jan 26 2021 Fedora Release Engineering - 5.78.0-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + * Sat Jan 16 2021 Marc Deop marcdeop@fedoraproject.org - 5.78.0-2 - Fix Source0 url From b4949b75fbbcb2957bafe8ec134f9f92d7ded70d Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Sat, 6 Feb 2021 10:03:25 -0600 Subject: [PATCH 137/199] 5.79.0 --- .gitignore | 1 + kf5-kwayland.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 70d5550..6b8a4cd 100644 --- a/.gitignore +++ b/.gitignore @@ -54,3 +54,4 @@ /kwayland-5.76.0.tar.xz /kwayland-5.77.0.tar.xz /kwayland-5.78.0.tar.xz +/kwayland-5.79.0.tar.xz diff --git a/kf5-kwayland.spec b/kf5-kwayland.spec index fed4369..899099b 100644 --- a/kf5-kwayland.spec +++ b/kf5-kwayland.spec @@ -14,8 +14,8 @@ %endif Name: kf5-%{framework} -Version: 5.78.0 -Release: 3%{?dist} +Version: 5.79.0 +Release: 1%{?dist} Summary: KDE Frameworks 5 library that wraps Client and Server Wayland libraries License: GPLv2+ @@ -113,6 +113,9 @@ make test ARGS="--output-on-failure --timeout 20" -C %{_target_platform} ||: %changelog +* Sat Feb 06 2021 Rex Dieter - 5.79.0-1 +- 5.79.0 + * Tue Jan 26 2021 Fedora Release Engineering - 5.78.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild diff --git a/sources b/sources index 5c661e0..41adeb9 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kwayland-5.78.0.tar.xz) = 42bc035046333400504a8d70aa5140b6cb3247bbe7747821525e46017ff2a6894362a303e93cf5bfa020e2ea85014d50a07a6be842ccd52194cf5b9fec5d5b76 +SHA512 (kwayland-5.79.0.tar.xz) = 781d66c57615e9d9d2f8e5d51827359c1f22f75f42fcf20f9f6b5c4b1ebed4256a023ce0fffc65508cfd42880fae895ec3b5ec38a13d2fa26fbf5d17981cbe7e From d1802605d8090e46d4a641ab82ebe6d27de7bb88 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Sat, 6 Feb 2021 15:23:51 -0600 Subject: [PATCH 138/199] respin --- kf5-kwayland.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/kf5-kwayland.spec b/kf5-kwayland.spec index 899099b..732a595 100644 --- a/kf5-kwayland.spec +++ b/kf5-kwayland.spec @@ -15,7 +15,7 @@ Name: kf5-%{framework} Version: 5.79.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: KDE Frameworks 5 library that wraps Client and Server Wayland libraries License: GPLv2+ @@ -113,6 +113,9 @@ make test ARGS="--output-on-failure --timeout 20" -C %{_target_platform} ||: %changelog +* Sat Feb 06 2021 Rex Dieter - 5.79.0-2 +- respin + * Sat Feb 06 2021 Rex Dieter - 5.79.0-1 - 5.79.0 From e9bed9dbeaaec1282062a46c572ce8f00057e0d6 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Tue, 9 Mar 2021 08:51:21 -0600 Subject: [PATCH 139/199] 5.80.0 --- .gitignore | 1 + kf5-kwayland.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 6b8a4cd..721e7e7 100644 --- a/.gitignore +++ b/.gitignore @@ -55,3 +55,4 @@ /kwayland-5.77.0.tar.xz /kwayland-5.78.0.tar.xz /kwayland-5.79.0.tar.xz +/kwayland-5.80.0.tar.xz diff --git a/kf5-kwayland.spec b/kf5-kwayland.spec index 732a595..397d022 100644 --- a/kf5-kwayland.spec +++ b/kf5-kwayland.spec @@ -14,8 +14,8 @@ %endif Name: kf5-%{framework} -Version: 5.79.0 -Release: 2%{?dist} +Version: 5.80.0 +Release: 1%{?dist} Summary: KDE Frameworks 5 library that wraps Client and Server Wayland libraries License: GPLv2+ @@ -113,6 +113,9 @@ make test ARGS="--output-on-failure --timeout 20" -C %{_target_platform} ||: %changelog +* Tue Mar 09 2021 Rex Dieter - 5.80.0-1 +- 5.80.0 + * Sat Feb 06 2021 Rex Dieter - 5.79.0-2 - respin diff --git a/sources b/sources index 41adeb9..e0c7107 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kwayland-5.79.0.tar.xz) = 781d66c57615e9d9d2f8e5d51827359c1f22f75f42fcf20f9f6b5c4b1ebed4256a023ce0fffc65508cfd42880fae895ec3b5ec38a13d2fa26fbf5d17981cbe7e +SHA512 (kwayland-5.80.0.tar.xz) = d681e7910a27c76925745dd508cc553a2ddb0b7cda9af150dbd59de3b69a19082e672c586b9e4de1da3fd8027f3aa8d85f36444a20db2604c76d7e407f269789 From e8d41bbcfeee236b8b94e50c566444d2bc384b87 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Tue, 6 Apr 2021 09:04:56 -0500 Subject: [PATCH 140/199] 5.81.0 --- .gitignore | 1 + kf5-kwayland.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 721e7e7..bcd7721 100644 --- a/.gitignore +++ b/.gitignore @@ -56,3 +56,4 @@ /kwayland-5.78.0.tar.xz /kwayland-5.79.0.tar.xz /kwayland-5.80.0.tar.xz +/kwayland-5.81.0.tar.xz diff --git a/kf5-kwayland.spec b/kf5-kwayland.spec index 397d022..1473acd 100644 --- a/kf5-kwayland.spec +++ b/kf5-kwayland.spec @@ -14,7 +14,7 @@ %endif Name: kf5-%{framework} -Version: 5.80.0 +Version: 5.81.0 Release: 1%{?dist} Summary: KDE Frameworks 5 library that wraps Client and Server Wayland libraries @@ -113,6 +113,9 @@ make test ARGS="--output-on-failure --timeout 20" -C %{_target_platform} ||: %changelog +* Tue Apr 06 2021 Rex Dieter - 5.81.0-1 +- 5.81.0 + * Tue Mar 09 2021 Rex Dieter - 5.80.0-1 - 5.80.0 diff --git a/sources b/sources index e0c7107..aaa5613 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kwayland-5.80.0.tar.xz) = d681e7910a27c76925745dd508cc553a2ddb0b7cda9af150dbd59de3b69a19082e672c586b9e4de1da3fd8027f3aa8d85f36444a20db2604c76d7e407f269789 +SHA512 (kwayland-5.81.0.tar.xz) = e73fb87826ba113b97f68bd9d6f89f0422a94a4191574e5fe8f3a20d90ee54e1202e90939564c8ee0fb4ed7984858225aad0ee92aec2bee28e47721b5352b77c From b80283b770e3472022ebae1d1c9fe46e5e594ccc Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Mon, 3 May 2021 08:48:45 -0500 Subject: [PATCH 141/199] 5.82.0 --- .gitignore | 1 + kf5-kwayland.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index bcd7721..a0994b0 100644 --- a/.gitignore +++ b/.gitignore @@ -57,3 +57,4 @@ /kwayland-5.79.0.tar.xz /kwayland-5.80.0.tar.xz /kwayland-5.81.0.tar.xz +/kwayland-5.82.0.tar.xz diff --git a/kf5-kwayland.spec b/kf5-kwayland.spec index 1473acd..cbab2da 100644 --- a/kf5-kwayland.spec +++ b/kf5-kwayland.spec @@ -14,7 +14,7 @@ %endif Name: kf5-%{framework} -Version: 5.81.0 +Version: 5.82.0 Release: 1%{?dist} Summary: KDE Frameworks 5 library that wraps Client and Server Wayland libraries @@ -113,6 +113,9 @@ make test ARGS="--output-on-failure --timeout 20" -C %{_target_platform} ||: %changelog +* Mon May 03 2021 Rex Dieter - 5.82.0-1 +- 5.82.0 + * Tue Apr 06 2021 Rex Dieter - 5.81.0-1 - 5.81.0 diff --git a/sources b/sources index aaa5613..c84ee79 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kwayland-5.81.0.tar.xz) = e73fb87826ba113b97f68bd9d6f89f0422a94a4191574e5fe8f3a20d90ee54e1202e90939564c8ee0fb4ed7984858225aad0ee92aec2bee28e47721b5352b77c +SHA512 (kwayland-5.82.0.tar.xz) = 80cddfdcef545315987d27167ab2ed35b76b9b02e2310913b7c27cbcf27671b1f1f66b8dbb8dee82d42bd2e4fdbd5853109783e76da7ec794f6eebfbef9cf020 From b2686bd2b92601664779764c9dd308d35ff5996c Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Tue, 8 Jun 2021 16:08:56 -0500 Subject: [PATCH 142/199] 5.83.0 --- .gitignore | 1 + kf5-kwayland.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index a0994b0..02a2cac 100644 --- a/.gitignore +++ b/.gitignore @@ -58,3 +58,4 @@ /kwayland-5.80.0.tar.xz /kwayland-5.81.0.tar.xz /kwayland-5.82.0.tar.xz +/kwayland-5.83.0.tar.xz diff --git a/kf5-kwayland.spec b/kf5-kwayland.spec index cbab2da..a81bfd8 100644 --- a/kf5-kwayland.spec +++ b/kf5-kwayland.spec @@ -14,7 +14,7 @@ %endif Name: kf5-%{framework} -Version: 5.82.0 +Version: 5.83.0 Release: 1%{?dist} Summary: KDE Frameworks 5 library that wraps Client and Server Wayland libraries @@ -113,6 +113,9 @@ make test ARGS="--output-on-failure --timeout 20" -C %{_target_platform} ||: %changelog +* Tue Jun 08 2021 Rex Dieter - 5.83.0-1 +- 5.83.0 + * Mon May 03 2021 Rex Dieter - 5.82.0-1 - 5.82.0 diff --git a/sources b/sources index c84ee79..2a9b4de 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kwayland-5.82.0.tar.xz) = 80cddfdcef545315987d27167ab2ed35b76b9b02e2310913b7c27cbcf27671b1f1f66b8dbb8dee82d42bd2e4fdbd5853109783e76da7ec794f6eebfbef9cf020 +SHA512 (kwayland-5.83.0.tar.xz) = fe8ceddc36c9c1b127bee68e49de730c759338697097fa94b75ca537adceedccd66aaf601ad9efd27d75f0e75c96b4caf725ec3825c0b8420ee9732c6d1258a3 From 769354070ee2565e8d8f1c8067f88e162bd16367 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 22 Jul 2021 09:58:39 +0000 Subject: [PATCH 143/199] - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- kf5-kwayland.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/kf5-kwayland.spec b/kf5-kwayland.spec index a81bfd8..36569ab 100644 --- a/kf5-kwayland.spec +++ b/kf5-kwayland.spec @@ -15,7 +15,7 @@ Name: kf5-%{framework} Version: 5.83.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: KDE Frameworks 5 library that wraps Client and Server Wayland libraries License: GPLv2+ @@ -113,6 +113,9 @@ make test ARGS="--output-on-failure --timeout 20" -C %{_target_platform} ||: %changelog +* Thu Jul 22 2021 Fedora Release Engineering - 5.83.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + * Tue Jun 08 2021 Rex Dieter - 5.83.0-1 - 5.83.0 From 5ab04cbdc325ac801e6cdac9ba9b780a0b066041 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Thu, 12 Aug 2021 11:15:29 -0500 Subject: [PATCH 144/199] 5.85.0 --- .gitignore | 1 + kf5-kwayland.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 02a2cac..259fda0 100644 --- a/.gitignore +++ b/.gitignore @@ -59,3 +59,4 @@ /kwayland-5.81.0.tar.xz /kwayland-5.82.0.tar.xz /kwayland-5.83.0.tar.xz +/kwayland-5.85.0.tar.xz diff --git a/kf5-kwayland.spec b/kf5-kwayland.spec index 36569ab..e23b455 100644 --- a/kf5-kwayland.spec +++ b/kf5-kwayland.spec @@ -14,8 +14,8 @@ %endif Name: kf5-%{framework} -Version: 5.83.0 -Release: 2%{?dist} +Version: 5.85.0 +Release: 1%{?dist} Summary: KDE Frameworks 5 library that wraps Client and Server Wayland libraries License: GPLv2+ @@ -113,6 +113,9 @@ make test ARGS="--output-on-failure --timeout 20" -C %{_target_platform} ||: %changelog +* Thu Aug 12 2021 Rex Dieter - 5.85.0-1 +- 5.85.0 + * Thu Jul 22 2021 Fedora Release Engineering - 5.83.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild diff --git a/sources b/sources index 2a9b4de..29823ba 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kwayland-5.83.0.tar.xz) = fe8ceddc36c9c1b127bee68e49de730c759338697097fa94b75ca537adceedccd66aaf601ad9efd27d75f0e75c96b4caf725ec3825c0b8420ee9732c6d1258a3 +SHA512 (kwayland-5.85.0.tar.xz) = b45321c2846c2311c2e4b48aa5edb19a3a4cac889415d490a21202470ea27281d8b9cf69f1521109bd236eb48ca93702e461b54c49e38dcc50fb90f4cea0d063 From 4a84dceaef5446d64284d2a188d23d3f79ee0c15 Mon Sep 17 00:00:00 2001 From: Marc Deop Date: Wed, 15 Sep 2021 00:21:58 +0200 Subject: [PATCH 145/199] 5.86.0 --- .gitignore | 1 + kf5-kwayland.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 259fda0..0bb430b 100644 --- a/.gitignore +++ b/.gitignore @@ -60,3 +60,4 @@ /kwayland-5.82.0.tar.xz /kwayland-5.83.0.tar.xz /kwayland-5.85.0.tar.xz +/kwayland-5.86.0.tar.xz diff --git a/kf5-kwayland.spec b/kf5-kwayland.spec index e23b455..006ee9a 100644 --- a/kf5-kwayland.spec +++ b/kf5-kwayland.spec @@ -14,7 +14,7 @@ %endif Name: kf5-%{framework} -Version: 5.85.0 +Version: 5.86.0 Release: 1%{?dist} Summary: KDE Frameworks 5 library that wraps Client and Server Wayland libraries @@ -113,6 +113,9 @@ make test ARGS="--output-on-failure --timeout 20" -C %{_target_platform} ||: %changelog +* Tue Sep 14 2021 Marc Deop - 5.86.0-1 +- 5.86.0 + * Thu Aug 12 2021 Rex Dieter - 5.85.0-1 - 5.85.0 diff --git a/sources b/sources index 29823ba..5636e0a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kwayland-5.85.0.tar.xz) = b45321c2846c2311c2e4b48aa5edb19a3a4cac889415d490a21202470ea27281d8b9cf69f1521109bd236eb48ca93702e461b54c49e38dcc50fb90f4cea0d063 +SHA512 (kwayland-5.86.0.tar.xz) = 60a9f00dc9611d02733c173b517b9d910e9d32ac2fe61e9c01f11095dee9bce134ae5cb4a98cc4a687d53a719e7bbda6ca518e89ccb5e4d914a6810fbe646baf From 3616d809ded5bf548fec4a23204f461f2ebcd9b4 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Tue, 5 Oct 2021 09:28:19 -0500 Subject: [PATCH 146/199] 5.87.0 --- .gitignore | 1 + kf5-kwayland.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 0bb430b..a37ef40 100644 --- a/.gitignore +++ b/.gitignore @@ -61,3 +61,4 @@ /kwayland-5.83.0.tar.xz /kwayland-5.85.0.tar.xz /kwayland-5.86.0.tar.xz +/kwayland-5.87.0.tar.xz diff --git a/kf5-kwayland.spec b/kf5-kwayland.spec index 006ee9a..05b807f 100644 --- a/kf5-kwayland.spec +++ b/kf5-kwayland.spec @@ -14,7 +14,7 @@ %endif Name: kf5-%{framework} -Version: 5.86.0 +Version: 5.87.0 Release: 1%{?dist} Summary: KDE Frameworks 5 library that wraps Client and Server Wayland libraries @@ -113,6 +113,9 @@ make test ARGS="--output-on-failure --timeout 20" -C %{_target_platform} ||: %changelog +* Tue Oct 05 2021 Rex Dieter - 5.87.0-1 +- 5.87.0 + * Tue Sep 14 2021 Marc Deop - 5.86.0-1 - 5.86.0 diff --git a/sources b/sources index 5636e0a..7d1f9c0 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kwayland-5.86.0.tar.xz) = 60a9f00dc9611d02733c173b517b9d910e9d32ac2fe61e9c01f11095dee9bce134ae5cb4a98cc4a687d53a719e7bbda6ca518e89ccb5e4d914a6810fbe646baf +SHA512 (kwayland-5.87.0.tar.xz) = 2e581e41a59047d9ad5832883eb940cc2a0f6af254fa72016e7a43975bbc48e335502d21a003eabf1593c894bf3523854faf8cedd17e0dbfca26d5373907e0f7 From b031122b8ee9d276ffb1aa33bb2f0cf120e34223 Mon Sep 17 00:00:00 2001 From: Marc Deop Date: Tue, 9 Nov 2021 10:06:05 +0100 Subject: [PATCH 147/199] 5.88.0 --- .gitignore | 1 + kf5-kwayland.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index a37ef40..7661994 100644 --- a/.gitignore +++ b/.gitignore @@ -62,3 +62,4 @@ /kwayland-5.85.0.tar.xz /kwayland-5.86.0.tar.xz /kwayland-5.87.0.tar.xz +/kwayland-5.88.0.tar.xz diff --git a/kf5-kwayland.spec b/kf5-kwayland.spec index 05b807f..d6b9e9e 100644 --- a/kf5-kwayland.spec +++ b/kf5-kwayland.spec @@ -14,7 +14,7 @@ %endif Name: kf5-%{framework} -Version: 5.87.0 +Version: 5.88.0 Release: 1%{?dist} Summary: KDE Frameworks 5 library that wraps Client and Server Wayland libraries @@ -113,6 +113,9 @@ make test ARGS="--output-on-failure --timeout 20" -C %{_target_platform} ||: %changelog +* Mon Nov 08 2021 Marc Deop - 5.88.0-1 +- 5.88.0 + * Tue Oct 05 2021 Rex Dieter - 5.87.0-1 - 5.87.0 diff --git a/sources b/sources index 7d1f9c0..d79e828 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kwayland-5.87.0.tar.xz) = 2e581e41a59047d9ad5832883eb940cc2a0f6af254fa72016e7a43975bbc48e335502d21a003eabf1593c894bf3523854faf8cedd17e0dbfca26d5373907e0f7 +SHA512 (kwayland-5.88.0.tar.xz) = e040f75d1ee616a7080dd066ee4b30607f0186cc60016cad5bec239d297e2995794ac1b83246596943d10542b4190add114b915e18ad473377fefc924386d0da From 7d1ce7187dcbe8204d3315bb7c24928c0322fca6 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Wed, 8 Dec 2021 09:41:37 -0600 Subject: [PATCH 148/199] 5.89.0 --- .gitignore | 1 + kf5-kwayland.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 7661994..716d064 100644 --- a/.gitignore +++ b/.gitignore @@ -63,3 +63,4 @@ /kwayland-5.86.0.tar.xz /kwayland-5.87.0.tar.xz /kwayland-5.88.0.tar.xz +/kwayland-5.89.0.tar.xz diff --git a/kf5-kwayland.spec b/kf5-kwayland.spec index d6b9e9e..2368e04 100644 --- a/kf5-kwayland.spec +++ b/kf5-kwayland.spec @@ -14,7 +14,7 @@ %endif Name: kf5-%{framework} -Version: 5.88.0 +Version: 5.89.0 Release: 1%{?dist} Summary: KDE Frameworks 5 library that wraps Client and Server Wayland libraries @@ -113,6 +113,9 @@ make test ARGS="--output-on-failure --timeout 20" -C %{_target_platform} ||: %changelog +* Wed Dec 08 2021 Rex Dieter - 5.89.0-1 +- 5.89.0 + * Mon Nov 08 2021 Marc Deop - 5.88.0-1 - 5.88.0 diff --git a/sources b/sources index d79e828..8e3d75a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kwayland-5.88.0.tar.xz) = e040f75d1ee616a7080dd066ee4b30607f0186cc60016cad5bec239d297e2995794ac1b83246596943d10542b4190add114b915e18ad473377fefc924386d0da +SHA512 (kwayland-5.89.0.tar.xz) = 417a9c91c216f3997f121065b32aa2113283c0070ae0fa30fe32f8373525a26267f7b456e25f8866b7a7857fa694854c423d60c8f76d4e19366822a144dd30f8 From 5db64ab506d25f4cee33cd883b163f6bfab0469f Mon Sep 17 00:00:00 2001 From: Marc Deop Date: Tue, 4 Jan 2022 09:36:36 +0100 Subject: [PATCH 149/199] 5.90.0 --- .gitignore | 1 + kf5-kwayland.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 716d064..9b4a2dd 100644 --- a/.gitignore +++ b/.gitignore @@ -64,3 +64,4 @@ /kwayland-5.87.0.tar.xz /kwayland-5.88.0.tar.xz /kwayland-5.89.0.tar.xz +/kwayland-5.90.0.tar.xz diff --git a/kf5-kwayland.spec b/kf5-kwayland.spec index 2368e04..225372f 100644 --- a/kf5-kwayland.spec +++ b/kf5-kwayland.spec @@ -14,7 +14,7 @@ %endif Name: kf5-%{framework} -Version: 5.89.0 +Version: 5.90.0 Release: 1%{?dist} Summary: KDE Frameworks 5 library that wraps Client and Server Wayland libraries @@ -113,6 +113,9 @@ make test ARGS="--output-on-failure --timeout 20" -C %{_target_platform} ||: %changelog +* Tue Jan 04 2022 Marc Deop i Argemí (Private) - 5.90.0-1 +- 5.90.0 + * Wed Dec 08 2021 Rex Dieter - 5.89.0-1 - 5.89.0 diff --git a/sources b/sources index 8e3d75a..3c59816 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kwayland-5.89.0.tar.xz) = 417a9c91c216f3997f121065b32aa2113283c0070ae0fa30fe32f8373525a26267f7b456e25f8866b7a7857fa694854c423d60c8f76d4e19366822a144dd30f8 +SHA512 (kwayland-5.90.0.tar.xz) = 583acc24dba3c21fbaab826cf7c98eaf4a4291f83d43f9dfef7490520e68199b1c4e1a687ace9a7f71b110e61227c653d98c35a06e29d3301a1eb083ae15fdf6 From c7209105bcf122962c5b1aa2f16044005ba24a1e Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 20 Jan 2022 14:44:01 +0000 Subject: [PATCH 150/199] - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- kf5-kwayland.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/kf5-kwayland.spec b/kf5-kwayland.spec index 225372f..5aced68 100644 --- a/kf5-kwayland.spec +++ b/kf5-kwayland.spec @@ -15,7 +15,7 @@ Name: kf5-%{framework} Version: 5.90.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: KDE Frameworks 5 library that wraps Client and Server Wayland libraries License: GPLv2+ @@ -113,6 +113,9 @@ make test ARGS="--output-on-failure --timeout 20" -C %{_target_platform} ||: %changelog +* Thu Jan 20 2022 Fedora Release Engineering - 5.90.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild + * Tue Jan 04 2022 Marc Deop i Argemí (Private) - 5.90.0-1 - 5.90.0 From f691b580652fe7de44ae4571e83636c23ec5d258 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Fri, 11 Feb 2022 12:36:00 -0600 Subject: [PATCH 151/199] 5.91.0 --- .gitignore | 1 + kf5-kwayland.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 9b4a2dd..3ac554e 100644 --- a/.gitignore +++ b/.gitignore @@ -65,3 +65,4 @@ /kwayland-5.88.0.tar.xz /kwayland-5.89.0.tar.xz /kwayland-5.90.0.tar.xz +/kwayland-5.91.0.tar.xz diff --git a/kf5-kwayland.spec b/kf5-kwayland.spec index 5aced68..5fe9515 100644 --- a/kf5-kwayland.spec +++ b/kf5-kwayland.spec @@ -14,8 +14,8 @@ %endif Name: kf5-%{framework} -Version: 5.90.0 -Release: 2%{?dist} +Version: 5.91.0 +Release: 1%{?dist} Summary: KDE Frameworks 5 library that wraps Client and Server Wayland libraries License: GPLv2+ @@ -113,6 +113,9 @@ make test ARGS="--output-on-failure --timeout 20" -C %{_target_platform} ||: %changelog +* Fri Feb 11 2022 Rex Dieter - 5.91.0-1 +- 5.91.0 + * Thu Jan 20 2022 Fedora Release Engineering - 5.90.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild diff --git a/sources b/sources index 3c59816..2894ac9 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kwayland-5.90.0.tar.xz) = 583acc24dba3c21fbaab826cf7c98eaf4a4291f83d43f9dfef7490520e68199b1c4e1a687ace9a7f71b110e61227c653d98c35a06e29d3301a1eb083ae15fdf6 +SHA512 (kwayland-5.91.0.tar.xz) = 3e0b111987aec51e4217d0a75d30888506a9c9ab21902ac7626d210ef3b6314f7c3ca78d38d1c54c1e674033d180ae70753cb34e2be2570efd946a841a40848f From db4f2b432d6b90d010a76f239ca72fc7e7b44314 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Tue, 15 Feb 2022 10:10:49 -0600 Subject: [PATCH 152/199] update %%files --- kf5-kwayland.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kf5-kwayland.spec b/kf5-kwayland.spec index 5fe9515..233eca2 100644 --- a/kf5-kwayland.spec +++ b/kf5-kwayland.spec @@ -104,7 +104,7 @@ make test ARGS="--output-on-failure --timeout 20" -C %{_target_platform} ||: %files devel %{_kf5_includedir}/KWayland/ -%{_kf5_includedir}/kwayland_version.h + %{_kf5_libdir}/cmake/KF5Wayland/ %{_kf5_libdir}/libKF5WaylandClient.so %{_kf5_libdir}/libKF5WaylandServer.so From f85c5c6dc2cff51aed6f72391dc36ec940177843 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Tue, 15 Feb 2022 15:47:53 -0600 Subject: [PATCH 153/199] update %%files harder, .spec cosmetics --- kf5-kwayland.spec | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/kf5-kwayland.spec b/kf5-kwayland.spec index 233eca2..14519c3 100644 --- a/kf5-kwayland.spec +++ b/kf5-kwayland.spec @@ -1,4 +1,3 @@ -%undefine __cmake_in_source_build %global framework kwayland %global wayland_min_version 1.3 @@ -104,10 +103,10 @@ make test ARGS="--output-on-failure --timeout 20" -C %{_target_platform} ||: %files devel %{_kf5_includedir}/KWayland/ - %{_kf5_libdir}/cmake/KF5Wayland/ %{_kf5_libdir}/libKF5WaylandClient.so %{_kf5_libdir}/libKF5WaylandServer.so +%{_kf5_libdir}/pkgconfig/KF5WaylandClient.pc %{_kf5_archdatadir}/mkspecs/modules/qt_KWaylandClient.pri %{_kf5_archdatadir}/mkspecs/modules/qt_KWaylandServer.pri From 921900511067f6c7908edbe93cb6774d8d7c1b47 Mon Sep 17 00:00:00 2001 From: Jan Grulich Date: Tue, 8 Mar 2022 08:52:42 +0100 Subject: [PATCH 154/199] Rebuild (qt5) --- kf5-kwayland.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/kf5-kwayland.spec b/kf5-kwayland.spec index 14519c3..f45f695 100644 --- a/kf5-kwayland.spec +++ b/kf5-kwayland.spec @@ -14,7 +14,7 @@ Name: kf5-%{framework} Version: 5.91.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: KDE Frameworks 5 library that wraps Client and Server Wayland libraries License: GPLv2+ @@ -112,6 +112,9 @@ make test ARGS="--output-on-failure --timeout 20" -C %{_target_platform} ||: %changelog +* Tue Mar 08 2022 Jan Grulich - 5.91.0-2 +- Rebuild (qt5) + * Fri Feb 11 2022 Rex Dieter - 5.91.0-1 - 5.91.0 From 259f957b7d71974600e139987bc14bc892012c23 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Thu, 10 Mar 2022 15:10:23 -0600 Subject: [PATCH 155/199] 5.92.0 --- .gitignore | 1 + kf5-kwayland.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 3ac554e..72f3bb9 100644 --- a/.gitignore +++ b/.gitignore @@ -66,3 +66,4 @@ /kwayland-5.89.0.tar.xz /kwayland-5.90.0.tar.xz /kwayland-5.91.0.tar.xz +/kwayland-5.92.0.tar.xz diff --git a/kf5-kwayland.spec b/kf5-kwayland.spec index f45f695..41fcfa6 100644 --- a/kf5-kwayland.spec +++ b/kf5-kwayland.spec @@ -13,8 +13,8 @@ %endif Name: kf5-%{framework} -Version: 5.91.0 -Release: 2%{?dist} +Version: 5.92.0 +Release: 1%{?dist} Summary: KDE Frameworks 5 library that wraps Client and Server Wayland libraries License: GPLv2+ @@ -112,6 +112,9 @@ make test ARGS="--output-on-failure --timeout 20" -C %{_target_platform} ||: %changelog +* Thu Mar 10 2022 Rex Dieter - 5.92.0-1 +- 5.92.0 + * Tue Mar 08 2022 Jan Grulich - 5.91.0-2 - Rebuild (qt5) diff --git a/sources b/sources index 2894ac9..b46366b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kwayland-5.91.0.tar.xz) = 3e0b111987aec51e4217d0a75d30888506a9c9ab21902ac7626d210ef3b6314f7c3ca78d38d1c54c1e674033d180ae70753cb34e2be2570efd946a841a40848f +SHA512 (kwayland-5.92.0.tar.xz) = 982140987c5cb561c25afc2d8e573db37764fde1b87d395af0c21d8d63e9a6a70dd4fdac3b70881588acca28b4c45a2af470fd9ca260fbd9bd14ed4e299fa2ed From 025ee923bf9a63fc115ab3b3920072dad2c345d5 Mon Sep 17 00:00:00 2001 From: Jan Grulich Date: Tue, 22 Mar 2022 08:39:13 +0100 Subject: [PATCH 156/199] Rebuild (qt5) --- kf5-kwayland.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/kf5-kwayland.spec b/kf5-kwayland.spec index 14519c3..09c17b7 100644 --- a/kf5-kwayland.spec +++ b/kf5-kwayland.spec @@ -14,7 +14,7 @@ Name: kf5-%{framework} Version: 5.91.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: KDE Frameworks 5 library that wraps Client and Server Wayland libraries License: GPLv2+ @@ -112,6 +112,9 @@ make test ARGS="--output-on-failure --timeout 20" -C %{_target_platform} ||: %changelog +* Tue Mar 22 2022 Jan Grulich - 5.91.0-2 +- Rebuild (qt5) + * Fri Feb 11 2022 Rex Dieter - 5.91.0-1 - 5.91.0 From f84014e5dc4c2e3833d2e6200e2c8a25163dc1b4 Mon Sep 17 00:00:00 2001 From: Justin Zobel Date: Sun, 10 Apr 2022 13:30:47 +0930 Subject: [PATCH 157/199] Update to 5.93 --- .gitignore | 1 + kf5-kwayland.spec | 5 ++++- sources | 1 + 3 files changed, 6 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 72f3bb9..1642937 100644 --- a/.gitignore +++ b/.gitignore @@ -67,3 +67,4 @@ /kwayland-5.90.0.tar.xz /kwayland-5.91.0.tar.xz /kwayland-5.92.0.tar.xz +./kwayland-5.93.tar.xz diff --git a/kf5-kwayland.spec b/kf5-kwayland.spec index 41fcfa6..b79e08c 100644 --- a/kf5-kwayland.spec +++ b/kf5-kwayland.spec @@ -13,7 +13,7 @@ %endif Name: kf5-%{framework} -Version: 5.92.0 +Version: 5.93.0 Release: 1%{?dist} Summary: KDE Frameworks 5 library that wraps Client and Server Wayland libraries @@ -112,6 +112,9 @@ make test ARGS="--output-on-failure --timeout 20" -C %{_target_platform} ||: %changelog +* Sun Apr 10 2022 Justin Zobel - 5.93-1 +- Update to 5.93 + * Thu Mar 10 2022 Rex Dieter - 5.92.0-1 - 5.92.0 diff --git a/sources b/sources index b46366b..3c4503f 100644 --- a/sources +++ b/sources @@ -1 +1,2 @@ SHA512 (kwayland-5.92.0.tar.xz) = 982140987c5cb561c25afc2d8e573db37764fde1b87d395af0c21d8d63e9a6a70dd4fdac3b70881588acca28b4c45a2af470fd9ca260fbd9bd14ed4e299fa2ed +SHA512 (kwayland-5.93.0.tar.xz) = 26157575ee49916ff1e75fccccfbd192536dbb1f914432c6e784d52eb95343c61caf26b5d3e5e6ddf1f7f439494debadbd29263631cb9489e12b98b1b9eb30c4 From f1e8e429aa4dffae92c1bae6679ad1a6c22ecdbf Mon Sep 17 00:00:00 2001 From: Justin Zobel Date: Mon, 11 Apr 2022 15:51:21 +0930 Subject: [PATCH 158/199] Update to 5.93.0 --- .gitignore | 1 + kf5-kwayland.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 3ac554e..b9f9e85 100644 --- a/.gitignore +++ b/.gitignore @@ -66,3 +66,4 @@ /kwayland-5.89.0.tar.xz /kwayland-5.90.0.tar.xz /kwayland-5.91.0.tar.xz +/kwayland-5.93.0.tar.xz diff --git a/kf5-kwayland.spec b/kf5-kwayland.spec index 09c17b7..90037fa 100644 --- a/kf5-kwayland.spec +++ b/kf5-kwayland.spec @@ -13,8 +13,8 @@ %endif Name: kf5-%{framework} -Version: 5.91.0 -Release: 2%{?dist} +Version: 5.93.0 +Release: 1%{?dist} Summary: KDE Frameworks 5 library that wraps Client and Server Wayland libraries License: GPLv2+ @@ -112,6 +112,9 @@ make test ARGS="--output-on-failure --timeout 20" -C %{_target_platform} ||: %changelog +* Mon Apr 11 2022 Justin Zobel - 5.93.0-1 +- Update to 5.93.0 + * Tue Mar 22 2022 Jan Grulich - 5.91.0-2 - Rebuild (qt5) diff --git a/sources b/sources index 2894ac9..bec19bf 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kwayland-5.91.0.tar.xz) = 3e0b111987aec51e4217d0a75d30888506a9c9ab21902ac7626d210ef3b6314f7c3ca78d38d1c54c1e674033d180ae70753cb34e2be2570efd946a841a40848f +SHA512 (kwayland-5.93.0.tar.xz) = 26157575ee49916ff1e75fccccfbd192536dbb1f914432c6e784d52eb95343c61caf26b5d3e5e6ddf1f7f439494debadbd29263631cb9489e12b98b1b9eb30c4 From 4b415148906c9920dbece8ac5846a7a9a88e40dd Mon Sep 17 00:00:00 2001 From: Troy Dawson Date: Tue, 26 Apr 2022 09:19:36 -0700 Subject: [PATCH 159/199] Revert back --- kf5-kwayland.spec | 26 +++----------------------- sources | 3 +-- sources.basename | 1 - 3 files changed, 4 insertions(+), 26 deletions(-) delete mode 100644 sources.basename diff --git a/kf5-kwayland.spec b/kf5-kwayland.spec index b79e08c..d6b9e9e 100644 --- a/kf5-kwayland.spec +++ b/kf5-kwayland.spec @@ -1,3 +1,4 @@ +%undefine __cmake_in_source_build %global framework kwayland %global wayland_min_version 1.3 @@ -13,7 +14,7 @@ %endif Name: kf5-%{framework} -Version: 5.93.0 +Version: 5.88.0 Release: 1%{?dist} Summary: KDE Frameworks 5 library that wraps Client and Server Wayland libraries @@ -103,36 +104,15 @@ make test ARGS="--output-on-failure --timeout 20" -C %{_target_platform} ||: %files devel %{_kf5_includedir}/KWayland/ +%{_kf5_includedir}/kwayland_version.h %{_kf5_libdir}/cmake/KF5Wayland/ %{_kf5_libdir}/libKF5WaylandClient.so %{_kf5_libdir}/libKF5WaylandServer.so -%{_kf5_libdir}/pkgconfig/KF5WaylandClient.pc %{_kf5_archdatadir}/mkspecs/modules/qt_KWaylandClient.pri %{_kf5_archdatadir}/mkspecs/modules/qt_KWaylandServer.pri %changelog -* Sun Apr 10 2022 Justin Zobel - 5.93-1 -- Update to 5.93 - -* Thu Mar 10 2022 Rex Dieter - 5.92.0-1 -- 5.92.0 - -* Tue Mar 08 2022 Jan Grulich - 5.91.0-2 -- Rebuild (qt5) - -* Fri Feb 11 2022 Rex Dieter - 5.91.0-1 -- 5.91.0 - -* Thu Jan 20 2022 Fedora Release Engineering - 5.90.0-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild - -* Tue Jan 04 2022 Marc Deop i Argemí (Private) - 5.90.0-1 -- 5.90.0 - -* Wed Dec 08 2021 Rex Dieter - 5.89.0-1 -- 5.89.0 - * Mon Nov 08 2021 Marc Deop - 5.88.0-1 - 5.88.0 diff --git a/sources b/sources index 3c4503f..d79e828 100644 --- a/sources +++ b/sources @@ -1,2 +1 @@ -SHA512 (kwayland-5.92.0.tar.xz) = 982140987c5cb561c25afc2d8e573db37764fde1b87d395af0c21d8d63e9a6a70dd4fdac3b70881588acca28b4c45a2af470fd9ca260fbd9bd14ed4e299fa2ed -SHA512 (kwayland-5.93.0.tar.xz) = 26157575ee49916ff1e75fccccfbd192536dbb1f914432c6e784d52eb95343c61caf26b5d3e5e6ddf1f7f439494debadbd29263631cb9489e12b98b1b9eb30c4 +SHA512 (kwayland-5.88.0.tar.xz) = e040f75d1ee616a7080dd066ee4b30607f0186cc60016cad5bec239d297e2995794ac1b83246596943d10542b4190add114b915e18ad473377fefc924386d0da diff --git a/sources.basename b/sources.basename deleted file mode 100644 index 72e92b9..0000000 --- a/sources.basename +++ /dev/null @@ -1 +0,0 @@ -kwayland From c95a323b568266bded8dcc87579f25bbced9da13 Mon Sep 17 00:00:00 2001 From: Troy Dawson Date: Tue, 26 Apr 2022 09:21:01 -0700 Subject: [PATCH 160/199] Rebuild for qt5-5.15.3 --- kf5-kwayland.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/kf5-kwayland.spec b/kf5-kwayland.spec index d6b9e9e..8be5d9e 100644 --- a/kf5-kwayland.spec +++ b/kf5-kwayland.spec @@ -15,7 +15,7 @@ Name: kf5-%{framework} Version: 5.88.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: KDE Frameworks 5 library that wraps Client and Server Wayland libraries License: GPLv2+ @@ -113,6 +113,9 @@ make test ARGS="--output-on-failure --timeout 20" -C %{_target_platform} ||: %changelog +* Tue Apr 26 2022 Troy Dawson - 5.88.0-2 +- Rebuild for qt5-5.15.3 + * Mon Nov 08 2021 Marc Deop - 5.88.0-1 - 5.88.0 From ab1900c76c7d195125b6523466d3893d55c1ebae Mon Sep 17 00:00:00 2001 From: Troy Dawson Date: Tue, 26 Apr 2022 09:46:19 -0700 Subject: [PATCH 161/199] Revert "Rebuild for qt5-5.15.3" This reverts commit c95a323b568266bded8dcc87579f25bbced9da13. --- kf5-kwayland.spec | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/kf5-kwayland.spec b/kf5-kwayland.spec index 8be5d9e..d6b9e9e 100644 --- a/kf5-kwayland.spec +++ b/kf5-kwayland.spec @@ -15,7 +15,7 @@ Name: kf5-%{framework} Version: 5.88.0 -Release: 2%{?dist} +Release: 1%{?dist} Summary: KDE Frameworks 5 library that wraps Client and Server Wayland libraries License: GPLv2+ @@ -113,9 +113,6 @@ make test ARGS="--output-on-failure --timeout 20" -C %{_target_platform} ||: %changelog -* Tue Apr 26 2022 Troy Dawson - 5.88.0-2 -- Rebuild for qt5-5.15.3 - * Mon Nov 08 2021 Marc Deop - 5.88.0-1 - 5.88.0 From 848337e558b95f09aa92ddcc9232a2ca06578e4d Mon Sep 17 00:00:00 2001 From: Troy Dawson Date: Tue, 26 Apr 2022 09:46:21 -0700 Subject: [PATCH 162/199] Revert "Revert back" This reverts commit 4b415148906c9920dbece8ac5846a7a9a88e40dd. --- kf5-kwayland.spec | 26 +++++++++++++++++++++++--- sources | 3 ++- sources.basename | 1 + 3 files changed, 26 insertions(+), 4 deletions(-) create mode 100644 sources.basename diff --git a/kf5-kwayland.spec b/kf5-kwayland.spec index d6b9e9e..b79e08c 100644 --- a/kf5-kwayland.spec +++ b/kf5-kwayland.spec @@ -1,4 +1,3 @@ -%undefine __cmake_in_source_build %global framework kwayland %global wayland_min_version 1.3 @@ -14,7 +13,7 @@ %endif Name: kf5-%{framework} -Version: 5.88.0 +Version: 5.93.0 Release: 1%{?dist} Summary: KDE Frameworks 5 library that wraps Client and Server Wayland libraries @@ -104,15 +103,36 @@ make test ARGS="--output-on-failure --timeout 20" -C %{_target_platform} ||: %files devel %{_kf5_includedir}/KWayland/ -%{_kf5_includedir}/kwayland_version.h %{_kf5_libdir}/cmake/KF5Wayland/ %{_kf5_libdir}/libKF5WaylandClient.so %{_kf5_libdir}/libKF5WaylandServer.so +%{_kf5_libdir}/pkgconfig/KF5WaylandClient.pc %{_kf5_archdatadir}/mkspecs/modules/qt_KWaylandClient.pri %{_kf5_archdatadir}/mkspecs/modules/qt_KWaylandServer.pri %changelog +* Sun Apr 10 2022 Justin Zobel - 5.93-1 +- Update to 5.93 + +* Thu Mar 10 2022 Rex Dieter - 5.92.0-1 +- 5.92.0 + +* Tue Mar 08 2022 Jan Grulich - 5.91.0-2 +- Rebuild (qt5) + +* Fri Feb 11 2022 Rex Dieter - 5.91.0-1 +- 5.91.0 + +* Thu Jan 20 2022 Fedora Release Engineering - 5.90.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild + +* Tue Jan 04 2022 Marc Deop i Argemí (Private) - 5.90.0-1 +- 5.90.0 + +* Wed Dec 08 2021 Rex Dieter - 5.89.0-1 +- 5.89.0 + * Mon Nov 08 2021 Marc Deop - 5.88.0-1 - 5.88.0 diff --git a/sources b/sources index d79e828..3c4503f 100644 --- a/sources +++ b/sources @@ -1 +1,2 @@ -SHA512 (kwayland-5.88.0.tar.xz) = e040f75d1ee616a7080dd066ee4b30607f0186cc60016cad5bec239d297e2995794ac1b83246596943d10542b4190add114b915e18ad473377fefc924386d0da +SHA512 (kwayland-5.92.0.tar.xz) = 982140987c5cb561c25afc2d8e573db37764fde1b87d395af0c21d8d63e9a6a70dd4fdac3b70881588acca28b4c45a2af470fd9ca260fbd9bd14ed4e299fa2ed +SHA512 (kwayland-5.93.0.tar.xz) = 26157575ee49916ff1e75fccccfbd192536dbb1f914432c6e784d52eb95343c61caf26b5d3e5e6ddf1f7f439494debadbd29263631cb9489e12b98b1b9eb30c4 diff --git a/sources.basename b/sources.basename new file mode 100644 index 0000000..72e92b9 --- /dev/null +++ b/sources.basename @@ -0,0 +1 @@ +kwayland From 320d3cf9f237f106a7837d33f304b9f5521e928b Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Fri, 13 May 2022 11:25:40 -0500 Subject: [PATCH 163/199] 5.94.0 --- .gitignore | 1 + kf5-kwayland.spec | 5 ++++- sources | 3 +-- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 1642937..72eda98 100644 --- a/.gitignore +++ b/.gitignore @@ -68,3 +68,4 @@ /kwayland-5.91.0.tar.xz /kwayland-5.92.0.tar.xz ./kwayland-5.93.tar.xz +/kwayland-5.94.0.tar.xz diff --git a/kf5-kwayland.spec b/kf5-kwayland.spec index b79e08c..75112a6 100644 --- a/kf5-kwayland.spec +++ b/kf5-kwayland.spec @@ -13,7 +13,7 @@ %endif Name: kf5-%{framework} -Version: 5.93.0 +Version: 5.94.0 Release: 1%{?dist} Summary: KDE Frameworks 5 library that wraps Client and Server Wayland libraries @@ -112,6 +112,9 @@ make test ARGS="--output-on-failure --timeout 20" -C %{_target_platform} ||: %changelog +* Fri May 13 2022 Rex Dieter - 5.94.0-1 +- 5.94.0 + * Sun Apr 10 2022 Justin Zobel - 5.93-1 - Update to 5.93 diff --git a/sources b/sources index 3c4503f..81f1a30 100644 --- a/sources +++ b/sources @@ -1,2 +1 @@ -SHA512 (kwayland-5.92.0.tar.xz) = 982140987c5cb561c25afc2d8e573db37764fde1b87d395af0c21d8d63e9a6a70dd4fdac3b70881588acca28b4c45a2af470fd9ca260fbd9bd14ed4e299fa2ed -SHA512 (kwayland-5.93.0.tar.xz) = 26157575ee49916ff1e75fccccfbd192536dbb1f914432c6e784d52eb95343c61caf26b5d3e5e6ddf1f7f439494debadbd29263631cb9489e12b98b1b9eb30c4 +SHA512 (kwayland-5.94.0.tar.xz) = 56d10d1048967d0c54ba88339b31ddef4b5cf3a3aa743f8fac56f5c97292112d7fa998107a854e999a54ac4ab4659e7dbf6d6c496856de4e91c45df9fafdf399 From 8d1e3739a8a80b685bbc29011207d3313fdbee16 Mon Sep 17 00:00:00 2001 From: Jan Grulich Date: Tue, 17 May 2022 13:03:58 +0200 Subject: [PATCH 164/199] Rebuild (qt5) --- kf5-kwayland.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/kf5-kwayland.spec b/kf5-kwayland.spec index 75112a6..c266d91 100644 --- a/kf5-kwayland.spec +++ b/kf5-kwayland.spec @@ -14,7 +14,7 @@ Name: kf5-%{framework} Version: 5.94.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: KDE Frameworks 5 library that wraps Client and Server Wayland libraries License: GPLv2+ @@ -112,6 +112,9 @@ make test ARGS="--output-on-failure --timeout 20" -C %{_target_platform} ||: %changelog +* Tue May 17 2022 Jan Grulich - 5.94.0-2 +- Rebuild (qt5) + * Fri May 13 2022 Rex Dieter - 5.94.0-1 - 5.94.0 From 73d4266050e5543e8133e2f273feaf7a9157d9eb Mon Sep 17 00:00:00 2001 From: Justin Zobel Date: Thu, 16 Jun 2022 14:36:44 +0930 Subject: [PATCH 165/199] Remove merge conflict header --- kf5-kwayland.spec | 1 - 1 file changed, 1 deletion(-) diff --git a/kf5-kwayland.spec b/kf5-kwayland.spec index 28dc182..4ff6bc3 100644 --- a/kf5-kwayland.spec +++ b/kf5-kwayland.spec @@ -112,7 +112,6 @@ make test ARGS="--output-on-failure --timeout 20" -C %{_target_platform} ||: %changelog -<<<<<<< HEAD * Mon Apr 11 2022 Justin Zobel - 5.93.0-1 - Update to 5.93.0 From 8e8adb7d251d33a25644be06cf89df6a79eeddb4 Mon Sep 17 00:00:00 2001 From: Marc Deop Date: Sun, 3 Jul 2022 23:25:45 +0200 Subject: [PATCH 166/199] 5.96.0 --- .gitignore | 1 + kf5-kwayland.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 72eda98..c9bc103 100644 --- a/.gitignore +++ b/.gitignore @@ -69,3 +69,4 @@ /kwayland-5.92.0.tar.xz ./kwayland-5.93.tar.xz /kwayland-5.94.0.tar.xz +/kwayland-5.96.0.tar.xz diff --git a/kf5-kwayland.spec b/kf5-kwayland.spec index c266d91..ade1f32 100644 --- a/kf5-kwayland.spec +++ b/kf5-kwayland.spec @@ -13,8 +13,8 @@ %endif Name: kf5-%{framework} -Version: 5.94.0 -Release: 2%{?dist} +Version: 5.96.0 +Release: 1%{?dist} Summary: KDE Frameworks 5 library that wraps Client and Server Wayland libraries License: GPLv2+ @@ -112,6 +112,9 @@ make test ARGS="--output-on-failure --timeout 20" -C %{_target_platform} ||: %changelog +* Sun Jul 03 2022 Marc Deop - 5.96.0-1 +- 5.96.0 + * Tue May 17 2022 Jan Grulich - 5.94.0-2 - Rebuild (qt5) diff --git a/sources b/sources index 81f1a30..2c35683 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kwayland-5.94.0.tar.xz) = 56d10d1048967d0c54ba88339b31ddef4b5cf3a3aa743f8fac56f5c97292112d7fa998107a854e999a54ac4ab4659e7dbf6d6c496856de4e91c45df9fafdf399 +SHA512 (kwayland-5.96.0.tar.xz) = f81ff1cb141039c0148949860f0d9bd57c9afdf938b838dfc91aa92d67f2aa5da6b4c19875637eaa050174b94008f56f593c18b23422e97856b301e9d515c670 From 3af769fe90e4938a843351ab937c75cfdbbb6db2 Mon Sep 17 00:00:00 2001 From: Jan Grulich Date: Thu, 14 Jul 2022 15:03:24 +0200 Subject: [PATCH 167/199] Rebuild (qt5) --- kf5-kwayland.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/kf5-kwayland.spec b/kf5-kwayland.spec index ade1f32..452c6cb 100644 --- a/kf5-kwayland.spec +++ b/kf5-kwayland.spec @@ -14,7 +14,7 @@ Name: kf5-%{framework} Version: 5.96.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: KDE Frameworks 5 library that wraps Client and Server Wayland libraries License: GPLv2+ @@ -35,7 +35,7 @@ BuildRequires: kf5-rpm-macros >= %{version} BuildRequires: qt5-qtbase-devel # https://bugs.kde.org/show_bug.cgi?id=365569#c8 claims this is needed BuildRequires: qt5-qtbase-private-devel -%{?_qt5:Requires: %{_qt5}%{?_isa} = %{_qt5_version}} + BuildRequires: wayland-devel >= %{wayland_min_version} BuildRequires: wayland-protocols-devel BuildRequires: qt5-qttools-devel @@ -112,6 +112,9 @@ make test ARGS="--output-on-failure --timeout 20" -C %{_target_platform} ||: %changelog +* Thu Jul 14 2022 Jan Grulich - 5.96.0-2 +- Rebuild (qt5) + * Sun Jul 03 2022 Marc Deop - 5.96.0-1 - 5.96.0 From fe7dcea4bd8797271c17b2903c1983f0bd755679 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 21 Jul 2022 16:10:12 +0000 Subject: [PATCH 168/199] Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- kf5-kwayland.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/kf5-kwayland.spec b/kf5-kwayland.spec index 452c6cb..63457a0 100644 --- a/kf5-kwayland.spec +++ b/kf5-kwayland.spec @@ -14,7 +14,7 @@ Name: kf5-%{framework} Version: 5.96.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: KDE Frameworks 5 library that wraps Client and Server Wayland libraries License: GPLv2+ @@ -112,6 +112,9 @@ make test ARGS="--output-on-failure --timeout 20" -C %{_target_platform} ||: %changelog +* Thu Jul 21 2022 Fedora Release Engineering - 5.96.0-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild + * Thu Jul 14 2022 Jan Grulich - 5.96.0-2 - Rebuild (qt5) From 103d08164cd4662554658aff43f5ac02a5565a34 Mon Sep 17 00:00:00 2001 From: Justin Zobel Date: Sat, 13 Aug 2022 13:54:18 +0930 Subject: [PATCH 169/199] %global variable fix --- kf5-kwayland.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kf5-kwayland.spec b/kf5-kwayland.spec index 63457a0..b6bd273 100644 --- a/kf5-kwayland.spec +++ b/kf5-kwayland.spec @@ -1,6 +1,6 @@ -%global framework kwayland +%global framework kwayland -%global wayland_min_version 1.3 +%global wayland_min_version 1.3 ## uncomment to enable bootstrap mode #global bootstrap 1 From a4c5f3dd1fe256323b1c3f5c8921c8a8deba7da1 Mon Sep 17 00:00:00 2001 From: Justin Zobel Date: Sun, 14 Aug 2022 13:11:50 +0930 Subject: [PATCH 170/199] Update to 5.97.0 --- kf5-kwayland.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/kf5-kwayland.spec b/kf5-kwayland.spec index 63457a0..1bd6392 100644 --- a/kf5-kwayland.spec +++ b/kf5-kwayland.spec @@ -13,8 +13,8 @@ %endif Name: kf5-%{framework} -Version: 5.96.0 -Release: 3%{?dist} +Version: 5.97.0 +Release: 1%{?dist} Summary: KDE Frameworks 5 library that wraps Client and Server Wayland libraries License: GPLv2+ @@ -112,6 +112,9 @@ make test ARGS="--output-on-failure --timeout 20" -C %{_target_platform} ||: %changelog +* Sat Aug 13 2022 Justin Zobel - 5.97.0-1 +- Update to 5.97.0 + * Thu Jul 21 2022 Fedora Release Engineering - 5.96.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild From bc5dfe4bf78bceaa641dd252e437290c69d1a1f5 Mon Sep 17 00:00:00 2001 From: Justin Zobel Date: Sun, 14 Aug 2022 19:14:46 +0930 Subject: [PATCH 171/199] Fix gitignore and sources --- .gitignore | 3 ++- sources | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index c9bc103..a179886 100644 --- a/.gitignore +++ b/.gitignore @@ -67,6 +67,7 @@ /kwayland-5.90.0.tar.xz /kwayland-5.91.0.tar.xz /kwayland-5.92.0.tar.xz -./kwayland-5.93.tar.xz +/kwayland-5.93.0.tar.xz /kwayland-5.94.0.tar.xz /kwayland-5.96.0.tar.xz +/kwayland-5.97.0.tar.xz diff --git a/sources b/sources index 2c35683..ad98738 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kwayland-5.96.0.tar.xz) = f81ff1cb141039c0148949860f0d9bd57c9afdf938b838dfc91aa92d67f2aa5da6b4c19875637eaa050174b94008f56f593c18b23422e97856b301e9d515c670 +SHA512 (kwayland-5.97.0.tar.xz) = 694d7cd0e643f35c5c7bbf117240a6b7515f590c5738669755fe381549c71f1c760241da2ffc8661e06e95a5e7cbdc2dc4f3a8231d53d87a6933fefcee9491f9 From 408b2faebfe107b5bd166eac0c32fe0ef047434d Mon Sep 17 00:00:00 2001 From: Justin Zobel Date: Sun, 14 Aug 2022 19:28:04 +0930 Subject: [PATCH 172/199] Fix sources line ending --- sources | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sources b/sources index ad98738..0445362 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kwayland-5.97.0.tar.xz) = 694d7cd0e643f35c5c7bbf117240a6b7515f590c5738669755fe381549c71f1c760241da2ffc8661e06e95a5e7cbdc2dc4f3a8231d53d87a6933fefcee9491f9 +SHA512 (kwayland-5.97.0.tar.xz) = 694d7cd0e643f35c5c7bbf117240a6b7515f590c5738669755fe381549c71f1c760241da2ffc8661e06e95a5e7cbdc2dc4f3a8231d53d87a6933fefcee9491f9 From eec83fa128b5703c4441e32990588a1152e623d6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Deop=20i=20Argem=C3=AD?= Date: Thu, 15 Sep 2022 17:59:18 +0200 Subject: [PATCH 173/199] 5.98.0 --- .gitignore | 1 + kf5-kwayland.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index a179886..38e99ff 100644 --- a/.gitignore +++ b/.gitignore @@ -71,3 +71,4 @@ /kwayland-5.94.0.tar.xz /kwayland-5.96.0.tar.xz /kwayland-5.97.0.tar.xz +/kwayland-5.98.0.tar.xz diff --git a/kf5-kwayland.spec b/kf5-kwayland.spec index d56936f..a38daf5 100644 --- a/kf5-kwayland.spec +++ b/kf5-kwayland.spec @@ -13,7 +13,7 @@ %endif Name: kf5-%{framework} -Version: 5.97.0 +Version: 5.98.0 Release: 1%{?dist} Summary: KDE Frameworks 5 library that wraps Client and Server Wayland libraries @@ -112,6 +112,9 @@ make test ARGS="--output-on-failure --timeout 20" -C %{_target_platform} ||: %changelog +* Thu Sep 15 2022 Marc Deop - 5.98.0-1 +- 5.98.0 + * Sat Aug 13 2022 Justin Zobel - 5.97.0-1 - Update to 5.97.0 diff --git a/sources b/sources index 0445362..63eb62e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kwayland-5.97.0.tar.xz) = 694d7cd0e643f35c5c7bbf117240a6b7515f590c5738669755fe381549c71f1c760241da2ffc8661e06e95a5e7cbdc2dc4f3a8231d53d87a6933fefcee9491f9 +SHA512 (kwayland-5.98.0.tar.xz) = e714e4a23cda911819d56cf949c0d1f3e83dcac3f59abad01d25424fa615620e381390a2716a9a318ed205e2cc8f83ba0e4fa9322bcbb4522703534384c3b8e9 From 8729ad7fd8dc0e148b1c4628bb65fb7a8ef23672 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Deop=20i=20Argem=C3=AD?= Date: Thu, 15 Sep 2022 20:55:27 +0200 Subject: [PATCH 174/199] fix: add qt5-qtbase-static to BuildRequires --- kf5-kwayland.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/kf5-kwayland.spec b/kf5-kwayland.spec index a38daf5..4d82a70 100644 --- a/kf5-kwayland.spec +++ b/kf5-kwayland.spec @@ -35,6 +35,7 @@ BuildRequires: kf5-rpm-macros >= %{version} BuildRequires: qt5-qtbase-devel # https://bugs.kde.org/show_bug.cgi?id=365569#c8 claims this is needed BuildRequires: qt5-qtbase-private-devel +BuildRequires: qt5-qtbase-static BuildRequires: wayland-devel >= %{wayland_min_version} BuildRequires: wayland-protocols-devel From c7bf5dfcda213a152ab807e18222db308975623b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Deop=20i=20Argem=C3=AD?= Date: Mon, 19 Sep 2022 08:37:14 +0200 Subject: [PATCH 175/199] feat: add patch from upstream to allow kwin to build --- ...afd8530f651c7d0ce82e47eaa3e1939bd676.patch | 117 ++++++++++++++++++ kf5-kwayland.spec | 8 +- 2 files changed, 124 insertions(+), 1 deletion(-) create mode 100644 cb13afd8530f651c7d0ce82e47eaa3e1939bd676.patch diff --git a/cb13afd8530f651c7d0ce82e47eaa3e1939bd676.patch b/cb13afd8530f651c7d0ce82e47eaa3e1939bd676.patch new file mode 100644 index 0000000..b2d1329 --- /dev/null +++ b/cb13afd8530f651c7d0ce82e47eaa3e1939bd676.patch @@ -0,0 +1,117 @@ +From cb13afd8530f651c7d0ce82e47eaa3e1939bd676 Mon Sep 17 00:00:00 2001 +From: Vlad Zahorodnii +Date: Mon, 5 Sep 2022 14:50:53 +0300 +Subject: [PATCH] Add support for wl_output version 4 + +--- + src/client/output.cpp | 30 +++++++++++++++++++++++++++++- + src/client/output.h | 10 ++++++++++ + src/client/registry.cpp | 2 +- + 3 files changed, 40 insertions(+), 2 deletions(-) + +diff --git a/src/client/output.cpp b/src/client/output.cpp +index 5999af8..d1d4109 100644 +--- a/src/client/output.cpp ++++ b/src/client/output.cpp +@@ -39,6 +39,8 @@ public: + Transform transform = Transform::Normal; + Modes modes; + Modes::iterator currentMode = modes.end(); ++ QString name; ++ QString description; + + static Output *get(wl_output *o); + +@@ -56,6 +58,8 @@ private: + static void modeCallback(void *data, wl_output *output, uint32_t flags, int32_t width, int32_t height, int32_t refresh); + static void doneCallback(void *data, wl_output *output); + static void scaleCallback(void *data, wl_output *output, int32_t scale); ++ static void nameCallback(void *data, struct wl_output *wl_output, const char *name); ++ static void descriptionCallback(void *data, struct wl_output *wl_output, const char *description); + void setPhysicalSize(const QSize &size); + void setGlobalPosition(const QPoint &pos); + void setManufacturer(const QString &manufacturer); +@@ -120,7 +124,7 @@ Output::~Output() + d->output.release(); + } + +-wl_output_listener Output::Private::s_outputListener = {geometryCallback, modeCallback, doneCallback, scaleCallback}; ++wl_output_listener Output::Private::s_outputListener = {geometryCallback, modeCallback, doneCallback, scaleCallback, nameCallback, descriptionCallback}; + + void Output::Private::geometryCallback(void *data, + wl_output *output, +@@ -234,6 +238,20 @@ void Output::Private::scaleCallback(void *data, wl_output *output, int32_t scale + o->setScale(scale); + } + ++void Output::Private::nameCallback(void *data, struct wl_output *wl_output, const char *name) ++{ ++ auto o = reinterpret_cast(data); ++ Q_ASSERT(o->output == wl_output); ++ o->name = QString::fromUtf8(name); ++} ++ ++void Output::Private::descriptionCallback(void *data, struct wl_output *wl_output, const char *description) ++{ ++ auto o = reinterpret_cast(data); ++ Q_ASSERT(o->output == wl_output); ++ o->description = QString::fromUtf8(description); ++} ++ + void Output::Private::doneCallback(void *data, wl_output *output) + { + auto o = reinterpret_cast(data); +@@ -365,6 +383,16 @@ QList Output::modes() const + return d->modes; + } + ++QString Output::name() const ++{ ++ return d->name; ++} ++ ++QString Output::description() const ++{ ++ return d->description; ++} ++ + Output::operator wl_output *() + { + return d->output; +diff --git a/src/client/output.h b/src/client/output.h +index 3bd30dd..246af4b 100644 +--- a/src/client/output.h ++++ b/src/client/output.h +@@ -174,6 +174,16 @@ public: + **/ + QList modes() const; + ++ /** ++ * Returns the name of the output. ++ **/ ++ QString name() const; ++ ++ /** ++ * Returns the human readable description of the output. ++ **/ ++ QString description() const; ++ + /** + * Sets the @p queue to use for bound proxies. + **/ +diff --git a/src/client/registry.cpp b/src/client/registry.cpp +index 2c38c7f..f034a6e 100644 +--- a/src/client/registry.cpp ++++ b/src/client/registry.cpp +@@ -123,7 +123,7 @@ static const QMap s_interfaces = { + &Registry::dataDeviceManagerRemoved + }}, + {Registry::Interface::Output, { +- 3, ++ 4, + QByteArrayLiteral("wl_output"), + &wl_output_interface, + &Registry::outputAnnounced, +-- +GitLab + diff --git a/kf5-kwayland.spec b/kf5-kwayland.spec index 4d82a70..54fdaf3 100644 --- a/kf5-kwayland.spec +++ b/kf5-kwayland.spec @@ -14,7 +14,7 @@ Name: kf5-%{framework} Version: 5.98.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: KDE Frameworks 5 library that wraps Client and Server Wayland libraries License: GPLv2+ @@ -29,6 +29,9 @@ URL: https://invent.kde.org/frameworks/%{framework} %endif Source0: http://download.kde.org/%{stable}/frameworks/%{majmin}/%{framework}-%{version}.tar.xz +# Without this kwin doesn't build with 5.98.0 +Patch0: cb13afd8530f651c7d0ce82e47eaa3e1939bd676.patch + BuildRequires: make BuildRequires: extra-cmake-modules >= %{version} BuildRequires: kf5-rpm-macros >= %{version} @@ -113,6 +116,9 @@ make test ARGS="--output-on-failure --timeout 20" -C %{_target_platform} ||: %changelog +* Sun Sep 18 2022 Marc Deop marcdeop@fedoraproject.org - 5.98.0-2 +- Apply patch to fix kwin compilation + * Thu Sep 15 2022 Marc Deop - 5.98.0-1 - 5.98.0 From 75ba670dbb0719ab4659535b7bcb7234aa742330 Mon Sep 17 00:00:00 2001 From: Jan Grulich Date: Wed, 21 Sep 2022 09:49:17 +0200 Subject: [PATCH 176/199] Rebuild (qt5) --- kf5-kwayland.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/kf5-kwayland.spec b/kf5-kwayland.spec index 54fdaf3..fcd5901 100644 --- a/kf5-kwayland.spec +++ b/kf5-kwayland.spec @@ -14,7 +14,7 @@ Name: kf5-%{framework} Version: 5.98.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: KDE Frameworks 5 library that wraps Client and Server Wayland libraries License: GPLv2+ @@ -116,6 +116,9 @@ make test ARGS="--output-on-failure --timeout 20" -C %{_target_platform} ||: %changelog +* Wed Sep 21 2022 Jan Grulich - 5.98.0-3 +- Rebuild (qt5) + * Sun Sep 18 2022 Marc Deop marcdeop@fedoraproject.org - 5.98.0-2 - Apply patch to fix kwin compilation From b30a31d62fc58ed2cf51878ed99decad08f072e1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Deop=20i=20Argem=C3=AD?= Date: Fri, 14 Oct 2022 17:00:04 +0200 Subject: [PATCH 177/199] 5.99.0 --- .gitignore | 1 + kf5-kwayland.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 38e99ff..4b3013a 100644 --- a/.gitignore +++ b/.gitignore @@ -72,3 +72,4 @@ /kwayland-5.96.0.tar.xz /kwayland-5.97.0.tar.xz /kwayland-5.98.0.tar.xz +/kwayland-5.99.0.tar.xz diff --git a/kf5-kwayland.spec b/kf5-kwayland.spec index fcd5901..a0802ec 100644 --- a/kf5-kwayland.spec +++ b/kf5-kwayland.spec @@ -13,8 +13,8 @@ %endif Name: kf5-%{framework} -Version: 5.98.0 -Release: 3%{?dist} +Version: 5.99.0 +Release: 1%{?dist} Summary: KDE Frameworks 5 library that wraps Client and Server Wayland libraries License: GPLv2+ @@ -116,6 +116,9 @@ make test ARGS="--output-on-failure --timeout 20" -C %{_target_platform} ||: %changelog +* Fri Oct 14 2022 Marc Deop - 5.99.0-1 +- 5.99.0 + * Wed Sep 21 2022 Jan Grulich - 5.98.0-3 - Rebuild (qt5) diff --git a/sources b/sources index 63eb62e..bde1bba 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kwayland-5.98.0.tar.xz) = e714e4a23cda911819d56cf949c0d1f3e83dcac3f59abad01d25424fa615620e381390a2716a9a318ed205e2cc8f83ba0e4fa9322bcbb4522703534384c3b8e9 +SHA512 (kwayland-5.99.0.tar.xz) = d921eedef35ffa536595660d21c406288e1056000587701efacb02f3265f6b1fd5935626c32c191f3d870a61253d25f79b1b9d370e4e5a6056278d13ea76ccf2 From 100b058ade0a590a8dfcfd6f1546740f75d1a72b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Deop=20i=20Argem=C3=AD?= Date: Fri, 14 Oct 2022 18:45:37 +0200 Subject: [PATCH 178/199] feat: remove patch not needed anymore --- ...afd8530f651c7d0ce82e47eaa3e1939bd676.patch | 117 ------------------ kf5-kwayland.spec | 2 - 2 files changed, 119 deletions(-) delete mode 100644 cb13afd8530f651c7d0ce82e47eaa3e1939bd676.patch diff --git a/cb13afd8530f651c7d0ce82e47eaa3e1939bd676.patch b/cb13afd8530f651c7d0ce82e47eaa3e1939bd676.patch deleted file mode 100644 index b2d1329..0000000 --- a/cb13afd8530f651c7d0ce82e47eaa3e1939bd676.patch +++ /dev/null @@ -1,117 +0,0 @@ -From cb13afd8530f651c7d0ce82e47eaa3e1939bd676 Mon Sep 17 00:00:00 2001 -From: Vlad Zahorodnii -Date: Mon, 5 Sep 2022 14:50:53 +0300 -Subject: [PATCH] Add support for wl_output version 4 - ---- - src/client/output.cpp | 30 +++++++++++++++++++++++++++++- - src/client/output.h | 10 ++++++++++ - src/client/registry.cpp | 2 +- - 3 files changed, 40 insertions(+), 2 deletions(-) - -diff --git a/src/client/output.cpp b/src/client/output.cpp -index 5999af8..d1d4109 100644 ---- a/src/client/output.cpp -+++ b/src/client/output.cpp -@@ -39,6 +39,8 @@ public: - Transform transform = Transform::Normal; - Modes modes; - Modes::iterator currentMode = modes.end(); -+ QString name; -+ QString description; - - static Output *get(wl_output *o); - -@@ -56,6 +58,8 @@ private: - static void modeCallback(void *data, wl_output *output, uint32_t flags, int32_t width, int32_t height, int32_t refresh); - static void doneCallback(void *data, wl_output *output); - static void scaleCallback(void *data, wl_output *output, int32_t scale); -+ static void nameCallback(void *data, struct wl_output *wl_output, const char *name); -+ static void descriptionCallback(void *data, struct wl_output *wl_output, const char *description); - void setPhysicalSize(const QSize &size); - void setGlobalPosition(const QPoint &pos); - void setManufacturer(const QString &manufacturer); -@@ -120,7 +124,7 @@ Output::~Output() - d->output.release(); - } - --wl_output_listener Output::Private::s_outputListener = {geometryCallback, modeCallback, doneCallback, scaleCallback}; -+wl_output_listener Output::Private::s_outputListener = {geometryCallback, modeCallback, doneCallback, scaleCallback, nameCallback, descriptionCallback}; - - void Output::Private::geometryCallback(void *data, - wl_output *output, -@@ -234,6 +238,20 @@ void Output::Private::scaleCallback(void *data, wl_output *output, int32_t scale - o->setScale(scale); - } - -+void Output::Private::nameCallback(void *data, struct wl_output *wl_output, const char *name) -+{ -+ auto o = reinterpret_cast(data); -+ Q_ASSERT(o->output == wl_output); -+ o->name = QString::fromUtf8(name); -+} -+ -+void Output::Private::descriptionCallback(void *data, struct wl_output *wl_output, const char *description) -+{ -+ auto o = reinterpret_cast(data); -+ Q_ASSERT(o->output == wl_output); -+ o->description = QString::fromUtf8(description); -+} -+ - void Output::Private::doneCallback(void *data, wl_output *output) - { - auto o = reinterpret_cast(data); -@@ -365,6 +383,16 @@ QList Output::modes() const - return d->modes; - } - -+QString Output::name() const -+{ -+ return d->name; -+} -+ -+QString Output::description() const -+{ -+ return d->description; -+} -+ - Output::operator wl_output *() - { - return d->output; -diff --git a/src/client/output.h b/src/client/output.h -index 3bd30dd..246af4b 100644 ---- a/src/client/output.h -+++ b/src/client/output.h -@@ -174,6 +174,16 @@ public: - **/ - QList modes() const; - -+ /** -+ * Returns the name of the output. -+ **/ -+ QString name() const; -+ -+ /** -+ * Returns the human readable description of the output. -+ **/ -+ QString description() const; -+ - /** - * Sets the @p queue to use for bound proxies. - **/ -diff --git a/src/client/registry.cpp b/src/client/registry.cpp -index 2c38c7f..f034a6e 100644 ---- a/src/client/registry.cpp -+++ b/src/client/registry.cpp -@@ -123,7 +123,7 @@ static const QMap s_interfaces = { - &Registry::dataDeviceManagerRemoved - }}, - {Registry::Interface::Output, { -- 3, -+ 4, - QByteArrayLiteral("wl_output"), - &wl_output_interface, - &Registry::outputAnnounced, --- -GitLab - diff --git a/kf5-kwayland.spec b/kf5-kwayland.spec index a0802ec..50fc60d 100644 --- a/kf5-kwayland.spec +++ b/kf5-kwayland.spec @@ -29,8 +29,6 @@ URL: https://invent.kde.org/frameworks/%{framework} %endif Source0: http://download.kde.org/%{stable}/frameworks/%{majmin}/%{framework}-%{version}.tar.xz -# Without this kwin doesn't build with 5.98.0 -Patch0: cb13afd8530f651c7d0ce82e47eaa3e1939bd676.patch BuildRequires: make BuildRequires: extra-cmake-modules >= %{version} From c97b4bd0d2b9a5d4c981dedfb3165e5716649a19 Mon Sep 17 00:00:00 2001 From: Jan Grulich Date: Mon, 31 Oct 2022 16:43:34 +0100 Subject: [PATCH 179/199] Rebuild (qt5) --- kf5-kwayland.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/kf5-kwayland.spec b/kf5-kwayland.spec index 50fc60d..8dd6210 100644 --- a/kf5-kwayland.spec +++ b/kf5-kwayland.spec @@ -14,7 +14,7 @@ Name: kf5-%{framework} Version: 5.99.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: KDE Frameworks 5 library that wraps Client and Server Wayland libraries License: GPLv2+ @@ -114,6 +114,9 @@ make test ARGS="--output-on-failure --timeout 20" -C %{_target_platform} ||: %changelog +* Mon Oct 31 2022 Jan Grulich - 5.99.0-2 +- Rebuild (qt5) + * Fri Oct 14 2022 Marc Deop - 5.99.0-1 - 5.99.0 From 79a855ec09af33c4703575f864352ffabe2941c3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Deop=20i=20Argem=C3=AD?= Date: Sun, 6 Nov 2022 22:29:02 +0100 Subject: [PATCH 180/199] 5.100.0 --- .gitignore | 1 + kf5-kwayland.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 4b3013a..5a9883b 100644 --- a/.gitignore +++ b/.gitignore @@ -73,3 +73,4 @@ /kwayland-5.97.0.tar.xz /kwayland-5.98.0.tar.xz /kwayland-5.99.0.tar.xz +/kwayland-5.100.0.tar.xz diff --git a/kf5-kwayland.spec b/kf5-kwayland.spec index 8dd6210..ad7db83 100644 --- a/kf5-kwayland.spec +++ b/kf5-kwayland.spec @@ -13,8 +13,8 @@ %endif Name: kf5-%{framework} -Version: 5.99.0 -Release: 2%{?dist} +Version: 5.100.0 +Release: 1%{?dist} Summary: KDE Frameworks 5 library that wraps Client and Server Wayland libraries License: GPLv2+ @@ -114,6 +114,9 @@ make test ARGS="--output-on-failure --timeout 20" -C %{_target_platform} ||: %changelog +* Sun Nov 06 2022 Marc Deop - 5.100.0-1 +- 5.100.0 + * Mon Oct 31 2022 Jan Grulich - 5.99.0-2 - Rebuild (qt5) diff --git a/sources b/sources index bde1bba..acd0a4f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kwayland-5.99.0.tar.xz) = d921eedef35ffa536595660d21c406288e1056000587701efacb02f3265f6b1fd5935626c32c191f3d870a61253d25f79b1b9d370e4e5a6056278d13ea76ccf2 +SHA512 (kwayland-5.100.0.tar.xz) = 270b28d23302d5ab90a90894a5d903a19d60dc9b5a52c124af03de3ec7910826cdec130c2b3c09f1808f33080979f6f4ac608d037e32975e9495f3c9a18b929c From a3b25348a855077d54aa87ef0fa3e383f3af3898 Mon Sep 17 00:00:00 2001 From: Jan Grulich Date: Fri, 11 Nov 2022 15:00:23 +0100 Subject: [PATCH 181/199] Rebuild (qt5) --- kf5-kwayland.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/kf5-kwayland.spec b/kf5-kwayland.spec index 50fc60d..325015f 100644 --- a/kf5-kwayland.spec +++ b/kf5-kwayland.spec @@ -14,7 +14,7 @@ Name: kf5-%{framework} Version: 5.99.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: KDE Frameworks 5 library that wraps Client and Server Wayland libraries License: GPLv2+ @@ -114,6 +114,9 @@ make test ARGS="--output-on-failure --timeout 20" -C %{_target_platform} ||: %changelog +* Fri Nov 11 2022 Jan Grulich - 5.99.0-2 +- Rebuild (qt5) + * Fri Oct 14 2022 Marc Deop - 5.99.0-1 - 5.99.0 From 1893a2b405d60dba5d9298ecfce98261f51cd27e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Deop=20i=20Argem=C3=AD?= Date: Mon, 12 Dec 2022 16:02:53 +0100 Subject: [PATCH 182/199] 5.101.0 --- .gitignore | 1 + kf5-kwayland.spec | 13 ++++++------- sources | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.gitignore b/.gitignore index 5a9883b..1d73b40 100644 --- a/.gitignore +++ b/.gitignore @@ -74,3 +74,4 @@ /kwayland-5.98.0.tar.xz /kwayland-5.99.0.tar.xz /kwayland-5.100.0.tar.xz +/kwayland-5.101.0.tar.xz diff --git a/kf5-kwayland.spec b/kf5-kwayland.spec index ad7db83..88c3434 100644 --- a/kf5-kwayland.spec +++ b/kf5-kwayland.spec @@ -13,7 +13,7 @@ %endif Name: kf5-%{framework} -Version: 5.100.0 +Version: 5.101.0 Release: 1%{?dist} Summary: KDE Frameworks 5 library that wraps Client and Server Wayland libraries @@ -21,12 +21,7 @@ License: GPLv2+ URL: https://invent.kde.org/frameworks/%{framework} %global majmin %(echo %{version} | cut -d. -f1-2) -%global revision %(echo %{version} | cut -d. -f3) -%if %{revision} >= 50 -%global stable unstable -%else -%global stable stable -%endif +%global stable %stable_kf5 Source0: http://download.kde.org/%{stable}/frameworks/%{majmin}/%{framework}-%{version}.tar.xz @@ -114,6 +109,10 @@ make test ARGS="--output-on-failure --timeout 20" -C %{_target_platform} ||: %changelog +* Mon Dec 12 2022 Marc Deop - 5.101.0-1 +- 5.101.0 +- use new macros to simplify code + * Sun Nov 06 2022 Marc Deop - 5.100.0-1 - 5.100.0 diff --git a/sources b/sources index acd0a4f..25d4315 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kwayland-5.100.0.tar.xz) = 270b28d23302d5ab90a90894a5d903a19d60dc9b5a52c124af03de3ec7910826cdec130c2b3c09f1808f33080979f6f4ac608d037e32975e9495f3c9a18b929c +SHA512 (kwayland-5.101.0.tar.xz) = cc561d2d3a2b3f1838c5b594907f5f9e78edc6ebd8e62dc751d8f2df453b9b3cac50c8220525722a8e0f2fbe842f517cfb83250c6822d97672d9a7b618194c12 From 3a3ae61764bb41dc695ed46bcc3fdf3949e7766f Mon Sep 17 00:00:00 2001 From: Jan Grulich Date: Fri, 6 Jan 2023 14:56:27 +0100 Subject: [PATCH 183/199] Rebuild (qt5) --- kf5-kwayland.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/kf5-kwayland.spec b/kf5-kwayland.spec index 88c3434..d9894e8 100644 --- a/kf5-kwayland.spec +++ b/kf5-kwayland.spec @@ -14,7 +14,7 @@ Name: kf5-%{framework} Version: 5.101.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: KDE Frameworks 5 library that wraps Client and Server Wayland libraries License: GPLv2+ @@ -109,6 +109,9 @@ make test ARGS="--output-on-failure --timeout 20" -C %{_target_platform} ||: %changelog +* Fri Jan 06 2023 Jan Grulich - 5.101.0-2 +- Rebuild (qt5) + * Mon Dec 12 2022 Marc Deop - 5.101.0-1 - 5.101.0 - use new macros to simplify code From 1ab8f26f485c836e6cd0aa402467c5d54dce91d6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Deop=20i=20Argem=C3=AD?= Date: Sat, 14 Jan 2023 16:40:35 +0100 Subject: [PATCH 184/199] 5.102.0 --- .gitignore | 1 + kf5-kwayland.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 1d73b40..f4a7113 100644 --- a/.gitignore +++ b/.gitignore @@ -75,3 +75,4 @@ /kwayland-5.99.0.tar.xz /kwayland-5.100.0.tar.xz /kwayland-5.101.0.tar.xz +/kwayland-5.102.0.tar.xz diff --git a/kf5-kwayland.spec b/kf5-kwayland.spec index d9894e8..a092624 100644 --- a/kf5-kwayland.spec +++ b/kf5-kwayland.spec @@ -13,8 +13,8 @@ %endif Name: kf5-%{framework} -Version: 5.101.0 -Release: 2%{?dist} +Version: 5.102.0 +Release: 1%{?dist} Summary: KDE Frameworks 5 library that wraps Client and Server Wayland libraries License: GPLv2+ @@ -109,6 +109,9 @@ make test ARGS="--output-on-failure --timeout 20" -C %{_target_platform} ||: %changelog +* Sat Jan 14 2023 Marc Deop - 5.102.0-1 +- 5.102.0 + * Fri Jan 06 2023 Jan Grulich - 5.101.0-2 - Rebuild (qt5) diff --git a/sources b/sources index 25d4315..35e2513 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kwayland-5.101.0.tar.xz) = cc561d2d3a2b3f1838c5b594907f5f9e78edc6ebd8e62dc751d8f2df453b9b3cac50c8220525722a8e0f2fbe842f517cfb83250c6822d97672d9a7b618194c12 +SHA512 (kwayland-5.102.0.tar.xz) = fbda5683268f9a242b76f02fd86fffc7414c054ca986ae9ea427549c4024e6cc2946f92344e0a34450787c6d7d3ab0169f8cd1649fcb86ece0579f9a6959f333 From b83a542b4b6e51f25ff17aa50f1e2062a0abf8f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Deop=20i=20Argem=C3=AD?= Date: Sun, 15 Jan 2023 17:46:22 +0100 Subject: [PATCH 185/199] fix: use macros from macros.kf5 instead of custom code --- kf5-kwayland.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kf5-kwayland.spec b/kf5-kwayland.spec index a092624..5cbfb12 100644 --- a/kf5-kwayland.spec +++ b/kf5-kwayland.spec @@ -20,7 +20,7 @@ Summary: KDE Frameworks 5 library that wraps Client and Server Wayland libraries License: GPLv2+ URL: https://invent.kde.org/frameworks/%{framework} -%global majmin %(echo %{version} | cut -d. -f1-2) +%global majmin %majmin_ver_kf5 %global stable %stable_kf5 Source0: http://download.kde.org/%{stable}/frameworks/%{majmin}/%{framework}-%{version}.tar.xz From beda275c26bab7b654a8e56f657ce50bbb37f926 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 19 Jan 2023 14:40:27 +0000 Subject: [PATCH 186/199] Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- kf5-kwayland.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/kf5-kwayland.spec b/kf5-kwayland.spec index 5cbfb12..78a2a6f 100644 --- a/kf5-kwayland.spec +++ b/kf5-kwayland.spec @@ -14,7 +14,7 @@ Name: kf5-%{framework} Version: 5.102.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: KDE Frameworks 5 library that wraps Client and Server Wayland libraries License: GPLv2+ @@ -109,6 +109,9 @@ make test ARGS="--output-on-failure --timeout 20" -C %{_target_platform} ||: %changelog +* Thu Jan 19 2023 Fedora Release Engineering - 5.102.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild + * Sat Jan 14 2023 Marc Deop - 5.102.0-1 - 5.102.0 From 96fb2010fb37d839802cc1a2b1a9fa88d6508d58 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Deop=20i=20Argem=C3=AD?= Date: Sun, 5 Feb 2023 17:38:20 +0100 Subject: [PATCH 187/199] 5.103.0 --- .gitignore | 1 + kf5-kwayland.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index f4a7113..544f08f 100644 --- a/.gitignore +++ b/.gitignore @@ -76,3 +76,4 @@ /kwayland-5.100.0.tar.xz /kwayland-5.101.0.tar.xz /kwayland-5.102.0.tar.xz +/kwayland-5.103.0.tar.xz diff --git a/kf5-kwayland.spec b/kf5-kwayland.spec index 78a2a6f..6293232 100644 --- a/kf5-kwayland.spec +++ b/kf5-kwayland.spec @@ -13,8 +13,8 @@ %endif Name: kf5-%{framework} -Version: 5.102.0 -Release: 2%{?dist} +Version: 5.103.0 +Release: 1%{?dist} Summary: KDE Frameworks 5 library that wraps Client and Server Wayland libraries License: GPLv2+ @@ -109,6 +109,9 @@ make test ARGS="--output-on-failure --timeout 20" -C %{_target_platform} ||: %changelog +* Sun Feb 05 2023 Marc Deop - 5.103.0-1 +- 5.103.0 + * Thu Jan 19 2023 Fedora Release Engineering - 5.102.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild diff --git a/sources b/sources index 35e2513..a6d5acc 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kwayland-5.102.0.tar.xz) = fbda5683268f9a242b76f02fd86fffc7414c054ca986ae9ea427549c4024e6cc2946f92344e0a34450787c6d7d3ab0169f8cd1649fcb86ece0579f9a6959f333 +SHA512 (kwayland-5.103.0.tar.xz) = 4b57b10aa0a345146b8b173b93db27947554954cbc0597e3bb0ad9a6fa5c10de3b378d05228e356525b10382ea7ff18a09b5b509c2db5493aab6efb3adcdb058 From 975a860010c9c8358b639e376b87da93d6c44ec1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Deop=20i=20Argem=C3=AD?= Date: Sat, 4 Mar 2023 17:24:41 +0100 Subject: [PATCH 188/199] 5.104.0 --- .gitignore | 1 + kf5-kwayland.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 544f08f..bfa808a 100644 --- a/.gitignore +++ b/.gitignore @@ -77,3 +77,4 @@ /kwayland-5.101.0.tar.xz /kwayland-5.102.0.tar.xz /kwayland-5.103.0.tar.xz +/kwayland-5.104.0.tar.xz diff --git a/kf5-kwayland.spec b/kf5-kwayland.spec index 6293232..7b0f4e2 100644 --- a/kf5-kwayland.spec +++ b/kf5-kwayland.spec @@ -13,7 +13,7 @@ %endif Name: kf5-%{framework} -Version: 5.103.0 +Version: 5.104.0 Release: 1%{?dist} Summary: KDE Frameworks 5 library that wraps Client and Server Wayland libraries @@ -109,6 +109,9 @@ make test ARGS="--output-on-failure --timeout 20" -C %{_target_platform} ||: %changelog +* Sat Mar 04 2023 Marc Deop i Argemí - 5.104.0-1 +- 5.104.0 + * Sun Feb 05 2023 Marc Deop - 5.103.0-1 - 5.103.0 diff --git a/sources b/sources index a6d5acc..831e6b9 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kwayland-5.103.0.tar.xz) = 4b57b10aa0a345146b8b173b93db27947554954cbc0597e3bb0ad9a6fa5c10de3b378d05228e356525b10382ea7ff18a09b5b509c2db5493aab6efb3adcdb058 +SHA512 (kwayland-5.104.0.tar.xz) = e2d6a30e50486d15dea4b3545827a2f6e501efe1a621a0bf5ff0e22b791530ecc1f044e545fe90a938e08d25a22e7d3267607033db78488206c46d9d77038b0c From 1aba7ad1d0fb8a261138309449464e55ba2b4476 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Deop=20i=20Argem=C3=AD?= Date: Sun, 2 Apr 2023 10:21:00 +0200 Subject: [PATCH 189/199] 5.105.0 --- .gitignore | 1 + kf5-kwayland.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index bfa808a..3995c17 100644 --- a/.gitignore +++ b/.gitignore @@ -78,3 +78,4 @@ /kwayland-5.102.0.tar.xz /kwayland-5.103.0.tar.xz /kwayland-5.104.0.tar.xz +/kwayland-5.105.0.tar.xz diff --git a/kf5-kwayland.spec b/kf5-kwayland.spec index 7b0f4e2..fc6acf5 100644 --- a/kf5-kwayland.spec +++ b/kf5-kwayland.spec @@ -13,7 +13,7 @@ %endif Name: kf5-%{framework} -Version: 5.104.0 +Version: 5.105.0 Release: 1%{?dist} Summary: KDE Frameworks 5 library that wraps Client and Server Wayland libraries @@ -109,6 +109,9 @@ make test ARGS="--output-on-failure --timeout 20" -C %{_target_platform} ||: %changelog +* Sun Apr 02 2023 Marc Deop i Argemí - 5.105.0-1 +- 5.105.0 + * Sat Mar 04 2023 Marc Deop i Argemí - 5.104.0-1 - 5.104.0 diff --git a/sources b/sources index 831e6b9..099b2df 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kwayland-5.104.0.tar.xz) = e2d6a30e50486d15dea4b3545827a2f6e501efe1a621a0bf5ff0e22b791530ecc1f044e545fe90a938e08d25a22e7d3267607033db78488206c46d9d77038b0c +SHA512 (kwayland-5.105.0.tar.xz) = 29f9dfccfc807b2ae7b5df2170ddfdb6dc4ad41e7cbb4e084785a6c0dd8bbf6be2277461fc26461222067ce6ad48fea65f6b016b68d3b19e317205dfa78aa23b From 4caf0db1f504127a560e7ef289714614512e8e11 Mon Sep 17 00:00:00 2001 From: Jan Grulich Date: Wed, 12 Apr 2023 06:31:57 +0200 Subject: [PATCH 190/199] Rebuild (qt5) --- kf5-kwayland.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/kf5-kwayland.spec b/kf5-kwayland.spec index fc6acf5..8a9f2b1 100644 --- a/kf5-kwayland.spec +++ b/kf5-kwayland.spec @@ -14,7 +14,7 @@ Name: kf5-%{framework} Version: 5.105.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: KDE Frameworks 5 library that wraps Client and Server Wayland libraries License: GPLv2+ @@ -109,6 +109,9 @@ make test ARGS="--output-on-failure --timeout 20" -C %{_target_platform} ||: %changelog +* Wed Apr 12 2023 Jan Grulich - 5.105.0-2 +- Rebuild (qt5) + * Sun Apr 02 2023 Marc Deop i Argemí - 5.105.0-1 - 5.105.0 From 144cbb636059fa2ddaeadac6d76281eb50e08e52 Mon Sep 17 00:00:00 2001 From: Jan Grulich Date: Wed, 12 Apr 2023 06:42:20 +0200 Subject: [PATCH 191/199] Rebuild (qt5) --- kf5-kwayland.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/kf5-kwayland.spec b/kf5-kwayland.spec index 7b0f4e2..9238892 100644 --- a/kf5-kwayland.spec +++ b/kf5-kwayland.spec @@ -14,7 +14,7 @@ Name: kf5-%{framework} Version: 5.104.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: KDE Frameworks 5 library that wraps Client and Server Wayland libraries License: GPLv2+ @@ -109,6 +109,9 @@ make test ARGS="--output-on-failure --timeout 20" -C %{_target_platform} ||: %changelog +* Wed Apr 12 2023 Jan Grulich - 5.104.0-2 +- Rebuild (qt5) + * Sat Mar 04 2023 Marc Deop i Argemí - 5.104.0-1 - 5.104.0 From f566dcdef9e65cbac19165127e8198792a4768bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Deop=20i=20Argem=C3=AD?= Date: Sat, 22 Apr 2023 11:12:19 +0200 Subject: [PATCH 192/199] Rebuild (sync builds in rawhide,f38 and f37) --- kf5-kwayland.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/kf5-kwayland.spec b/kf5-kwayland.spec index 8a9f2b1..356ce3a 100644 --- a/kf5-kwayland.spec +++ b/kf5-kwayland.spec @@ -14,7 +14,7 @@ Name: kf5-%{framework} Version: 5.105.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: KDE Frameworks 5 library that wraps Client and Server Wayland libraries License: GPLv2+ @@ -109,6 +109,9 @@ make test ARGS="--output-on-failure --timeout 20" -C %{_target_platform} ||: %changelog +* Sat Apr 22 2023 Marc Deop i Argemí - 5.105.0-3 +- Rebuild (sync builds in rawhide,f38 and f37) + * Wed Apr 12 2023 Jan Grulich - 5.105.0-2 - Rebuild (qt5) From 723bac883bed350acbb254a635b14df61eca670c Mon Sep 17 00:00:00 2001 From: Troy Dawson Date: Tue, 9 May 2023 09:59:16 -0700 Subject: [PATCH 193/199] Rebuild for qt5 update --- kf5-kwayland.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/kf5-kwayland.spec b/kf5-kwayland.spec index f2b1392..aadcbab 100644 --- a/kf5-kwayland.spec +++ b/kf5-kwayland.spec @@ -14,7 +14,7 @@ Name: kf5-%{framework} Version: 5.105.0 -Release: 3%{?dist} +Release: 4%{?dist} Summary: KDE Frameworks 5 library that wraps Client and Server Wayland libraries License: GPLv2+ @@ -109,6 +109,9 @@ make test ARGS="--output-on-failure --timeout 20" -C %{_target_platform} ||: %changelog +* Tue May 09 2023 Troy Dawson - 5.105.0-4 +- Rebuild for qt5 update + * Sat Apr 22 2023 Marc Deop i Argemí - 5.105.0-3 - Rebuild (sync builds in rawhide,f38 and f37) From d0f1edffad85e070235f674bfc5a04d19e7104a1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Deop=20i=20Argem=C3=AD?= Date: Mon, 15 May 2023 21:55:30 +0200 Subject: [PATCH 194/199] 5.106.0 --- .gitignore | 1 + kf5-kwayland.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 3995c17..d3bf0d7 100644 --- a/.gitignore +++ b/.gitignore @@ -79,3 +79,4 @@ /kwayland-5.103.0.tar.xz /kwayland-5.104.0.tar.xz /kwayland-5.105.0.tar.xz +/kwayland-5.106.0.tar.xz diff --git a/kf5-kwayland.spec b/kf5-kwayland.spec index 356ce3a..fd5c9e5 100644 --- a/kf5-kwayland.spec +++ b/kf5-kwayland.spec @@ -13,8 +13,8 @@ %endif Name: kf5-%{framework} -Version: 5.105.0 -Release: 3%{?dist} +Version: 5.106.0 +Release: 1%{?dist} Summary: KDE Frameworks 5 library that wraps Client and Server Wayland libraries License: GPLv2+ @@ -109,6 +109,9 @@ make test ARGS="--output-on-failure --timeout 20" -C %{_target_platform} ||: %changelog +* Mon May 15 2023 Marc Deop i Argemí - 5.106.0-1 +- 5.106.0 + * Sat Apr 22 2023 Marc Deop i Argemí - 5.105.0-3 - Rebuild (sync builds in rawhide,f38 and f37) diff --git a/sources b/sources index 099b2df..1960094 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kwayland-5.105.0.tar.xz) = 29f9dfccfc807b2ae7b5df2170ddfdb6dc4ad41e7cbb4e084785a6c0dd8bbf6be2277461fc26461222067ce6ad48fea65f6b016b68d3b19e317205dfa78aa23b +SHA512 (kwayland-5.106.0.tar.xz) = b8677e24cd0a36bb144034c50af053b289c91bf3ddcd7205ab05184ba952059e7c49dd7ada0c64455e158dba790d8a8b45cca3f61cf56e0b6cde10f97d2f0e72 From 948f1e073b4a19547a75c8f61f79e649ab16718f Mon Sep 17 00:00:00 2001 From: Troy Dawson Date: Wed, 17 May 2023 10:35:08 -0700 Subject: [PATCH 195/199] Rebuild again for qt5 update --- kf5-kwayland.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/kf5-kwayland.spec b/kf5-kwayland.spec index aadcbab..e47b28e 100644 --- a/kf5-kwayland.spec +++ b/kf5-kwayland.spec @@ -14,7 +14,7 @@ Name: kf5-%{framework} Version: 5.105.0 -Release: 4%{?dist} +Release: 5%{?dist} Summary: KDE Frameworks 5 library that wraps Client and Server Wayland libraries License: GPLv2+ @@ -109,6 +109,9 @@ make test ARGS="--output-on-failure --timeout 20" -C %{_target_platform} ||: %changelog +* Wed May 17 2023 Troy Dawson - 5.105.0-5 +- Rebuild again for qt5 update + * Tue May 09 2023 Troy Dawson - 5.105.0-4 - Rebuild for qt5 update From 10611382f7679a11b34c3500e8d5157da22f3989 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Deop=20i=20Argem=C3=AD?= Date: Sat, 3 Jun 2023 15:29:25 +0200 Subject: [PATCH 196/199] 5.107.0 --- .gitignore | 1 + kf5-kwayland.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index d3bf0d7..d69ef58 100644 --- a/.gitignore +++ b/.gitignore @@ -80,3 +80,4 @@ /kwayland-5.104.0.tar.xz /kwayland-5.105.0.tar.xz /kwayland-5.106.0.tar.xz +/kwayland-5.107.0.tar.xz diff --git a/kf5-kwayland.spec b/kf5-kwayland.spec index fd5c9e5..c8299ce 100644 --- a/kf5-kwayland.spec +++ b/kf5-kwayland.spec @@ -13,7 +13,7 @@ %endif Name: kf5-%{framework} -Version: 5.106.0 +Version: 5.107.0 Release: 1%{?dist} Summary: KDE Frameworks 5 library that wraps Client and Server Wayland libraries @@ -109,6 +109,9 @@ make test ARGS="--output-on-failure --timeout 20" -C %{_target_platform} ||: %changelog +* Sat Jun 03 2023 Marc Deop i Argemí - 5.107.0-1 +- 5.107.0 + * Mon May 15 2023 Marc Deop i Argemí - 5.106.0-1 - 5.106.0 diff --git a/sources b/sources index 1960094..16604ae 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kwayland-5.106.0.tar.xz) = b8677e24cd0a36bb144034c50af053b289c91bf3ddcd7205ab05184ba952059e7c49dd7ada0c64455e158dba790d8a8b45cca3f61cf56e0b6cde10f97d2f0e72 +SHA512 (kwayland-5.107.0.tar.xz) = 256e2ed16a6a2c549df9b3fe8185d9046750f71879ae77ac703d65398b0cf19d88706d3a9e00ad382d0e00b4c51f79151a78527d3159942dd27c5364b568b89b From 559740eeb094d0d43d50ba642288c8bdae66eb38 Mon Sep 17 00:00:00 2001 From: Jan Grulich Date: Wed, 14 Jun 2023 08:47:51 +0200 Subject: [PATCH 197/199] Rebuild (qt5) --- kf5-kwayland.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/kf5-kwayland.spec b/kf5-kwayland.spec index c8299ce..1605ab1 100644 --- a/kf5-kwayland.spec +++ b/kf5-kwayland.spec @@ -14,7 +14,7 @@ Name: kf5-%{framework} Version: 5.107.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: KDE Frameworks 5 library that wraps Client and Server Wayland libraries License: GPLv2+ @@ -109,6 +109,9 @@ make test ARGS="--output-on-failure --timeout 20" -C %{_target_platform} ||: %changelog +* Wed Jun 14 2023 Jan Grulich - 5.107.0-2 +- Rebuild (qt5) + * Sat Jun 03 2023 Marc Deop i Argemí - 5.107.0-1 - 5.107.0 From 8b90b74ed06b5543c0a0d3a267bfc66e8e66e9a8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Deop=20i=20Argem=C3=AD?= Date: Sun, 2 Jul 2023 19:32:20 +0200 Subject: [PATCH 198/199] 5.108.0 --- .gitignore | 1 + kf5-kwayland.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index d69ef58..36297df 100644 --- a/.gitignore +++ b/.gitignore @@ -81,3 +81,4 @@ /kwayland-5.105.0.tar.xz /kwayland-5.106.0.tar.xz /kwayland-5.107.0.tar.xz +/kwayland-5.108.0.tar.xz diff --git a/kf5-kwayland.spec b/kf5-kwayland.spec index 1605ab1..170f71d 100644 --- a/kf5-kwayland.spec +++ b/kf5-kwayland.spec @@ -13,8 +13,8 @@ %endif Name: kf5-%{framework} -Version: 5.107.0 -Release: 2%{?dist} +Version: 5.108.0 +Release: 1%{?dist} Summary: KDE Frameworks 5 library that wraps Client and Server Wayland libraries License: GPLv2+ @@ -109,6 +109,9 @@ make test ARGS="--output-on-failure --timeout 20" -C %{_target_platform} ||: %changelog +* Sun Jul 02 2023 Marc Deop i Argemí - 5.108.0-1 +- 5.108.0 + * Wed Jun 14 2023 Jan Grulich - 5.107.0-2 - Rebuild (qt5) diff --git a/sources b/sources index 16604ae..ca38e2e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kwayland-5.107.0.tar.xz) = 256e2ed16a6a2c549df9b3fe8185d9046750f71879ae77ac703d65398b0cf19d88706d3a9e00ad382d0e00b4c51f79151a78527d3159942dd27c5364b568b89b +SHA512 (kwayland-5.108.0.tar.xz) = 52aa73f2a36b7f1a17e32c5d8d8a3ebc94605d7c3bbab160ac7107f41d64b3c464a571197eab32cc20307d9564f9ae016daae124036b61708a91569ff7f1dcde From 66f9d52320b4d30eedbea76e3161ad6159d1a228 Mon Sep 17 00:00:00 2001 From: MSVSphere Packaging Team Date: Mon, 30 Oct 2023 22:48:50 +0300 Subject: [PATCH 199/199] Remove unnecessary files --- sources | 1 - sources.basename | 1 - 2 files changed, 2 deletions(-) delete mode 100644 sources delete mode 100644 sources.basename diff --git a/sources b/sources deleted file mode 100644 index ca38e2e..0000000 --- a/sources +++ /dev/null @@ -1 +0,0 @@ -SHA512 (kwayland-5.108.0.tar.xz) = 52aa73f2a36b7f1a17e32c5d8d8a3ebc94605d7c3bbab160ac7107f41d64b3c464a571197eab32cc20307d9564f9ae016daae124036b61708a91569ff7f1dcde diff --git a/sources.basename b/sources.basename deleted file mode 100644 index 72e92b9..0000000 --- a/sources.basename +++ /dev/null @@ -1 +0,0 @@ -kwayland