From 4a0779959b23159584cb8a6fd3e66ed2fa531403 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Sat, 13 Jul 2019 12:10:11 -0500 Subject: [PATCH 01/14] 5.60.0 --- .gitignore | 1 + kf5-kiconthemes.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 1d80a9e..e07d17d 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,4 @@ /kiconthemes-5.57.0.tar.xz /kiconthemes-5.58.0.tar.xz /kiconthemes-5.59.0.tar.xz +/kiconthemes-5.60.0.tar.xz diff --git a/kf5-kiconthemes.spec b/kf5-kiconthemes.spec index 073a21b..72c886d 100644 --- a/kf5-kiconthemes.spec +++ b/kf5-kiconthemes.spec @@ -1,7 +1,7 @@ %global framework kiconthemes Name: kf5-%{framework} -Version: 5.59.0 +Version: 5.60.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 3 integration module with icon themes @@ -83,6 +83,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Sat Jul 13 2019 Rex Dieter - 5.60.0-1 +- 5.60.0 + * Thu Jun 06 2019 Rex Dieter - 5.59.0-1 - 5.59.0 diff --git a/sources b/sources index 8fa0e7b..e3bcaf6 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kiconthemes-5.59.0.tar.xz) = 4fef2f0d6b6054d21ea6273864da75a8f33db386e91d1c8167081b22d0efe6d85796ccfb51328f336b5c261f2ed99a58649aea757899c7d13a0629361e5a69a9 +SHA512 (kiconthemes-5.60.0.tar.xz) = 446b424ef97d74d76d8e3741fc4571212f8ca2026b231a8693737db8c6efbd161cadceae9d40ae224dc66149474bdb983ca50f05e9d337808b38f9ceb7d2f61d From 179917ac6aee30a6e7c0c61b76151c03272ae8b5 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Thu, 18 Jul 2019 08:27:00 -0500 Subject: [PATCH 02/14] silence log spam wrt "Invalid Context..." (#1708740) --- kf5-kiconthemes.spec | 8 +++++++- kiconthemes-5.60.0-context_logspam.patch | 12 ++++++++++++ 2 files changed, 19 insertions(+), 1 deletion(-) create mode 100644 kiconthemes-5.60.0-context_logspam.patch diff --git a/kf5-kiconthemes.spec b/kf5-kiconthemes.spec index 72c886d..2a516cf 100644 --- a/kf5-kiconthemes.spec +++ b/kf5-kiconthemes.spec @@ -2,7 +2,7 @@ Name: kf5-%{framework} Version: 5.60.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: KDE Frameworks 5 Tier 3 integration module with icon themes License: LGPLv2+ and GPLv2+ @@ -19,6 +19,9 @@ Source0: http://download.kde.org/%{stable}/frameworks/%{majmin}/%{framework}-%{v ## upstream patches +## upstreamable patches +Patch100: kiconthemes-5.60.0-context_logspam.patch + BuildRequires: extra-cmake-modules >= %{majmin} BuildRequires: kf5-karchive-devel >= %{majmin} BuildRequires: kf5-kconfigwidgets-devel >= %{majmin} @@ -83,6 +86,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Thu Jul 18 2019 Rex Dieter - 5.60.0-2 +- silence log spam wrt "Invalid Context..." (#1708740) + * Sat Jul 13 2019 Rex Dieter - 5.60.0-1 - 5.60.0 diff --git a/kiconthemes-5.60.0-context_logspam.patch b/kiconthemes-5.60.0-context_logspam.patch new file mode 100644 index 0000000..490312e --- /dev/null +++ b/kiconthemes-5.60.0-context_logspam.patch @@ -0,0 +1,12 @@ +diff -up kiconthemes-5.60.0/src/kicontheme.cpp.logspam kiconthemes-5.60.0/src/kicontheme.cpp +--- kiconthemes-5.60.0/src/kicontheme.cpp.logspam 2019-07-07 13:34:23.000000000 -0500 ++++ kiconthemes-5.60.0/src/kicontheme.cpp 2019-07-18 08:25:14.857727321 -0500 +@@ -764,7 +764,7 @@ KIconThemeDir::KIconThemeDir(const QStri + } else if (tmp.isEmpty()) { + // do nothing. key not required + } else { +- qWarning() << "Invalid Context=" << tmp << "line for icon theme: " << constructFileName(QString()); ++ qDebug() << "Invalid Context=" << tmp << "line for icon theme: " << constructFileName(QString()); + return; + } + tmp = config.readEntry(QStringLiteral("Type"), QStringLiteral("Threshold")); From 705ddcd3ba744f7bce5c1d005bbd646b53667262 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 25 Jul 2019 11:33:23 +0000 Subject: [PATCH 03/14] - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- kf5-kiconthemes.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/kf5-kiconthemes.spec b/kf5-kiconthemes.spec index 2a516cf..32228ee 100644 --- a/kf5-kiconthemes.spec +++ b/kf5-kiconthemes.spec @@ -2,7 +2,7 @@ Name: kf5-%{framework} Version: 5.60.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: KDE Frameworks 5 Tier 3 integration module with icon themes License: LGPLv2+ and GPLv2+ @@ -86,6 +86,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Thu Jul 25 2019 Fedora Release Engineering - 5.60.0-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild + * Thu Jul 18 2019 Rex Dieter - 5.60.0-2 - silence log spam wrt "Invalid Context..." (#1708740) From 2162d845a6a280bdb61ba6cf1a884c4a7176e62f Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Mon, 29 Jul 2019 11:33:46 -0500 Subject: [PATCH 04/14] update %%files --- kf5-kiconthemes.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kf5-kiconthemes.spec b/kf5-kiconthemes.spec index 32228ee..95ad898 100644 --- a/kf5-kiconthemes.spec +++ b/kf5-kiconthemes.spec @@ -72,7 +72,7 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %files -f %{name}.lang %doc README.md %license COPYING.LIB -%{_kf5_sysconfdir}/xdg/%{framework}.* +%{_kf5_datadir}/qlogging-categories5/%{framework}.* %{_kf5_bindir}/kiconfinder5 %{_kf5_libdir}/libKF5IconThemes.so.* %{_kf5_qtplugindir}/iconengines/KIconEnginePlugin.so From ec44e53baf08d95c4c1f942a58036ee57d3bd062 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Wed, 7 Aug 2019 10:02:10 -0500 Subject: [PATCH 05/14] 5.61.0 --- .gitignore | 1 + kf5-kiconthemes.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index e07d17d..0c0003d 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,4 @@ /kiconthemes-5.58.0.tar.xz /kiconthemes-5.59.0.tar.xz /kiconthemes-5.60.0.tar.xz +/kiconthemes-5.61.0.tar.xz diff --git a/kf5-kiconthemes.spec b/kf5-kiconthemes.spec index 95ad898..a0a2dc0 100644 --- a/kf5-kiconthemes.spec +++ b/kf5-kiconthemes.spec @@ -1,8 +1,8 @@ %global framework kiconthemes Name: kf5-%{framework} -Version: 5.60.0 -Release: 3%{?dist} +Version: 5.61.0 +Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 3 integration module with icon themes License: LGPLv2+ and GPLv2+ @@ -86,6 +86,9 @@ make install/fast DESTDIR=%{buildroot} -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-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild diff --git a/sources b/sources index e3bcaf6..f57bddd 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kiconthemes-5.60.0.tar.xz) = 446b424ef97d74d76d8e3741fc4571212f8ca2026b231a8693737db8c6efbd161cadceae9d40ae224dc66149474bdb983ca50f05e9d337808b38f9ceb7d2f61d +SHA512 (kiconthemes-5.61.0.tar.xz) = dd8eb1dd9b3a7affac2d7963d71b81cb089c566e8d4fbe08a5ae37e7f13ec2c72c3216621f0fac6efa86fc937b4186189fa5c9b8419a871f0419dae38bce3c5b From 2020c4576562ad6809d0511acc4c4286d0e16d58 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Mon, 16 Sep 2019 16:36:51 -0500 Subject: [PATCH 06/14] 5.62.0 --- .gitignore | 1 + kf5-kiconthemes.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 0c0003d..cbc2f41 100644 --- a/.gitignore +++ b/.gitignore @@ -8,3 +8,4 @@ /kiconthemes-5.59.0.tar.xz /kiconthemes-5.60.0.tar.xz /kiconthemes-5.61.0.tar.xz +/kiconthemes-5.62.0.tar.xz diff --git a/kf5-kiconthemes.spec b/kf5-kiconthemes.spec index a0a2dc0..44c267a 100644 --- a/kf5-kiconthemes.spec +++ b/kf5-kiconthemes.spec @@ -1,7 +1,7 @@ %global framework kiconthemes Name: kf5-%{framework} -Version: 5.61.0 +Version: 5.62.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 3 integration module with icon themes @@ -86,6 +86,9 @@ make install/fast DESTDIR=%{buildroot} -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 f57bddd..419181a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kiconthemes-5.61.0.tar.xz) = dd8eb1dd9b3a7affac2d7963d71b81cb089c566e8d4fbe08a5ae37e7f13ec2c72c3216621f0fac6efa86fc937b4186189fa5c9b8419a871f0419dae38bce3c5b +SHA512 (kiconthemes-5.62.0.tar.xz) = 141b01813a6794f712ea6a365bf69551d6cdb2df09a56e465def87f157481f6b96968491c770083c0d28e1450e68133698f6b6889796fb9f256b75e41398cb34 From 46339d1cb609926660fb69dbab4a7eb38b0eccac Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Tue, 17 Sep 2019 13:59:47 -0500 Subject: [PATCH 07/14] +designer plugin --- kf5-kiconthemes.spec | 3 +++ 1 file changed, 3 insertions(+) diff --git a/kf5-kiconthemes.spec b/kf5-kiconthemes.spec index 44c267a..6a1af04 100644 --- a/kf5-kiconthemes.spec +++ b/kf5-kiconthemes.spec @@ -31,8 +31,10 @@ BuildRequires: kf5-ki18n-devel >= %{majmin} BuildRequires: kf5-kitemviews-devel >= %{majmin} BuildRequires: kf5-kwidgetsaddons-devel >= %{majmin} BuildRequires: kf5-rpm-macros + BuildRequires: qt5-qtbase-devel BuildRequires: qt5-qtsvg-devel +BuildRequires: cmake(Qt5UiPlugin) Requires: hicolor-icon-theme @@ -76,6 +78,7 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %{_kf5_bindir}/kiconfinder5 %{_kf5_libdir}/libKF5IconThemes.so.* %{_kf5_qtplugindir}/iconengines/KIconEnginePlugin.so +%{_kf5_qtplugindir}/designer/*5widgets.so %files devel %{_kf5_includedir}/kiconthemes_version.h From bc6e1a6473e019a9412ccb48715efdcb17b5d712 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Tue, 22 Oct 2019 08:33:42 -0500 Subject: [PATCH 08/14] 5.63.0 --- .gitignore | 1 + kf5-kiconthemes.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index cbc2f41..4a4869a 100644 --- a/.gitignore +++ b/.gitignore @@ -9,3 +9,4 @@ /kiconthemes-5.60.0.tar.xz /kiconthemes-5.61.0.tar.xz /kiconthemes-5.62.0.tar.xz +/kiconthemes-5.63.0.tar.xz diff --git a/kf5-kiconthemes.spec b/kf5-kiconthemes.spec index 6a1af04..1bcd0b2 100644 --- a/kf5-kiconthemes.spec +++ b/kf5-kiconthemes.spec @@ -1,7 +1,7 @@ %global framework kiconthemes Name: kf5-%{framework} -Version: 5.62.0 +Version: 5.63.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 3 integration module with icon themes @@ -89,6 +89,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Tue Oct 22 2019 Rex Dieter - 5.63.0-1 +- 5.63.0 + * Mon Sep 16 2019 Rex Dieter - 5.62.0-1 - 5.62.0 diff --git a/sources b/sources index 419181a..135e8f4 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kiconthemes-5.62.0.tar.xz) = 141b01813a6794f712ea6a365bf69551d6cdb2df09a56e465def87f157481f6b96968491c770083c0d28e1450e68133698f6b6889796fb9f256b75e41398cb34 +SHA512 (kiconthemes-5.63.0.tar.xz) = 71d0f70d49dfac18414aca9b963d60b3059c47fcd77868611cb9331b3606f0443e040d2dd1746d2096213c7bd3300c3de6322137446cdd2248dda1b18d931170 From 32a2fb2a117cae0614b1f8e66b9ff498b47c4c2c Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Fri, 8 Nov 2019 10:28:01 -0600 Subject: [PATCH 09/14] 5.64.0 --- .gitignore | 1 + kf5-kiconthemes.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 4a4869a..0257955 100644 --- a/.gitignore +++ b/.gitignore @@ -10,3 +10,4 @@ /kiconthemes-5.61.0.tar.xz /kiconthemes-5.62.0.tar.xz /kiconthemes-5.63.0.tar.xz +/kiconthemes-5.64.0.tar.xz diff --git a/kf5-kiconthemes.spec b/kf5-kiconthemes.spec index 1bcd0b2..672c64e 100644 --- a/kf5-kiconthemes.spec +++ b/kf5-kiconthemes.spec @@ -1,7 +1,7 @@ %global framework kiconthemes Name: kf5-%{framework} -Version: 5.63.0 +Version: 5.64.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 3 integration module with icon themes @@ -89,6 +89,9 @@ make install/fast DESTDIR=%{buildroot} -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 135e8f4..062c34b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kiconthemes-5.63.0.tar.xz) = 71d0f70d49dfac18414aca9b963d60b3059c47fcd77868611cb9331b3606f0443e040d2dd1746d2096213c7bd3300c3de6322137446cdd2248dda1b18d931170 +SHA512 (kiconthemes-5.64.0.tar.xz) = 4b58248b8a2ba026fff925fa4f67702cf7c9f4ae259fe99627bbc17783a97ef12b4feb91ac464a7efad82b3f52dbc23ecbfd9dddfd2657cae91ee546e332f835 From 890f527cd18a109e895f37ad64f6c31da9226ad7 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Tue, 17 Dec 2019 11:09:16 -0600 Subject: [PATCH 10/14] 5.65.0 --- .gitignore | 1 + kf5-kiconthemes.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 0257955..b6fd6aa 100644 --- a/.gitignore +++ b/.gitignore @@ -11,3 +11,4 @@ /kiconthemes-5.62.0.tar.xz /kiconthemes-5.63.0.tar.xz /kiconthemes-5.64.0.tar.xz +/kiconthemes-5.65.0.tar.xz diff --git a/kf5-kiconthemes.spec b/kf5-kiconthemes.spec index 672c64e..80cf45a 100644 --- a/kf5-kiconthemes.spec +++ b/kf5-kiconthemes.spec @@ -1,7 +1,7 @@ %global framework kiconthemes Name: kf5-%{framework} -Version: 5.64.0 +Version: 5.65.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 3 integration module with icon themes @@ -89,6 +89,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Tue Dec 17 2019 Rex Dieter - 5.65.0-1 +- 5.65.0 + * Fri Nov 08 2019 Rex Dieter - 5.64.0-1 - 5.64.0 diff --git a/sources b/sources index 062c34b..8d0012c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kiconthemes-5.64.0.tar.xz) = 4b58248b8a2ba026fff925fa4f67702cf7c9f4ae259fe99627bbc17783a97ef12b4feb91ac464a7efad82b3f52dbc23ecbfd9dddfd2657cae91ee546e332f835 +SHA512 (kiconthemes-5.65.0.tar.xz) = 6d40cd396eaf3d0e297b3d55c3b019f33e030f1ca4f5f0743717d1134a4ea3cb23edaf63cfadeb96de0ecadbade37f5961f2143548764cfdbaf53eeb25b85246 From 14505ec1b2a37d93894fabbc761313ba8a998c0d Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Tue, 7 Jan 2020 14:13:23 -0600 Subject: [PATCH 11/14] 5.66.0 --- .gitignore | 1 + kf5-kiconthemes.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index b6fd6aa..994df67 100644 --- a/.gitignore +++ b/.gitignore @@ -12,3 +12,4 @@ /kiconthemes-5.63.0.tar.xz /kiconthemes-5.64.0.tar.xz /kiconthemes-5.65.0.tar.xz +/kiconthemes-5.66.0.tar.xz diff --git a/kf5-kiconthemes.spec b/kf5-kiconthemes.spec index 80cf45a..8db9c42 100644 --- a/kf5-kiconthemes.spec +++ b/kf5-kiconthemes.spec @@ -1,7 +1,7 @@ %global framework kiconthemes Name: kf5-%{framework} -Version: 5.65.0 +Version: 5.66.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 3 integration module with icon themes @@ -89,6 +89,9 @@ make install/fast DESTDIR=%{buildroot} -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 8d0012c..5072513 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kiconthemes-5.65.0.tar.xz) = 6d40cd396eaf3d0e297b3d55c3b019f33e030f1ca4f5f0743717d1134a4ea3cb23edaf63cfadeb96de0ecadbade37f5961f2143548764cfdbaf53eeb25b85246 +SHA512 (kiconthemes-5.66.0.tar.xz) = d220b7c33b42ba08f3d3e2aa5b8b7e2a81e64172fd99b2213a13116f52148f9793b0234466758907ef52bf2287f3f370a59a2c30d6bb9cda7b46f8dbe7e14a8f From b636b1c5447a4c196e5b6e7fc0cc8a4fec52a361 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 29 Jan 2020 07:12:31 +0000 Subject: [PATCH 12/14] - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- kf5-kiconthemes.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/kf5-kiconthemes.spec b/kf5-kiconthemes.spec index 8db9c42..95d39d1 100644 --- a/kf5-kiconthemes.spec +++ b/kf5-kiconthemes.spec @@ -2,7 +2,7 @@ Name: kf5-%{framework} Version: 5.66.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: KDE Frameworks 5 Tier 3 integration module with icon themes License: LGPLv2+ and GPLv2+ @@ -89,6 +89,9 @@ make install/fast DESTDIR=%{buildroot} -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 28f8181a7034e471c8ecbd000425b7c489c9aaea Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Sun, 2 Feb 2020 18:01:53 -0600 Subject: [PATCH 13/14] 5.67.0 --- .gitignore | 1 + kf5-kiconthemes.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 994df67..edf0391 100644 --- a/.gitignore +++ b/.gitignore @@ -13,3 +13,4 @@ /kiconthemes-5.64.0.tar.xz /kiconthemes-5.65.0.tar.xz /kiconthemes-5.66.0.tar.xz +/kiconthemes-5.67.0.tar.xz diff --git a/kf5-kiconthemes.spec b/kf5-kiconthemes.spec index 95d39d1..110e20e 100644 --- a/kf5-kiconthemes.spec +++ b/kf5-kiconthemes.spec @@ -1,8 +1,8 @@ %global framework kiconthemes Name: kf5-%{framework} -Version: 5.66.0 -Release: 2%{?dist} +Version: 5.67.0 +Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 3 integration module with icon themes License: LGPLv2+ and GPLv2+ @@ -89,6 +89,9 @@ make install/fast DESTDIR=%{buildroot} -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 5072513..fb9fd63 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kiconthemes-5.66.0.tar.xz) = d220b7c33b42ba08f3d3e2aa5b8b7e2a81e64172fd99b2213a13116f52148f9793b0234466758907ef52bf2287f3f370a59a2c30d6bb9cda7b46f8dbe7e14a8f +SHA512 (kiconthemes-5.67.0.tar.xz) = c54971e1a070d406639033d98c50f46287e1a266ebc859059252a14b267fc86dbb57d45cdadc246f73b31db47ad5b365b2f5b46ccd14d5e3280512f0f334b821 From 868153a1df389e06a1b489b64a9f68e53429889e Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Thu, 19 Mar 2020 22:08:08 -0500 Subject: [PATCH 14/14] 5.68.0 --- .gitignore | 1 + kf5-kiconthemes.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index edf0391..fed1890 100644 --- a/.gitignore +++ b/.gitignore @@ -14,3 +14,4 @@ /kiconthemes-5.65.0.tar.xz /kiconthemes-5.66.0.tar.xz /kiconthemes-5.67.0.tar.xz +/kiconthemes-5.68.0.tar.xz diff --git a/kf5-kiconthemes.spec b/kf5-kiconthemes.spec index 110e20e..258b646 100644 --- a/kf5-kiconthemes.spec +++ b/kf5-kiconthemes.spec @@ -1,7 +1,7 @@ %global framework kiconthemes Name: kf5-%{framework} -Version: 5.67.0 +Version: 5.68.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 3 integration module with icon themes @@ -89,6 +89,9 @@ make install/fast DESTDIR=%{buildroot} -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 fb9fd63..147f292 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kiconthemes-5.67.0.tar.xz) = c54971e1a070d406639033d98c50f46287e1a266ebc859059252a14b267fc86dbb57d45cdadc246f73b31db47ad5b365b2f5b46ccd14d5e3280512f0f334b821 +SHA512 (kiconthemes-5.68.0.tar.xz) = 9088164a379a49bdf86fb8558ad1c95555c18985012c9c03e95d6e043b983e871afa594d40cc0c6f13b9261a2a19b2a0355f4a6a75d85e49a1675ef5be34724b