From 681a0918bea16c84cb25b5ecbe95e0d74335ec6b Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Wed, 8 Dec 2021 09:29:21 -0600 Subject: [PATCH 01/13] 5.89.0 --- .gitignore | 1 + kf5-kconfig.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 6d26291..626a1e3 100644 --- a/.gitignore +++ b/.gitignore @@ -40,3 +40,4 @@ /kconfig-5.86.0.tar.xz /kconfig-5.87.0.tar.xz /kconfig-5.88.0.tar.xz +/kconfig-5.89.0.tar.xz diff --git a/kf5-kconfig.spec b/kf5-kconfig.spec index e2ae0fa..e20355b 100644 --- a/kf5-kconfig.spec +++ b/kf5-kconfig.spec @@ -24,7 +24,7 @@ %global ninja 1 Name: kf5-%{framework} -Version: 5.88.0 +Version: 5.89.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 1 addon with advanced configuration system @@ -235,6 +235,9 @@ make test %{?_smp_mflags} -C redhat-linux-build ARGS="--output-on-failure --time %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 1842a43..b127b58 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kconfig-5.88.0.tar.xz) = 359517852ef5a19d75b829929bdd7b5932a5aadc7a7abfa85a43d968f5f4a3b268e3b2ce65d60528645181aa29efbf75ce9aadb78c9c9c693079b024699ba5c0 +SHA512 (kconfig-5.89.0.tar.xz) = 34fc5ec63b1c7cd0a0ea43cd87eb653223c1b5b14c7f7157555e2546fdbf0e1e9d53a5cef0e74b29bbc9a85b12ef4526a19d56977cacddc05e00d56901a8f1a4 From c6668cd5a32e6b3422f6b9de53c8e12033b73ab6 Mon Sep 17 00:00:00 2001 From: Marc Deop Date: Tue, 4 Jan 2022 09:30:19 +0100 Subject: [PATCH 02/13] 5.90.0 --- .gitignore | 1 + kf5-kconfig.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 626a1e3..61e2268 100644 --- a/.gitignore +++ b/.gitignore @@ -41,3 +41,4 @@ /kconfig-5.87.0.tar.xz /kconfig-5.88.0.tar.xz /kconfig-5.89.0.tar.xz +/kconfig-5.90.0.tar.xz diff --git a/kf5-kconfig.spec b/kf5-kconfig.spec index e20355b..aa1af22 100644 --- a/kf5-kconfig.spec +++ b/kf5-kconfig.spec @@ -24,7 +24,7 @@ %global ninja 1 Name: kf5-%{framework} -Version: 5.89.0 +Version: 5.90.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 1 addon with advanced configuration system @@ -235,6 +235,9 @@ make test %{?_smp_mflags} -C redhat-linux-build ARGS="--output-on-failure --time %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 b127b58..b840c20 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kconfig-5.89.0.tar.xz) = 34fc5ec63b1c7cd0a0ea43cd87eb653223c1b5b14c7f7157555e2546fdbf0e1e9d53a5cef0e74b29bbc9a85b12ef4526a19d56977cacddc05e00d56901a8f1a4 +SHA512 (kconfig-5.90.0.tar.xz) = ccc296cada730e3c862709961c1303018fdf69b95fc5c505bcb790c8be533c42e6d756a66009a512b2bcc3c50ee5ce4a1c6a725d560686c760e6a72a0f7bc5c8 From 0132e1ab584111402f0f6ddb66e5d5d0da99ac9c Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Mon, 10 Jan 2022 08:58:34 -0600 Subject: [PATCH 03/13] include Qml bindings --- kf5-kconfig.spec | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/kf5-kconfig.spec b/kf5-kconfig.spec index aa1af22..0fa1b3f 100644 --- a/kf5-kconfig.spec +++ b/kf5-kconfig.spec @@ -25,7 +25,7 @@ Name: kf5-%{framework} Version: 5.90.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: KDE Frameworks 5 Tier 1 addon with advanced configuration system License: GPLv2+ and LGPLv2+ and MIT @@ -51,10 +51,10 @@ BuildRequires: ninja-build BuildRequires: extra-cmake-modules >= %{majmin} BuildRequires: kf5-rpm-macros >= %{majmin} -BuildRequires: pkgconfig(Qt5Gui) -BuildRequires: pkgconfig(Qt5Xml) -BuildRequires: qt5-qtbase-devel -BuildRequires: qt5-qttools-devel +BuildRequires: cmake(Qt5DBus) +BuildRequires: cmake(Qt5Gui) +BuildRequires: cmake(Qt5Qml) +BuildRequires: cmake(Qt5Xml) %if 0%{?python_bindings} %if 0%{?fedora} && 0%{?fedora} < 27 @@ -197,7 +197,8 @@ make test %{?_smp_mflags} -C redhat-linux-build ARGS="--output-on-failure --time %{_kf5_datadir}/qlogging-categories5/%{framework}* %{_kf5_bindir}/kreadconfig5 %{_kf5_bindir}/kwriteconfig5 -%{_kf5_libdir}/libKF5ConfigCore.so.* +%{_kf5_libdir}/libKF5ConfigCore.so.5* +%{_kf5_libdir}/libKF5ConfigQml.so.5* %{_kf5_libexecdir}/kconfig_compiler_kf5 %{_kf5_libexecdir}/kconf_update @@ -210,8 +211,10 @@ make test %{?_smp_mflags} -C redhat-linux-build ARGS="--output-on-failure --time %{_kf5_includedir}/kconfig_version.h %{_kf5_includedir}/KConfigCore/ %{_kf5_includedir}/KConfigGui/ +%{_kf5_includedir}/KConfigQml/ %{_kf5_libdir}/libKF5ConfigCore.so %{_kf5_libdir}/libKF5ConfigGui.so +%{_kf5_libdir}/libKF5ConfigQml.so %{_kf5_libdir}/cmake/KF5Config/ %{_kf5_archdatadir}/mkspecs/modules/qt_KConfigCore.pri %{_kf5_archdatadir}/mkspecs/modules/qt_KConfigGui.pri @@ -235,6 +238,9 @@ make test %{?_smp_mflags} -C redhat-linux-build ARGS="--output-on-failure --time %changelog +* Mon Jan 10 2022 Rex Dieter - 5.90.0-2 +- include Qml bindings + * Tue Jan 04 2022 Marc Deop i Argemí (Private) - 5.90.0-1 - 5.90.0 From 2be9a86dbc43a4a38c873a7b37d6b1d559d1abdd Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 20 Jan 2022 14:33:22 +0000 Subject: [PATCH 04/13] - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- kf5-kconfig.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/kf5-kconfig.spec b/kf5-kconfig.spec index 0fa1b3f..f7fe255 100644 --- a/kf5-kconfig.spec +++ b/kf5-kconfig.spec @@ -25,7 +25,7 @@ Name: kf5-%{framework} Version: 5.90.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: KDE Frameworks 5 Tier 1 addon with advanced configuration system License: GPLv2+ and LGPLv2+ and MIT @@ -238,6 +238,9 @@ make test %{?_smp_mflags} -C redhat-linux-build ARGS="--output-on-failure --time %changelog +* Thu Jan 20 2022 Fedora Release Engineering - 5.90.0-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild + * Mon Jan 10 2022 Rex Dieter - 5.90.0-2 - include Qml bindings From 275315d558c6e33e6428bb9a00770ffc949341d3 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Fri, 11 Feb 2022 12:23:39 -0600 Subject: [PATCH 05/13] 5.91.0 --- .gitignore | 1 + kf5-kconfig.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 61e2268..859be5e 100644 --- a/.gitignore +++ b/.gitignore @@ -42,3 +42,4 @@ /kconfig-5.88.0.tar.xz /kconfig-5.89.0.tar.xz /kconfig-5.90.0.tar.xz +/kconfig-5.91.0.tar.xz diff --git a/kf5-kconfig.spec b/kf5-kconfig.spec index f7fe255..e9eca16 100644 --- a/kf5-kconfig.spec +++ b/kf5-kconfig.spec @@ -24,8 +24,8 @@ %global ninja 1 Name: kf5-%{framework} -Version: 5.90.0 -Release: 3%{?dist} +Version: 5.91.0 +Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 1 addon with advanced configuration system License: GPLv2+ and LGPLv2+ and MIT @@ -238,6 +238,9 @@ make test %{?_smp_mflags} -C redhat-linux-build ARGS="--output-on-failure --time %changelog +* Fri Feb 11 2022 Rex Dieter - 5.91.0-1 +- 5.91.0 + * Thu Jan 20 2022 Fedora Release Engineering - 5.90.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild diff --git a/sources b/sources index b840c20..0ad512a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kconfig-5.90.0.tar.xz) = ccc296cada730e3c862709961c1303018fdf69b95fc5c505bcb790c8be533c42e6d756a66009a512b2bcc3c50ee5ce4a1c6a725d560686c760e6a72a0f7bc5c8 +SHA512 (kconfig-5.91.0.tar.xz) = e1dccb4eab9d5969ee9c53a81d4170388337d606ee4014fbb70f669efa6118fb8dd849cd93fa6bcfd0025a60302a335e79780dc908379d507c3a1a5280603a58 From f2ac606639a5f5da2d39e593e8fbc1d00631d62d Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Tue, 15 Feb 2022 10:06:11 -0600 Subject: [PATCH 06/13] update %%files --- kf5-kconfig.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kf5-kconfig.spec b/kf5-kconfig.spec index e9eca16..44ee60f 100644 --- a/kf5-kconfig.spec +++ b/kf5-kconfig.spec @@ -208,7 +208,7 @@ make test %{?_smp_mflags} -C redhat-linux-build ARGS="--output-on-failure --time %{_kf5_libdir}/libKF5ConfigGui.so.* %files devel -%{_kf5_includedir}/kconfig_version.h + %{_kf5_includedir}/KConfigCore/ %{_kf5_includedir}/KConfigGui/ %{_kf5_includedir}/KConfigQml/ From 83d772cf9e4d732f887a91f660129c702eaf357a Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Tue, 15 Feb 2022 10:43:48 -0600 Subject: [PATCH 07/13] update %%files harder --- kf5-kconfig.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kf5-kconfig.spec b/kf5-kconfig.spec index 44ee60f..86cef57 100644 --- a/kf5-kconfig.spec +++ b/kf5-kconfig.spec @@ -208,7 +208,7 @@ make test %{?_smp_mflags} -C redhat-linux-build ARGS="--output-on-failure --time %{_kf5_libdir}/libKF5ConfigGui.so.* %files devel - +%{_kf5_includedir}/KConfig/ %{_kf5_includedir}/KConfigCore/ %{_kf5_includedir}/KConfigGui/ %{_kf5_includedir}/KConfigQml/ From 4fd6f92a9cf328d611ee2fe7aa9cea14cf160014 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Wed, 16 Feb 2022 08:30:07 -0600 Subject: [PATCH 08/13] cleanup/simplify .spec Drop python2 support (upstream considering dropping python bindings altogether) Simplify conditionals --- kf5-kconfig.spec | 34 +++++++--------------------------- 1 file changed, 7 insertions(+), 27 deletions(-) diff --git a/kf5-kconfig.spec b/kf5-kconfig.spec index 86cef57..4245b40 100644 --- a/kf5-kconfig.spec +++ b/kf5-kconfig.spec @@ -1,24 +1,18 @@ %global framework kconfig -%{!?docs: %global docs 1} # uncomment to enable bootstrap mode #global bootstrap 1 %if !0%{?bootstrap} -# FIXME/TODO: sip currently segfaults on s390x -%if 0%{?fedora} -%ifnarch ppc64 s390x -%if 0%{?fedora} < 29 -%global python_bindings 1 -%endif -%endif +%{!?docs: %global docs 1} +#global python_bindings 1 +%global tests 1 + %endif -#endif + %if 0%{?flatpak} %global docs 0 %endif -%global tests 1 -%endif # use ninja instead of make %global ninja 1 @@ -57,20 +51,15 @@ BuildRequires: cmake(Qt5Qml) BuildRequires: cmake(Qt5Xml) %if 0%{?python_bindings} -%if 0%{?fedora} && 0%{?fedora} < 27 -BuildRequires: bundled(python2-clang) >= 4.0.1 -%else -BuildRequires: python2-clang -%endif BuildRequires: clang BuildRequires: clang-devel -BuildRequires: python2-PyQt5-devel +BuildRequires: python3-clang BuildRequires: python3-PyQt5-devel %else -Obsoletes: python2-pykf5-%{framework} < %{version}-%{release} Obsoletes: python3-pykf5-%{framework} < %{version}-%{release} Obsoletes: pykf5-%{framework}-devel < %{version}-%{release} %endif +Obsoletes: python2-pykf5-%{framework} < %{version} %if 0%{?tests} BuildRequires: dbus-x11 @@ -124,12 +113,6 @@ BuildArch: noarch %endif %if 0%{?python_bindings} -%package -n python2-pykf5-%{framework} -Summary: Python2 bindings for %{framework} -Requires: %{name} = %{version}-%{release} -%description -n python2-pykf5-%{framework} -%{summary}. - %package -n python3-pykf5-%{framework} Summary: Python3 bindings for %{framework} Requires: %{name} = %{version}-%{release} @@ -226,9 +209,6 @@ make test %{?_smp_mflags} -C redhat-linux-build ARGS="--output-on-failure --time %endif %if 0%{?python_bindings} -%files -n python2-pykf5-%{framework} -%{python2_sitearch}/PyKF5/ - %files -n python3-pykf5-%{framework} %{python3_sitearch}/PyKF5/ From b6a319076349052d5538fa4b961f7f3018800eea Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Thu, 10 Mar 2022 14:56:32 -0600 Subject: [PATCH 09/13] 5.92.0 --- .gitignore | 1 + kf5-kconfig.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 859be5e..8a01c75 100644 --- a/.gitignore +++ b/.gitignore @@ -43,3 +43,4 @@ /kconfig-5.89.0.tar.xz /kconfig-5.90.0.tar.xz /kconfig-5.91.0.tar.xz +/kconfig-5.92.0.tar.xz diff --git a/kf5-kconfig.spec b/kf5-kconfig.spec index 4245b40..958e45a 100644 --- a/kf5-kconfig.spec +++ b/kf5-kconfig.spec @@ -18,7 +18,7 @@ %global ninja 1 Name: kf5-%{framework} -Version: 5.91.0 +Version: 5.92.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 1 addon with advanced configuration system @@ -218,6 +218,9 @@ make test %{?_smp_mflags} -C redhat-linux-build ARGS="--output-on-failure --time %changelog +* Thu Mar 10 2022 Rex Dieter - 5.92.0-1 +- 5.92.0 + * Fri Feb 11 2022 Rex Dieter - 5.91.0-1 - 5.91.0 diff --git a/sources b/sources index 0ad512a..421514d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kconfig-5.91.0.tar.xz) = e1dccb4eab9d5969ee9c53a81d4170388337d606ee4014fbb70f669efa6118fb8dd849cd93fa6bcfd0025a60302a335e79780dc908379d507c3a1a5280603a58 +SHA512 (kconfig-5.92.0.tar.xz) = 751fed42c90c8319fecaca106cbc1a8797cc1490a3732ca9071dd5ce27bf1cdf3acbc048ae14b8a7920036b47fc5f554bab4742f00c1d0391d2c130a5e0aba4d From 3a6a538863350016942659a53f44361c225131c0 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Thu, 10 Mar 2022 17:26:13 -0600 Subject: [PATCH 10/13] disable docs (FTBFS) --- kf5-kconfig.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kf5-kconfig.spec b/kf5-kconfig.spec index 958e45a..2183eeb 100644 --- a/kf5-kconfig.spec +++ b/kf5-kconfig.spec @@ -4,7 +4,7 @@ #global bootstrap 1 %if !0%{?bootstrap} -%{!?docs: %global docs 1} +#global docs 1 #global python_bindings 1 %global tests 1 From 667219e8b4cf06c910e0f8325c56e46472b37130 Mon Sep 17 00:00:00 2001 From: Justin Zobel Date: Sun, 10 Apr 2022 13:22:27 +0930 Subject: [PATCH 11/13] Update to 5.93 --- .gitignore | 1 + kf5-kconfig.spec | 5 ++++- sources | 1 + 3 files changed, 6 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 8a01c75..c1c1c8b 100644 --- a/.gitignore +++ b/.gitignore @@ -44,3 +44,4 @@ /kconfig-5.90.0.tar.xz /kconfig-5.91.0.tar.xz /kconfig-5.92.0.tar.xz +./kconfig-5.93.tar.xz diff --git a/kf5-kconfig.spec b/kf5-kconfig.spec index 2183eeb..e1bf032 100644 --- a/kf5-kconfig.spec +++ b/kf5-kconfig.spec @@ -18,7 +18,7 @@ %global ninja 1 Name: kf5-%{framework} -Version: 5.92.0 +Version: 5.93.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 1 addon with advanced configuration system @@ -218,6 +218,9 @@ make test %{?_smp_mflags} -C redhat-linux-build ARGS="--output-on-failure --time %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 421514d..8c9c673 100644 --- a/sources +++ b/sources @@ -1 +1,2 @@ SHA512 (kconfig-5.92.0.tar.xz) = 751fed42c90c8319fecaca106cbc1a8797cc1490a3732ca9071dd5ce27bf1cdf3acbc048ae14b8a7920036b47fc5f554bab4742f00c1d0391d2c130a5e0aba4d +SHA512 (kconfig-5.93.0.tar.xz) = 328711b93c6b35de5a0a50d5f07274e8e9df188da1d2eff377459ea52066123e8a5bf5c31e62c6e136dfa5e1d5da7d6653d7509afa6fa81fa085354ef313c513 From b79a7b891e66fe9395baae3598906ac056126403 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Fri, 13 May 2022 11:11:55 -0500 Subject: [PATCH 12/13] 5.94.0 --- .gitignore | 1 + kf5-kconfig.spec | 5 ++++- sources | 3 +-- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index c1c1c8b..07c21a3 100644 --- a/.gitignore +++ b/.gitignore @@ -45,3 +45,4 @@ /kconfig-5.91.0.tar.xz /kconfig-5.92.0.tar.xz ./kconfig-5.93.tar.xz +/kconfig-5.94.0.tar.xz diff --git a/kf5-kconfig.spec b/kf5-kconfig.spec index e1bf032..881986e 100644 --- a/kf5-kconfig.spec +++ b/kf5-kconfig.spec @@ -18,7 +18,7 @@ %global ninja 1 Name: kf5-%{framework} -Version: 5.93.0 +Version: 5.94.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 1 addon with advanced configuration system @@ -218,6 +218,9 @@ make test %{?_smp_mflags} -C redhat-linux-build ARGS="--output-on-failure --time %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 8c9c673..ddd2bf9 100644 --- a/sources +++ b/sources @@ -1,2 +1 @@ -SHA512 (kconfig-5.92.0.tar.xz) = 751fed42c90c8319fecaca106cbc1a8797cc1490a3732ca9071dd5ce27bf1cdf3acbc048ae14b8a7920036b47fc5f554bab4742f00c1d0391d2c130a5e0aba4d -SHA512 (kconfig-5.93.0.tar.xz) = 328711b93c6b35de5a0a50d5f07274e8e9df188da1d2eff377459ea52066123e8a5bf5c31e62c6e136dfa5e1d5da7d6653d7509afa6fa81fa085354ef313c513 +SHA512 (kconfig-5.94.0.tar.xz) = 59d7d957313e421a332fb0a83eef6be68455c3de50cee0cd0d1b6b22f2b97ad9fdfddac282f03c4cedc5f364d4b3321c3f3fdadd7824e0523c5260446dc31ac9 From 517b0709b384d7e769618842e051d9ef22254815 Mon Sep 17 00:00:00 2001 From: Marc Deop Date: Sun, 3 Jul 2022 23:25:44 +0200 Subject: [PATCH 13/13] 5.96.0 --- .gitignore | 1 + kf5-kconfig.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 07c21a3..e2ee2b3 100644 --- a/.gitignore +++ b/.gitignore @@ -46,3 +46,4 @@ /kconfig-5.92.0.tar.xz ./kconfig-5.93.tar.xz /kconfig-5.94.0.tar.xz +/kconfig-5.96.0.tar.xz diff --git a/kf5-kconfig.spec b/kf5-kconfig.spec index 881986e..4799feb 100644 --- a/kf5-kconfig.spec +++ b/kf5-kconfig.spec @@ -18,7 +18,7 @@ %global ninja 1 Name: kf5-%{framework} -Version: 5.94.0 +Version: 5.96.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 1 addon with advanced configuration system @@ -218,6 +218,9 @@ make test %{?_smp_mflags} -C redhat-linux-build ARGS="--output-on-failure --time %changelog +* Sun Jul 03 2022 Marc Deop - 5.96.0-1 +- 5.96.0 + * Fri May 13 2022 Rex Dieter - 5.94.0-1 - 5.94.0 diff --git a/sources b/sources index ddd2bf9..7f7ab1e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kconfig-5.94.0.tar.xz) = 59d7d957313e421a332fb0a83eef6be68455c3de50cee0cd0d1b6b22f2b97ad9fdfddac282f03c4cedc5f364d4b3321c3f3fdadd7824e0523c5260446dc31ac9 +SHA512 (kconfig-5.96.0.tar.xz) = 6eac947ce3392e0863faf7a67f9c161c652fa1eb4e7f508a42dc08ccc79c602c2946fb87feff0e5ac0cda626b1de910abf6218069f5e3910ec72700f7458743e