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