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 1/3] 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 2/3] 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 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 3/3] 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)