From 0e71f1b390a5033e8f3575ef2bbc2276d98989c9 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sun, 21 Jan 2024 00:19:46 +0000 Subject: [PATCH 1/4] Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild --- kf5-frameworkintegration.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/kf5-frameworkintegration.spec b/kf5-frameworkintegration.spec index d4b5576..3207905 100644 --- a/kf5-frameworkintegration.spec +++ b/kf5-frameworkintegration.spec @@ -2,7 +2,7 @@ Name: kf5-%{framework} Version: 5.113.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: KDE Frameworks 5 Tier 4 workspace and cross-framework integration plugins License: CC0-1.0 AND LGPL-2.0-only AND LGPL-2.0-or-later AND LGPL-3.0-only AND LicenseRef-KDE-Accepted-LGPL URL: https://invent.kde.org/frameworks/%{framework} @@ -108,6 +108,9 @@ developing applications that use %{name}. %changelog +* Sun Jan 21 2024 Fedora Release Engineering - 5.113.0-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + * Wed Jan 03 2024 Jan Grulich - 5.113.0-2 - Rebuild (qt5) From 935f4dd6e2a7a29d4713884917c354ddca4bad34 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 24 Jan 2024 23:59:52 +0000 Subject: [PATCH 2/4] Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild --- kf5-frameworkintegration.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/kf5-frameworkintegration.spec b/kf5-frameworkintegration.spec index 3207905..7d833d3 100644 --- a/kf5-frameworkintegration.spec +++ b/kf5-frameworkintegration.spec @@ -2,7 +2,7 @@ Name: kf5-%{framework} Version: 5.113.0 -Release: 3%{?dist} +Release: 4%{?dist} Summary: KDE Frameworks 5 Tier 4 workspace and cross-framework integration plugins License: CC0-1.0 AND LGPL-2.0-only AND LGPL-2.0-or-later AND LGPL-3.0-only AND LicenseRef-KDE-Accepted-LGPL URL: https://invent.kde.org/frameworks/%{framework} @@ -108,6 +108,9 @@ developing applications that use %{name}. %changelog +* Wed Jan 24 2024 Fedora Release Engineering - 5.113.0-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + * Sun Jan 21 2024 Fedora Release Engineering - 5.113.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild From 450378bca317449e511cccebd9a1cf6f9b488d8d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miroslav=20Such=C3=BD?= Date: Sat, 27 Jan 2024 14:37:04 +0100 Subject: [PATCH 3/4] replace LicenseRef-KDE-Accepted-* licenses according the documentation https://docs.fedoraproject.org/en-US/legal/update-existing-packages/#_licenseref_kde_accepted Part of SPDX change. Announced in advance of devel mailing list --- kf5-frameworkintegration.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kf5-frameworkintegration.spec b/kf5-frameworkintegration.spec index 7d833d3..ef1cd9e 100644 --- a/kf5-frameworkintegration.spec +++ b/kf5-frameworkintegration.spec @@ -4,7 +4,7 @@ Name: kf5-%{framework} Version: 5.113.0 Release: 4%{?dist} Summary: KDE Frameworks 5 Tier 4 workspace and cross-framework integration plugins -License: CC0-1.0 AND LGPL-2.0-only AND LGPL-2.0-or-later AND LGPL-3.0-only AND LicenseRef-KDE-Accepted-LGPL +License: CC0-1.0 AND LGPL-2.0-only AND LGPL-2.0-or-later AND LGPL-3.0-only AND (LGPL-2.1-only OR LGPL-3.0-only) URL: https://invent.kde.org/frameworks/%{framework} %global majmin %majmin_ver_kf5 From 7cdf0c5077db358cab7c794611f3c35f0075e84f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Deop=20i=20Argem=C3=AD?= Date: Sat, 10 Feb 2024 18:34:24 +0100 Subject: [PATCH 4/4] 5.115.0 --- .gitignore | 1 + kf5-frameworkintegration.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 9a52378..da8fbef 100644 --- a/.gitignore +++ b/.gitignore @@ -52,3 +52,4 @@ /frameworkintegration-5.110.0.tar.xz /frameworkintegration-5.111.0.tar.xz /frameworkintegration-5.113.0.tar.xz +/frameworkintegration-5.115.0.tar.xz diff --git a/kf5-frameworkintegration.spec b/kf5-frameworkintegration.spec index ef1cd9e..370872a 100644 --- a/kf5-frameworkintegration.spec +++ b/kf5-frameworkintegration.spec @@ -1,8 +1,8 @@ %global framework frameworkintegration Name: kf5-%{framework} -Version: 5.113.0 -Release: 4%{?dist} +Version: 5.115.0 +Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 4 workspace and cross-framework integration plugins License: CC0-1.0 AND LGPL-2.0-only AND LGPL-2.0-or-later AND LGPL-3.0-only AND (LGPL-2.1-only OR LGPL-3.0-only) URL: https://invent.kde.org/frameworks/%{framework} @@ -108,6 +108,9 @@ developing applications that use %{name}. %changelog +* Sat Feb 10 2024 Marc Deop i Argemí - 5.115.0-1 +- 5.115.0 + * Wed Jan 24 2024 Fedora Release Engineering - 5.113.0-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild diff --git a/sources b/sources index 47ad1e3..b18af5b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (frameworkintegration-5.113.0.tar.xz) = a9fe7a6c262482cb8b8d392064f66413a03d2bd031263470b0bbef1466bc18749d874d93c4c637958fecc72d7ec9273eabb3d48a0d7c457533c1ea7caf419e90 +SHA512 (frameworkintegration-5.115.0.tar.xz) = 83cc9d4e1063cd1496dbe373f30f706dcb2ce2515735d7b82cd45cf35b20a8e6c51625b752c6e9a53033db1b0573f2f3159bd569becc707b3a2e7250ce7fd20a