Compare commits

...

32 Commits
epel8 ... epel9

Author SHA1 Message Date
Marc Deop i Argemí aec23c54f8
5.115.0
11 months ago
Miroslav Suchý 2af9f8b43c replace LicenseRef-KDE-Accepted-* licenses
12 months ago
Fedora Release Engineering 9ab6fd2dfd Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
12 months ago
Fedora Release Engineering fb37d8377c Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
12 months ago
Marc Deop i Argemí 403232a6e8
5.113.0
1 year ago
Steve Cossette d409b326ea Updated spec with SPDX licenses
1 year ago
Marc Deop i Argemí c6b41e9c44
5.111.0
1 year ago
Marc Deop i Argemí e759595295
5.110.0
1 year ago
Marc Deop i Argemí 6618c1be99 5.109.0
1 year ago
Fedora Release Engineering f8d5477801 Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
2 years ago
Marc Deop i Argemí eee2a85d6f 5.108.0
2 years ago
Marc Deop i Argemí a690c7d3ce
5.107.0
2 years ago
Marc Deop i Argemí 296f51a242
5.106.0
2 years ago
Marc Deop i Argemí 70b7c1856f fix: re-spin from upstream
2 years ago
Marc Deop i Argemí 34e6af19b0 5.105.0
2 years ago
Jan Grulich 5727cf0538 Do not limit KColorSchemeManager patch to newer releases
2 years ago
Jan Grulich 3a47bd4a54 KColorSchemeManager: don't override color scheme set by platform theme
2 years ago
Marc Deop i Argemí dece265666 5.104.0
2 years ago
Marc Deop i Argemí dd70d6ddab 5.103.0
2 years ago
Fedora Release Engineering 97661299cf Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
2 years ago
Marc Deop i Argemí 562bd15ef4 fix: use macros from macros.kf5 instead of custom code
2 years ago
Marc Deop i Argemí 09a0fe7c1e 5.102.0
2 years ago
Jan Grulich 1b1fc9a047 Use '-p1' param for %autosetup macro
2 years ago
Jan Grulich 216d9a8ba1 Add missing patch
2 years ago
Jan Grulich d20562dae1 KColorSchemeManager: properly restore default palette
2 years ago
Marc Deop i Argemí e2336ecf41 5.101.0
2 years ago
Marc Deop i Argemí 631a66fa81 5.100.0
2 years ago
Marc Deop i Argemí 67f1a881ff 5.99.0
2 years ago
Marc Deop i Argemí a1f012562d 5.98.0
2 years ago
Jan Grulich fbd176466b Requires: plasma-breeze-common
2 years ago
Justin Zobel 83a9880c64 Update to 5.97.0
2 years ago
Fedora Release Engineering 24c69c69f8 Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
3 years ago

17
.gitignore vendored

@ -47,3 +47,20 @@
./kconfigwidgets-5.93.tar.xz ./kconfigwidgets-5.93.tar.xz
/kconfigwidgets-5.94.0.tar.xz /kconfigwidgets-5.94.0.tar.xz
/kconfigwidgets-5.96.0.tar.xz /kconfigwidgets-5.96.0.tar.xz
/kconfigwidgets-5.97.0.tar.xz
/kconfigwidgets-5.98.0.tar.xz
/kconfigwidgets-5.99.0.tar.xz
/kconfigwidgets-5.100.0.tar.xz
/kconfigwidgets-5.101.0.tar.xz
/kconfigwidgets-5.102.0.tar.xz
/kconfigwidgets-5.103.0.tar.xz
/kconfigwidgets-5.104.0.tar.xz
/kconfigwidgets-5.105.0.tar.xz
/kconfigwidgets-5.106.0.tar.xz
/kconfigwidgets-5.107.0.tar.xz
/kconfigwidgets-5.108.0.tar.xz
/kconfigwidgets-5.109.0.tar.xz
/kconfigwidgets-5.110.0.tar.xz
/kconfigwidgets-5.111.0.tar.xz
/kconfigwidgets-5.113.0.tar.xz
/kconfigwidgets-5.115.0.tar.xz

@ -1,22 +1,18 @@
%global framework kconfigwidgets %global framework kconfigwidgets
Name: kf5-%{framework} Name: kf5-%{framework}
Version: 5.96.0 Version: 5.115.0
Release: 1%{?dist} Release: 1%{?dist}
Summary: KDE Frameworks 5 Tier 3 addon for creating configuration dialogs Summary: KDE Frameworks 5 Tier 3 addon for creating configuration dialogs
License: GPLv2+ and LGPLv2+ and MIT License: CC0-1.0 AND GPL-2.0-or-later AND LGPL-2.0-only AND LGPL-2.0-or-later AND LGPL-2.1-only AND LGPL-3.0-only AND (LGPL-2.1-only OR LGPL-3.0-only) AND MIT
URL: https://invent.kde.org/frameworks/%{framework} URL: https://invent.kde.org/frameworks/%{framework}
%global majmin %(echo %{version} | cut -d. -f1-2) %global majmin %majmin_ver_kf5
%global revision %(echo %{version} | cut -d. -f3) %global stable %stable_kf5
%if %{revision} >= 50
%global stable unstable
%else
%global stable stable
%endif
Source0: http://download.kde.org/%{stable}/frameworks/%{majmin}/%{framework}-%{version}.tar.xz Source0: http://download.kde.org/%{stable}/frameworks/%{majmin}/%{framework}-%{version}.tar.xz
BuildRequires: extra-cmake-modules >= %{majmin} BuildRequires: extra-cmake-modules >= %{majmin}
BuildRequires: kf5-kauth-devel >= %{majmin} BuildRequires: kf5-kauth-devel >= %{majmin}
BuildRequires: kf5-kcodecs-devel >= %{majmin} BuildRequires: kf5-kcodecs-devel >= %{majmin}
@ -28,6 +24,10 @@ BuildRequires: kf5-ki18n-devel >= %{majmin}
BuildRequires: kf5-kwidgetsaddons-devel >= %{majmin} BuildRequires: kf5-kwidgetsaddons-devel >= %{majmin}
BuildRequires: kf5-rpm-macros BuildRequires: kf5-rpm-macros
# KColorScheme requires color schemes to be installed
# https://pagure.io/fedora-workstation/issue/314
Requires: plasma-breeze-common
BuildRequires: qt5-qtbase-devel BuildRequires: qt5-qtbase-devel
BuildRequires: cmake(Qt5UiPlugin) BuildRequires: cmake(Qt5UiPlugin)
@ -48,7 +48,7 @@ developing applications that use %{name}.
%prep %prep
%autosetup -n %{framework}-%{version} %autosetup -n %{framework}-%{version} -p1
%build %build
@ -85,6 +85,85 @@ developing applications that use %{name}.
%changelog %changelog
* Sat Feb 10 2024 Marc Deop i Argemí <marcdeop@fedoraproject.org> - 5.115.0-1
- 5.115.0
* Thu Jan 25 2024 Fedora Release Engineering <releng@fedoraproject.org> - 5.113.0-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Sun Jan 21 2024 Fedora Release Engineering <releng@fedoraproject.org> - 5.113.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Fri Dec 08 2023 Marc Deop i Argemí <marcdeop@fedoraproject.org> - 5.113.0-1
- 5.113.0
* Tue Oct 10 2023 Marc Deop i Argemí <marcdeop@fedoraproject.org> - 5.111.0-1
- 5.111.0
* Tue Sep 05 2023 Marc Deop i Argemí <marcdeop@fedoraproject.org> - 5.110.0-1
- 5.110.0
* Sat Aug 05 2023 Marc Deop i Argemí <marcdeop@fedoraproject.org> - 5.109.0-1
- 5.109.0
* Thu Jul 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 5.108.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
* Sun Jul 02 2023 Marc Deop i Argemí <marcdeop@fedoraproject.org> - 5.108.0-1
- 5.108.0
* Sat Jun 03 2023 Marc Deop i Argemí <marcdeop@fedoraproject.org> - 5.107.0-1
- 5.107.0
* Mon May 15 2023 Marc Deop i Argemí <marcdeop@fedoraproject.org> - 5.106.0-1
- 5.106.0
* Fri Apr 07 2023 Marc Deop i Argemí <marcdeop@fedoraproject.org> - 5.105.0-2
- Re-spin from upstream
* Sun Apr 02 2023 Marc Deop i Argemí <marcdeop@fedoraproject.org> - 5.105.0-1
- 5.105.0
* Mon Mar 20 2023 Jan Grulich <jgrulich@redhat.com> - 5.104.0-2
- KColorSchemeManager: don't override color scheme set by platform theme
* Sat Mar 04 2023 Marc Deop i Argemí <marcdeop@fedoraproject.org> - 5.104.0-1
- 5.104.0
* Sun Feb 05 2023 Marc Deop <marcdeop@fedoraproject.org> - 5.103.0-1
- 5.103.0
* Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 5.102.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
* Sat Jan 14 2023 Marc Deop <marcdeop@fedoraproject.org> - 5.102.0-1
- 5.102.0
* Tue Dec 13 2022 Jan Grulich <jgrulich@redhat.com> - 5.101.0-2
- KColorSchemeManager: properly restore default palette
* Mon Dec 12 2022 Marc Deop <marcdeop@fedoraproject.org> - 5.101.0-1
- 5.101.0
- use new macros to simplify code
* Sun Nov 06 2022 Marc Deop <marcdeop@fedoraproject.org> - 5.100.0-1
- 5.100.0
* Fri Oct 14 2022 Marc Deop <marcdeop@fedoraproject.org> - 5.99.0-1
- 5.99.0
* Thu Sep 15 2022 Marc Deop <marcdeop@fedoraproject.org> - 5.98.0-1
- 5.98.0
* Thu Aug 18 2022 Jan Grulich <jgrulich@redhat.com> - 5.97.0-2
- Requires: plasma-breeze-common
* Sat Aug 13 2022 Justin Zobel <justin@1707.io> - 5.97.0-1
- Update to 5.97.0
* Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 5.96.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
* Sun Jul 03 2022 Marc Deop <marcdeop@fedoraproject.org> - 5.96.0-1 * Sun Jul 03 2022 Marc Deop <marcdeop@fedoraproject.org> - 5.96.0-1
- 5.96.0 - 5.96.0

@ -1 +1 @@
SHA512 (kconfigwidgets-5.96.0.tar.xz) = 964bda7ece8d3455f585ee4aa12bf90dbc8d00c792cff29e0f02be34ebf02daaf540abfef4ce9382592f09abaafb404387dcebff2007bc5bc78b665d3aee7cb6 SHA512 (kconfigwidgets-5.115.0.tar.xz) = 2491e0dead8fc5b2ea5bb64587405383f5d8f5eec2dc289cd9d404e797f8d9fda7cbe3d56846c6253f035db54f1f262f29e7dcfb68266f3734303d393e94209e

Loading…
Cancel
Save