From b470a1a9416334aac88b2167cebe6c36a13b4d76 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Tue, 24 Jun 2014 12:50:37 +0000 Subject: [PATCH 001/157] Initial setup of the repo --- .gitignore | 0 sources | 0 2 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 .gitignore create mode 100644 sources diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..e69de29 diff --git a/sources b/sources new file mode 100644 index 0000000..e69de29 From a817a820943411accec4946528bc122f53003564 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20Vr=C3=A1til?= Date: Tue, 24 Jun 2014 15:09:28 +0200 Subject: [PATCH 002/157] Import package (kf5-kiconthemes-4.100.0-1) --- .gitignore | 1 + kf5-kiconthemes.spec | 101 +++++++++++++++++++++++++++++++++++++++++++ sources | 1 + 3 files changed, 103 insertions(+) create mode 100644 kf5-kiconthemes.spec diff --git a/.gitignore b/.gitignore index e69de29..d43cc62 100644 --- a/.gitignore +++ b/.gitignore @@ -0,0 +1 @@ +/kiconthemes-4.100.0.tar.xz diff --git a/kf5-kiconthemes.spec b/kf5-kiconthemes.spec new file mode 100644 index 0000000..6add60a --- /dev/null +++ b/kf5-kiconthemes.spec @@ -0,0 +1,101 @@ +#%define snapshot 20140205 +%define framework kiconthemes + +Name: kf5-%{framework} +Version: 4.100.0 +Release: 1%{?dist} +Summary: KDE Frameworks 5 Tier 3 integration module with icon themes + +License: LGPLv2+ and GPLv2+ +URL: http://www.kde.org +# git archive --format=tar --prefix=%{framework}-%{version}/ \ +# --remote=git://anongit.kde.org/%{framework}.git master | \ +# bzip2 -c > %{name}-%{version}-%{snapshot}git.tar.bz2 +#Source0: %{name}-%{version}-%{snapshot}git.tar.bz2 +Source0: http://download.kde.org/unstable/frameworks/%{version}/%{framework}-%{version}.tar.xz + +BuildRequires: kf5-rpm-macros +BuildRequires: extra-cmake-modules +BuildRequires: qt5-qtbase-devel +BuildRequires: qt5-qtsvg-devel + +BuildRequires: kf5-ki18n-devel +BuildRequires: kf5-kconfigwidgets-devel +BuildRequires: kf5-kwidgetsaddons-devel +BuildRequires: kf5-kitemviews-devel + +Requires: kf5-filesystem + +%description +KDE Frameworks 5 Tier 3 integration module with icon themes + + +%package devel +Summary: Development files for %{name} +Requires: %{name}%{?_isa} = %{version}-%{release} +Requires: kf5-ki18n-devel +Requires: kf5-kconfigwidgets-devel +Requires: kf5-kwidgetsaddons-devel +Requires: kf5-kitemviews-devel + +%description devel +The %{name}-devel package contains libraries and header files for +developing applications that use %{name}. + +%prep +%setup -q -n %{framework}-%{version} + +%build +mkdir -p %{_target_platform} +pushd %{_target_platform} +%{cmake_kf5} .. +popd + +make %{?_smp_mflags} -C %{_target_platform} + +%install +%make_install -C %{_target_platform} +%find_lang kiconthemes5_qt --with-qt --all-name + +%post -p /sbin/ldconfig + +%postun -p /sbin/ldconfig + + +%files -f kiconthemes5_qt.lang +%doc COPYING.LIB README.md +%{_kf5_bindir}/kiconfinder5 +%{_kf5_libdir}/libKF5IconThemes.so.* + +%files devel +%{_kf5_includedir}/kiconthemes_version.h +%{_kf5_includedir}/KIconThemes +%{_kf5_libdir}/libKF5IconThemes.so +%{_kf5_libdir}/cmake/KF5IconThemes +%{_kf5_archdatadir}/mkspecs/modules/qt_KIconThemes.pri + + +%changelog +* Tue Jun 03 2014 Daniel Vrátil - 4.100.0-1 +- KDE Frameworks 4.100.0 + +* Mon May 05 2014 Daniel Vrátil - 4.99.0 +- KDE Frameworks 4.99.0 + +* Mon Mar 31 2014 Jan Grulich 4.98.0-1 +- Update to KDE Frameworks 5 Beta 1 (4.98.0) + +* Wed Mar 05 2014 Jan Grulich 4.97.0-1 +- Update to KDE Frameworks 5 Alpha 1 (4.97.0) + +* Wed Feb 12 2014 Daniel Vrátil 4.96.0-1 +- Update to KDE Frameworks 5 Alpha 1 (4.96.0) + +* Wed Feb 05 2014 Daniel Vrátil 4.96.0-0.1.20140205git +- Update to pre-relase snapshot of 4.96.0 + +* Thu Jan 09 2014 Daniel Vrátil 4.95.0-1 +- Update to KDE Frameworks 5 TP1 (4.95.0) + +* Sat Jan 4 2014 Daniel Vrátil +- initial version diff --git a/sources b/sources index e69de29..23b8355 100644 --- a/sources +++ b/sources @@ -0,0 +1 @@ +1cc3ac80441cd0b3fddbe97e31c394a9 kiconthemes-4.100.0.tar.xz From 55fc6ef699ff2e85774c306df88429fb67e6b229 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20Vr=C3=A1til?= Date: Wed, 9 Jul 2014 15:47:07 +0200 Subject: [PATCH 003/157] KDE Frameworks 5.0.0 --- .gitignore | 1 + kf5-kiconthemes.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index d43cc62..2ed5284 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /kiconthemes-4.100.0.tar.xz +/kiconthemes-5.0.0.tar.xz diff --git a/kf5-kiconthemes.spec b/kf5-kiconthemes.spec index 6add60a..218e749 100644 --- a/kf5-kiconthemes.spec +++ b/kf5-kiconthemes.spec @@ -2,7 +2,7 @@ %define framework kiconthemes Name: kf5-%{framework} -Version: 4.100.0 +Version: 5.0.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 3 integration module with icon themes @@ -12,7 +12,7 @@ URL: http://www.kde.org # --remote=git://anongit.kde.org/%{framework}.git master | \ # bzip2 -c > %{name}-%{version}-%{snapshot}git.tar.bz2 #Source0: %{name}-%{version}-%{snapshot}git.tar.bz2 -Source0: http://download.kde.org/unstable/frameworks/%{version}/%{framework}-%{version}.tar.xz +Source0: http://download.kde.org/stable/frameworks/%{version}/%{framework}-%{version}.tar.xz BuildRequires: kf5-rpm-macros BuildRequires: extra-cmake-modules @@ -76,6 +76,9 @@ make %{?_smp_mflags} -C %{_target_platform} %changelog +* Wed Jul 09 2014 Daniel Vrátil - 5.0.0-1 +- KDE Frameworks 5.0.0 + * Tue Jun 03 2014 Daniel Vrátil - 4.100.0-1 - KDE Frameworks 4.100.0 diff --git a/sources b/sources index 23b8355..bbf7ebc 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -1cc3ac80441cd0b3fddbe97e31c394a9 kiconthemes-4.100.0.tar.xz +0e60f0b8f158117858b14290ab909c29 kiconthemes-5.0.0.tar.xz From 50dde75bc5e97bbb0d87ca99eca094d384a2f163 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20Vr=C3=A1til?= Date: Wed, 6 Aug 2014 15:24:52 +0200 Subject: [PATCH 004/157] KDE Frameworks 5.1.0 --- .gitignore | 1 + kf5-kiconthemes.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 2ed5284..299dac4 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /kiconthemes-4.100.0.tar.xz /kiconthemes-5.0.0.tar.xz +/kiconthemes-5.1.0.tar.xz diff --git a/kf5-kiconthemes.spec b/kf5-kiconthemes.spec index 218e749..d2f911f 100644 --- a/kf5-kiconthemes.spec +++ b/kf5-kiconthemes.spec @@ -2,7 +2,7 @@ %define framework kiconthemes Name: kf5-%{framework} -Version: 5.0.0 +Version: 5.1.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 3 integration module with icon themes @@ -76,6 +76,9 @@ make %{?_smp_mflags} -C %{_target_platform} %changelog +* Wed Aug 06 2014 Daniel Vrátil - 5.1.0-1 +- KDE Frameworks 5.1.0 + * Wed Jul 09 2014 Daniel Vrátil - 5.0.0-1 - KDE Frameworks 5.0.0 diff --git a/sources b/sources index bbf7ebc..52e35a6 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -0e60f0b8f158117858b14290ab909c29 kiconthemes-5.0.0.tar.xz +d42bf4b44324bef9b6d77c04117e410b kiconthemes-5.1.0.tar.xz From e4509512e1babd1ece5033f9065314ced5bf9295 Mon Sep 17 00:00:00 2001 From: Peter Robinson Date: Sat, 16 Aug 2014 23:49:43 +0000 Subject: [PATCH 005/157] - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild --- kf5-kiconthemes.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/kf5-kiconthemes.spec b/kf5-kiconthemes.spec index d2f911f..5af18cf 100644 --- a/kf5-kiconthemes.spec +++ b/kf5-kiconthemes.spec @@ -3,7 +3,7 @@ Name: kf5-%{framework} Version: 5.1.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: KDE Frameworks 5 Tier 3 integration module with icon themes License: LGPLv2+ and GPLv2+ @@ -76,6 +76,9 @@ make %{?_smp_mflags} -C %{_target_platform} %changelog +* Sat Aug 16 2014 Fedora Release Engineering - 5.1.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild + * Wed Aug 06 2014 Daniel Vrátil - 5.1.0-1 - KDE Frameworks 5.1.0 From 60f1bab2615ab1b68703c12d2164018fa063dcd5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20Vr=C3=A1til?= Date: Mon, 15 Sep 2014 09:51:38 +0200 Subject: [PATCH 006/157] KDE Frameworks 5.2.0 --- .gitignore | 1 + kf5-kiconthemes.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 299dac4..573f5f2 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ /kiconthemes-4.100.0.tar.xz /kiconthemes-5.0.0.tar.xz /kiconthemes-5.1.0.tar.xz +/kiconthemes-5.2.0.tar.xz diff --git a/kf5-kiconthemes.spec b/kf5-kiconthemes.spec index 5af18cf..30e9fe0 100644 --- a/kf5-kiconthemes.spec +++ b/kf5-kiconthemes.spec @@ -2,8 +2,8 @@ %define framework kiconthemes Name: kf5-%{framework} -Version: 5.1.0 -Release: 2%{?dist} +Version: 5.2.0 +Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 3 integration module with icon themes License: LGPLv2+ and GPLv2+ @@ -76,6 +76,9 @@ make %{?_smp_mflags} -C %{_target_platform} %changelog +* Mon Sep 15 2014 Daniel Vrátil - 5.2.0-1 +- KDE Frameworks 5.2.0 + * Sat Aug 16 2014 Fedora Release Engineering - 5.1.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild diff --git a/sources b/sources index 52e35a6..241b114 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -d42bf4b44324bef9b6d77c04117e410b kiconthemes-5.1.0.tar.xz +e5ae06c83cff9707b16e0c8837fea25e kiconthemes-5.2.0.tar.xz From 08ab462b0e06d072a303a3ead0432e6ce8d03558 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20Vr=C3=A1til?= Date: Tue, 7 Oct 2014 13:13:31 +0200 Subject: [PATCH 007/157] KDE Frameworks 5.3.0 --- .gitignore | 1 + kf5-kiconthemes.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 573f5f2..84fe79d 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ /kiconthemes-5.0.0.tar.xz /kiconthemes-5.1.0.tar.xz /kiconthemes-5.2.0.tar.xz +/kiconthemes-5.3.0.tar.xz diff --git a/kf5-kiconthemes.spec b/kf5-kiconthemes.spec index 30e9fe0..c48c132 100644 --- a/kf5-kiconthemes.spec +++ b/kf5-kiconthemes.spec @@ -2,7 +2,7 @@ %define framework kiconthemes Name: kf5-%{framework} -Version: 5.2.0 +Version: 5.3.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 3 integration module with icon themes @@ -76,6 +76,9 @@ make %{?_smp_mflags} -C %{_target_platform} %changelog +* Tue Oct 07 2014 Daniel Vrátil - 5.3.0-1 +- KDE Frameworks 5.3.0 + * Mon Sep 15 2014 Daniel Vrátil - 5.2.0-1 - KDE Frameworks 5.2.0 diff --git a/sources b/sources index 241b114..df896c8 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -e5ae06c83cff9707b16e0c8837fea25e kiconthemes-5.2.0.tar.xz +ceba533af5bfd92aa86419d6cb75bfc8 kiconthemes-5.3.0.tar.xz From 05c820fda5b7ff833f55f16ed687e87e61870164 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20Vr=C3=A1til?= Date: Mon, 3 Nov 2014 12:24:43 +0100 Subject: [PATCH 008/157] KDE Frameworks 5.4.0 --- .gitignore | 1 + kf5-kiconthemes.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 84fe79d..4c42a8f 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ /kiconthemes-5.1.0.tar.xz /kiconthemes-5.2.0.tar.xz /kiconthemes-5.3.0.tar.xz +/kiconthemes-5.4.0.tar.xz diff --git a/kf5-kiconthemes.spec b/kf5-kiconthemes.spec index c48c132..1179862 100644 --- a/kf5-kiconthemes.spec +++ b/kf5-kiconthemes.spec @@ -2,7 +2,7 @@ %define framework kiconthemes Name: kf5-%{framework} -Version: 5.3.0 +Version: 5.4.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 3 integration module with icon themes @@ -76,6 +76,9 @@ make %{?_smp_mflags} -C %{_target_platform} %changelog +* Mon Nov 03 2014 Daniel Vrátil - 5.4.0-1 +- KDE Frameworks 5.4.0 + * Tue Oct 07 2014 Daniel Vrátil - 5.3.0-1 - KDE Frameworks 5.3.0 diff --git a/sources b/sources index df896c8..3c695ed 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -ceba533af5bfd92aa86419d6cb75bfc8 kiconthemes-5.3.0.tar.xz +431d0485dbd53453269f1fe0fdda7feb kiconthemes-5.4.0.tar.xz From 8aacf44366982ea2691b419e4397e53bf003515c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20Vr=C3=A1til?= Date: Mon, 3 Nov 2014 13:30:28 +0100 Subject: [PATCH 009/157] Clean up spec file, autodetect stable/unstable download folder --- kf5-kiconthemes.spec | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/kf5-kiconthemes.spec b/kf5-kiconthemes.spec index 1179862..e89590f 100644 --- a/kf5-kiconthemes.spec +++ b/kf5-kiconthemes.spec @@ -1,4 +1,3 @@ -#%define snapshot 20140205 %define framework kiconthemes Name: kf5-%{framework} @@ -8,11 +7,14 @@ Summary: KDE Frameworks 5 Tier 3 integration module with icon themes License: LGPLv2+ and GPLv2+ URL: http://www.kde.org -# git archive --format=tar --prefix=%{framework}-%{version}/ \ -# --remote=git://anongit.kde.org/%{framework}.git master | \ -# bzip2 -c > %{name}-%{version}-%{snapshot}git.tar.bz2 -#Source0: %{name}-%{version}-%{snapshot}git.tar.bz2 -Source0: http://download.kde.org/stable/frameworks/%{version}/%{framework}-%{version}.tar.xz + +%global revision %(echo %{version} | cut -d. -f3) +%if %{revision} >= 50 +%global stable unstable +%else +%global stable stable +%endif +Source0: http://download.kde.org/%{stable}/frameworks/%{version}/%{framework}-%{version}.tar.xz BuildRequires: kf5-rpm-macros BuildRequires: extra-cmake-modules @@ -42,6 +44,7 @@ Requires: kf5-kitemviews-devel The %{name}-devel package contains libraries and header files for developing applications that use %{name}. + %prep %setup -q -n %{framework}-%{version} @@ -57,11 +60,10 @@ make %{?_smp_mflags} -C %{_target_platform} %make_install -C %{_target_platform} %find_lang kiconthemes5_qt --with-qt --all-name -%post -p /sbin/ldconfig +%post -p /sbin/ldconfig %postun -p /sbin/ldconfig - %files -f kiconthemes5_qt.lang %doc COPYING.LIB README.md %{_kf5_bindir}/kiconfinder5 From 7b9f1d957be299730e3f64f556d41a6eba1222c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20Vr=C3=A1til?= Date: Mon, 3 Nov 2014 13:36:01 +0100 Subject: [PATCH 010/157] Use %global instead of %define --- kf5-kiconthemes.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kf5-kiconthemes.spec b/kf5-kiconthemes.spec index e89590f..8f4c416 100644 --- a/kf5-kiconthemes.spec +++ b/kf5-kiconthemes.spec @@ -1,4 +1,4 @@ -%define framework kiconthemes +%global framework kiconthemes Name: kf5-%{framework} Version: 5.4.0 From e815f36794e49a093d1756b30d008b6cbef219d5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20Vr=C3=A1til?= Date: Mon, 8 Dec 2014 15:26:03 +0100 Subject: [PATCH 011/157] KDE Frameworks 5.5.0 --- .gitignore | 1 + kf5-kiconthemes.spec | 8 ++++++-- sources | 2 +- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 4c42a8f..fbd7187 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ /kiconthemes-5.2.0.tar.xz /kiconthemes-5.3.0.tar.xz /kiconthemes-5.4.0.tar.xz +/kiconthemes-5.5.0.tar.xz diff --git a/kf5-kiconthemes.spec b/kf5-kiconthemes.spec index 8f4c416..0d432a3 100644 --- a/kf5-kiconthemes.spec +++ b/kf5-kiconthemes.spec @@ -1,20 +1,21 @@ %global framework kiconthemes Name: kf5-%{framework} -Version: 5.4.0 +Version: 5.5.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 3 integration module with icon themes License: LGPLv2+ and GPLv2+ URL: http://www.kde.org +%global versiondir %(echo %{version} | cut -d. -f1-2) %global revision %(echo %{version} | cut -d. -f3) %if %{revision} >= 50 %global stable unstable %else %global stable stable %endif -Source0: http://download.kde.org/%{stable}/frameworks/%{version}/%{framework}-%{version}.tar.xz +Source0: http://download.kde.org/%{stable}/frameworks/%{versiondir}/%{framework}-%{version}.tar.xz BuildRequires: kf5-rpm-macros BuildRequires: extra-cmake-modules @@ -78,6 +79,9 @@ make %{?_smp_mflags} -C %{_target_platform} %changelog +* Mon Dec 08 2014 Daniel Vrátil - 5.5.0-1 +- KDE Frameworks 5.5.0 + * Mon Nov 03 2014 Daniel Vrátil - 5.4.0-1 - KDE Frameworks 5.4.0 diff --git a/sources b/sources index 3c695ed..519b01a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -431d0485dbd53453269f1fe0fdda7feb kiconthemes-5.4.0.tar.xz +92ae10f36a45d591e7c65385f118e879 kiconthemes-5.5.0.tar.xz From 6ed5232acb88c9ddbfdc5b409706d4fb515aca02 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20Vr=C3=A1til?= Date: Thu, 8 Jan 2015 14:50:55 +0100 Subject: [PATCH 012/157] KDE Frameworks 5.6.0 --- .gitignore | 1 + kf5-kiconthemes.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index fbd7187..46b3a42 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ /kiconthemes-5.3.0.tar.xz /kiconthemes-5.4.0.tar.xz /kiconthemes-5.5.0.tar.xz +/kiconthemes-5.6.0.tar.xz diff --git a/kf5-kiconthemes.spec b/kf5-kiconthemes.spec index 0d432a3..399b9c8 100644 --- a/kf5-kiconthemes.spec +++ b/kf5-kiconthemes.spec @@ -1,7 +1,7 @@ %global framework kiconthemes Name: kf5-%{framework} -Version: 5.5.0 +Version: 5.6.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 3 integration module with icon themes @@ -79,6 +79,9 @@ make %{?_smp_mflags} -C %{_target_platform} %changelog +* Thu Jan 08 2015 Daniel Vrátil - 5.6.0-1 +- KDE Frameworks 5.6.0 + * Mon Dec 08 2014 Daniel Vrátil - 5.5.0-1 - KDE Frameworks 5.5.0 diff --git a/sources b/sources index 519b01a..7c7fe3e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -92ae10f36a45d591e7c65385f118e879 kiconthemes-5.5.0.tar.xz +91414d4a0b3c11ddac4cdd95b6184ef2 kiconthemes-5.6.0.tar.xz From 979cc09714b6ad6cfc43b79b965f32e494c34ecc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20Vr=C3=A1til?= Date: Wed, 11 Feb 2015 16:33:26 +0100 Subject: [PATCH 013/157] Use make install/fast --- kf5-kiconthemes.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kf5-kiconthemes.spec b/kf5-kiconthemes.spec index 399b9c8..249ceb7 100644 --- a/kf5-kiconthemes.spec +++ b/kf5-kiconthemes.spec @@ -58,7 +58,7 @@ popd make %{?_smp_mflags} -C %{_target_platform} %install -%make_install -C %{_target_platform} +make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %find_lang kiconthemes5_qt --with-qt --all-name From b9e01657a7d62be94678693e8fc7d2bad14264be Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20Vr=C3=A1til?= Date: Mon, 16 Feb 2015 13:13:03 +0100 Subject: [PATCH 014/157] KDE Frameworks 5.7.0 --- .gitignore | 1 + kf5-kiconthemes.spec | 9 ++++++++- sources | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 46b3a42..be5f24f 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,4 @@ /kiconthemes-5.4.0.tar.xz /kiconthemes-5.5.0.tar.xz /kiconthemes-5.6.0.tar.xz +/kiconthemes-5.7.0.tar.xz diff --git a/kf5-kiconthemes.spec b/kf5-kiconthemes.spec index 249ceb7..b525350 100644 --- a/kf5-kiconthemes.spec +++ b/kf5-kiconthemes.spec @@ -1,7 +1,7 @@ %global framework kiconthemes Name: kf5-%{framework} -Version: 5.6.0 +Version: 5.7.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 3 integration module with icon themes @@ -40,6 +40,7 @@ Requires: kf5-ki18n-devel Requires: kf5-kconfigwidgets-devel Requires: kf5-kwidgetsaddons-devel Requires: kf5-kitemviews-devel +Requires: qt5-qtbase-devel %description devel The %{name}-devel package contains libraries and header files for @@ -79,6 +80,12 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Mon Feb 16 2015 Daniel Vrátil - 5.7.0-1 +- KDE Frameworks 5.7.0 + +* Mon Feb 09 2015 Daniel Vrátil - 5.7.0-1 +- KDE Frameworks 5.7.0 + * Thu Jan 08 2015 Daniel Vrátil - 5.6.0-1 - KDE Frameworks 5.6.0 diff --git a/sources b/sources index 7c7fe3e..9284568 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -91414d4a0b3c11ddac4cdd95b6184ef2 kiconthemes-5.6.0.tar.xz +d41b5a4f68e350b1d36e05c99f060e53 kiconthemes-5.7.0.tar.xz From a71519355ead47628a5d11f44885d597e5bd3bdf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20Vr=C3=A1til?= Date: Fri, 27 Feb 2015 18:11:22 +0100 Subject: [PATCH 015/157] Rebuild (GCC 5) --- kf5-kiconthemes.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/kf5-kiconthemes.spec b/kf5-kiconthemes.spec index b525350..44e4e60 100644 --- a/kf5-kiconthemes.spec +++ b/kf5-kiconthemes.spec @@ -2,7 +2,7 @@ Name: kf5-%{framework} Version: 5.7.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: KDE Frameworks 5 Tier 3 integration module with icon themes License: LGPLv2+ and GPLv2+ @@ -80,6 +80,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Fri Feb 27 2015 Daniel Vrátil - 5.7.0-2 +- Rebuild (GCC 5) + * Mon Feb 16 2015 Daniel Vrátil - 5.7.0-1 - KDE Frameworks 5.7.0 From b75711faef8155e0fab259cd68ff8166660313e4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20Vr=C3=A1til?= Date: Mon, 16 Mar 2015 12:59:39 +0100 Subject: [PATCH 016/157] KDE Frameworks 5.8.0 --- .gitignore | 1 + kf5-kiconthemes.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index be5f24f..1d5fcb5 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,4 @@ /kiconthemes-5.5.0.tar.xz /kiconthemes-5.6.0.tar.xz /kiconthemes-5.7.0.tar.xz +/kiconthemes-5.8.0.tar.xz diff --git a/kf5-kiconthemes.spec b/kf5-kiconthemes.spec index 44e4e60..d5f5574 100644 --- a/kf5-kiconthemes.spec +++ b/kf5-kiconthemes.spec @@ -1,8 +1,8 @@ %global framework kiconthemes Name: kf5-%{framework} -Version: 5.7.0 -Release: 2%{?dist} +Version: 5.8.0 +Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 3 integration module with icon themes License: LGPLv2+ and GPLv2+ @@ -80,6 +80,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Mon Mar 16 2015 Daniel Vrátil - 5.8.0-1 +- KDE Frameworks 5.8.0 + * Fri Feb 27 2015 Daniel Vrátil - 5.7.0-2 - Rebuild (GCC 5) diff --git a/sources b/sources index 9284568..29817da 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -d41b5a4f68e350b1d36e05c99f060e53 kiconthemes-5.7.0.tar.xz +bebd631369a52c8ce3b168f033688a8d kiconthemes-5.8.0.tar.xz From ce846cb15840b801b8ff2dc7a4be8829c71a00e7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20Vr=C3=A1til?= Date: Tue, 7 Apr 2015 13:52:24 +0200 Subject: [PATCH 017/157] KDE Frameworks 5.9.0 --- .gitignore | 1 + kf5-kiconthemes.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 1d5fcb5..9c345a0 100644 --- a/.gitignore +++ b/.gitignore @@ -8,3 +8,4 @@ /kiconthemes-5.6.0.tar.xz /kiconthemes-5.7.0.tar.xz /kiconthemes-5.8.0.tar.xz +/kiconthemes-5.9.0.tar.xz diff --git a/kf5-kiconthemes.spec b/kf5-kiconthemes.spec index d5f5574..b3509e3 100644 --- a/kf5-kiconthemes.spec +++ b/kf5-kiconthemes.spec @@ -1,7 +1,7 @@ %global framework kiconthemes Name: kf5-%{framework} -Version: 5.8.0 +Version: 5.9.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 3 integration module with icon themes @@ -80,6 +80,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Tue Apr 07 2015 Daniel Vrátil - 5.9.0-1 +- KDE Frameworks 5.9.0 + * Mon Mar 16 2015 Daniel Vrátil - 5.8.0-1 - KDE Frameworks 5.8.0 diff --git a/sources b/sources index 29817da..855733f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -bebd631369a52c8ce3b168f033688a8d kiconthemes-5.8.0.tar.xz +6932f9c4cc45176e6be9380d5f733cd8 kiconthemes-5.9.0.tar.xz From 2a73ed81d186605d40d0ef27e2d909cc296d1509 Mon Sep 17 00:00:00 2001 From: Kalev Lember Date: Sat, 2 May 2015 14:44:57 +0200 Subject: [PATCH 018/157] Rebuilt for GCC 5 C++11 ABI change --- kf5-kiconthemes.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/kf5-kiconthemes.spec b/kf5-kiconthemes.spec index b3509e3..c759eb7 100644 --- a/kf5-kiconthemes.spec +++ b/kf5-kiconthemes.spec @@ -2,7 +2,7 @@ Name: kf5-%{framework} Version: 5.9.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: KDE Frameworks 5 Tier 3 integration module with icon themes License: LGPLv2+ and GPLv2+ @@ -80,6 +80,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Sat May 02 2015 Kalev Lember - 5.9.0-2 +- Rebuilt for GCC 5 C++11 ABI change + * Tue Apr 07 2015 Daniel Vrátil - 5.9.0-1 - KDE Frameworks 5.9.0 From 49cb14eb73e0bba5aa2424ca7cb7ebe942c38c7c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20Vr=C3=A1til?= Date: Mon, 11 May 2015 11:12:15 +0200 Subject: [PATCH 019/157] KDE Frameworks 5.10.0 --- .gitignore | 1 + kf5-kiconthemes.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 9c345a0..0398ca7 100644 --- a/.gitignore +++ b/.gitignore @@ -9,3 +9,4 @@ /kiconthemes-5.7.0.tar.xz /kiconthemes-5.8.0.tar.xz /kiconthemes-5.9.0.tar.xz +/kiconthemes-5.10.0.tar.xz diff --git a/kf5-kiconthemes.spec b/kf5-kiconthemes.spec index c759eb7..91e07af 100644 --- a/kf5-kiconthemes.spec +++ b/kf5-kiconthemes.spec @@ -1,8 +1,8 @@ %global framework kiconthemes Name: kf5-%{framework} -Version: 5.9.0 -Release: 2%{?dist} +Version: 5.10.0 +Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 3 integration module with icon themes License: LGPLv2+ and GPLv2+ @@ -80,6 +80,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Mon May 11 2015 Daniel Vrátil - 5.10.0-1 +- KDE Frameworks 5.10.0 + * Sat May 02 2015 Kalev Lember - 5.9.0-2 - Rebuilt for GCC 5 C++11 ABI change diff --git a/sources b/sources index 855733f..da07f86 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -6932f9c4cc45176e6be9380d5f733cd8 kiconthemes-5.9.0.tar.xz +f552e96c2fe42a0f1d6e3c46ab8bfb49 kiconthemes-5.10.0.tar.xz From 0e6b13cf85ca857319cb911b411a5e815adc136f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20Vr=C3=A1til?= Date: Wed, 10 Jun 2015 14:27:11 +0200 Subject: [PATCH 020/157] KDE Frameworks 5.11.0 --- .gitignore | 1 + kf5-kiconthemes.spec | 9 ++++----- sources | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index 0398ca7..7bcc07e 100644 --- a/.gitignore +++ b/.gitignore @@ -10,3 +10,4 @@ /kiconthemes-5.8.0.tar.xz /kiconthemes-5.9.0.tar.xz /kiconthemes-5.10.0.tar.xz +/kiconthemes-5.11.0.tar.xz diff --git a/kf5-kiconthemes.spec b/kf5-kiconthemes.spec index 91e07af..4aa3022 100644 --- a/kf5-kiconthemes.spec +++ b/kf5-kiconthemes.spec @@ -1,7 +1,7 @@ %global framework kiconthemes Name: kf5-%{framework} -Version: 5.10.0 +Version: 5.11.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 3 integration module with icon themes @@ -36,10 +36,6 @@ KDE Frameworks 5 Tier 3 integration module with icon themes %package devel Summary: Development files for %{name} Requires: %{name}%{?_isa} = %{version}-%{release} -Requires: kf5-ki18n-devel -Requires: kf5-kconfigwidgets-devel -Requires: kf5-kwidgetsaddons-devel -Requires: kf5-kitemviews-devel Requires: qt5-qtbase-devel %description devel @@ -80,6 +76,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Wed Jun 10 2015 Daniel Vrátil - 5.11.0-1 +- KDE Frameworks 5.11.0 + * Mon May 11 2015 Daniel Vrátil - 5.10.0-1 - KDE Frameworks 5.10.0 diff --git a/sources b/sources index da07f86..ad88465 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -f552e96c2fe42a0f1d6e3c46ab8bfb49 kiconthemes-5.10.0.tar.xz +de00d3065870c1b2c6d42dff806d44d7 kiconthemes-5.11.0.tar.xz From 6ab3a6c1681e019ef34f9fdfe7e6a4e3c70e16fe Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Wed, 17 Jun 2015 13:14:15 +0000 Subject: [PATCH 021/157] - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild --- kf5-kiconthemes.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/kf5-kiconthemes.spec b/kf5-kiconthemes.spec index 4aa3022..bba9eb3 100644 --- a/kf5-kiconthemes.spec +++ b/kf5-kiconthemes.spec @@ -2,7 +2,7 @@ Name: kf5-%{framework} Version: 5.11.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: KDE Frameworks 5 Tier 3 integration module with icon themes License: LGPLv2+ and GPLv2+ @@ -76,6 +76,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Wed Jun 17 2015 Fedora Release Engineering - 5.11.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild + * Wed Jun 10 2015 Daniel Vrátil - 5.11.0-1 - KDE Frameworks 5.11.0 From d6561b08ee96e760d785fc776746fb64a471c43e Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Fri, 10 Jul 2015 08:14:28 -0500 Subject: [PATCH 022/157] 5.12.0 --- .gitignore | 1 + kf5-kiconthemes.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 7bcc07e..d726a2d 100644 --- a/.gitignore +++ b/.gitignore @@ -11,3 +11,4 @@ /kiconthemes-5.9.0.tar.xz /kiconthemes-5.10.0.tar.xz /kiconthemes-5.11.0.tar.xz +/kiconthemes-5.12.0.tar.xz diff --git a/kf5-kiconthemes.spec b/kf5-kiconthemes.spec index bba9eb3..a18dcf0 100644 --- a/kf5-kiconthemes.spec +++ b/kf5-kiconthemes.spec @@ -1,8 +1,8 @@ %global framework kiconthemes Name: kf5-%{framework} -Version: 5.11.0 -Release: 2%{?dist} +Version: 5.12.0 +Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 3 integration module with icon themes License: LGPLv2+ and GPLv2+ @@ -76,6 +76,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Fri Jul 10 2015 Rex Dieter - 5.12.0-1 +- 5.12.0 + * Wed Jun 17 2015 Fedora Release Engineering - 5.11.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild diff --git a/sources b/sources index ad88465..d0a0187 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -de00d3065870c1b2c6d42dff806d44d7 kiconthemes-5.11.0.tar.xz +2a3eb21a34091008c75e87146320a324 kiconthemes-5.12.0.tar.xz From 6a8ac7bd832952e544985e98c049d2219fc298bf Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Fri, 10 Jul 2015 08:33:36 -0500 Subject: [PATCH 023/157] bump kconfigwidgets dep, .spec cosmetics --- kf5-kiconthemes.spec | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/kf5-kiconthemes.spec b/kf5-kiconthemes.spec index a18dcf0..5155be6 100644 --- a/kf5-kiconthemes.spec +++ b/kf5-kiconthemes.spec @@ -23,7 +23,7 @@ BuildRequires: qt5-qtbase-devel BuildRequires: qt5-qtsvg-devel BuildRequires: kf5-ki18n-devel -BuildRequires: kf5-kconfigwidgets-devel +BuildRequires: kf5-kconfigwidgets-devel >= %{version} BuildRequires: kf5-kwidgetsaddons-devel BuildRequires: kf5-kitemviews-devel @@ -46,14 +46,16 @@ developing applications that use %{name}. %prep %setup -q -n %{framework}-%{version} + %build -mkdir -p %{_target_platform} +mkdir %{_target_platform} pushd %{_target_platform} %{cmake_kf5} .. popd make %{?_smp_mflags} -C %{_target_platform} + %install make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %find_lang kiconthemes5_qt --with-qt --all-name @@ -69,9 +71,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %files devel %{_kf5_includedir}/kiconthemes_version.h -%{_kf5_includedir}/KIconThemes +%{_kf5_includedir}/KIconThemes/ %{_kf5_libdir}/libKF5IconThemes.so -%{_kf5_libdir}/cmake/KF5IconThemes +%{_kf5_libdir}/cmake/KF5IconThemes/ %{_kf5_archdatadir}/mkspecs/modules/qt_KIconThemes.pri From 8e4aed752dc15afeef280f1d0ddfc61d23d0206b Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Fri, 10 Jul 2015 08:34:04 -0500 Subject: [PATCH 024/157] old sources --- .gitignore | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/.gitignore b/.gitignore index d726a2d..0540cb1 100644 --- a/.gitignore +++ b/.gitignore @@ -1,14 +1 @@ -/kiconthemes-4.100.0.tar.xz -/kiconthemes-5.0.0.tar.xz -/kiconthemes-5.1.0.tar.xz -/kiconthemes-5.2.0.tar.xz -/kiconthemes-5.3.0.tar.xz -/kiconthemes-5.4.0.tar.xz -/kiconthemes-5.5.0.tar.xz -/kiconthemes-5.6.0.tar.xz -/kiconthemes-5.7.0.tar.xz -/kiconthemes-5.8.0.tar.xz -/kiconthemes-5.9.0.tar.xz -/kiconthemes-5.10.0.tar.xz -/kiconthemes-5.11.0.tar.xz /kiconthemes-5.12.0.tar.xz From 5337e4c79fff08b56ea0dc1831b55adc0e303027 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20Vr=C3=A1til?= Date: Wed, 19 Aug 2015 16:50:18 +0200 Subject: [PATCH 025/157] KDE Frameworks 5.13.0 --- .gitignore | 1 + kf5-kiconthemes.spec | 24 +++++++++++++++++------- sources | 2 +- 3 files changed, 19 insertions(+), 8 deletions(-) diff --git a/.gitignore b/.gitignore index 0540cb1..1c1d809 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /kiconthemes-5.12.0.tar.xz +/kiconthemes-5.13.0.tar.xz diff --git a/kf5-kiconthemes.spec b/kf5-kiconthemes.spec index 5155be6..99c7cac 100644 --- a/kf5-kiconthemes.spec +++ b/kf5-kiconthemes.spec @@ -1,7 +1,7 @@ %global framework kiconthemes Name: kf5-%{framework} -Version: 5.12.0 +Version: 5.13.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 3 integration module with icon themes @@ -17,17 +17,18 @@ URL: http://www.kde.org %endif Source0: http://download.kde.org/%{stable}/frameworks/%{versiondir}/%{framework}-%{version}.tar.xz -BuildRequires: kf5-rpm-macros -BuildRequires: extra-cmake-modules +BuildRequires: kf5-rpm-macros >= %{version} +BuildRequires: extra-cmake-modules >= %{version} BuildRequires: qt5-qtbase-devel BuildRequires: qt5-qtsvg-devel +BuildRequires: kf5-kconfigwidgets-devel >= %{version} -BuildRequires: kf5-ki18n-devel +BuildRequires: kf5-ki18n-devel >= %{version} BuildRequires: kf5-kconfigwidgets-devel >= %{version} -BuildRequires: kf5-kwidgetsaddons-devel -BuildRequires: kf5-kitemviews-devel +BuildRequires: kf5-kwidgetsaddons-devel >= %{version} +BuildRequires: kf5-kitemviews-devel >= %{version} -Requires: kf5-filesystem +Requires: kf5-filesystem >= %{version} %description KDE Frameworks 5 Tier 3 integration module with icon themes @@ -78,6 +79,15 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Wed Aug 19 2015 Daniel Vrátil - 5.13.0-1 +- KDE Frameworks 5.13.0 + +* Wed Aug 19 2015 Daniel Vrátil - 5.13.0-1 +- KDE Frameworks 5.13.0 + +* Tue Aug 11 2015 Daniel Vrátil - 5.13.0-0.1 +- KDE Frameworks 5.13 + * Fri Jul 10 2015 Rex Dieter - 5.12.0-1 - 5.12.0 diff --git a/sources b/sources index d0a0187..1fcca62 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -2a3eb21a34091008c75e87146320a324 kiconthemes-5.12.0.tar.xz +109d43b5e45fe5ec9c355a73b5bb87a3 kiconthemes-5.13.0.tar.xz From 13433384c25886abf4dc004ba4d20687b5470ae9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20Vr=C3=A1til?= Date: Wed, 16 Sep 2015 13:47:32 +0200 Subject: [PATCH 026/157] KDE Frameworks 5.14.0 --- .gitignore | 1 + kf5-kiconthemes.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 1c1d809..56c9b7c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /kiconthemes-5.12.0.tar.xz /kiconthemes-5.13.0.tar.xz +/kiconthemes-5.14.0.tar.xz diff --git a/kf5-kiconthemes.spec b/kf5-kiconthemes.spec index 99c7cac..54263ec 100644 --- a/kf5-kiconthemes.spec +++ b/kf5-kiconthemes.spec @@ -1,7 +1,7 @@ %global framework kiconthemes Name: kf5-%{framework} -Version: 5.13.0 +Version: 5.14.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 3 integration module with icon themes @@ -79,6 +79,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Wed Sep 16 2015 Daniel Vrátil - 5.14.0-1 +- KDE Frameworks 5.14.0 + * Wed Aug 19 2015 Daniel Vrátil - 5.13.0-1 - KDE Frameworks 5.13.0 diff --git a/sources b/sources index 1fcca62..25e15bb 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -109d43b5e45fe5ec9c355a73b5bb87a3 kiconthemes-5.13.0.tar.xz +d206ae75a9f950e026c7923b272ddc3e kiconthemes-5.14.0.tar.xz From 64bdd1c7bd143e8c807775363740f9eeb61357ad Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Mon, 21 Sep 2015 12:41:04 -0500 Subject: [PATCH 027/157] +sources.basename --- sources.basename | 1 + 1 file changed, 1 insertion(+) create mode 100644 sources.basename diff --git a/sources.basename b/sources.basename new file mode 100644 index 0000000..8521062 --- /dev/null +++ b/sources.basename @@ -0,0 +1 @@ +kiconthemes From c1001154a30f6a41581912b6ce6083ffa34c5af6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20Vr=C3=A1til?= Date: Thu, 8 Oct 2015 15:06:26 +0200 Subject: [PATCH 028/157] KDE Frameworks 5.15.0 --- .gitignore | 1 + kf5-kiconthemes.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 56c9b7c..941092e 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ /kiconthemes-5.12.0.tar.xz /kiconthemes-5.13.0.tar.xz /kiconthemes-5.14.0.tar.xz +/kiconthemes-5.15.0.tar.xz diff --git a/kf5-kiconthemes.spec b/kf5-kiconthemes.spec index 54263ec..028a7c7 100644 --- a/kf5-kiconthemes.spec +++ b/kf5-kiconthemes.spec @@ -1,7 +1,7 @@ %global framework kiconthemes Name: kf5-%{framework} -Version: 5.14.0 +Version: 5.15.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 3 integration module with icon themes @@ -79,6 +79,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Thu Oct 08 2015 Daniel Vrátil - 5.15.0-1 +- KDE Frameworks 5.15.0 + * Wed Sep 16 2015 Daniel Vrátil - 5.14.0-1 - KDE Frameworks 5.14.0 diff --git a/sources b/sources index 25e15bb..18f0bd0 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -d206ae75a9f950e026c7923b272ddc3e kiconthemes-5.14.0.tar.xz +4244f5d4c377c630d81bedf4c0f4ee97 kiconthemes-5.15.0.tar.xz From b09fadf42807bbc3743ce956780f325793fd6548 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20Vr=C3=A1til?= Date: Mon, 9 Nov 2015 23:07:51 +0100 Subject: [PATCH 029/157] KDE Frameworks 5.16 --- .gitignore | 1 + kf5-kiconthemes.spec | 7 ++++++- sources | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 941092e..4f122bf 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ /kiconthemes-5.13.0.tar.xz /kiconthemes-5.14.0.tar.xz /kiconthemes-5.15.0.tar.xz +/kiconthemes-5.16.0.tar.xz diff --git a/kf5-kiconthemes.spec b/kf5-kiconthemes.spec index 028a7c7..9806839 100644 --- a/kf5-kiconthemes.spec +++ b/kf5-kiconthemes.spec @@ -1,7 +1,7 @@ %global framework kiconthemes Name: kf5-%{framework} -Version: 5.15.0 +Version: 5.16.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 3 integration module with icon themes @@ -22,6 +22,8 @@ BuildRequires: extra-cmake-modules >= %{version} BuildRequires: qt5-qtbase-devel BuildRequires: qt5-qtsvg-devel BuildRequires: kf5-kconfigwidgets-devel >= %{version} +BuildRequires: kf5-kcoreaddons-devel >= %{version} + BuildRequires: kf5-ki18n-devel >= %{version} BuildRequires: kf5-kconfigwidgets-devel >= %{version} @@ -79,6 +81,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Sun Nov 08 2015 Daniel Vrátil - 5.16.0-1 +- KDE Frameworks 5.16.0 + * Thu Oct 08 2015 Daniel Vrátil - 5.15.0-1 - KDE Frameworks 5.15.0 diff --git a/sources b/sources index 18f0bd0..22dc133 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -4244f5d4c377c630d81bedf4c0f4ee97 kiconthemes-5.15.0.tar.xz +94760eaa96551182a5e2c74496b45c86 kiconthemes-5.16.0.tar.xz From 195bb760a624631e9fa793925c90f0e01d322ab0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20Vr=C3=A1til?= Date: Tue, 8 Dec 2015 22:14:34 +0100 Subject: [PATCH 030/157] KDE Frameworks 5.17.0 --- .gitignore | 1 + kf5-kiconthemes.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 4f122bf..10e99cd 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ /kiconthemes-5.14.0.tar.xz /kiconthemes-5.15.0.tar.xz /kiconthemes-5.16.0.tar.xz +/kiconthemes-5.17.0.tar.xz diff --git a/kf5-kiconthemes.spec b/kf5-kiconthemes.spec index 9806839..c1a9341 100644 --- a/kf5-kiconthemes.spec +++ b/kf5-kiconthemes.spec @@ -1,7 +1,7 @@ %global framework kiconthemes Name: kf5-%{framework} -Version: 5.16.0 +Version: 5.17.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 3 integration module with icon themes @@ -81,6 +81,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Tue Dec 08 2015 Daniel Vrátil - 5.17.0-1 +- KDE Frameworks 5.17.0 + * Sun Nov 08 2015 Daniel Vrátil - 5.16.0-1 - KDE Frameworks 5.16.0 diff --git a/sources b/sources index 22dc133..97086de 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -94760eaa96551182a5e2c74496b45c86 kiconthemes-5.16.0.tar.xz +c7e44b909ad5ff372dfd2a2341e09e0f kiconthemes-5.17.0.tar.xz From 208da370b9d73603fded0e3d7d09ef24593b87c6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Vr=C3=A1til?= Date: Sun, 3 Jan 2016 17:57:17 +0100 Subject: [PATCH 031/157] KDE Frameworks 5.18.0 --- .gitignore | 1 + kf5-kiconthemes.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 10e99cd..afe26da 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ /kiconthemes-5.15.0.tar.xz /kiconthemes-5.16.0.tar.xz /kiconthemes-5.17.0.tar.xz +/kiconthemes-5.18.0.tar.xz diff --git a/kf5-kiconthemes.spec b/kf5-kiconthemes.spec index c1a9341..47d2f4f 100644 --- a/kf5-kiconthemes.spec +++ b/kf5-kiconthemes.spec @@ -1,7 +1,7 @@ %global framework kiconthemes Name: kf5-%{framework} -Version: 5.17.0 +Version: 5.18.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 3 integration module with icon themes @@ -81,6 +81,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Sun Jan 03 2016 Daniel Vrátil - 5.18.0-1 +- KDE Frameworks 5.18.0 + * Tue Dec 08 2015 Daniel Vrátil - 5.17.0-1 - KDE Frameworks 5.17.0 diff --git a/sources b/sources index 97086de..437d48c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -c7e44b909ad5ff372dfd2a2341e09e0f kiconthemes-5.17.0.tar.xz +7de83ced56231a852956ec41815c22e0 kiconthemes-5.18.0.tar.xz From f55ea717aeda17a69e833456a9e173c0a5103e71 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Thu, 14 Jan 2016 10:18:49 -0600 Subject: [PATCH 032/157] cosmetics, update URL, use %license --- .gitignore | 6 ------ kf5-kiconthemes.spec | 24 +++++++++++++----------- 2 files changed, 13 insertions(+), 17 deletions(-) diff --git a/.gitignore b/.gitignore index afe26da..a837efc 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1 @@ -/kiconthemes-5.12.0.tar.xz -/kiconthemes-5.13.0.tar.xz -/kiconthemes-5.14.0.tar.xz -/kiconthemes-5.15.0.tar.xz -/kiconthemes-5.16.0.tar.xz -/kiconthemes-5.17.0.tar.xz /kiconthemes-5.18.0.tar.xz diff --git a/kf5-kiconthemes.spec b/kf5-kiconthemes.spec index 47d2f4f..94e54ab 100644 --- a/kf5-kiconthemes.spec +++ b/kf5-kiconthemes.spec @@ -2,11 +2,11 @@ Name: kf5-%{framework} Version: 5.18.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: KDE Frameworks 5 Tier 3 integration module with icon themes License: LGPLv2+ and GPLv2+ -URL: http://www.kde.org +URL: http://projects.kde.org/kiconthemes %global versiondir %(echo %{version} | cut -d. -f1-2) %global revision %(echo %{version} | cut -d. -f3) @@ -17,18 +17,16 @@ URL: http://www.kde.org %endif Source0: http://download.kde.org/%{stable}/frameworks/%{versiondir}/%{framework}-%{version}.tar.xz -BuildRequires: kf5-rpm-macros >= %{version} BuildRequires: extra-cmake-modules >= %{version} -BuildRequires: qt5-qtbase-devel -BuildRequires: qt5-qtsvg-devel +BuildRequires: kf5-kconfigwidgets-devel >= %{version} BuildRequires: kf5-kconfigwidgets-devel >= %{version} BuildRequires: kf5-kcoreaddons-devel >= %{version} - - BuildRequires: kf5-ki18n-devel >= %{version} -BuildRequires: kf5-kconfigwidgets-devel >= %{version} -BuildRequires: kf5-kwidgetsaddons-devel >= %{version} BuildRequires: kf5-kitemviews-devel >= %{version} +BuildRequires: kf5-kwidgetsaddons-devel >= %{version} +BuildRequires: kf5-rpm-macros >= %{version} +BuildRequires: qt5-qtbase-devel +BuildRequires: qt5-qtsvg-devel Requires: kf5-filesystem >= %{version} @@ -40,7 +38,6 @@ KDE Frameworks 5 Tier 3 integration module with icon themes Summary: Development files for %{name} Requires: %{name}%{?_isa} = %{version}-%{release} Requires: qt5-qtbase-devel - %description devel The %{name}-devel package contains libraries and header files for developing applications that use %{name}. @@ -61,6 +58,7 @@ make %{?_smp_mflags} -C %{_target_platform} %install make install/fast DESTDIR=%{buildroot} -C %{_target_platform} + %find_lang kiconthemes5_qt --with-qt --all-name @@ -68,7 +66,8 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %postun -p /sbin/ldconfig %files -f kiconthemes5_qt.lang -%doc COPYING.LIB README.md +%doc README.md +%license COPYING.LIB %{_kf5_bindir}/kiconfinder5 %{_kf5_libdir}/libKF5IconThemes.so.* @@ -81,6 +80,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Thu Jan 14 2016 Rex Dieter 5.18.0-2 +- cosmetics, update URL, use %%license + * Sun Jan 03 2016 Daniel Vrátil - 5.18.0-1 - KDE Frameworks 5.18.0 From 73fb29c160c06fc99ebc002f9ec8a50a357f2194 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Thu, 4 Feb 2016 02:02:45 +0000 Subject: [PATCH 033/157] - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild --- kf5-kiconthemes.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/kf5-kiconthemes.spec b/kf5-kiconthemes.spec index 94e54ab..34e7b03 100644 --- a/kf5-kiconthemes.spec +++ b/kf5-kiconthemes.spec @@ -2,7 +2,7 @@ Name: kf5-%{framework} Version: 5.18.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: KDE Frameworks 5 Tier 3 integration module with icon themes License: LGPLv2+ and GPLv2+ @@ -80,6 +80,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Thu Feb 04 2016 Fedora Release Engineering - 5.18.0-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild + * Thu Jan 14 2016 Rex Dieter 5.18.0-2 - cosmetics, update URL, use %%license From 0cc6981929ce846f956b17f12c7c78ec058eb016 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Vr=C3=A1til?= Date: Thu, 11 Feb 2016 15:18:27 +0100 Subject: [PATCH 034/157] KDE Frameworks 5.19.0 --- .gitignore | 1 + kf5-kiconthemes.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index a837efc..3ea8591 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /kiconthemes-5.18.0.tar.xz +/kiconthemes-5.19.0.tar.xz diff --git a/kf5-kiconthemes.spec b/kf5-kiconthemes.spec index 34e7b03..e3e59e4 100644 --- a/kf5-kiconthemes.spec +++ b/kf5-kiconthemes.spec @@ -1,8 +1,8 @@ %global framework kiconthemes Name: kf5-%{framework} -Version: 5.18.0 -Release: 3%{?dist} +Version: 5.19.0 +Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 3 integration module with icon themes License: LGPLv2+ and GPLv2+ @@ -80,6 +80,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Thu Feb 11 2016 Daniel Vrátil - 5.19.0-1 +- KDE Frameworks 5.19.0 + * Thu Feb 04 2016 Fedora Release Engineering - 5.18.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild diff --git a/sources b/sources index 437d48c..83c5e87 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -7de83ced56231a852956ec41815c22e0 kiconthemes-5.18.0.tar.xz +234f1a331fcda7425061cc0667b62fc9 kiconthemes-5.19.0.tar.xz From be9563153934cbfd6505647801ad4e6028bd0092 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Vr=C3=A1til?= Date: Mon, 14 Mar 2016 11:42:34 +0100 Subject: [PATCH 035/157] KDE Frameworks 5.20.0 --- .gitignore | 1 + kf5-kiconthemes.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 3ea8591..1aff2fa 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /kiconthemes-5.18.0.tar.xz /kiconthemes-5.19.0.tar.xz +/kiconthemes-5.20.0.tar.xz diff --git a/kf5-kiconthemes.spec b/kf5-kiconthemes.spec index e3e59e4..9b88733 100644 --- a/kf5-kiconthemes.spec +++ b/kf5-kiconthemes.spec @@ -1,7 +1,7 @@ %global framework kiconthemes Name: kf5-%{framework} -Version: 5.19.0 +Version: 5.20.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 3 integration module with icon themes @@ -80,6 +80,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Mon Mar 14 2016 Daniel Vrátil - 5.20.0-1 +- KDE Frameworks 5.20.0 + * Thu Feb 11 2016 Daniel Vrátil - 5.19.0-1 - KDE Frameworks 5.19.0 diff --git a/sources b/sources index 83c5e87..05e5913 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -234f1a331fcda7425061cc0667b62fc9 kiconthemes-5.19.0.tar.xz +213a5258476ffc51e77526a31dc909f3 kiconthemes-5.20.0.tar.xz From ea762d75439a995ad47b5b1e8517329721be2367 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Mon, 4 Apr 2016 08:24:02 -0500 Subject: [PATCH 036/157] KDE Frameworks 5.21.0 --- .gitignore | 1 + kf5-kiconthemes.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 1aff2fa..61f209e 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ /kiconthemes-5.18.0.tar.xz /kiconthemes-5.19.0.tar.xz /kiconthemes-5.20.0.tar.xz +/kiconthemes-5.21.0.tar.xz diff --git a/kf5-kiconthemes.spec b/kf5-kiconthemes.spec index 9b88733..416a6d2 100644 --- a/kf5-kiconthemes.spec +++ b/kf5-kiconthemes.spec @@ -1,7 +1,7 @@ %global framework kiconthemes Name: kf5-%{framework} -Version: 5.20.0 +Version: 5.21.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 3 integration module with icon themes @@ -80,6 +80,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Mon Apr 04 2016 Rex Dieter - 5.21.0-1 +- KDE Frameworks 5.21.0 + * Mon Mar 14 2016 Daniel Vrátil - 5.20.0-1 - KDE Frameworks 5.20.0 diff --git a/sources b/sources index 05e5913..4d26c3a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -213a5258476ffc51e77526a31dc909f3 kiconthemes-5.20.0.tar.xz +900832d7cf491b67f4ea1f16ca79bad4 kiconthemes-5.21.0.tar.xz From 06027b08893b8d612eb580fa45215604b55c0683 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Mon, 16 May 2016 09:53:08 -0500 Subject: [PATCH 037/157] KDE Frameworks 5.22.0 --- .gitignore | 1 + kf5-kiconthemes.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 61f209e..d7029a3 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ /kiconthemes-5.19.0.tar.xz /kiconthemes-5.20.0.tar.xz /kiconthemes-5.21.0.tar.xz +/kiconthemes-5.22.0.tar.xz diff --git a/kf5-kiconthemes.spec b/kf5-kiconthemes.spec index 416a6d2..04597c6 100644 --- a/kf5-kiconthemes.spec +++ b/kf5-kiconthemes.spec @@ -1,7 +1,7 @@ %global framework kiconthemes Name: kf5-%{framework} -Version: 5.21.0 +Version: 5.22.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 3 integration module with icon themes @@ -80,6 +80,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Mon May 16 2016 Rex Dieter - 5.22.0-1 +- KDE Frameworks 5.22.0 + * Mon Apr 04 2016 Rex Dieter - 5.21.0-1 - KDE Frameworks 5.21.0 diff --git a/sources b/sources index 4d26c3a..c8bc40d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -900832d7cf491b67f4ea1f16ca79bad4 kiconthemes-5.21.0.tar.xz +475c2e3f54049c21baff0acf0356667f kiconthemes-5.22.0.tar.xz From 0a95651ee81b7df1076ee4b2fc55a86dcd1bf6df Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Tue, 7 Jun 2016 09:21:13 -0500 Subject: [PATCH 038/157] update URL, use autosetup --- kf5-kiconthemes.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/kf5-kiconthemes.spec b/kf5-kiconthemes.spec index 04597c6..9ee8e30 100644 --- a/kf5-kiconthemes.spec +++ b/kf5-kiconthemes.spec @@ -2,11 +2,11 @@ Name: kf5-%{framework} Version: 5.22.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: KDE Frameworks 5 Tier 3 integration module with icon themes License: LGPLv2+ and GPLv2+ -URL: http://projects.kde.org/kiconthemes +URL: https://quickgit.kde.org/?p=%{framework}.git %global versiondir %(echo %{version} | cut -d. -f1-2) %global revision %(echo %{version} | cut -d. -f3) @@ -44,7 +44,7 @@ developing applications that use %{name}. %prep -%setup -q -n %{framework}-%{version} +%autosetup -n %{framework}-%{version} %build @@ -80,6 +80,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Tue Jun 07 2016 Rex Dieter - 5.22.0-2 +- update URL, use autosetup + * Mon May 16 2016 Rex Dieter - 5.22.0-1 - KDE Frameworks 5.22.0 From fb730f0bd51f9b28b6963d83c96e2ebf55a535a1 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Tue, 7 Jun 2016 10:29:33 -0500 Subject: [PATCH 039/157] KDE Frameworks 5.23.0 --- .gitignore | 1 + clog | 2 ++ kf5-kiconthemes.spec | 9 +++++++-- sources | 2 +- 4 files changed, 11 insertions(+), 3 deletions(-) create mode 100644 clog diff --git a/.gitignore b/.gitignore index d7029a3..d1e15d1 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ /kiconthemes-5.20.0.tar.xz /kiconthemes-5.21.0.tar.xz /kiconthemes-5.22.0.tar.xz +/kiconthemes-5.23.0.tar.xz diff --git a/clog b/clog new file mode 100644 index 0000000..3e3407f --- /dev/null +++ b/clog @@ -0,0 +1,2 @@ +update URL, use autosetup + diff --git a/kf5-kiconthemes.spec b/kf5-kiconthemes.spec index 9ee8e30..c6b3302 100644 --- a/kf5-kiconthemes.spec +++ b/kf5-kiconthemes.spec @@ -1,8 +1,8 @@ %global framework kiconthemes Name: kf5-%{framework} -Version: 5.22.0 -Release: 2%{?dist} +Version: 5.23.0 +Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 3 integration module with icon themes License: LGPLv2+ and GPLv2+ @@ -27,6 +27,8 @@ BuildRequires: kf5-kwidgetsaddons-devel >= %{version} BuildRequires: kf5-rpm-macros >= %{version} BuildRequires: qt5-qtbase-devel BuildRequires: qt5-qtsvg-devel +BuildRequires: kf5-karchive-devel >= %{version} + Requires: kf5-filesystem >= %{version} @@ -80,6 +82,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Tue Jun 07 2016 Daniel Vrátil - 5.23.0-1 +- KDE Frameworks 5.23.0 + * Tue Jun 07 2016 Rex Dieter - 5.22.0-2 - update URL, use autosetup diff --git a/sources b/sources index c8bc40d..a6df823 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -475c2e3f54049c21baff0acf0356667f kiconthemes-5.22.0.tar.xz +da801d2c0556759497075c725919c193 kiconthemes-5.23.0.tar.xz From 248deafd8baf24f6bb69a5710e902e9f05b00207 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Sat, 25 Jun 2016 08:34:20 -0500 Subject: [PATCH 040/157] rm clog --- clog | 2 -- 1 file changed, 2 deletions(-) delete mode 100644 clog diff --git a/clog b/clog deleted file mode 100644 index 3e3407f..0000000 --- a/clog +++ /dev/null @@ -1,2 +0,0 @@ -update URL, use autosetup - From dce68758e8e496fb06fd493344122f02ef92fd5a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Vr=C3=A1til?= Date: Wed, 6 Jul 2016 17:48:14 +0200 Subject: [PATCH 041/157] KDE Frameworks 5.24.0 --- .gitignore | 1 + kf5-kiconthemes.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index d1e15d1..6b92d32 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ /kiconthemes-5.21.0.tar.xz /kiconthemes-5.22.0.tar.xz /kiconthemes-5.23.0.tar.xz +/kiconthemes-5.24.0.tar.xz diff --git a/kf5-kiconthemes.spec b/kf5-kiconthemes.spec index c6b3302..ebc0cde 100644 --- a/kf5-kiconthemes.spec +++ b/kf5-kiconthemes.spec @@ -1,7 +1,7 @@ %global framework kiconthemes Name: kf5-%{framework} -Version: 5.23.0 +Version: 5.24.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 3 integration module with icon themes @@ -82,6 +82,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Wed Jul 06 2016 Daniel Vrátil - 5.24.0-1 +- KDE Frameworks 5.24.0 + * Tue Jun 07 2016 Daniel Vrátil - 5.23.0-1 - KDE Frameworks 5.23.0 diff --git a/sources b/sources index a6df823..ab0adbd 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -da801d2c0556759497075c725919c193 kiconthemes-5.23.0.tar.xz +74b986efc24bec1e78b9e72b4c0defcd kiconthemes-5.24.0.tar.xz From 5a454a87d8e56cedc060f437126d6877236657b9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Vr=C3=A1til?= Date: Mon, 8 Aug 2016 10:11:31 +0200 Subject: [PATCH 042/157] KDE Frameworks 5.25.0 --- .gitignore | 1 + kf5-kiconthemes.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 6b92d32..9e69b11 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ /kiconthemes-5.22.0.tar.xz /kiconthemes-5.23.0.tar.xz /kiconthemes-5.24.0.tar.xz +/kiconthemes-5.25.0.tar.xz diff --git a/kf5-kiconthemes.spec b/kf5-kiconthemes.spec index ebc0cde..cbb8c7f 100644 --- a/kf5-kiconthemes.spec +++ b/kf5-kiconthemes.spec @@ -1,7 +1,7 @@ %global framework kiconthemes Name: kf5-%{framework} -Version: 5.24.0 +Version: 5.25.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 3 integration module with icon themes @@ -82,6 +82,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Mon Aug 08 2016 Daniel Vrátil - 5.25.0-1 +- KDE Frameworks 5.25.0 + * Wed Jul 06 2016 Daniel Vrátil - 5.24.0-1 - KDE Frameworks 5.24.0 diff --git a/sources b/sources index ab0adbd..390d281 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -74b986efc24bec1e78b9e72b4c0defcd kiconthemes-5.24.0.tar.xz +45eb7f6ad57eca1f2f5ad3d58a56bef8 kiconthemes-5.25.0.tar.xz From cfad65e896a6e29b88eeec4eef9bd1029e2d9464 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Vr=C3=A1til?= Date: Thu, 8 Sep 2016 10:23:03 +0200 Subject: [PATCH 043/157] KDE Frameworks 5.26.0 --- .gitignore | 1 + kf5-kiconthemes.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 9e69b11..8b79ac6 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,4 @@ /kiconthemes-5.23.0.tar.xz /kiconthemes-5.24.0.tar.xz /kiconthemes-5.25.0.tar.xz +/kiconthemes-5.26.0.tar.xz diff --git a/kf5-kiconthemes.spec b/kf5-kiconthemes.spec index cbb8c7f..6b73bb2 100644 --- a/kf5-kiconthemes.spec +++ b/kf5-kiconthemes.spec @@ -1,7 +1,7 @@ %global framework kiconthemes Name: kf5-%{framework} -Version: 5.25.0 +Version: 5.26.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 3 integration module with icon themes @@ -82,6 +82,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Wed Sep 07 2016 Daniel Vrátil - 5.26.0-1 +- KDE Frameworks 5.26.0 + * Mon Aug 08 2016 Daniel Vrátil - 5.25.0-1 - KDE Frameworks 5.25.0 diff --git a/sources b/sources index 390d281..15e72a5 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -45eb7f6ad57eca1f2f5ad3d58a56bef8 kiconthemes-5.25.0.tar.xz +67c2cf1f00f734d296d14810b1d15d30 kiconthemes-5.26.0.tar.xz From 2ca31a0f5d2530c58e30dbac4980531485e3f634 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Mon, 3 Oct 2016 21:28:57 -0500 Subject: [PATCH 044/157] 5.27.0 --- .gitignore | 1 + kf5-kiconthemes.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 8b79ac6..cc6e180 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,4 @@ /kiconthemes-5.24.0.tar.xz /kiconthemes-5.25.0.tar.xz /kiconthemes-5.26.0.tar.xz +/kiconthemes-5.27.0.tar.xz diff --git a/kf5-kiconthemes.spec b/kf5-kiconthemes.spec index 6b73bb2..12bf1e8 100644 --- a/kf5-kiconthemes.spec +++ b/kf5-kiconthemes.spec @@ -1,8 +1,8 @@ %global framework kiconthemes Name: kf5-%{framework} -Version: 5.26.0 -Release: 1%{?dist} +Version: 5.27.0 +Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 3 integration module with icon themes License: LGPLv2+ and GPLv2+ @@ -82,6 +82,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Tue Oct 04 2016 Rex Dieter - 5.27.0-1 +- 5.27.0 + * Wed Sep 07 2016 Daniel Vrátil - 5.26.0-1 - KDE Frameworks 5.26.0 diff --git a/sources b/sources index 15e72a5..ea882ee 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -67c2cf1f00f734d296d14810b1d15d30 kiconthemes-5.26.0.tar.xz +5d456438646adba8fb8e84bb5b5cc9ab kiconthemes-5.27.0.tar.xz From bd79d8e4e370189a196e74d3371a62473d17901d Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Fri, 16 Dec 2016 11:46:17 -0600 Subject: [PATCH 045/157] 5.29.0 --- .gitignore | 1 + kf5-kiconthemes.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index cc6e180..b1a9876 100644 --- a/.gitignore +++ b/.gitignore @@ -8,3 +8,4 @@ /kiconthemes-5.25.0.tar.xz /kiconthemes-5.26.0.tar.xz /kiconthemes-5.27.0.tar.xz +/kiconthemes-5.29.0.tar.xz diff --git a/kf5-kiconthemes.spec b/kf5-kiconthemes.spec index 12bf1e8..383051e 100644 --- a/kf5-kiconthemes.spec +++ b/kf5-kiconthemes.spec @@ -1,7 +1,7 @@ %global framework kiconthemes Name: kf5-%{framework} -Version: 5.27.0 +Version: 5.29.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 3 integration module with icon themes @@ -82,6 +82,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Fri Dec 16 2016 Rex Dieter - 5.29.0-1 +- 5.29.0 + * Tue Oct 04 2016 Rex Dieter - 5.27.0-1 - 5.27.0 diff --git a/sources b/sources index ea882ee..ce542bd 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -5d456438646adba8fb8e84bb5b5cc9ab kiconthemes-5.27.0.tar.xz +SHA512 (kiconthemes-5.29.0.tar.xz) = de2e5a85c350cb6c96b403abcdc047e0ec74bfc69d10597cd3b3c9961776e29ae3225adb37aa627997aa8c0b9f62c3b330db71b6f37a38310ec2b667e91d8251 From 8a85da3dd6eefc333199e8b7d2a348d48cc8ed05 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Mon, 23 Jan 2017 11:17:29 -0600 Subject: [PATCH 046/157] .spec cosmetics, update URL, Requires: hicolor-icon-theme --- kf5-kiconthemes.spec | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/kf5-kiconthemes.spec b/kf5-kiconthemes.spec index 383051e..af6718f 100644 --- a/kf5-kiconthemes.spec +++ b/kf5-kiconthemes.spec @@ -1,12 +1,12 @@ %global framework kiconthemes -Name: kf5-%{framework} +Name: kf5-%{framework} Version: 5.29.0 -Release: 1%{?dist} -Summary: KDE Frameworks 5 Tier 3 integration module with icon themes +Release: 2%{?dist} +Summary: KDE Frameworks 5 Tier 3 integration module with icon themes -License: LGPLv2+ and GPLv2+ -URL: https://quickgit.kde.org/?p=%{framework}.git +License: LGPLv2+ and GPLv2+ +URL: https://api.kde.org/frameworks/kiconthemes/ %global versiondir %(echo %{version} | cut -d. -f1-2) %global revision %(echo %{version} | cut -d. -f3) @@ -31,6 +31,7 @@ BuildRequires: kf5-karchive-devel >= %{version} Requires: kf5-filesystem >= %{version} +Requires: hicolor-icon-theme %description KDE Frameworks 5 Tier 3 integration module with icon themes @@ -82,6 +83,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Mon Jan 23 2017 Rex Dieter - 5.29.0-2 +- .spec cosmetics, update URL, Requires: hicolor-icon-theme + * Fri Dec 16 2016 Rex Dieter - 5.29.0-1 - 5.29.0 From b7a0b044f1325d529ada34f839714f36400501ab Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Mon, 6 Feb 2017 12:07:18 -0600 Subject: [PATCH 047/157] 5.31.0 --- .gitignore | 1 + kf5-kiconthemes.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index b1a9876..09b89bb 100644 --- a/.gitignore +++ b/.gitignore @@ -9,3 +9,4 @@ /kiconthemes-5.26.0.tar.xz /kiconthemes-5.27.0.tar.xz /kiconthemes-5.29.0.tar.xz +/kiconthemes-5.31.0.tar.xz diff --git a/kf5-kiconthemes.spec b/kf5-kiconthemes.spec index af6718f..997b4d3 100644 --- a/kf5-kiconthemes.spec +++ b/kf5-kiconthemes.spec @@ -1,8 +1,8 @@ %global framework kiconthemes Name: kf5-%{framework} -Version: 5.29.0 -Release: 2%{?dist} +Version: 5.31.0 +Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 3 integration module with icon themes License: LGPLv2+ and GPLv2+ @@ -83,6 +83,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Mon Feb 06 2017 Rex Dieter - 5.31.0-1 +- 5.31.0 + * Mon Jan 23 2017 Rex Dieter - 5.29.0-2 - .spec cosmetics, update URL, Requires: hicolor-icon-theme diff --git a/sources b/sources index ce542bd..f167c4b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kiconthemes-5.29.0.tar.xz) = de2e5a85c350cb6c96b403abcdc047e0ec74bfc69d10597cd3b3c9961776e29ae3225adb37aa627997aa8c0b9f62c3b330db71b6f37a38310ec2b667e91d8251 +SHA512 (kiconthemes-5.31.0.tar.xz) = 15f65745b7450bc3d4eb57da26dc7a0efe8877ba4006294fcd7d5c844e1ce22c708358f2e07fac89025ca0ed00da69e118f84e92e31c89e2651e052a602a7b64 From a04072a8fa1f629ff99fb18ee1e76b4db4dba343 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Sat, 4 Mar 2017 14:27:55 -0600 Subject: [PATCH 048/157] 5.32.0 --- .gitignore | 1 + kf5-kiconthemes.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 09b89bb..855393c 100644 --- a/.gitignore +++ b/.gitignore @@ -10,3 +10,4 @@ /kiconthemes-5.27.0.tar.xz /kiconthemes-5.29.0.tar.xz /kiconthemes-5.31.0.tar.xz +/kiconthemes-5.32.0.tar.xz diff --git a/kf5-kiconthemes.spec b/kf5-kiconthemes.spec index 997b4d3..2f98b3c 100644 --- a/kf5-kiconthemes.spec +++ b/kf5-kiconthemes.spec @@ -1,7 +1,7 @@ %global framework kiconthemes Name: kf5-%{framework} -Version: 5.31.0 +Version: 5.32.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 Mar 04 2017 Rex Dieter - 5.32.0-1 +- 5.32.0 + * Mon Feb 06 2017 Rex Dieter - 5.31.0-1 - 5.31.0 diff --git a/sources b/sources index f167c4b..9b75d28 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kiconthemes-5.31.0.tar.xz) = 15f65745b7450bc3d4eb57da26dc7a0efe8877ba4006294fcd7d5c844e1ce22c708358f2e07fac89025ca0ed00da69e118f84e92e31c89e2651e052a602a7b64 +SHA512 (kiconthemes-5.32.0.tar.xz) = 0be565de361ebdfb6b521c9dd64f02bca3dba2dbc1482cd9192d169f0afc206af22b54effc751014d55dfe43a7481dfe0638e02e519cca39e5a168ab47c4b90f From 5d2a5f77eb72e5df9798ddb61963688e74e2febd Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Mon, 3 Apr 2017 08:14:27 -0500 Subject: [PATCH 049/157] 5.33.0 --- .gitignore | 1 + kf5-kiconthemes.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 855393c..579f1a9 100644 --- a/.gitignore +++ b/.gitignore @@ -11,3 +11,4 @@ /kiconthemes-5.29.0.tar.xz /kiconthemes-5.31.0.tar.xz /kiconthemes-5.32.0.tar.xz +/kiconthemes-5.33.0.tar.xz diff --git a/kf5-kiconthemes.spec b/kf5-kiconthemes.spec index 2f98b3c..d4ad18f 100644 --- a/kf5-kiconthemes.spec +++ b/kf5-kiconthemes.spec @@ -1,7 +1,7 @@ %global framework kiconthemes Name: kf5-%{framework} -Version: 5.32.0 +Version: 5.33.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 +* Mon Apr 03 2017 Rex Dieter - 5.33.0-1 +- 5.33.0 + * Sat Mar 04 2017 Rex Dieter - 5.32.0-1 - 5.32.0 diff --git a/sources b/sources index 9b75d28..f03c50d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kiconthemes-5.32.0.tar.xz) = 0be565de361ebdfb6b521c9dd64f02bca3dba2dbc1482cd9192d169f0afc206af22b54effc751014d55dfe43a7481dfe0638e02e519cca39e5a168ab47c4b90f +SHA512 (kiconthemes-5.33.0.tar.xz) = 4b3849ec09d4e97fe83632e4591e89c57570c0e5b8c82c4c4607a4ab02e4d074f2e479471eceed4ef503ceac0f84b2d76383030a39298b615ac3a354153094bf From ebc10c28ae784124c224a5e049e8ac1369265333 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Mon, 15 May 2017 11:09:02 -0500 Subject: [PATCH 050/157] 5.34.0 --- .gitignore | 1 + kf5-kiconthemes.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 579f1a9..deef62e 100644 --- a/.gitignore +++ b/.gitignore @@ -12,3 +12,4 @@ /kiconthemes-5.31.0.tar.xz /kiconthemes-5.32.0.tar.xz /kiconthemes-5.33.0.tar.xz +/kiconthemes-5.34.0.tar.xz diff --git a/kf5-kiconthemes.spec b/kf5-kiconthemes.spec index d4ad18f..e2dd9a9 100644 --- a/kf5-kiconthemes.spec +++ b/kf5-kiconthemes.spec @@ -1,7 +1,7 @@ %global framework kiconthemes Name: kf5-%{framework} -Version: 5.33.0 +Version: 5.34.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 +* Mon May 15 2017 Rex Dieter - 5.34.0-1 +- 5.34.0 + * Mon Apr 03 2017 Rex Dieter - 5.33.0-1 - 5.33.0 diff --git a/sources b/sources index f03c50d..a90190f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kiconthemes-5.33.0.tar.xz) = 4b3849ec09d4e97fe83632e4591e89c57570c0e5b8c82c4c4607a4ab02e4d074f2e479471eceed4ef503ceac0f84b2d76383030a39298b615ac3a354153094bf +SHA512 (kiconthemes-5.34.0.tar.xz) = 90e64944a70e467fd9679dd566da6252a9a00ae01aa92470d3151f4b700551be2c4128f9eabfb3e1488c724c2db8c94cb692817a4d36e1eda290dad5ab038951 From 6db60108fe64807bd5c16c18e7688848718b1778 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Sun, 4 Jun 2017 07:19:33 -0500 Subject: [PATCH 051/157] 5.35.0 --- .gitignore | 1 + kf5-kiconthemes.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index deef62e..f970e22 100644 --- a/.gitignore +++ b/.gitignore @@ -13,3 +13,4 @@ /kiconthemes-5.32.0.tar.xz /kiconthemes-5.33.0.tar.xz /kiconthemes-5.34.0.tar.xz +/kiconthemes-5.35.0.tar.xz diff --git a/kf5-kiconthemes.spec b/kf5-kiconthemes.spec index e2dd9a9..95fc766 100644 --- a/kf5-kiconthemes.spec +++ b/kf5-kiconthemes.spec @@ -1,7 +1,7 @@ %global framework kiconthemes Name: kf5-%{framework} -Version: 5.34.0 +Version: 5.35.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 +* Sun Jun 04 2017 Rex Dieter - 5.35.0-1 +- 5.35.0 + * Mon May 15 2017 Rex Dieter - 5.34.0-1 - 5.34.0 diff --git a/sources b/sources index a90190f..33cf743 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kiconthemes-5.34.0.tar.xz) = 90e64944a70e467fd9679dd566da6252a9a00ae01aa92470d3151f4b700551be2c4128f9eabfb3e1488c724c2db8c94cb692817a4d36e1eda290dad5ab038951 +SHA512 (kiconthemes-5.35.0.tar.xz) = fc9a92884d3e652b976bc101e744145344a0c579758de9b6aff23d8190475fe7ca1c1145e0784cbbe990341dcf447c6f3ef129baff786c3ec20f3aa12f9ff535 From 825ec70df54ef12e2171780e11b2676005a3dc56 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Mon, 3 Jul 2017 12:11:10 -0500 Subject: [PATCH 052/157] 5.36.0 --- .gitignore | 1 + kf5-kiconthemes.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index f970e22..8ee616d 100644 --- a/.gitignore +++ b/.gitignore @@ -14,3 +14,4 @@ /kiconthemes-5.33.0.tar.xz /kiconthemes-5.34.0.tar.xz /kiconthemes-5.35.0.tar.xz +/kiconthemes-5.36.0.tar.xz diff --git a/kf5-kiconthemes.spec b/kf5-kiconthemes.spec index 95fc766..218b14f 100644 --- a/kf5-kiconthemes.spec +++ b/kf5-kiconthemes.spec @@ -1,7 +1,7 @@ %global framework kiconthemes Name: kf5-%{framework} -Version: 5.35.0 +Version: 5.36.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 +* Mon Jul 03 2017 Rex Dieter - 5.36.0-1 +- 5.36.0 + * Sun Jun 04 2017 Rex Dieter - 5.35.0-1 - 5.35.0 diff --git a/sources b/sources index 33cf743..8230234 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kiconthemes-5.35.0.tar.xz) = fc9a92884d3e652b976bc101e744145344a0c579758de9b6aff23d8190475fe7ca1c1145e0784cbbe990341dcf447c6f3ef129baff786c3ec20f3aa12f9ff535 +SHA512 (kiconthemes-5.36.0.tar.xz) = 5a52ceef4581c31365255ac4eb7f6cc53dac51cf52531a1aa5f96fd6e721eb09056191fab984edc436bebd29035e44c22778866d919d271e159d3ece4f0c3f14 From 7c427ae48a100ad13e5c9670fa169f8e0f2223b9 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 26 Jul 2017 15:17:22 +0000 Subject: [PATCH 053/157] - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild --- kf5-kiconthemes.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/kf5-kiconthemes.spec b/kf5-kiconthemes.spec index 218b14f..0ed6902 100644 --- a/kf5-kiconthemes.spec +++ b/kf5-kiconthemes.spec @@ -2,7 +2,7 @@ Name: kf5-%{framework} Version: 5.36.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: KDE Frameworks 5 Tier 3 integration module with icon themes License: LGPLv2+ and GPLv2+ @@ -83,6 +83,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Wed Jul 26 2017 Fedora Release Engineering - 5.36.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild + * Mon Jul 03 2017 Rex Dieter - 5.36.0-1 - 5.36.0 From d51c2e4e3441efcf82cd6682c31a862d727af310 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 3 Aug 2017 00:26:50 +0000 Subject: [PATCH 054/157] - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild --- kf5-kiconthemes.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/kf5-kiconthemes.spec b/kf5-kiconthemes.spec index 0ed6902..b7c3a9d 100644 --- a/kf5-kiconthemes.spec +++ b/kf5-kiconthemes.spec @@ -2,7 +2,7 @@ Name: kf5-%{framework} Version: 5.36.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: KDE Frameworks 5 Tier 3 integration module with icon themes License: LGPLv2+ and GPLv2+ @@ -83,6 +83,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Thu Aug 03 2017 Fedora Release Engineering - 5.36.0-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild + * Wed Jul 26 2017 Fedora Release Engineering - 5.36.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild From 69e6a885e8e03c84d9bb3763e3b6e1c3b0c348d6 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Fri, 25 Aug 2017 09:31:12 -0500 Subject: [PATCH 055/157] 5.37.0 --- .gitignore | 1 + kf5-kiconthemes.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 8ee616d..f9ef577 100644 --- a/.gitignore +++ b/.gitignore @@ -15,3 +15,4 @@ /kiconthemes-5.34.0.tar.xz /kiconthemes-5.35.0.tar.xz /kiconthemes-5.36.0.tar.xz +/kiconthemes-5.37.0.tar.xz diff --git a/kf5-kiconthemes.spec b/kf5-kiconthemes.spec index b7c3a9d..1b06baf 100644 --- a/kf5-kiconthemes.spec +++ b/kf5-kiconthemes.spec @@ -1,8 +1,8 @@ %global framework kiconthemes Name: kf5-%{framework} -Version: 5.36.0 -Release: 3%{?dist} +Version: 5.37.0 +Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 3 integration module with icon themes License: LGPLv2+ and GPLv2+ @@ -83,6 +83,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Fri Aug 25 2017 Rex Dieter - 5.37.0-1 +- 5.37.0 + * Thu Aug 03 2017 Fedora Release Engineering - 5.36.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild diff --git a/sources b/sources index 8230234..263c7d0 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kiconthemes-5.36.0.tar.xz) = 5a52ceef4581c31365255ac4eb7f6cc53dac51cf52531a1aa5f96fd6e721eb09056191fab984edc436bebd29035e44c22778866d919d271e159d3ece4f0c3f14 +SHA512 (kiconthemes-5.37.0.tar.xz) = a5c19393d40055eafb5c7ed67c7a2b6563786a3191c3192c02d328004d14b33c7e9db936745e45a853b75264864d062d7697b1dc44b7c0056a2a350acae91204 From 5f582876899aaaa8c37c8420ec03d33a80e0a293 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Mon, 11 Sep 2017 14:58:04 -0500 Subject: [PATCH 056/157] 5.38.0 --- .gitignore | 1 + kf5-kiconthemes.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index f9ef577..1f94928 100644 --- a/.gitignore +++ b/.gitignore @@ -16,3 +16,4 @@ /kiconthemes-5.35.0.tar.xz /kiconthemes-5.36.0.tar.xz /kiconthemes-5.37.0.tar.xz +/kiconthemes-5.38.0.tar.xz diff --git a/kf5-kiconthemes.spec b/kf5-kiconthemes.spec index 1b06baf..cc36b0b 100644 --- a/kf5-kiconthemes.spec +++ b/kf5-kiconthemes.spec @@ -1,7 +1,7 @@ %global framework kiconthemes Name: kf5-%{framework} -Version: 5.37.0 +Version: 5.38.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 +* Mon Sep 11 2017 Rex Dieter - 5.38.0-1 +- 5.38.0 + * Fri Aug 25 2017 Rex Dieter - 5.37.0-1 - 5.37.0 diff --git a/sources b/sources index 263c7d0..baa893a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kiconthemes-5.37.0.tar.xz) = a5c19393d40055eafb5c7ed67c7a2b6563786a3191c3192c02d328004d14b33c7e9db936745e45a853b75264864d062d7697b1dc44b7c0056a2a350acae91204 +SHA512 (kiconthemes-5.38.0.tar.xz) = 886bb36ba6fd0cad40286797d8d433bda3c6a2757c78713389118e1710ac8b57552bf2a04bf108311d504676590c7fdfd87d006f05a4d34e0c17d5400b998a85 From 7bb8ad82a05bcb3506eed050986b4754a0516ed9 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Sun, 8 Oct 2017 10:01:58 -0500 Subject: [PATCH 057/157] 5.39.0 --- .gitignore | 1 + kf5-kiconthemes.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 1f94928..102945e 100644 --- a/.gitignore +++ b/.gitignore @@ -17,3 +17,4 @@ /kiconthemes-5.36.0.tar.xz /kiconthemes-5.37.0.tar.xz /kiconthemes-5.38.0.tar.xz +/kiconthemes-5.39.0.tar.xz diff --git a/kf5-kiconthemes.spec b/kf5-kiconthemes.spec index cc36b0b..e785678 100644 --- a/kf5-kiconthemes.spec +++ b/kf5-kiconthemes.spec @@ -1,7 +1,7 @@ %global framework kiconthemes Name: kf5-%{framework} -Version: 5.38.0 +Version: 5.39.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 +* Sun Oct 08 2017 Rex Dieter - 5.39.0-1 +- 5.39.0 + * Mon Sep 11 2017 Rex Dieter - 5.38.0-1 - 5.38.0 diff --git a/sources b/sources index baa893a..58929ce 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kiconthemes-5.38.0.tar.xz) = 886bb36ba6fd0cad40286797d8d433bda3c6a2757c78713389118e1710ac8b57552bf2a04bf108311d504676590c7fdfd87d006f05a4d34e0c17d5400b998a85 +SHA512 (kiconthemes-5.39.0.tar.xz) = 1e30b24c1689ef4e7f59cc67fd4dc09e3dfcbfef0cf2b475ac09b43aa6d25ebb4edd8780398eee906f84ee1f5e53b2c0dc839014e185fb47e994c57fff74d7ca From cbcbcec35cfdaea694fc2d78d5453ff0b95c565d Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Fri, 10 Nov 2017 09:38:36 -0600 Subject: [PATCH 058/157] 5.40.0 --- .gitignore | 1 + kf5-kiconthemes.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 102945e..ba461ba 100644 --- a/.gitignore +++ b/.gitignore @@ -18,3 +18,4 @@ /kiconthemes-5.37.0.tar.xz /kiconthemes-5.38.0.tar.xz /kiconthemes-5.39.0.tar.xz +/kiconthemes-5.40.0.tar.xz diff --git a/kf5-kiconthemes.spec b/kf5-kiconthemes.spec index e785678..792699d 100644 --- a/kf5-kiconthemes.spec +++ b/kf5-kiconthemes.spec @@ -1,7 +1,7 @@ %global framework kiconthemes Name: kf5-%{framework} -Version: 5.39.0 +Version: 5.40.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 +* Fri Nov 10 2017 Rex Dieter - 5.40.0-1 +- 5.40.0 + * Sun Oct 08 2017 Rex Dieter - 5.39.0-1 - 5.39.0 diff --git a/sources b/sources index 58929ce..bf5c32d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kiconthemes-5.39.0.tar.xz) = 1e30b24c1689ef4e7f59cc67fd4dc09e3dfcbfef0cf2b475ac09b43aa6d25ebb4edd8780398eee906f84ee1f5e53b2c0dc839014e185fb47e994c57fff74d7ca +SHA512 (kiconthemes-5.40.0.tar.xz) = bed22e1e1173e5838a43cce8305b0df3b6c7f5f90d958feaf14a8a9612de2d81bdc57a2e6807ac9375cdd8a96a433672484a931ec30c6816ba58f752b2b8c2cb From 016b6c8aee899037c5cd1fea716441bd81f84112 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Mon, 4 Dec 2017 10:40:12 -0600 Subject: [PATCH 059/157] 5.41.0 --- .gitignore | 1 + kf5-kiconthemes.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index ba461ba..4b7caab 100644 --- a/.gitignore +++ b/.gitignore @@ -19,3 +19,4 @@ /kiconthemes-5.38.0.tar.xz /kiconthemes-5.39.0.tar.xz /kiconthemes-5.40.0.tar.xz +/kiconthemes-5.41.0.tar.xz diff --git a/kf5-kiconthemes.spec b/kf5-kiconthemes.spec index 792699d..1a3cfac 100644 --- a/kf5-kiconthemes.spec +++ b/kf5-kiconthemes.spec @@ -1,7 +1,7 @@ %global framework kiconthemes Name: kf5-%{framework} -Version: 5.40.0 +Version: 5.41.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 +* Mon Dec 04 2017 Rex Dieter - 5.41.0-1 +- 5.41.0 + * Fri Nov 10 2017 Rex Dieter - 5.40.0-1 - 5.40.0 diff --git a/sources b/sources index bf5c32d..921c24c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kiconthemes-5.40.0.tar.xz) = bed22e1e1173e5838a43cce8305b0df3b6c7f5f90d958feaf14a8a9612de2d81bdc57a2e6807ac9375cdd8a96a433672484a931ec30c6816ba58f752b2b8c2cb +SHA512 (kiconthemes-5.41.0.tar.xz) = 7cf106a044c2ec2b61bc8e8f138d158de707066059926ed1cbac323a58024ee2cd99a79400ab9fba0661e9835f8ce34ea75748de02c38cd7699233850177573e From e7069d0dd65aa6ce45c471e6eecc59254eeb9ab1 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Mon, 8 Jan 2018 09:00:06 -0600 Subject: [PATCH 060/157] 5.42.0 --- .gitignore | 1 + kf5-kiconthemes.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 4b7caab..0bd4e09 100644 --- a/.gitignore +++ b/.gitignore @@ -20,3 +20,4 @@ /kiconthemes-5.39.0.tar.xz /kiconthemes-5.40.0.tar.xz /kiconthemes-5.41.0.tar.xz +/kiconthemes-5.42.0.tar.xz diff --git a/kf5-kiconthemes.spec b/kf5-kiconthemes.spec index 1a3cfac..3ab634b 100644 --- a/kf5-kiconthemes.spec +++ b/kf5-kiconthemes.spec @@ -1,7 +1,7 @@ %global framework kiconthemes Name: kf5-%{framework} -Version: 5.41.0 +Version: 5.42.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 +* Mon Jan 08 2018 Rex Dieter - 5.42.0-1 +- 5.42.0 + * Mon Dec 04 2017 Rex Dieter - 5.41.0-1 - 5.41.0 diff --git a/sources b/sources index 921c24c..6d38adf 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kiconthemes-5.41.0.tar.xz) = 7cf106a044c2ec2b61bc8e8f138d158de707066059926ed1cbac323a58024ee2cd99a79400ab9fba0661e9835f8ce34ea75748de02c38cd7699233850177573e +SHA512 (kiconthemes-5.42.0.tar.xz) = 7a4eebecc5d7af9498bab9729a4998b0c7032422ca0d7dee7b9fa9e217d287f0745a1e26f030ae758b903b91ac061f175db4ffb3097d9ba5906404a227617c08 From 3eb798c0b2458892f3c423df112f6bc3b2d1c93f Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Wed, 7 Feb 2018 09:56:57 -0600 Subject: [PATCH 061/157] 5.43.0 --- .gitignore | 1 + kf5-kiconthemes.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 0bd4e09..2754708 100644 --- a/.gitignore +++ b/.gitignore @@ -21,3 +21,4 @@ /kiconthemes-5.40.0.tar.xz /kiconthemes-5.41.0.tar.xz /kiconthemes-5.42.0.tar.xz +/kiconthemes-5.43.0.tar.xz diff --git a/kf5-kiconthemes.spec b/kf5-kiconthemes.spec index 3ab634b..2b9eaed 100644 --- a/kf5-kiconthemes.spec +++ b/kf5-kiconthemes.spec @@ -1,7 +1,7 @@ %global framework kiconthemes Name: kf5-%{framework} -Version: 5.42.0 +Version: 5.43.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 +* Wed Feb 07 2018 Rex Dieter - 5.43.0-1 +- 5.43.0 + * Mon Jan 08 2018 Rex Dieter - 5.42.0-1 - 5.42.0 diff --git a/sources b/sources index 6d38adf..f89dd60 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kiconthemes-5.42.0.tar.xz) = 7a4eebecc5d7af9498bab9729a4998b0c7032422ca0d7dee7b9fa9e217d287f0745a1e26f030ae758b903b91ac061f175db4ffb3097d9ba5906404a227617c08 +SHA512 (kiconthemes-5.43.0.tar.xz) = 742a2c79b37830e319e4d807359e9bd16950889753a46f85ee5b8d5e0b1dc6868aaafc625c3df7717371440a1cf4e6168981ec34dae328aa3eb1aecc7962d759 From 46da895a43cc46a3a0fdc50d881ee06d3ec8f9c2 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Sat, 3 Mar 2018 08:04:53 -0600 Subject: [PATCH 062/157] 5.44.0 --- .gitignore | 1 + kf5-kiconthemes.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 2754708..06d9ebe 100644 --- a/.gitignore +++ b/.gitignore @@ -22,3 +22,4 @@ /kiconthemes-5.41.0.tar.xz /kiconthemes-5.42.0.tar.xz /kiconthemes-5.43.0.tar.xz +/kiconthemes-5.44.0.tar.xz diff --git a/kf5-kiconthemes.spec b/kf5-kiconthemes.spec index 2b9eaed..2637466 100644 --- a/kf5-kiconthemes.spec +++ b/kf5-kiconthemes.spec @@ -1,7 +1,7 @@ %global framework kiconthemes Name: kf5-%{framework} -Version: 5.43.0 +Version: 5.44.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 Mar 03 2018 Rex Dieter - 5.44.0-1 +- 5.44.0 + * Wed Feb 07 2018 Rex Dieter - 5.43.0-1 - 5.43.0 diff --git a/sources b/sources index f89dd60..46f9627 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kiconthemes-5.43.0.tar.xz) = 742a2c79b37830e319e4d807359e9bd16950889753a46f85ee5b8d5e0b1dc6868aaafc625c3df7717371440a1cf4e6168981ec34dae328aa3eb1aecc7962d759 +SHA512 (kiconthemes-5.44.0.tar.xz) = d48c081050746109a9303453b210a7ccc7e41db4d279b24e363ffd921621bec5aad885458720f2d87e62843d6335b1f1f78307814a54e01657d93fd37f5af5db From cbb3d52e3e30b0615229f87ae03eb1bcc0e0e575 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Sun, 8 Apr 2018 07:38:47 -0500 Subject: [PATCH 063/157] 5.45.0 --- .gitignore | 1 + kf5-kiconthemes.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 06d9ebe..4b3affd 100644 --- a/.gitignore +++ b/.gitignore @@ -23,3 +23,4 @@ /kiconthemes-5.42.0.tar.xz /kiconthemes-5.43.0.tar.xz /kiconthemes-5.44.0.tar.xz +/kiconthemes-5.45.0.tar.xz diff --git a/kf5-kiconthemes.spec b/kf5-kiconthemes.spec index 2637466..f933d93 100644 --- a/kf5-kiconthemes.spec +++ b/kf5-kiconthemes.spec @@ -1,7 +1,7 @@ %global framework kiconthemes Name: kf5-%{framework} -Version: 5.44.0 +Version: 5.45.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 +* Sun Apr 08 2018 Rex Dieter - 5.45.0-1 +- 5.45.0 + * Sat Mar 03 2018 Rex Dieter - 5.44.0-1 - 5.44.0 diff --git a/sources b/sources index 46f9627..6b9af1c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kiconthemes-5.44.0.tar.xz) = d48c081050746109a9303453b210a7ccc7e41db4d279b24e363ffd921621bec5aad885458720f2d87e62843d6335b1f1f78307814a54e01657d93fd37f5af5db +SHA512 (kiconthemes-5.45.0.tar.xz) = e3af299c5e56fadbd8f8a62b23b9dbf0499202e0a40ce92885724a9636d72201fa31f98dbc2b429ab6d4a7aed0e1d40e712ff4dbe8d86ae94e5027856d3fc12e From c95b8e503fcef8bf74d976d458a13eda4c646233 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Sat, 5 May 2018 16:31:37 -0500 Subject: [PATCH 064/157] 5.46.0 --- .gitignore | 1 + kf5-kiconthemes.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 4b3affd..5b8908e 100644 --- a/.gitignore +++ b/.gitignore @@ -24,3 +24,4 @@ /kiconthemes-5.43.0.tar.xz /kiconthemes-5.44.0.tar.xz /kiconthemes-5.45.0.tar.xz +/kiconthemes-5.46.0.tar.xz diff --git a/kf5-kiconthemes.spec b/kf5-kiconthemes.spec index f933d93..028e03d 100644 --- a/kf5-kiconthemes.spec +++ b/kf5-kiconthemes.spec @@ -1,7 +1,7 @@ %global framework kiconthemes Name: kf5-%{framework} -Version: 5.45.0 +Version: 5.46.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 May 05 2018 Rex Dieter - 5.46.0-1 +- 5.46.0 + * Sun Apr 08 2018 Rex Dieter - 5.45.0-1 - 5.45.0 diff --git a/sources b/sources index 6b9af1c..5517933 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kiconthemes-5.45.0.tar.xz) = e3af299c5e56fadbd8f8a62b23b9dbf0499202e0a40ce92885724a9636d72201fa31f98dbc2b429ab6d4a7aed0e1d40e712ff4dbe8d86ae94e5027856d3fc12e +SHA512 (kiconthemes-5.46.0.tar.xz) = 528d525f090cc2b83029bf68b2290a6b33ca9d69a0d74f234b775fcd23fb0558e34b3e270ab676d4acf24a4b0641d4e24b1f32bf9aaac4f70e2182387a4c2415 From 61bf2a72818d976003e61286d7448a2383b6dcee Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Sat, 2 Jun 2018 15:59:16 -0500 Subject: [PATCH 065/157] 5.47.0 --- .gitignore | 1 + kf5-kiconthemes.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 5b8908e..44f7c32 100644 --- a/.gitignore +++ b/.gitignore @@ -25,3 +25,4 @@ /kiconthemes-5.44.0.tar.xz /kiconthemes-5.45.0.tar.xz /kiconthemes-5.46.0.tar.xz +/kiconthemes-5.47.0.tar.xz diff --git a/kf5-kiconthemes.spec b/kf5-kiconthemes.spec index 028e03d..6198a2e 100644 --- a/kf5-kiconthemes.spec +++ b/kf5-kiconthemes.spec @@ -1,7 +1,7 @@ %global framework kiconthemes Name: kf5-%{framework} -Version: 5.46.0 +Version: 5.47.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 Jun 02 2018 Rex Dieter - 5.47.0-1 +- 5.47.0 + * Sat May 05 2018 Rex Dieter - 5.46.0-1 - 5.46.0 diff --git a/sources b/sources index 5517933..dc268b4 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kiconthemes-5.46.0.tar.xz) = 528d525f090cc2b83029bf68b2290a6b33ca9d69a0d74f234b775fcd23fb0558e34b3e270ab676d4acf24a4b0641d4e24b1f32bf9aaac4f70e2182387a4c2415 +SHA512 (kiconthemes-5.47.0.tar.xz) = f6bde3623aa853b46b6537f3f7d420097e1db880d2bd04e7d70eb0021b23de18293fc839c605f466cf0c4a38874862213381c7787c8e17e2fd66f9f21a82cf28 From 3421a5a5648ac5127defb915bb53795a081d3e79 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Thu, 7 Jun 2018 17:00:24 -0500 Subject: [PATCH 066/157] cleanup, use %majmin %make_build %ldconfig_scriptlets --- .gitignore | 27 --------------------------- kf5-kiconthemes.spec | 41 ++++++++++++++++++++--------------------- 2 files changed, 20 insertions(+), 48 deletions(-) diff --git a/.gitignore b/.gitignore index 44f7c32..5dabb7a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,28 +1 @@ -/kiconthemes-5.18.0.tar.xz -/kiconthemes-5.19.0.tar.xz -/kiconthemes-5.20.0.tar.xz -/kiconthemes-5.21.0.tar.xz -/kiconthemes-5.22.0.tar.xz -/kiconthemes-5.23.0.tar.xz -/kiconthemes-5.24.0.tar.xz -/kiconthemes-5.25.0.tar.xz -/kiconthemes-5.26.0.tar.xz -/kiconthemes-5.27.0.tar.xz -/kiconthemes-5.29.0.tar.xz -/kiconthemes-5.31.0.tar.xz -/kiconthemes-5.32.0.tar.xz -/kiconthemes-5.33.0.tar.xz -/kiconthemes-5.34.0.tar.xz -/kiconthemes-5.35.0.tar.xz -/kiconthemes-5.36.0.tar.xz -/kiconthemes-5.37.0.tar.xz -/kiconthemes-5.38.0.tar.xz -/kiconthemes-5.39.0.tar.xz -/kiconthemes-5.40.0.tar.xz -/kiconthemes-5.41.0.tar.xz -/kiconthemes-5.42.0.tar.xz -/kiconthemes-5.43.0.tar.xz -/kiconthemes-5.44.0.tar.xz -/kiconthemes-5.45.0.tar.xz -/kiconthemes-5.46.0.tar.xz /kiconthemes-5.47.0.tar.xz diff --git a/kf5-kiconthemes.spec b/kf5-kiconthemes.spec index 6198a2e..2a77a9c 100644 --- a/kf5-kiconthemes.spec +++ b/kf5-kiconthemes.spec @@ -2,41 +2,38 @@ Name: kf5-%{framework} Version: 5.47.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: KDE Frameworks 5 Tier 3 integration module with icon themes License: LGPLv2+ and GPLv2+ URL: https://api.kde.org/frameworks/kiconthemes/ -%global versiondir %(echo %{version} | cut -d. -f1-2) +%global majmin %(echo %{version} | cut -d. -f1-2) %global revision %(echo %{version} | cut -d. -f3) %if %{revision} >= 50 %global stable unstable %else %global stable stable %endif -Source0: http://download.kde.org/%{stable}/frameworks/%{versiondir}/%{framework}-%{version}.tar.xz - -BuildRequires: extra-cmake-modules >= %{version} -BuildRequires: kf5-kconfigwidgets-devel >= %{version} -BuildRequires: kf5-kconfigwidgets-devel >= %{version} -BuildRequires: kf5-kcoreaddons-devel >= %{version} -BuildRequires: kf5-ki18n-devel >= %{version} -BuildRequires: kf5-kitemviews-devel >= %{version} -BuildRequires: kf5-kwidgetsaddons-devel >= %{version} -BuildRequires: kf5-rpm-macros >= %{version} +Source0: http://download.kde.org/%{stable}/frameworks/%{majmin}/%{framework}-%{version}.tar.xz + +BuildRequires: extra-cmake-modules >= %{majmin} +BuildRequires: kf5-karchive-devel >= %{majmin} +BuildRequires: kf5-kconfigwidgets-devel >= %{majmin} +BuildRequires: kf5-kconfigwidgets-devel >= %{majmin} +BuildRequires: kf5-kcoreaddons-devel >= %{majmin} +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: kf5-karchive-devel >= %{version} - -Requires: kf5-filesystem >= %{version} Requires: hicolor-icon-theme %description KDE Frameworks 5 Tier 3 integration module with icon themes - %package devel Summary: Development files for %{name} Requires: %{name}%{?_isa} = %{version}-%{release} @@ -56,19 +53,18 @@ pushd %{_target_platform} %{cmake_kf5} .. popd -make %{?_smp_mflags} -C %{_target_platform} +%make_build -C %{_target_platform} %install make install/fast DESTDIR=%{buildroot} -C %{_target_platform} -%find_lang kiconthemes5_qt --with-qt --all-name +%find_lang %{name} --all-name -%post -p /sbin/ldconfig -%postun -p /sbin/ldconfig +%ldconfig_scriptlets -%files -f kiconthemes5_qt.lang +%files -f %{name}.lang %doc README.md %license COPYING.LIB %{_kf5_bindir}/kiconfinder5 @@ -83,6 +79,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Thu Jun 07 2018 Rex Dieter - 5.47.0-2 +- cleanup, use %%majmin %%make_build %%ldconfig_scriptlets + * Sat Jun 02 2018 Rex Dieter - 5.47.0-1 - 5.47.0 From dd25b28a3f433d777b1fda2b684bc1a373b3c093 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Sun, 8 Jul 2018 20:02:58 -0500 Subject: [PATCH 067/157] 5.48.0 --- .gitignore | 1 + kf5-kiconthemes.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 5dabb7a..09ee67a 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /kiconthemes-5.47.0.tar.xz +/kiconthemes-5.48.0.tar.xz diff --git a/kf5-kiconthemes.spec b/kf5-kiconthemes.spec index 2a77a9c..7eba567 100644 --- a/kf5-kiconthemes.spec +++ b/kf5-kiconthemes.spec @@ -1,8 +1,8 @@ %global framework kiconthemes Name: kf5-%{framework} -Version: 5.47.0 -Release: 2%{?dist} +Version: 5.48.0 +Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 3 integration module with icon themes License: LGPLv2+ and GPLv2+ @@ -79,6 +79,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Mon Jul 09 2018 Rex Dieter - 5.48.0-1 +- 5.48.0 + * Thu Jun 07 2018 Rex Dieter - 5.47.0-2 - cleanup, use %%majmin %%make_build %%ldconfig_scriptlets diff --git a/sources b/sources index dc268b4..9f9f39c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kiconthemes-5.47.0.tar.xz) = f6bde3623aa853b46b6537f3f7d420097e1db880d2bd04e7d70eb0021b23de18293fc839c605f466cf0c4a38874862213381c7787c8e17e2fd66f9f21a82cf28 +SHA512 (kiconthemes-5.48.0.tar.xz) = 0f3f5a8e69e71f4eedd2c39300075ebd3932548271178432abcdf5bfd4df63df8c05649ef0f5fff889a6855faea5680a2bb4cc96e45dc3b44b8b8726bf54e5d0 From 7fcc0c8c5f2bb7871084d6f16187ecc7c6f34fa9 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 13 Jul 2018 07:06:04 +0000 Subject: [PATCH 068/157] - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_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 7eba567..5fb7f58 100644 --- a/kf5-kiconthemes.spec +++ b/kf5-kiconthemes.spec @@ -2,7 +2,7 @@ Name: kf5-%{framework} Version: 5.48.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: KDE Frameworks 5 Tier 3 integration module with icon themes License: LGPLv2+ and GPLv2+ @@ -79,6 +79,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Fri Jul 13 2018 Fedora Release Engineering - 5.48.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild + * Mon Jul 09 2018 Rex Dieter - 5.48.0-1 - 5.48.0 From 0f484a1f5261fcd178d2358f2f797ecca559d036 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Tue, 7 Aug 2018 10:21:16 -0500 Subject: [PATCH 069/157] 5.49.0 --- .gitignore | 1 + kf5-kiconthemes.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 09ee67a..0029202 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /kiconthemes-5.47.0.tar.xz /kiconthemes-5.48.0.tar.xz +/kiconthemes-5.49.0.tar.xz diff --git a/kf5-kiconthemes.spec b/kf5-kiconthemes.spec index 5fb7f58..2f48169 100644 --- a/kf5-kiconthemes.spec +++ b/kf5-kiconthemes.spec @@ -1,8 +1,8 @@ %global framework kiconthemes Name: kf5-%{framework} -Version: 5.48.0 -Release: 2%{?dist} +Version: 5.49.0 +Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 3 integration module with icon themes License: LGPLv2+ and GPLv2+ @@ -79,6 +79,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Tue Aug 07 2018 Rex Dieter - 5.49.0-1 +- 5.49.0 + * Fri Jul 13 2018 Fedora Release Engineering - 5.48.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild diff --git a/sources b/sources index 9f9f39c..c34f3b7 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kiconthemes-5.48.0.tar.xz) = 0f3f5a8e69e71f4eedd2c39300075ebd3932548271178432abcdf5bfd4df63df8c05649ef0f5fff889a6855faea5680a2bb4cc96e45dc3b44b8b8726bf54e5d0 +SHA512 (kiconthemes-5.49.0.tar.xz) = 1b68f57ea0e1a88ee60b99fb2da88f1f63f4c7618838bd59e0cf6cd80f6877b20181eccaca495af3c59fe29655d90b889fdae1fba71f407e19adba0df08c6f3c From 4b6cca34caffabe2264a740d451ce91694624977 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Wed, 5 Sep 2018 08:10:33 -0500 Subject: [PATCH 070/157] 5.50.0 --- .gitignore | 1 + kf5-kiconthemes.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 0029202..a9091db 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ /kiconthemes-5.47.0.tar.xz /kiconthemes-5.48.0.tar.xz /kiconthemes-5.49.0.tar.xz +/kiconthemes-5.50.0.tar.xz diff --git a/kf5-kiconthemes.spec b/kf5-kiconthemes.spec index 2f48169..6b1c4cf 100644 --- a/kf5-kiconthemes.spec +++ b/kf5-kiconthemes.spec @@ -1,7 +1,7 @@ %global framework kiconthemes Name: kf5-%{framework} -Version: 5.49.0 +Version: 5.50.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 3 integration module with icon themes @@ -79,6 +79,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Wed Sep 05 2018 Rex Dieter - 5.50.0-1 +- 5.50.0 + * Tue Aug 07 2018 Rex Dieter - 5.49.0-1 - 5.49.0 diff --git a/sources b/sources index c34f3b7..00ccee2 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kiconthemes-5.49.0.tar.xz) = 1b68f57ea0e1a88ee60b99fb2da88f1f63f4c7618838bd59e0cf6cd80f6877b20181eccaca495af3c59fe29655d90b889fdae1fba71f407e19adba0df08c6f3c +SHA512 (kiconthemes-5.50.0.tar.xz) = b5fae1e7f8f6881e963ab9afd4d25988f8df98443f3bd526a67e4ca7c390dc4be0be4564e26dfbf6b10c15dcbada70adec60b383463b142dd7f6d2df77b885d9 From ca130990512c9e4e871c2b8fbf4ca8d0a7586dd5 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Wed, 10 Oct 2018 15:43:48 -0500 Subject: [PATCH 071/157] 5.51.0 --- .gitignore | 1 + kf5-kiconthemes.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index a9091db..df7ff34 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ /kiconthemes-5.48.0.tar.xz /kiconthemes-5.49.0.tar.xz /kiconthemes-5.50.0.tar.xz +/kiconthemes-5.51.0.tar.xz diff --git a/kf5-kiconthemes.spec b/kf5-kiconthemes.spec index 6b1c4cf..b54c354 100644 --- a/kf5-kiconthemes.spec +++ b/kf5-kiconthemes.spec @@ -1,7 +1,7 @@ %global framework kiconthemes Name: kf5-%{framework} -Version: 5.50.0 +Version: 5.51.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 3 integration module with icon themes @@ -79,6 +79,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Wed Oct 10 2018 Rex Dieter - 5.51.0-1 +- 5.51.0 + * Wed Sep 05 2018 Rex Dieter - 5.50.0-1 - 5.50.0 diff --git a/sources b/sources index 00ccee2..75b9368 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kiconthemes-5.50.0.tar.xz) = b5fae1e7f8f6881e963ab9afd4d25988f8df98443f3bd526a67e4ca7c390dc4be0be4564e26dfbf6b10c15dcbada70adec60b383463b142dd7f6d2df77b885d9 +SHA512 (kiconthemes-5.51.0.tar.xz) = 3e71bc474d920eb31b37d8acb5360327e5676686d98e0f55251cfddba33c833547a330961e9479d6d6e1ac86bd631101c61d58ca865fa3f17b5a363ded939847 From d9ffd53aa4a3bad2debcbf54df9d0803b8d998bb Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Mon, 22 Oct 2018 16:31:35 -0500 Subject: [PATCH 072/157] pull in upstream fixes --- .gitignore | 3 +++ kf5-kiconthemes.spec | 10 +++++++++- sources | 3 +++ 3 files changed, 15 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index df7ff34..934d9e3 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,6 @@ /kiconthemes-5.49.0.tar.xz /kiconthemes-5.50.0.tar.xz /kiconthemes-5.51.0.tar.xz +/0001-Fixing-a-copy-paste-error.patch +/0004-Use-new-syntax.patch +/0005-Center-icons-properly-if-size-doesn-t-fit.patch diff --git a/kf5-kiconthemes.spec b/kf5-kiconthemes.spec index b54c354..85b3f1d 100644 --- a/kf5-kiconthemes.spec +++ b/kf5-kiconthemes.spec @@ -2,7 +2,7 @@ Name: kf5-%{framework} Version: 5.51.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: KDE Frameworks 5 Tier 3 integration module with icon themes License: LGPLv2+ and GPLv2+ @@ -17,6 +17,11 @@ URL: https://api.kde.org/frameworks/kiconthemes/ %endif Source0: http://download.kde.org/%{stable}/frameworks/%{majmin}/%{framework}-%{version}.tar.xz +## upstream patches +Patch1: 0001-Fixing-a-copy-paste-error.patch +Patch4: 0004-Use-new-syntax.patch +Patch5: 0005-Center-icons-properly-if-size-doesn-t-fit.patch + BuildRequires: extra-cmake-modules >= %{majmin} BuildRequires: kf5-karchive-devel >= %{majmin} BuildRequires: kf5-kconfigwidgets-devel >= %{majmin} @@ -79,6 +84,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Mon Oct 22 2018 Rex Dieter - 5.51.0-2 +- pull in upstream fixes + * Wed Oct 10 2018 Rex Dieter - 5.51.0-1 - 5.51.0 diff --git a/sources b/sources index 75b9368..35dce25 100644 --- a/sources +++ b/sources @@ -1 +1,4 @@ SHA512 (kiconthemes-5.51.0.tar.xz) = 3e71bc474d920eb31b37d8acb5360327e5676686d98e0f55251cfddba33c833547a330961e9479d6d6e1ac86bd631101c61d58ca865fa3f17b5a363ded939847 +SHA512 (0001-Fixing-a-copy-paste-error.patch) = c58875d2da8419ed9c2f3f744d8a8c499abb02d7c977f50ca12f0deeda08cbaab5c49b7ec691e33e5394ce115c4f4d3a70de608e41cae14b7f9b028bde2b3ccf +SHA512 (0004-Use-new-syntax.patch) = bd8e9fccc8a462136b75f891918880f52c370898da45e5389fb6a84c9ee5a592b1304076a7c54d703eaa1dbfaa284653f29318152500d2def4d5ff051b7b2453 +SHA512 (0005-Center-icons-properly-if-size-doesn-t-fit.patch) = abbe2f1f019ac58d8f54e78dcd3dc9527a31d0f15c52bea2ddc9d1f709b9b693df369ca70e7748b19ea29ed04d6ed8a07c02f0abe0ecc535c0e76a813813b571 From 557e25ea531c339e3695d2d5e9aeeff712a13a2c Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Mon, 22 Oct 2018 18:01:02 -0500 Subject: [PATCH 073/157] fix %%autosetup --- kf5-kiconthemes.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kf5-kiconthemes.spec b/kf5-kiconthemes.spec index 85b3f1d..2635ed8 100644 --- a/kf5-kiconthemes.spec +++ b/kf5-kiconthemes.spec @@ -49,7 +49,7 @@ developing applications that use %{name}. %prep -%autosetup -n %{framework}-%{version} +%autosetup -n %{framework}-%{version} -p1 %build From 6652beb7f9df4f6d8bb9b219df8aa8ad88b04f22 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Wed, 24 Oct 2018 08:43:55 -0500 Subject: [PATCH 074/157] update %%files --- kf5-kiconthemes.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/kf5-kiconthemes.spec b/kf5-kiconthemes.spec index 2635ed8..6542882 100644 --- a/kf5-kiconthemes.spec +++ b/kf5-kiconthemes.spec @@ -72,6 +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_bindir}/kiconfinder5 %{_kf5_libdir}/libKF5IconThemes.so.* From 5d8db24afbd5355c7b1ea1f6fe71da3b49a09e01 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Sun, 4 Nov 2018 15:27:49 -0600 Subject: [PATCH 075/157] 5.52.0 --- .gitignore | 9 +-------- kf5-kiconthemes.spec | 10 +++++----- sources | 5 +---- 3 files changed, 7 insertions(+), 17 deletions(-) diff --git a/.gitignore b/.gitignore index 934d9e3..0dc2eb9 100644 --- a/.gitignore +++ b/.gitignore @@ -1,8 +1 @@ -/kiconthemes-5.47.0.tar.xz -/kiconthemes-5.48.0.tar.xz -/kiconthemes-5.49.0.tar.xz -/kiconthemes-5.50.0.tar.xz -/kiconthemes-5.51.0.tar.xz -/0001-Fixing-a-copy-paste-error.patch -/0004-Use-new-syntax.patch -/0005-Center-icons-properly-if-size-doesn-t-fit.patch +/kiconthemes-5.52.0.tar.xz diff --git a/kf5-kiconthemes.spec b/kf5-kiconthemes.spec index 6542882..d9091c3 100644 --- a/kf5-kiconthemes.spec +++ b/kf5-kiconthemes.spec @@ -1,8 +1,8 @@ %global framework kiconthemes Name: kf5-%{framework} -Version: 5.51.0 -Release: 2%{?dist} +Version: 5.52.0 +Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 3 integration module with icon themes License: LGPLv2+ and GPLv2+ @@ -18,9 +18,6 @@ URL: https://api.kde.org/frameworks/kiconthemes/ Source0: http://download.kde.org/%{stable}/frameworks/%{majmin}/%{framework}-%{version}.tar.xz ## upstream patches -Patch1: 0001-Fixing-a-copy-paste-error.patch -Patch4: 0004-Use-new-syntax.patch -Patch5: 0005-Center-icons-properly-if-size-doesn-t-fit.patch BuildRequires: extra-cmake-modules >= %{majmin} BuildRequires: kf5-karchive-devel >= %{majmin} @@ -85,6 +82,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Sun Nov 04 2018 Rex Dieter - 5.52.0-1 +- 5.52.0 + * Mon Oct 22 2018 Rex Dieter - 5.51.0-2 - pull in upstream fixes diff --git a/sources b/sources index 35dce25..9693b4e 100644 --- a/sources +++ b/sources @@ -1,4 +1 @@ -SHA512 (kiconthemes-5.51.0.tar.xz) = 3e71bc474d920eb31b37d8acb5360327e5676686d98e0f55251cfddba33c833547a330961e9479d6d6e1ac86bd631101c61d58ca865fa3f17b5a363ded939847 -SHA512 (0001-Fixing-a-copy-paste-error.patch) = c58875d2da8419ed9c2f3f744d8a8c499abb02d7c977f50ca12f0deeda08cbaab5c49b7ec691e33e5394ce115c4f4d3a70de608e41cae14b7f9b028bde2b3ccf -SHA512 (0004-Use-new-syntax.patch) = bd8e9fccc8a462136b75f891918880f52c370898da45e5389fb6a84c9ee5a592b1304076a7c54d703eaa1dbfaa284653f29318152500d2def4d5ff051b7b2453 -SHA512 (0005-Center-icons-properly-if-size-doesn-t-fit.patch) = abbe2f1f019ac58d8f54e78dcd3dc9527a31d0f15c52bea2ddc9d1f709b9b693df369ca70e7748b19ea29ed04d6ed8a07c02f0abe0ecc535c0e76a813813b571 +SHA512 (kiconthemes-5.52.0.tar.xz) = 6a77ca06dc4f600e3ab5d3c1a24538423fe9c6f472d07dacbe4d42315e626903206301fd5b5f1a83d74243cfaffcc035e5925138d641b0979aec203ccd55e0ba From b2ffd8447f89aff503226f03c93a97212a92d922 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Sun, 4 Nov 2018 21:16:41 -0600 Subject: [PATCH 076/157] update %%files --- kf5-kiconthemes.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/kf5-kiconthemes.spec b/kf5-kiconthemes.spec index d9091c3..1aec851 100644 --- a/kf5-kiconthemes.spec +++ b/kf5-kiconthemes.spec @@ -72,6 +72,7 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %{_kf5_sysconfdir}/xdg/%{framework}.* %{_kf5_bindir}/kiconfinder5 %{_kf5_libdir}/libKF5IconThemes.so.* +%{_kf5_qtplugindir}/iconengines/KIconEnginePlugin.so %files devel %{_kf5_includedir}/kiconthemes_version.h From 5367532cc5ea5ea58407cf288def33c1d667d2d5 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Sun, 9 Dec 2018 08:30:16 -0600 Subject: [PATCH 077/157] 5.53.0 --- .gitignore | 1 + kf5-kiconthemes.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 0dc2eb9..0c8beff 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /kiconthemes-5.52.0.tar.xz +/kiconthemes-5.53.0.tar.xz diff --git a/kf5-kiconthemes.spec b/kf5-kiconthemes.spec index 1aec851..341df51 100644 --- a/kf5-kiconthemes.spec +++ b/kf5-kiconthemes.spec @@ -1,7 +1,7 @@ %global framework kiconthemes Name: kf5-%{framework} -Version: 5.52.0 +Version: 5.53.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 +* Sun Dec 09 2018 Rex Dieter - 5.53.0-1 +- 5.53.0 + * Sun Nov 04 2018 Rex Dieter - 5.52.0-1 - 5.52.0 diff --git a/sources b/sources index 9693b4e..31f5bce 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kiconthemes-5.52.0.tar.xz) = 6a77ca06dc4f600e3ab5d3c1a24538423fe9c6f472d07dacbe4d42315e626903206301fd5b5f1a83d74243cfaffcc035e5925138d641b0979aec203ccd55e0ba +SHA512 (kiconthemes-5.53.0.tar.xz) = e920d0f0451b6664c6b1c5823bd9b2715fa5b7c608dd1d27532be9735890d18c9ca69e71287d391af99fd5961fbb003cf22b446dd56ca62838890ef51b4f9cb6 From 36ef6eebbd342875b738708bcdb3d0f2db9a6aa5 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Tue, 8 Jan 2019 17:05:17 -0600 Subject: [PATCH 078/157] 5.54.0 --- .gitignore | 1 + kf5-kiconthemes.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 0c8beff..b2e8c35 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /kiconthemes-5.52.0.tar.xz /kiconthemes-5.53.0.tar.xz +/kiconthemes-5.54.0.tar.xz diff --git a/kf5-kiconthemes.spec b/kf5-kiconthemes.spec index 341df51..a6b100a 100644 --- a/kf5-kiconthemes.spec +++ b/kf5-kiconthemes.spec @@ -1,7 +1,7 @@ %global framework kiconthemes Name: kf5-%{framework} -Version: 5.53.0 +Version: 5.54.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 +* Tue Jan 08 2019 Rex Dieter - 5.54.0-1 +- 5.54.0 + * Sun Dec 09 2018 Rex Dieter - 5.53.0-1 - 5.53.0 diff --git a/sources b/sources index 31f5bce..dcdb6c6 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kiconthemes-5.53.0.tar.xz) = e920d0f0451b6664c6b1c5823bd9b2715fa5b7c608dd1d27532be9735890d18c9ca69e71287d391af99fd5961fbb003cf22b446dd56ca62838890ef51b4f9cb6 +SHA512 (kiconthemes-5.54.0.tar.xz) = 2a2f053cb2cc1cdab4dc30f42e51431e205a75406079df583c97f2ca39911cc39f9dbb6f56b44138242d7a9e54234dc36280b48859bf3867b805d66da16e4454 From ebc5fd642d424b5efef068ee2ebd78d73aee705d Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 1 Feb 2019 05:30:36 +0000 Subject: [PATCH 079/157] - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_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 a6b100a..696fd26 100644 --- a/kf5-kiconthemes.spec +++ b/kf5-kiconthemes.spec @@ -2,7 +2,7 @@ Name: kf5-%{framework} Version: 5.54.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: KDE Frameworks 5 Tier 3 integration module with icon themes License: LGPLv2+ and GPLv2+ @@ -83,6 +83,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Fri Feb 01 2019 Fedora Release Engineering - 5.54.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild + * Tue Jan 08 2019 Rex Dieter - 5.54.0-1 - 5.54.0 From 39802cc4c5bf249514dc48142d6dc23d409e7cf5 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Mon, 4 Feb 2019 11:09:06 -0600 Subject: [PATCH 080/157] 5.55.0 --- .gitignore | 1 + kf5-kiconthemes.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index b2e8c35..c513870 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ /kiconthemes-5.52.0.tar.xz /kiconthemes-5.53.0.tar.xz /kiconthemes-5.54.0.tar.xz +/kiconthemes-5.55.0.tar.xz diff --git a/kf5-kiconthemes.spec b/kf5-kiconthemes.spec index 696fd26..c161500 100644 --- a/kf5-kiconthemes.spec +++ b/kf5-kiconthemes.spec @@ -1,8 +1,8 @@ %global framework kiconthemes Name: kf5-%{framework} -Version: 5.54.0 -Release: 2%{?dist} +Version: 5.55.0 +Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 3 integration module with icon themes License: LGPLv2+ and GPLv2+ @@ -83,6 +83,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Mon Feb 04 2019 Rex Dieter - 5.55.0-1 +- 5.55.0 + * Fri Feb 01 2019 Fedora Release Engineering - 5.54.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild diff --git a/sources b/sources index dcdb6c6..e076e33 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kiconthemes-5.54.0.tar.xz) = 2a2f053cb2cc1cdab4dc30f42e51431e205a75406079df583c97f2ca39911cc39f9dbb6f56b44138242d7a9e54234dc36280b48859bf3867b805d66da16e4454 +SHA512 (kiconthemes-5.55.0.tar.xz) = 659e2f9684282beccc791337afeb91ef51dad39e3f90a973a7c02db9afa0d3956fa1a9acc2c33f8befc8ad61258bda2ebab5801d5942facfb6d8a352f4beac88 From 721c984391a1f8ba835929a1a61e535ce129eaf1 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Tue, 5 Mar 2019 09:02:02 -0600 Subject: [PATCH 081/157] 5.56.0 --- .gitignore | 1 + kf5-kiconthemes.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index c513870..4a3a60b 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ /kiconthemes-5.53.0.tar.xz /kiconthemes-5.54.0.tar.xz /kiconthemes-5.55.0.tar.xz +/kiconthemes-5.56.0.tar.xz diff --git a/kf5-kiconthemes.spec b/kf5-kiconthemes.spec index c161500..c358ae4 100644 --- a/kf5-kiconthemes.spec +++ b/kf5-kiconthemes.spec @@ -1,7 +1,7 @@ %global framework kiconthemes Name: kf5-%{framework} -Version: 5.55.0 +Version: 5.56.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 +* Tue Mar 05 2019 Rex Dieter - 5.56.0-1 +- 5.56.0 + * Mon Feb 04 2019 Rex Dieter - 5.55.0-1 - 5.55.0 diff --git a/sources b/sources index e076e33..6ce32ca 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kiconthemes-5.55.0.tar.xz) = 659e2f9684282beccc791337afeb91ef51dad39e3f90a973a7c02db9afa0d3956fa1a9acc2c33f8befc8ad61258bda2ebab5801d5942facfb6d8a352f4beac88 +SHA512 (kiconthemes-5.56.0.tar.xz) = 37287be7e7276da741b42284fa058ab38baae3cc40f06f2687ef5b406b3692965df77e9b2176b59a87ecb21a65dc95175d8082780e0775bd41f624d3be10ef39 From ae6ec0e4452fd416f5e3cf526984e786dc9964d5 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Tue, 9 Apr 2019 10:09:33 -0500 Subject: [PATCH 082/157] 5.57.0 --- .gitignore | 1 + kf5-kiconthemes.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 4a3a60b..8ca1520 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ /kiconthemes-5.54.0.tar.xz /kiconthemes-5.55.0.tar.xz /kiconthemes-5.56.0.tar.xz +/kiconthemes-5.57.0.tar.xz diff --git a/kf5-kiconthemes.spec b/kf5-kiconthemes.spec index c358ae4..906c81d 100644 --- a/kf5-kiconthemes.spec +++ b/kf5-kiconthemes.spec @@ -1,7 +1,7 @@ %global framework kiconthemes Name: kf5-%{framework} -Version: 5.56.0 +Version: 5.57.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 +* Tue Apr 09 2019 Rex Dieter - 5.57.0-1 +- 5.57.0 + * Tue Mar 05 2019 Rex Dieter - 5.56.0-1 - 5.56.0 diff --git a/sources b/sources index 6ce32ca..8f3a17c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kiconthemes-5.56.0.tar.xz) = 37287be7e7276da741b42284fa058ab38baae3cc40f06f2687ef5b406b3692965df77e9b2176b59a87ecb21a65dc95175d8082780e0775bd41f624d3be10ef39 +SHA512 (kiconthemes-5.57.0.tar.xz) = 3c4a2f95e882fa0ec3888f848305d876df49bba3d7dfb35bce012d40266fb2b8101790e37121c954e0b314dc64ad9fded75bc0bbcd133432614e8d25aeee8a30 From a1cdcd344466a7bb93c2c880a31e039460a6dd76 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Tue, 7 May 2019 13:56:22 -0500 Subject: [PATCH 083/157] 5.58.0 --- .gitignore | 1 + kf5-kiconthemes.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 8ca1520..8ebe3a3 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ /kiconthemes-5.55.0.tar.xz /kiconthemes-5.56.0.tar.xz /kiconthemes-5.57.0.tar.xz +/kiconthemes-5.58.0.tar.xz diff --git a/kf5-kiconthemes.spec b/kf5-kiconthemes.spec index 906c81d..1b670e4 100644 --- a/kf5-kiconthemes.spec +++ b/kf5-kiconthemes.spec @@ -1,7 +1,7 @@ %global framework kiconthemes Name: kf5-%{framework} -Version: 5.57.0 +Version: 5.58.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 +* Tue May 07 2019 Rex Dieter - 5.58.0-1 +- 5.58.0 + * Tue Apr 09 2019 Rex Dieter - 5.57.0-1 - 5.57.0 diff --git a/sources b/sources index 8f3a17c..5499e8a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kiconthemes-5.57.0.tar.xz) = 3c4a2f95e882fa0ec3888f848305d876df49bba3d7dfb35bce012d40266fb2b8101790e37121c954e0b314dc64ad9fded75bc0bbcd133432614e8d25aeee8a30 +SHA512 (kiconthemes-5.58.0.tar.xz) = 4ccaa35b81daef5e63ba43ce8baa5097282aa790cb8596ced8f8c23570813433ac497090fee257f764363150a487a433af68cf6e065d90c2163acfbea1e36bab From f3e8d8f49311a4c2e6069987adf33d05852ae199 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Thu, 6 Jun 2019 12:41:38 -0500 Subject: [PATCH 084/157] 5.59.0 --- .gitignore | 1 + kf5-kiconthemes.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 8ebe3a3..1d80a9e 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ /kiconthemes-5.56.0.tar.xz /kiconthemes-5.57.0.tar.xz /kiconthemes-5.58.0.tar.xz +/kiconthemes-5.59.0.tar.xz diff --git a/kf5-kiconthemes.spec b/kf5-kiconthemes.spec index 1b670e4..073a21b 100644 --- a/kf5-kiconthemes.spec +++ b/kf5-kiconthemes.spec @@ -1,7 +1,7 @@ %global framework kiconthemes Name: kf5-%{framework} -Version: 5.58.0 +Version: 5.59.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 +* Thu Jun 06 2019 Rex Dieter - 5.59.0-1 +- 5.59.0 + * Tue May 07 2019 Rex Dieter - 5.58.0-1 - 5.58.0 diff --git a/sources b/sources index 5499e8a..8fa0e7b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kiconthemes-5.58.0.tar.xz) = 4ccaa35b81daef5e63ba43ce8baa5097282aa790cb8596ced8f8c23570813433ac497090fee257f764363150a487a433af68cf6e065d90c2163acfbea1e36bab +SHA512 (kiconthemes-5.59.0.tar.xz) = 4fef2f0d6b6054d21ea6273864da75a8f33db386e91d1c8167081b22d0efe6d85796ccfb51328f336b5c261f2ed99a58649aea757899c7d13a0629361e5a69a9 From 4a0779959b23159584cb8a6fd3e66ed2fa531403 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Sat, 13 Jul 2019 12:10:11 -0500 Subject: [PATCH 085/157] 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 086/157] 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 087/157] - 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 088/157] 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 089/157] 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 090/157] 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 091/157] +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 092/157] 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 093/157] 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 094/157] 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 095/157] 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 096/157] - 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 097/157] 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 098/157] 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 From 929c02f8c5a1957b783d7b30de85c0b501a4eec6 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Tue, 21 Apr 2020 13:34:18 -0500 Subject: [PATCH 099/157] 5.69.0 --- .gitignore | 1 + kf5-kiconthemes.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index fed1890..09782e5 100644 --- a/.gitignore +++ b/.gitignore @@ -15,3 +15,4 @@ /kiconthemes-5.66.0.tar.xz /kiconthemes-5.67.0.tar.xz /kiconthemes-5.68.0.tar.xz +/kiconthemes-5.69.0.tar.xz diff --git a/kf5-kiconthemes.spec b/kf5-kiconthemes.spec index 258b646..65b8834 100644 --- a/kf5-kiconthemes.spec +++ b/kf5-kiconthemes.spec @@ -1,7 +1,7 @@ %global framework kiconthemes Name: kf5-%{framework} -Version: 5.68.0 +Version: 5.69.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 Apr 21 2020 Rex Dieter - 5.69.0-1 +- 5.69.0 + * Fri Mar 20 2020 Rex Dieter - 5.68.0-1 - 5.68.0 diff --git a/sources b/sources index 147f292..016be0f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kiconthemes-5.68.0.tar.xz) = 9088164a379a49bdf86fb8558ad1c95555c18985012c9c03e95d6e043b983e871afa594d40cc0c6f13b9261a2a19b2a0355f4a6a75d85e49a1675ef5be34724b +SHA512 (kiconthemes-5.69.0.tar.xz) = 312536760cac2169fac73c610c63586003fea306a357227971550babab963616f3fba85bb8dd66ca5a1a432a7cc438b66a3f0e61a33dfd4eecd081e7b5f22dcb From 9ffb2eb16bdc02e7f423b1c78113e63da9d58c20 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Mon, 4 May 2020 16:57:14 -0500 Subject: [PATCH 100/157] 5.70.0 --- .gitignore | 1 + kf5-kiconthemes.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 09782e5..f8130b7 100644 --- a/.gitignore +++ b/.gitignore @@ -16,3 +16,4 @@ /kiconthemes-5.67.0.tar.xz /kiconthemes-5.68.0.tar.xz /kiconthemes-5.69.0.tar.xz +/kiconthemes-5.70.0.tar.xz diff --git a/kf5-kiconthemes.spec b/kf5-kiconthemes.spec index 65b8834..3b6f4f9 100644 --- a/kf5-kiconthemes.spec +++ b/kf5-kiconthemes.spec @@ -1,7 +1,7 @@ %global framework kiconthemes Name: kf5-%{framework} -Version: 5.69.0 +Version: 5.70.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 +* Mon May 04 2020 Rex Dieter - 5.70.0-1 +- 5.70.0 + * Tue Apr 21 2020 Rex Dieter - 5.69.0-1 - 5.69.0 diff --git a/sources b/sources index 016be0f..454d471 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kiconthemes-5.69.0.tar.xz) = 312536760cac2169fac73c610c63586003fea306a357227971550babab963616f3fba85bb8dd66ca5a1a432a7cc438b66a3f0e61a33dfd4eecd081e7b5f22dcb +SHA512 (kiconthemes-5.70.0.tar.xz) = 8138f4667ea25f11c32ebc221abe4ea5c5d308e531edffaab977390c92632286a0a8d28eede337279aa84de4833aeff93a1321bbbea85e0f2096c56466250e62 From 8aac9c60b95a6b89fcca2b9f13486e2d5d7a7240 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Tue, 16 Jun 2020 09:35:12 -0500 Subject: [PATCH 101/157] 5.71.0 --- .gitignore | 1 + kf5-kiconthemes.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index f8130b7..63efc51 100644 --- a/.gitignore +++ b/.gitignore @@ -17,3 +17,4 @@ /kiconthemes-5.68.0.tar.xz /kiconthemes-5.69.0.tar.xz /kiconthemes-5.70.0.tar.xz +/kiconthemes-5.71.0.tar.xz diff --git a/kf5-kiconthemes.spec b/kf5-kiconthemes.spec index 3b6f4f9..d965d63 100644 --- a/kf5-kiconthemes.spec +++ b/kf5-kiconthemes.spec @@ -1,7 +1,7 @@ %global framework kiconthemes Name: kf5-%{framework} -Version: 5.70.0 +Version: 5.71.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 Jun 16 2020 Rex Dieter - 5.71.0-1 +- 5.71.0 + * Mon May 04 2020 Rex Dieter - 5.70.0-1 - 5.70.0 diff --git a/sources b/sources index 454d471..2c5fa44 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kiconthemes-5.70.0.tar.xz) = 8138f4667ea25f11c32ebc221abe4ea5c5d308e531edffaab977390c92632286a0a8d28eede337279aa84de4833aeff93a1321bbbea85e0f2096c56466250e62 +SHA512 (kiconthemes-5.71.0.tar.xz) = 6a12a23540fc6813089142dca03303ddb284b1fa109b2e52f85ceec5c055455d9d914231eac8a125a14322345e00e10fe48a750f5833c0c0fa195c5e74abe85b From f9e2691c5401ca25ccee1fd646e1f0514d03bb70 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Tue, 7 Jul 2020 12:22:01 -0500 Subject: [PATCH 102/157] 5.72.0 --- .gitignore | 1 + kf5-kiconthemes.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 63efc51..2d3d8e4 100644 --- a/.gitignore +++ b/.gitignore @@ -18,3 +18,4 @@ /kiconthemes-5.69.0.tar.xz /kiconthemes-5.70.0.tar.xz /kiconthemes-5.71.0.tar.xz +/kiconthemes-5.72.0.tar.xz diff --git a/kf5-kiconthemes.spec b/kf5-kiconthemes.spec index d965d63..85fe286 100644 --- a/kf5-kiconthemes.spec +++ b/kf5-kiconthemes.spec @@ -1,7 +1,7 @@ %global framework kiconthemes Name: kf5-%{framework} -Version: 5.71.0 +Version: 5.72.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 Jul 07 2020 Rex Dieter - 5.72.0-1 +- 5.72.0 + * Tue Jun 16 2020 Rex Dieter - 5.71.0-1 - 5.71.0 diff --git a/sources b/sources index 2c5fa44..544ea06 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kiconthemes-5.71.0.tar.xz) = 6a12a23540fc6813089142dca03303ddb284b1fa109b2e52f85ceec5c055455d9d914231eac8a125a14322345e00e10fe48a750f5833c0c0fa195c5e74abe85b +SHA512 (kiconthemes-5.72.0.tar.xz) = 55184ee31084ae56d47a1f618b2484c2994c2d022cd19e7eae75850f4affb25b7e90c4510c3e3d1a6bb81c5b4fd60e780819ade7947ab62f4c778606cc342acc From 56c54a4a7544722ac5ff22632bfe5d8f80331fab Mon Sep 17 00:00:00 2001 From: Igor Raits Date: Sat, 18 Jul 2020 09:56:24 +0200 Subject: [PATCH 103/157] Improve compatibility with new CMake macro Signed-off-by: Igor Raits --- kf5-kiconthemes.spec | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/kf5-kiconthemes.spec b/kf5-kiconthemes.spec index 85fe286..8b74f2e 100644 --- a/kf5-kiconthemes.spec +++ b/kf5-kiconthemes.spec @@ -1,3 +1,4 @@ +%undefine __cmake_in_source_build %global framework kiconthemes Name: kf5-%{framework} @@ -55,16 +56,12 @@ developing applications that use %{name}. %build -mkdir %{_target_platform} -pushd %{_target_platform} -%{cmake_kf5} .. -popd - -%make_build -C %{_target_platform} +%{cmake_kf5} +%cmake_build %install -make install/fast DESTDIR=%{buildroot} -C %{_target_platform} +%cmake_install %find_lang %{name} --all-name From b11884416f1864dac5764bdf62cd766a6e5ea669 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Tue, 28 Jul 2020 03:10:41 +0000 Subject: [PATCH 104/157] - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_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 8b74f2e..3b4fe9c 100644 --- a/kf5-kiconthemes.spec +++ b/kf5-kiconthemes.spec @@ -3,7 +3,7 @@ Name: kf5-%{framework} Version: 5.72.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: KDE Frameworks 5 Tier 3 integration module with icon themes License: LGPLv2+ and GPLv2+ @@ -86,6 +86,9 @@ developing applications that use %{name}. %changelog +* Tue Jul 28 2020 Fedora Release Engineering - 5.72.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + * Tue Jul 07 2020 Rex Dieter - 5.72.0-1 - 5.72.0 From ef1fd68f2d3079a81a75d314c68aa9da036eeb01 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Mon, 3 Aug 2020 11:44:37 -0500 Subject: [PATCH 105/157] 5.73.0 --- .gitignore | 1 + kf5-kiconthemes.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 2d3d8e4..d4635ef 100644 --- a/.gitignore +++ b/.gitignore @@ -19,3 +19,4 @@ /kiconthemes-5.70.0.tar.xz /kiconthemes-5.71.0.tar.xz /kiconthemes-5.72.0.tar.xz +/kiconthemes-5.73.0.tar.xz diff --git a/kf5-kiconthemes.spec b/kf5-kiconthemes.spec index 3b4fe9c..b142ecc 100644 --- a/kf5-kiconthemes.spec +++ b/kf5-kiconthemes.spec @@ -2,8 +2,8 @@ %global framework kiconthemes Name: kf5-%{framework} -Version: 5.72.0 -Release: 2%{?dist} +Version: 5.73.0 +Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 3 integration module with icon themes License: LGPLv2+ and GPLv2+ @@ -86,6 +86,9 @@ developing applications that use %{name}. %changelog +* Mon Aug 03 2020 Rex Dieter - 5.73.0-1 +- 5.73.0 + * Tue Jul 28 2020 Fedora Release Engineering - 5.72.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild diff --git a/sources b/sources index 544ea06..3da6574 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kiconthemes-5.72.0.tar.xz) = 55184ee31084ae56d47a1f618b2484c2994c2d022cd19e7eae75850f4affb25b7e90c4510c3e3d1a6bb81c5b4fd60e780819ade7947ab62f4c778606cc342acc +SHA512 (kiconthemes-5.73.0.tar.xz) = 9f9454f2c94b87ebb3d13d3b36e2626c52deb4cf23ea5d4e2e768e97dd206a66aa0692833d82aa999e566bb88d477d87bffd3f162194d76b504aa3645f6da1b0 From 09852d7e3eb80bc11f29bbd1f3b34a6ff4316f2d Mon Sep 17 00:00:00 2001 From: Jan Grulich Date: Fri, 18 Sep 2020 11:02:52 +0200 Subject: [PATCH 106/157] 5.74.0 --- .gitignore | 1 + kf5-kiconthemes.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index d4635ef..c4c5bbd 100644 --- a/.gitignore +++ b/.gitignore @@ -20,3 +20,4 @@ /kiconthemes-5.71.0.tar.xz /kiconthemes-5.72.0.tar.xz /kiconthemes-5.73.0.tar.xz +/kiconthemes-5.74.0.tar.xz diff --git a/kf5-kiconthemes.spec b/kf5-kiconthemes.spec index b142ecc..3535c48 100644 --- a/kf5-kiconthemes.spec +++ b/kf5-kiconthemes.spec @@ -2,7 +2,7 @@ %global framework kiconthemes Name: kf5-%{framework} -Version: 5.73.0 +Version: 5.74.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 3 integration module with icon themes @@ -86,6 +86,9 @@ developing applications that use %{name}. %changelog +* Fri Sep 18 2020 Jan Grulich - 5.74.0-1 +- 5.74.0 + * Mon Aug 03 2020 Rex Dieter - 5.73.0-1 - 5.73.0 diff --git a/sources b/sources index 3da6574..c080168 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kiconthemes-5.73.0.tar.xz) = 9f9454f2c94b87ebb3d13d3b36e2626c52deb4cf23ea5d4e2e768e97dd206a66aa0692833d82aa999e566bb88d477d87bffd3f162194d76b504aa3645f6da1b0 +SHA512 (kiconthemes-5.74.0.tar.xz) = 1d34c98b2ec7c59f6960aacc222a9478212c5224eee883c4c6082dbfcba312d4fbedf164b11b5fc07d6f19a1bac65a593ed91ca65c38f998274f02c5b4ed2cfb From b62afa14507a5da54681ea14f33b8f963f473665 Mon Sep 17 00:00:00 2001 From: Jan Grulich Date: Fri, 18 Sep 2020 13:43:37 +0200 Subject: [PATCH 107/157] Fix installation of license files --- kf5-kiconthemes.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kf5-kiconthemes.spec b/kf5-kiconthemes.spec index 3535c48..5ac1d4e 100644 --- a/kf5-kiconthemes.spec +++ b/kf5-kiconthemes.spec @@ -70,7 +70,7 @@ developing applications that use %{name}. %files -f %{name}.lang %doc README.md -%license COPYING.LIB +%license LICENSES/*.txt %{_kf5_datadir}/qlogging-categories5/%{framework}.* %{_kf5_bindir}/kiconfinder5 %{_kf5_libdir}/libKF5IconThemes.so.* From 7e3c9fa7a08cc2df8b2630942137ab18876a0e32 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Wed, 14 Oct 2020 14:31:48 -0500 Subject: [PATCH 108/157] 5.75.0 drop old patch, moved to categoried logging now (yay) --- .gitignore | 1 + kf5-kiconthemes.spec | 10 ++++++---- kiconthemes-5.60.0-context_logspam.patch | 12 ------------ sources | 2 +- 4 files changed, 8 insertions(+), 17 deletions(-) delete mode 100644 kiconthemes-5.60.0-context_logspam.patch diff --git a/.gitignore b/.gitignore index c4c5bbd..b0b5942 100644 --- a/.gitignore +++ b/.gitignore @@ -21,3 +21,4 @@ /kiconthemes-5.72.0.tar.xz /kiconthemes-5.73.0.tar.xz /kiconthemes-5.74.0.tar.xz +/kiconthemes-5.75.0.tar.xz diff --git a/kf5-kiconthemes.spec b/kf5-kiconthemes.spec index 5ac1d4e..43548de 100644 --- a/kf5-kiconthemes.spec +++ b/kf5-kiconthemes.spec @@ -1,8 +1,7 @@ -%undefine __cmake_in_source_build %global framework kiconthemes Name: kf5-%{framework} -Version: 5.74.0 +Version: 5.75.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 3 integration module with icon themes @@ -21,7 +20,6 @@ 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} @@ -56,7 +54,8 @@ developing applications that use %{name}. %build -%{cmake_kf5} +%cmake_kf5 + %cmake_build @@ -86,6 +85,9 @@ developing applications that use %{name}. %changelog +* Wed Oct 14 09:56:05 CDT 2020 Rex Dieter - 5.75.0-1 +- 5.75.0 + * Fri Sep 18 2020 Jan Grulich - 5.74.0-1 - 5.74.0 diff --git a/kiconthemes-5.60.0-context_logspam.patch b/kiconthemes-5.60.0-context_logspam.patch deleted file mode 100644 index 490312e..0000000 --- a/kiconthemes-5.60.0-context_logspam.patch +++ /dev/null @@ -1,12 +0,0 @@ -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")); diff --git a/sources b/sources index c080168..7f2f823 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kiconthemes-5.74.0.tar.xz) = 1d34c98b2ec7c59f6960aacc222a9478212c5224eee883c4c6082dbfcba312d4fbedf164b11b5fc07d6f19a1bac65a593ed91ca65c38f998274f02c5b4ed2cfb +SHA512 (kiconthemes-5.75.0.tar.xz) = 85518b0d7e3548a7912b9268952a49d3099530c0c9003249c7f291d1bab65eaeb6faab705fd4b6d351f9da31c401032136118eb83c33bda7293e1a720ee1ab00 From aa1569922b1c8de52ac1c746e6b7143456c2da05 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Thu, 19 Nov 2020 09:03:50 -0600 Subject: [PATCH 109/157] 5.76.0 --- .gitignore | 1 + kf5-kiconthemes.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index b0b5942..88759aa 100644 --- a/.gitignore +++ b/.gitignore @@ -22,3 +22,4 @@ /kiconthemes-5.73.0.tar.xz /kiconthemes-5.74.0.tar.xz /kiconthemes-5.75.0.tar.xz +/kiconthemes-5.76.0.tar.xz diff --git a/kf5-kiconthemes.spec b/kf5-kiconthemes.spec index 43548de..ea8a456 100644 --- a/kf5-kiconthemes.spec +++ b/kf5-kiconthemes.spec @@ -1,7 +1,7 @@ %global framework kiconthemes Name: kf5-%{framework} -Version: 5.75.0 +Version: 5.76.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 3 integration module with icon themes @@ -85,6 +85,9 @@ developing applications that use %{name}. %changelog +* Thu Nov 19 09:03:44 CST 2020 Rex Dieter - 5.76.0-1 +- 5.76.0 + * Wed Oct 14 09:56:05 CDT 2020 Rex Dieter - 5.75.0-1 - 5.75.0 diff --git a/sources b/sources index 7f2f823..704b581 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kiconthemes-5.75.0.tar.xz) = 85518b0d7e3548a7912b9268952a49d3099530c0c9003249c7f291d1bab65eaeb6faab705fd4b6d351f9da31c401032136118eb83c33bda7293e1a720ee1ab00 +SHA512 (kiconthemes-5.76.0.tar.xz) = 1895d0ff63d1dd2a20b118b18b5944532a6896ea0f9ecf4c4a3eb527cbdffd4fdef02c6fc3dad54402ae007775618e775a7ce71b83950c49e066e1c01be09014 From ba12784d424d10585c963dcde38977180c9ba0ff Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Sun, 13 Dec 2020 14:14:16 -0600 Subject: [PATCH 110/157] 5.77.0 --- .gitignore | 1 + kf5-kiconthemes.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 88759aa..bba0e63 100644 --- a/.gitignore +++ b/.gitignore @@ -23,3 +23,4 @@ /kiconthemes-5.74.0.tar.xz /kiconthemes-5.75.0.tar.xz /kiconthemes-5.76.0.tar.xz +/kiconthemes-5.77.0.tar.xz diff --git a/kf5-kiconthemes.spec b/kf5-kiconthemes.spec index ea8a456..c7c8a5d 100644 --- a/kf5-kiconthemes.spec +++ b/kf5-kiconthemes.spec @@ -1,7 +1,7 @@ %global framework kiconthemes Name: kf5-%{framework} -Version: 5.76.0 +Version: 5.77.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 3 integration module with icon themes @@ -85,6 +85,9 @@ developing applications that use %{name}. %changelog +* Sun Dec 13 14:14:13 CST 2020 Rex Dieter - 5.77.0-1 +- 5.77.0 + * Thu Nov 19 09:03:44 CST 2020 Rex Dieter - 5.76.0-1 - 5.76.0 diff --git a/sources b/sources index 704b581..8ec76b3 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kiconthemes-5.76.0.tar.xz) = 1895d0ff63d1dd2a20b118b18b5944532a6896ea0f9ecf4c4a3eb527cbdffd4fdef02c6fc3dad54402ae007775618e775a7ce71b83950c49e066e1c01be09014 +SHA512 (kiconthemes-5.77.0.tar.xz) = ed1069ea2edde3bd3f6a42059eab9f0d0cb734f3bc6a8989c9302ffe512e83100112a9e4c820164c1a53f8ba5489a0509010e5346601347f32fe384be16fc2c9 From 3acd07167ec4f34a539859d9fc3c1e9c07ca904f Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Mon, 4 Jan 2021 08:47:49 -0600 Subject: [PATCH 111/157] 5.78.0 --- .gitignore | 1 + kf5-kiconthemes.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index bba0e63..d731db8 100644 --- a/.gitignore +++ b/.gitignore @@ -24,3 +24,4 @@ /kiconthemes-5.75.0.tar.xz /kiconthemes-5.76.0.tar.xz /kiconthemes-5.77.0.tar.xz +/kiconthemes-5.78.0.tar.xz diff --git a/kf5-kiconthemes.spec b/kf5-kiconthemes.spec index c7c8a5d..5abe197 100644 --- a/kf5-kiconthemes.spec +++ b/kf5-kiconthemes.spec @@ -1,7 +1,7 @@ %global framework kiconthemes Name: kf5-%{framework} -Version: 5.77.0 +Version: 5.78.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 3 integration module with icon themes @@ -85,6 +85,9 @@ developing applications that use %{name}. %changelog +* Mon Jan 4 08:47:42 CST 2021 Rex Dieter - 5.78.0-1 +- 5.78.0 + * Sun Dec 13 14:14:13 CST 2020 Rex Dieter - 5.77.0-1 - 5.77.0 diff --git a/sources b/sources index 8ec76b3..a965d0a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kiconthemes-5.77.0.tar.xz) = ed1069ea2edde3bd3f6a42059eab9f0d0cb734f3bc6a8989c9302ffe512e83100112a9e4c820164c1a53f8ba5489a0509010e5346601347f32fe384be16fc2c9 +SHA512 (kiconthemes-5.78.0.tar.xz) = 87d8fcab07b84bff8fb74773dfbb761d37c0f21d4677741c695991f35017e7533886ef380515bcc0fd43cdf38d393897707150ced05dd5cc13d3be393aebd4eb From dd9a0e21d270eb1a154160543cddef9560c9b7f7 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Tue, 26 Jan 2021 15:38:05 +0000 Subject: [PATCH 112/157] - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_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 5abe197..d4cc4e6 100644 --- a/kf5-kiconthemes.spec +++ b/kf5-kiconthemes.spec @@ -2,7 +2,7 @@ Name: kf5-%{framework} Version: 5.78.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: KDE Frameworks 5 Tier 3 integration module with icon themes License: LGPLv2+ and GPLv2+ @@ -85,6 +85,9 @@ developing applications that use %{name}. %changelog +* Tue Jan 26 2021 Fedora Release Engineering - 5.78.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + * Mon Jan 4 08:47:42 CST 2021 Rex Dieter - 5.78.0-1 - 5.78.0 From c8013f775836d088554735271c212e69d37bd968 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Sat, 6 Feb 2021 09:54:43 -0600 Subject: [PATCH 113/157] 5.79.0 --- .gitignore | 1 + kf5-kiconthemes.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index d731db8..148f289 100644 --- a/.gitignore +++ b/.gitignore @@ -25,3 +25,4 @@ /kiconthemes-5.76.0.tar.xz /kiconthemes-5.77.0.tar.xz /kiconthemes-5.78.0.tar.xz +/kiconthemes-5.79.0.tar.xz diff --git a/kf5-kiconthemes.spec b/kf5-kiconthemes.spec index d4cc4e6..ea11eb8 100644 --- a/kf5-kiconthemes.spec +++ b/kf5-kiconthemes.spec @@ -1,8 +1,8 @@ %global framework kiconthemes Name: kf5-%{framework} -Version: 5.78.0 -Release: 2%{?dist} +Version: 5.79.0 +Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 3 integration module with icon themes License: LGPLv2+ and GPLv2+ @@ -85,6 +85,9 @@ developing applications that use %{name}. %changelog +* Sat Feb 06 2021 Rex Dieter - 5.79.0-1 +- 5.79.0 + * Tue Jan 26 2021 Fedora Release Engineering - 5.78.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild diff --git a/sources b/sources index a965d0a..e65fd6a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kiconthemes-5.78.0.tar.xz) = 87d8fcab07b84bff8fb74773dfbb761d37c0f21d4677741c695991f35017e7533886ef380515bcc0fd43cdf38d393897707150ced05dd5cc13d3be393aebd4eb +SHA512 (kiconthemes-5.79.0.tar.xz) = 2c37daa3195efc661a02ee16fba3c549f7238e0f6a38fee4875fd1fa7334d433554c06f233872989e6c9ec3fafd3f3c7e86f12f6c01132849333fc46d22f70ba From 39a1b3df49660bb7a0cfa6abd5eba37e9e3a6d62 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Sat, 6 Feb 2021 15:16:42 -0600 Subject: [PATCH 114/157] respin --- kf5-kiconthemes.spec | 5 ++++- sources | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/kf5-kiconthemes.spec b/kf5-kiconthemes.spec index ea11eb8..7388765 100644 --- a/kf5-kiconthemes.spec +++ b/kf5-kiconthemes.spec @@ -2,7 +2,7 @@ Name: kf5-%{framework} Version: 5.79.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: KDE Frameworks 5 Tier 3 integration module with icon themes License: LGPLv2+ and GPLv2+ @@ -85,6 +85,9 @@ developing applications that use %{name}. %changelog +* Sat Feb 06 2021 Rex Dieter - 5.79.0-2 +- respin + * Sat Feb 06 2021 Rex Dieter - 5.79.0-1 - 5.79.0 diff --git a/sources b/sources index e65fd6a..80c40f4 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kiconthemes-5.79.0.tar.xz) = 2c37daa3195efc661a02ee16fba3c549f7238e0f6a38fee4875fd1fa7334d433554c06f233872989e6c9ec3fafd3f3c7e86f12f6c01132849333fc46d22f70ba +SHA512 (kiconthemes-5.79.0.tar.xz) = f2b3520aa580cac8f1908616ea7633232454bf67b2449c43cd90230dfb1b806ca6c450e2e863f11cde03d38bdbe03e0cb438bd8745c571537436be3edc524fc9 From 3c10fe6ce74f2318db23669904c8f0bf0973b43b Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Tue, 9 Mar 2021 08:41:28 -0600 Subject: [PATCH 115/157] 5.80.0 --- .gitignore | 1 + kf5-kiconthemes.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 148f289..86564ea 100644 --- a/.gitignore +++ b/.gitignore @@ -26,3 +26,4 @@ /kiconthemes-5.77.0.tar.xz /kiconthemes-5.78.0.tar.xz /kiconthemes-5.79.0.tar.xz +/kiconthemes-5.80.0.tar.xz diff --git a/kf5-kiconthemes.spec b/kf5-kiconthemes.spec index 7388765..21cd16c 100644 --- a/kf5-kiconthemes.spec +++ b/kf5-kiconthemes.spec @@ -1,8 +1,8 @@ %global framework kiconthemes Name: kf5-%{framework} -Version: 5.79.0 -Release: 2%{?dist} +Version: 5.80.0 +Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 3 integration module with icon themes License: LGPLv2+ and GPLv2+ @@ -85,6 +85,9 @@ developing applications that use %{name}. %changelog +* Tue Mar 09 2021 Rex Dieter - 5.80.0-1 +- 5.80.0 + * Sat Feb 06 2021 Rex Dieter - 5.79.0-2 - respin diff --git a/sources b/sources index 80c40f4..cc8821c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kiconthemes-5.79.0.tar.xz) = f2b3520aa580cac8f1908616ea7633232454bf67b2449c43cd90230dfb1b806ca6c450e2e863f11cde03d38bdbe03e0cb438bd8745c571537436be3edc524fc9 +SHA512 (kiconthemes-5.80.0.tar.xz) = bf5adcd46b695038b66ef9374603e9e88090f31259971fc92c97f367e2055d96fe8c4a5c486954b372c369eb17a31858fde426e1cb373535e48138692f1b0ee8 From 74e19ae25f329afb804b68f920d63c0c5b8d2f51 Mon Sep 17 00:00:00 2001 From: Jan Grulich Date: Tue, 30 Mar 2021 09:24:53 +0200 Subject: [PATCH 116/157] Fix missing icons in Qt applications on GNOME --- kf5-kiconthemes.spec | 8 +- ...e-header-to-avoid-extern-in-cpp-file.patch | 163 ++++++++++++++++++ 2 files changed, 170 insertions(+), 1 deletion(-) create mode 100644 kiconthemes-revert-add-private-header-to-avoid-extern-in-cpp-file.patch diff --git a/kf5-kiconthemes.spec b/kf5-kiconthemes.spec index 21cd16c..81a7faa 100644 --- a/kf5-kiconthemes.spec +++ b/kf5-kiconthemes.spec @@ -2,7 +2,7 @@ Name: kf5-%{framework} Version: 5.80.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: KDE Frameworks 5 Tier 3 integration module with icon themes License: LGPLv2+ and GPLv2+ @@ -18,6 +18,9 @@ URL: https://api.kde.org/frameworks/kiconthemes/ Source0: http://download.kde.org/%{stable}/frameworks/%{majmin}/%{framework}-%{version}.tar.xz ## upstream patches +# Bug 1943807 - Kolourpaint shows toolbar only as text (not symbols) +# https://invent.kde.org/frameworks/kiconthemes/-/merge_requests/28 +Patch0: kiconthemes-revert-add-private-header-to-avoid-extern-in-cpp-file.patch ## upstreamable patches @@ -85,6 +88,9 @@ developing applications that use %{name}. %changelog +* Mon Mar 29 2021 Jan Grulich - 5.80.0-2 +- Fix missing icons in Qt applications on GNOME + * Tue Mar 09 2021 Rex Dieter - 5.80.0-1 - 5.80.0 diff --git a/kiconthemes-revert-add-private-header-to-avoid-extern-in-cpp-file.patch b/kiconthemes-revert-add-private-header-to-avoid-extern-in-cpp-file.patch new file mode 100644 index 0000000..9a983ce --- /dev/null +++ b/kiconthemes-revert-add-private-header-to-avoid-extern-in-cpp-file.patch @@ -0,0 +1,163 @@ +From 5a5d7b57fee23d934d90989133f870404557ff6f Mon Sep 17 00:00:00 2001 +From: Christoph Cullmann +Date: Mon, 29 Mar 2021 19:41:56 +0200 +Subject: [PATCH 1/2] Revert "add private header to avoid extern in .cpp file" + +This reverts commit bd648dd0755d03dc01b267b3cdcec09b045da696. +--- + src/kiconloader.cpp | 7 ++----- + src/kicontheme.cpp | 4 +++- + src/kicontheme_p.h | 19 ------------------- + 3 files changed, 5 insertions(+), 25 deletions(-) + delete mode 100644 src/kicontheme_p.h + +diff --git a/src/kiconloader.cpp b/src/kiconloader.cpp +index 3a6bf2b..33c378b 100644 +--- a/src/kiconloader.cpp ++++ b/src/kiconloader.cpp +@@ -11,7 +11,6 @@ + */ + + #include "kiconloader.h" +-#include "kicontheme_p.h" + + // kdecore + #include +@@ -384,6 +383,8 @@ public: + bool mCustomPalette = false; + }; + ++extern void initRCCIconTheme(); ++ + class KIconLoaderGlobalData : public QObject + { + Q_OBJECT +@@ -391,10 +392,6 @@ class KIconLoaderGlobalData : public QObject + public: + KIconLoaderGlobalData() + { +- // we trigger the rcc loading & fallback theme setting here instead of the old way via Q_COREAPP_STARTUP_FUNCTION +- // so that loading the icon engine plugin doesn't trigger changing the icon theme while loading the first icon +- // if nothing else initialized this before. +- + // ensure we load rcc files for application bundles (+ setup their theme) + initRCCIconTheme(); + +diff --git a/src/kicontheme.cpp b/src/kicontheme.cpp +index af9fd81..8e499d2 100644 +--- a/src/kicontheme.cpp ++++ b/src/kicontheme.cpp +@@ -10,7 +10,6 @@ + */ + + #include "kicontheme.h" +-#include "kicontheme_p.h" + + #include "debug.h" + +@@ -33,6 +32,9 @@ + + Q_GLOBAL_STATIC(QString, _themeOverride) + ++// Support for icon themes in RCC files. ++// The intended use case is standalone apps on Windows / MacOS / etc. ++// For this reason we use AppDataLocation: BINDIR/data on Windows, Resources on OS X + void initRCCIconTheme() + { + const QString iconThemeRcc = QStandardPaths::locate(QStandardPaths::AppDataLocation, QStringLiteral("icontheme.rcc")); +diff --git a/src/kicontheme_p.h b/src/kicontheme_p.h +deleted file mode 100644 +index eea889f..0000000 +--- a/src/kicontheme_p.h ++++ /dev/null +@@ -1,19 +0,0 @@ +-/* +- This file is part of the KDE libraries +- SPDX-FileCopyrightText: 2021 Christoph Cullmann +- +- SPDX-License-Identifier: LGPL-2.0-or-later +-*/ +- +-#ifndef KICONTHEME_P_H +-#define KICONTHEME_P_H +- +-/** +- * Support for icon themes in RCC files. +- * The intended use case is standalone apps on Windows / MacOS / etc. +- * For this reason we use AppDataLocation: BINDIR/data on Windows, Resources on OS X. +- * Will be triggered by KIconLoaderGlobalData construction. +- */ +-void initRCCIconTheme(); +- +-#endif +-- +GitLab + + +From e4fb7dda788e5dc44ada56f089053453f3ff0c1c Mon Sep 17 00:00:00 2001 +From: Christoph Cullmann +Date: Mon, 29 Mar 2021 19:42:15 +0200 +Subject: [PATCH 2/2] Revert "avoid race condition on loading the plugin" + +This reverts commit 65ee2fac5eae6f69a6c72b315f0e5d702f1c4493. +--- + src/kiconloader.cpp | 12 ------------ + src/kicontheme.cpp | 12 ++++++++++++ + 2 files changed, 12 insertions(+), 12 deletions(-) + +diff --git a/src/kiconloader.cpp b/src/kiconloader.cpp +index 33c378b..f608966 100644 +--- a/src/kiconloader.cpp ++++ b/src/kiconloader.cpp +@@ -383,8 +383,6 @@ public: + bool mCustomPalette = false; + }; + +-extern void initRCCIconTheme(); +- + class KIconLoaderGlobalData : public QObject + { + Q_OBJECT +@@ -392,16 +390,6 @@ class KIconLoaderGlobalData : public QObject + public: + KIconLoaderGlobalData() + { +- // ensure we load rcc files for application bundles (+ setup their theme) +- initRCCIconTheme(); +- +- // Set the icon theme fallback to breeze +- // Most of our apps use "lots" of icons that most of the times +- // are only available with breeze, we still honour the user icon +- // theme but if the icon is not found there, we go to breeze +- // since it's almost sure it'll be there +- QIcon::setFallbackThemeName(QStringLiteral("breeze")); +- + const QStringList genericIconsFiles = QStandardPaths::locateAll(QStandardPaths::GenericDataLocation, QStringLiteral("mime/generic-icons")); + // qCDebug(KICONTHEMES) << genericIconsFiles; + for (const QString &file : genericIconsFiles) { +diff --git a/src/kicontheme.cpp b/src/kicontheme.cpp +index 8e499d2..5be083d 100644 +--- a/src/kicontheme.cpp ++++ b/src/kicontheme.cpp +@@ -57,7 +57,19 @@ void initRCCIconTheme() + } + } + } ++Q_COREAPP_STARTUP_FUNCTION(initRCCIconTheme) + ++// Set the icon theme fallback to breeze ++// Most of our apps use "lots" of icons that most of the times ++// are only available with breeze, we still honour the user icon ++// theme but if the icon is not found there, we go to breeze ++// since it's almost sure it'll be there ++static void setBreezeFallback() ++{ ++ QIcon::setFallbackThemeName(QStringLiteral("breeze")); ++} ++ ++Q_COREAPP_STARTUP_FUNCTION(setBreezeFallback) + class KIconThemeDir; + class KIconThemePrivate + { +-- +GitLab From ac6ae50dba5fa0ec196b8d8c245723303eb8cf3d Mon Sep 17 00:00:00 2001 From: Jan Grulich Date: Tue, 30 Mar 2021 12:29:09 +0200 Subject: [PATCH 117/157] Fix issue where some applications might not start properly --- kf5-kiconthemes.spec | 6 ++++- ...dont-register-our-engine-per-default.patch | 22 +++++++++++++++++++ 2 files changed, 27 insertions(+), 1 deletion(-) create mode 100644 kiconthemes-dont-register-our-engine-per-default.patch diff --git a/kf5-kiconthemes.spec b/kf5-kiconthemes.spec index 81a7faa..5ec6769 100644 --- a/kf5-kiconthemes.spec +++ b/kf5-kiconthemes.spec @@ -2,7 +2,7 @@ Name: kf5-%{framework} Version: 5.80.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: KDE Frameworks 5 Tier 3 integration module with icon themes License: LGPLv2+ and GPLv2+ @@ -21,6 +21,7 @@ Source0: http://download.kde.org/%{stable}/frameworks/%{majmin}/%{framework}-%{v # Bug 1943807 - Kolourpaint shows toolbar only as text (not symbols) # https://invent.kde.org/frameworks/kiconthemes/-/merge_requests/28 Patch0: kiconthemes-revert-add-private-header-to-avoid-extern-in-cpp-file.patch +Patch1: kiconthemes-dont-register-our-engine-per-default.patch ## upstreamable patches @@ -88,6 +89,9 @@ developing applications that use %{name}. %changelog +* Tue Mar 30 2021 Jan Grulich - 5.80.0-3 +- Fix issue where some applications might not start properly (e.g. MediaWriter) + * Mon Mar 29 2021 Jan Grulich - 5.80.0-2 - Fix missing icons in Qt applications on GNOME diff --git a/kiconthemes-dont-register-our-engine-per-default.patch b/kiconthemes-dont-register-our-engine-per-default.patch new file mode 100644 index 0000000..1f4b014 --- /dev/null +++ b/kiconthemes-dont-register-our-engine-per-default.patch @@ -0,0 +1,22 @@ +From 3262669e3abfa7171463e3bf34f7c60eacf6bc77 Mon Sep 17 00:00:00 2001 +From: Christoph Cullmann +Date: Fri, 19 Mar 2021 19:56:07 +0100 +Subject: [PATCH] don't register our engine per default + +--- + src/kiconengineplugin.json | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/src/kiconengineplugin.json b/src/kiconengineplugin.json +index a5b4228..bc09e41 100644 +--- a/src/kiconengineplugin.json ++++ b/src/kiconengineplugin.json +@@ -1,4 +1,4 @@ + { +- "Keys": [ "KIconEngine", "svg", "svgz", "svg.gz" ] ++ "Keys": [ "KIconEngine" ] + } + +-- +GitLab + From 037b4737d290ec7a520145c73311172118666911 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Tue, 6 Apr 2021 09:17:04 -0500 Subject: [PATCH 118/157] 5.81.0 --- .gitignore | 1 + kf5-kiconthemes.spec | 11 +- ...dont-register-our-engine-per-default.patch | 22 --- ...e-header-to-avoid-extern-in-cpp-file.patch | 163 ------------------ sources | 2 +- 5 files changed, 7 insertions(+), 192 deletions(-) delete mode 100644 kiconthemes-dont-register-our-engine-per-default.patch delete mode 100644 kiconthemes-revert-add-private-header-to-avoid-extern-in-cpp-file.patch diff --git a/.gitignore b/.gitignore index 86564ea..e24a6b4 100644 --- a/.gitignore +++ b/.gitignore @@ -27,3 +27,4 @@ /kiconthemes-5.78.0.tar.xz /kiconthemes-5.79.0.tar.xz /kiconthemes-5.80.0.tar.xz +/kiconthemes-5.81.0.tar.xz diff --git a/kf5-kiconthemes.spec b/kf5-kiconthemes.spec index 5ec6769..1cb62ca 100644 --- a/kf5-kiconthemes.spec +++ b/kf5-kiconthemes.spec @@ -1,8 +1,8 @@ %global framework kiconthemes Name: kf5-%{framework} -Version: 5.80.0 -Release: 3%{?dist} +Version: 5.81.0 +Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 3 integration module with icon themes License: LGPLv2+ and GPLv2+ @@ -18,10 +18,6 @@ URL: https://api.kde.org/frameworks/kiconthemes/ Source0: http://download.kde.org/%{stable}/frameworks/%{majmin}/%{framework}-%{version}.tar.xz ## upstream patches -# Bug 1943807 - Kolourpaint shows toolbar only as text (not symbols) -# https://invent.kde.org/frameworks/kiconthemes/-/merge_requests/28 -Patch0: kiconthemes-revert-add-private-header-to-avoid-extern-in-cpp-file.patch -Patch1: kiconthemes-dont-register-our-engine-per-default.patch ## upstreamable patches @@ -89,6 +85,9 @@ developing applications that use %{name}. %changelog +* Tue Apr 06 2021 Rex Dieter - 5.81.0-1 +- 5.81.0 + * Tue Mar 30 2021 Jan Grulich - 5.80.0-3 - Fix issue where some applications might not start properly (e.g. MediaWriter) diff --git a/kiconthemes-dont-register-our-engine-per-default.patch b/kiconthemes-dont-register-our-engine-per-default.patch deleted file mode 100644 index 1f4b014..0000000 --- a/kiconthemes-dont-register-our-engine-per-default.patch +++ /dev/null @@ -1,22 +0,0 @@ -From 3262669e3abfa7171463e3bf34f7c60eacf6bc77 Mon Sep 17 00:00:00 2001 -From: Christoph Cullmann -Date: Fri, 19 Mar 2021 19:56:07 +0100 -Subject: [PATCH] don't register our engine per default - ---- - src/kiconengineplugin.json | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/src/kiconengineplugin.json b/src/kiconengineplugin.json -index a5b4228..bc09e41 100644 ---- a/src/kiconengineplugin.json -+++ b/src/kiconengineplugin.json -@@ -1,4 +1,4 @@ - { -- "Keys": [ "KIconEngine", "svg", "svgz", "svg.gz" ] -+ "Keys": [ "KIconEngine" ] - } - --- -GitLab - diff --git a/kiconthemes-revert-add-private-header-to-avoid-extern-in-cpp-file.patch b/kiconthemes-revert-add-private-header-to-avoid-extern-in-cpp-file.patch deleted file mode 100644 index 9a983ce..0000000 --- a/kiconthemes-revert-add-private-header-to-avoid-extern-in-cpp-file.patch +++ /dev/null @@ -1,163 +0,0 @@ -From 5a5d7b57fee23d934d90989133f870404557ff6f Mon Sep 17 00:00:00 2001 -From: Christoph Cullmann -Date: Mon, 29 Mar 2021 19:41:56 +0200 -Subject: [PATCH 1/2] Revert "add private header to avoid extern in .cpp file" - -This reverts commit bd648dd0755d03dc01b267b3cdcec09b045da696. ---- - src/kiconloader.cpp | 7 ++----- - src/kicontheme.cpp | 4 +++- - src/kicontheme_p.h | 19 ------------------- - 3 files changed, 5 insertions(+), 25 deletions(-) - delete mode 100644 src/kicontheme_p.h - -diff --git a/src/kiconloader.cpp b/src/kiconloader.cpp -index 3a6bf2b..33c378b 100644 ---- a/src/kiconloader.cpp -+++ b/src/kiconloader.cpp -@@ -11,7 +11,6 @@ - */ - - #include "kiconloader.h" --#include "kicontheme_p.h" - - // kdecore - #include -@@ -384,6 +383,8 @@ public: - bool mCustomPalette = false; - }; - -+extern void initRCCIconTheme(); -+ - class KIconLoaderGlobalData : public QObject - { - Q_OBJECT -@@ -391,10 +392,6 @@ class KIconLoaderGlobalData : public QObject - public: - KIconLoaderGlobalData() - { -- // we trigger the rcc loading & fallback theme setting here instead of the old way via Q_COREAPP_STARTUP_FUNCTION -- // so that loading the icon engine plugin doesn't trigger changing the icon theme while loading the first icon -- // if nothing else initialized this before. -- - // ensure we load rcc files for application bundles (+ setup their theme) - initRCCIconTheme(); - -diff --git a/src/kicontheme.cpp b/src/kicontheme.cpp -index af9fd81..8e499d2 100644 ---- a/src/kicontheme.cpp -+++ b/src/kicontheme.cpp -@@ -10,7 +10,6 @@ - */ - - #include "kicontheme.h" --#include "kicontheme_p.h" - - #include "debug.h" - -@@ -33,6 +32,9 @@ - - Q_GLOBAL_STATIC(QString, _themeOverride) - -+// Support for icon themes in RCC files. -+// The intended use case is standalone apps on Windows / MacOS / etc. -+// For this reason we use AppDataLocation: BINDIR/data on Windows, Resources on OS X - void initRCCIconTheme() - { - const QString iconThemeRcc = QStandardPaths::locate(QStandardPaths::AppDataLocation, QStringLiteral("icontheme.rcc")); -diff --git a/src/kicontheme_p.h b/src/kicontheme_p.h -deleted file mode 100644 -index eea889f..0000000 ---- a/src/kicontheme_p.h -+++ /dev/null -@@ -1,19 +0,0 @@ --/* -- This file is part of the KDE libraries -- SPDX-FileCopyrightText: 2021 Christoph Cullmann -- -- SPDX-License-Identifier: LGPL-2.0-or-later --*/ -- --#ifndef KICONTHEME_P_H --#define KICONTHEME_P_H -- --/** -- * Support for icon themes in RCC files. -- * The intended use case is standalone apps on Windows / MacOS / etc. -- * For this reason we use AppDataLocation: BINDIR/data on Windows, Resources on OS X. -- * Will be triggered by KIconLoaderGlobalData construction. -- */ --void initRCCIconTheme(); -- --#endif --- -GitLab - - -From e4fb7dda788e5dc44ada56f089053453f3ff0c1c Mon Sep 17 00:00:00 2001 -From: Christoph Cullmann -Date: Mon, 29 Mar 2021 19:42:15 +0200 -Subject: [PATCH 2/2] Revert "avoid race condition on loading the plugin" - -This reverts commit 65ee2fac5eae6f69a6c72b315f0e5d702f1c4493. ---- - src/kiconloader.cpp | 12 ------------ - src/kicontheme.cpp | 12 ++++++++++++ - 2 files changed, 12 insertions(+), 12 deletions(-) - -diff --git a/src/kiconloader.cpp b/src/kiconloader.cpp -index 33c378b..f608966 100644 ---- a/src/kiconloader.cpp -+++ b/src/kiconloader.cpp -@@ -383,8 +383,6 @@ public: - bool mCustomPalette = false; - }; - --extern void initRCCIconTheme(); -- - class KIconLoaderGlobalData : public QObject - { - Q_OBJECT -@@ -392,16 +390,6 @@ class KIconLoaderGlobalData : public QObject - public: - KIconLoaderGlobalData() - { -- // ensure we load rcc files for application bundles (+ setup their theme) -- initRCCIconTheme(); -- -- // Set the icon theme fallback to breeze -- // Most of our apps use "lots" of icons that most of the times -- // are only available with breeze, we still honour the user icon -- // theme but if the icon is not found there, we go to breeze -- // since it's almost sure it'll be there -- QIcon::setFallbackThemeName(QStringLiteral("breeze")); -- - const QStringList genericIconsFiles = QStandardPaths::locateAll(QStandardPaths::GenericDataLocation, QStringLiteral("mime/generic-icons")); - // qCDebug(KICONTHEMES) << genericIconsFiles; - for (const QString &file : genericIconsFiles) { -diff --git a/src/kicontheme.cpp b/src/kicontheme.cpp -index 8e499d2..5be083d 100644 ---- a/src/kicontheme.cpp -+++ b/src/kicontheme.cpp -@@ -57,7 +57,19 @@ void initRCCIconTheme() - } - } - } -+Q_COREAPP_STARTUP_FUNCTION(initRCCIconTheme) - -+// Set the icon theme fallback to breeze -+// Most of our apps use "lots" of icons that most of the times -+// are only available with breeze, we still honour the user icon -+// theme but if the icon is not found there, we go to breeze -+// since it's almost sure it'll be there -+static void setBreezeFallback() -+{ -+ QIcon::setFallbackThemeName(QStringLiteral("breeze")); -+} -+ -+Q_COREAPP_STARTUP_FUNCTION(setBreezeFallback) - class KIconThemeDir; - class KIconThemePrivate - { --- -GitLab diff --git a/sources b/sources index cc8821c..27bd68a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kiconthemes-5.80.0.tar.xz) = bf5adcd46b695038b66ef9374603e9e88090f31259971fc92c97f367e2055d96fe8c4a5c486954b372c369eb17a31858fde426e1cb373535e48138692f1b0ee8 +SHA512 (kiconthemes-5.81.0.tar.xz) = bbf35951996104086639684ae013f634963e17b82df6061fb0c06b29304d46f85ee2df1fd223985ba9be785bc8872e29b1791ca40cb00c1c5eaf5ba0e290ee30 From 324ef9429bbe74b47dc8956686692019014a4520 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Mon, 3 May 2021 08:40:34 -0500 Subject: [PATCH 119/157] 5.82.0 --- .gitignore | 1 + kf5-kiconthemes.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index e24a6b4..93b2836 100644 --- a/.gitignore +++ b/.gitignore @@ -28,3 +28,4 @@ /kiconthemes-5.79.0.tar.xz /kiconthemes-5.80.0.tar.xz /kiconthemes-5.81.0.tar.xz +/kiconthemes-5.82.0.tar.xz diff --git a/kf5-kiconthemes.spec b/kf5-kiconthemes.spec index 1cb62ca..2f785c5 100644 --- a/kf5-kiconthemes.spec +++ b/kf5-kiconthemes.spec @@ -1,7 +1,7 @@ %global framework kiconthemes Name: kf5-%{framework} -Version: 5.81.0 +Version: 5.82.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 3 integration module with icon themes @@ -85,6 +85,9 @@ developing applications that use %{name}. %changelog +* Mon May 03 2021 Rex Dieter - 5.82.0-1 +- 5.82.0 + * Tue Apr 06 2021 Rex Dieter - 5.81.0-1 - 5.81.0 diff --git a/sources b/sources index 27bd68a..d0ef943 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kiconthemes-5.81.0.tar.xz) = bbf35951996104086639684ae013f634963e17b82df6061fb0c06b29304d46f85ee2df1fd223985ba9be785bc8872e29b1791ca40cb00c1c5eaf5ba0e290ee30 +SHA512 (kiconthemes-5.82.0.tar.xz) = b323d9ef88e6659977a3a8d1a61b8bcb72c299ee16fbc42f4ac2c02f50dd03c211e9d79aff71e26ffce4a0a1d496533a5ea1d0aa07c30664f5dc78af9b105abb From 67051fbfd68f002f0e20cbc9184b6a03dc304be7 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Tue, 8 Jun 2021 16:02:17 -0500 Subject: [PATCH 120/157] 5.83.0 --- .gitignore | 1 + kf5-kiconthemes.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 93b2836..ceed4ef 100644 --- a/.gitignore +++ b/.gitignore @@ -29,3 +29,4 @@ /kiconthemes-5.80.0.tar.xz /kiconthemes-5.81.0.tar.xz /kiconthemes-5.82.0.tar.xz +/kiconthemes-5.83.0.tar.xz diff --git a/kf5-kiconthemes.spec b/kf5-kiconthemes.spec index 2f785c5..4735166 100644 --- a/kf5-kiconthemes.spec +++ b/kf5-kiconthemes.spec @@ -1,7 +1,7 @@ %global framework kiconthemes Name: kf5-%{framework} -Version: 5.82.0 +Version: 5.83.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 3 integration module with icon themes @@ -85,6 +85,9 @@ developing applications that use %{name}. %changelog +* Tue Jun 08 2021 Rex Dieter - 5.83.0-1 +- 5.83.0 + * Mon May 03 2021 Rex Dieter - 5.82.0-1 - 5.82.0 diff --git a/sources b/sources index d0ef943..bf49579 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kiconthemes-5.82.0.tar.xz) = b323d9ef88e6659977a3a8d1a61b8bcb72c299ee16fbc42f4ac2c02f50dd03c211e9d79aff71e26ffce4a0a1d496533a5ea1d0aa07c30664f5dc78af9b105abb +SHA512 (kiconthemes-5.83.0.tar.xz) = e91ed626fd1cd122208e0356ce2dcedc486e033afd5fdadcb534dda37a325babd87d67b9d12a6d6ee692b90656c3caf699a5b89df814ddf03f02d565ab52d3f4 From 2759375aada4e396c7e70f55529c501816d824e4 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 22 Jul 2021 09:52:08 +0000 Subject: [PATCH 121/157] - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_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 4735166..0a1fede 100644 --- a/kf5-kiconthemes.spec +++ b/kf5-kiconthemes.spec @@ -2,7 +2,7 @@ Name: kf5-%{framework} Version: 5.83.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: KDE Frameworks 5 Tier 3 integration module with icon themes License: LGPLv2+ and GPLv2+ @@ -85,6 +85,9 @@ developing applications that use %{name}. %changelog +* Thu Jul 22 2021 Fedora Release Engineering - 5.83.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + * Tue Jun 08 2021 Rex Dieter - 5.83.0-1 - 5.83.0 From 441364685a8a7b6fa40304d4428e0b00251de187 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Thu, 12 Aug 2021 11:07:47 -0500 Subject: [PATCH 122/157] 5.85.0 --- .gitignore | 1 + kf5-kiconthemes.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index ceed4ef..1c5528f 100644 --- a/.gitignore +++ b/.gitignore @@ -30,3 +30,4 @@ /kiconthemes-5.81.0.tar.xz /kiconthemes-5.82.0.tar.xz /kiconthemes-5.83.0.tar.xz +/kiconthemes-5.85.0.tar.xz diff --git a/kf5-kiconthemes.spec b/kf5-kiconthemes.spec index 0a1fede..cd9f8a5 100644 --- a/kf5-kiconthemes.spec +++ b/kf5-kiconthemes.spec @@ -1,8 +1,8 @@ %global framework kiconthemes Name: kf5-%{framework} -Version: 5.83.0 -Release: 2%{?dist} +Version: 5.85.0 +Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 3 integration module with icon themes License: LGPLv2+ and GPLv2+ @@ -85,6 +85,9 @@ developing applications that use %{name}. %changelog +* Thu Aug 12 2021 Rex Dieter - 5.85.0-1 +- 5.85.0 + * Thu Jul 22 2021 Fedora Release Engineering - 5.83.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild diff --git a/sources b/sources index bf49579..64048d8 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kiconthemes-5.83.0.tar.xz) = e91ed626fd1cd122208e0356ce2dcedc486e033afd5fdadcb534dda37a325babd87d67b9d12a6d6ee692b90656c3caf699a5b89df814ddf03f02d565ab52d3f4 +SHA512 (kiconthemes-5.85.0.tar.xz) = 87e041835401273627c596338f94a0507f3184fb3e0a004ad4ba0c878fc2ef9ceac5bd4a9318d8c8e852e1ab26944368ca6b27a3efcd4269643d8e0cd0d60953 From b34f5c558d73db899acc404f5226a1c0d88b33ef Mon Sep 17 00:00:00 2001 From: Marc Deop Date: Wed, 15 Sep 2021 00:19:59 +0200 Subject: [PATCH 123/157] 5.86.0 --- .gitignore | 1 + kf5-kiconthemes.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 1c5528f..814b1b5 100644 --- a/.gitignore +++ b/.gitignore @@ -31,3 +31,4 @@ /kiconthemes-5.82.0.tar.xz /kiconthemes-5.83.0.tar.xz /kiconthemes-5.85.0.tar.xz +/kiconthemes-5.86.0.tar.xz diff --git a/kf5-kiconthemes.spec b/kf5-kiconthemes.spec index cd9f8a5..7f936fd 100644 --- a/kf5-kiconthemes.spec +++ b/kf5-kiconthemes.spec @@ -1,7 +1,7 @@ %global framework kiconthemes Name: kf5-%{framework} -Version: 5.85.0 +Version: 5.86.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 3 integration module with icon themes @@ -85,6 +85,9 @@ developing applications that use %{name}. %changelog +* Tue Sep 14 2021 Marc Deop - 5.86.0-1 +- 5.86.0 + * Thu Aug 12 2021 Rex Dieter - 5.85.0-1 - 5.85.0 diff --git a/sources b/sources index 64048d8..e5d1ee0 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kiconthemes-5.85.0.tar.xz) = 87e041835401273627c596338f94a0507f3184fb3e0a004ad4ba0c878fc2ef9ceac5bd4a9318d8c8e852e1ab26944368ca6b27a3efcd4269643d8e0cd0d60953 +SHA512 (kiconthemes-5.86.0.tar.xz) = f17dd47b3ddfbc1acd3136abc2b1208aec6394c00ebcb48695a05e93116d857a2a5137bfa7bf7531c706f9fa091dd2528ed8f015bae800fbfa9c6a4a15c3c11f From 6735fcc4c40cee1091da22ddb92c5e1765fb762b Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Tue, 5 Oct 2021 09:22:02 -0500 Subject: [PATCH 124/157] 5.87.0 --- .gitignore | 1 + kf5-kiconthemes.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 814b1b5..087fb9b 100644 --- a/.gitignore +++ b/.gitignore @@ -32,3 +32,4 @@ /kiconthemes-5.83.0.tar.xz /kiconthemes-5.85.0.tar.xz /kiconthemes-5.86.0.tar.xz +/kiconthemes-5.87.0.tar.xz diff --git a/kf5-kiconthemes.spec b/kf5-kiconthemes.spec index 7f936fd..82907ae 100644 --- a/kf5-kiconthemes.spec +++ b/kf5-kiconthemes.spec @@ -1,7 +1,7 @@ %global framework kiconthemes Name: kf5-%{framework} -Version: 5.86.0 +Version: 5.87.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 3 integration module with icon themes @@ -85,6 +85,9 @@ developing applications that use %{name}. %changelog +* Tue Oct 05 2021 Rex Dieter - 5.87.0-1 +- 5.87.0 + * Tue Sep 14 2021 Marc Deop - 5.86.0-1 - 5.86.0 diff --git a/sources b/sources index e5d1ee0..2fe6d97 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kiconthemes-5.86.0.tar.xz) = f17dd47b3ddfbc1acd3136abc2b1208aec6394c00ebcb48695a05e93116d857a2a5137bfa7bf7531c706f9fa091dd2528ed8f015bae800fbfa9c6a4a15c3c11f +SHA512 (kiconthemes-5.87.0.tar.xz) = f218c19e76c863a7690953566b572da93fb9eaa7bcd19c4219f832f8b6cbc6d6e7c4556f1d5d6e2e559addb8ce32a330e9ae96270ed2af10fed6a8b739f7c949 From ffec28ab65a03bbf54b4d2146c269b21d34b5829 Mon Sep 17 00:00:00 2001 From: Marc Deop Date: Tue, 9 Nov 2021 10:02:17 +0100 Subject: [PATCH 125/157] 5.88.0 --- .gitignore | 1 + kf5-kiconthemes.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 087fb9b..1f81468 100644 --- a/.gitignore +++ b/.gitignore @@ -33,3 +33,4 @@ /kiconthemes-5.85.0.tar.xz /kiconthemes-5.86.0.tar.xz /kiconthemes-5.87.0.tar.xz +/kiconthemes-5.88.0.tar.xz diff --git a/kf5-kiconthemes.spec b/kf5-kiconthemes.spec index 82907ae..c5d3153 100644 --- a/kf5-kiconthemes.spec +++ b/kf5-kiconthemes.spec @@ -1,7 +1,7 @@ %global framework kiconthemes Name: kf5-%{framework} -Version: 5.87.0 +Version: 5.88.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 3 integration module with icon themes @@ -85,6 +85,9 @@ developing applications that use %{name}. %changelog +* Mon Nov 08 2021 Marc Deop - 5.88.0-1 +- 5.88.0 + * Tue Oct 05 2021 Rex Dieter - 5.87.0-1 - 5.87.0 diff --git a/sources b/sources index 2fe6d97..5bd1334 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kiconthemes-5.87.0.tar.xz) = f218c19e76c863a7690953566b572da93fb9eaa7bcd19c4219f832f8b6cbc6d6e7c4556f1d5d6e2e559addb8ce32a330e9ae96270ed2af10fed6a8b739f7c949 +SHA512 (kiconthemes-5.88.0.tar.xz) = 56bb3da876cfe7bc4999730ae91c9e71001aff63c904c4bdeb5989b6465c981b848af36942a5a5979e08af0b654c9e403210b037cab7b085d14281ed769650c9 From b2747abd5f14f56ca1cf47b1da889f6e9a36b656 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Wed, 8 Dec 2021 09:34:33 -0600 Subject: [PATCH 126/157] 5.89.0 --- .gitignore | 1 + kf5-kiconthemes.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 1f81468..2b06af5 100644 --- a/.gitignore +++ b/.gitignore @@ -34,3 +34,4 @@ /kiconthemes-5.86.0.tar.xz /kiconthemes-5.87.0.tar.xz /kiconthemes-5.88.0.tar.xz +/kiconthemes-5.89.0.tar.xz diff --git a/kf5-kiconthemes.spec b/kf5-kiconthemes.spec index c5d3153..00184f5 100644 --- a/kf5-kiconthemes.spec +++ b/kf5-kiconthemes.spec @@ -1,7 +1,7 @@ %global framework kiconthemes Name: kf5-%{framework} -Version: 5.88.0 +Version: 5.89.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 3 integration module with icon themes @@ -85,6 +85,9 @@ developing applications that use %{name}. %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 5bd1334..5318dfc 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kiconthemes-5.88.0.tar.xz) = 56bb3da876cfe7bc4999730ae91c9e71001aff63c904c4bdeb5989b6465c981b848af36942a5a5979e08af0b654c9e403210b037cab7b085d14281ed769650c9 +SHA512 (kiconthemes-5.89.0.tar.xz) = be14bb194b6d8d4029eec85c15020ca518bd6c58c481016f7c91aa0bb74a52320963fd552f9356d4538022f6b410c539f3b9c8f3ca73adb679773a81c50c0645 From 494335a7c168d27b4724fc4beecda3c310b9d73a Mon Sep 17 00:00:00 2001 From: Marc Deop Date: Tue, 4 Jan 2022 09:33:03 +0100 Subject: [PATCH 127/157] 5.90.0 --- .gitignore | 1 + kf5-kiconthemes.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 2b06af5..4a47ab3 100644 --- a/.gitignore +++ b/.gitignore @@ -35,3 +35,4 @@ /kiconthemes-5.87.0.tar.xz /kiconthemes-5.88.0.tar.xz /kiconthemes-5.89.0.tar.xz +/kiconthemes-5.90.0.tar.xz diff --git a/kf5-kiconthemes.spec b/kf5-kiconthemes.spec index 00184f5..f502266 100644 --- a/kf5-kiconthemes.spec +++ b/kf5-kiconthemes.spec @@ -1,7 +1,7 @@ %global framework kiconthemes Name: kf5-%{framework} -Version: 5.89.0 +Version: 5.90.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 3 integration module with icon themes @@ -85,6 +85,9 @@ developing applications that use %{name}. %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 5318dfc..f0f792a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kiconthemes-5.89.0.tar.xz) = be14bb194b6d8d4029eec85c15020ca518bd6c58c481016f7c91aa0bb74a52320963fd552f9356d4538022f6b410c539f3b9c8f3ca73adb679773a81c50c0645 +SHA512 (kiconthemes-5.90.0.tar.xz) = 91a281df7c0336b1358969d0c6ef2899679e1b0088d74f5ad5c02ddcc9d0e0bfc71ea6fe13eec6ba6668996128ef6d175b94ae46388327534a28f851eae99998 From 720221de9d7b837a118b26722ad50fa109e9a2b8 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 20 Jan 2022 14:37:00 +0000 Subject: [PATCH 128/157] - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_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 f502266..a79160e 100644 --- a/kf5-kiconthemes.spec +++ b/kf5-kiconthemes.spec @@ -2,7 +2,7 @@ Name: kf5-%{framework} Version: 5.90.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: KDE Frameworks 5 Tier 3 integration module with icon themes License: LGPLv2+ and GPLv2+ @@ -85,6 +85,9 @@ developing applications that use %{name}. %changelog +* Thu Jan 20 2022 Fedora Release Engineering - 5.90.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild + * Tue Jan 04 2022 Marc Deop i Argemí (Private) - 5.90.0-1 - 5.90.0 From 5fd3c24ddad65cf7ee67fdb8d2d7355791578c26 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Fri, 11 Feb 2022 12:28:43 -0600 Subject: [PATCH 129/157] 5.91.0 --- .gitignore | 1 + kf5-kiconthemes.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 4a47ab3..02c4c16 100644 --- a/.gitignore +++ b/.gitignore @@ -36,3 +36,4 @@ /kiconthemes-5.88.0.tar.xz /kiconthemes-5.89.0.tar.xz /kiconthemes-5.90.0.tar.xz +/kiconthemes-5.91.0.tar.xz diff --git a/kf5-kiconthemes.spec b/kf5-kiconthemes.spec index a79160e..2abeb56 100644 --- a/kf5-kiconthemes.spec +++ b/kf5-kiconthemes.spec @@ -1,8 +1,8 @@ %global framework kiconthemes Name: kf5-%{framework} -Version: 5.90.0 -Release: 2%{?dist} +Version: 5.91.0 +Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 3 integration module with icon themes License: LGPLv2+ and GPLv2+ @@ -85,6 +85,9 @@ developing applications that use %{name}. %changelog +* Fri Feb 11 2022 Rex Dieter - 5.91.0-1 +- 5.91.0 + * Thu Jan 20 2022 Fedora Release Engineering - 5.90.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild diff --git a/sources b/sources index f0f792a..7e32d0a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kiconthemes-5.90.0.tar.xz) = 91a281df7c0336b1358969d0c6ef2899679e1b0088d74f5ad5c02ddcc9d0e0bfc71ea6fe13eec6ba6668996128ef6d175b94ae46388327534a28f851eae99998 +SHA512 (kiconthemes-5.91.0.tar.xz) = a7441a59872d766162a310c4fdeae27d416ef91977f9ded6970532766da3aaf2bfa7b5cd34f4d97cc04a27d2cf6b58b6735e5d3ba3a9171a21b5389d47df824c From 73595567e718bac3c7cf464ca73a1dae2e03085d Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Tue, 15 Feb 2022 10:08:18 -0600 Subject: [PATCH 130/157] update %%files --- kf5-kiconthemes.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kf5-kiconthemes.spec b/kf5-kiconthemes.spec index 2abeb56..457d979 100644 --- a/kf5-kiconthemes.spec +++ b/kf5-kiconthemes.spec @@ -77,7 +77,7 @@ developing applications that use %{name}. %{_kf5_qtplugindir}/designer/*5widgets.so %files devel -%{_kf5_includedir}/kiconthemes_version.h + %{_kf5_includedir}/KIconThemes/ %{_kf5_libdir}/libKF5IconThemes.so %{_kf5_libdir}/cmake/KF5IconThemes/ From 7dfe5c7a102474a098202cbb06f5a99e6d1967bd Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Thu, 10 Mar 2022 15:02:22 -0600 Subject: [PATCH 131/157] 5.92.0 --- .gitignore | 1 + kf5-kiconthemes.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 02c4c16..35719c7 100644 --- a/.gitignore +++ b/.gitignore @@ -37,3 +37,4 @@ /kiconthemes-5.89.0.tar.xz /kiconthemes-5.90.0.tar.xz /kiconthemes-5.91.0.tar.xz +/kiconthemes-5.92.0.tar.xz diff --git a/kf5-kiconthemes.spec b/kf5-kiconthemes.spec index 457d979..23517f2 100644 --- a/kf5-kiconthemes.spec +++ b/kf5-kiconthemes.spec @@ -1,7 +1,7 @@ %global framework kiconthemes Name: kf5-%{framework} -Version: 5.91.0 +Version: 5.92.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 3 integration module with icon themes @@ -85,6 +85,9 @@ developing applications that use %{name}. %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 7e32d0a..bdf7c7b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kiconthemes-5.91.0.tar.xz) = a7441a59872d766162a310c4fdeae27d416ef91977f9ded6970532766da3aaf2bfa7b5cd34f4d97cc04a27d2cf6b58b6735e5d3ba3a9171a21b5389d47df824c +SHA512 (kiconthemes-5.92.0.tar.xz) = b05d414690c0d1c304145c57f8a594879580423efb121cd6597eae5afbcb28e1cfc87bf9e44ef8f9722554e6b8135d299ba90c49a4d50e2ecbe64440806bb199 From 90565801647b4aea5cf8e16e9ec38935f9c76d1b Mon Sep 17 00:00:00 2001 From: Justin Zobel Date: Sun, 10 Apr 2022 13:26:06 +0930 Subject: [PATCH 132/157] Update to 5.93 --- .gitignore | 1 + kf5-kiconthemes.spec | 5 ++++- sources | 1 + 3 files changed, 6 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 35719c7..6a7b937 100644 --- a/.gitignore +++ b/.gitignore @@ -38,3 +38,4 @@ /kiconthemes-5.90.0.tar.xz /kiconthemes-5.91.0.tar.xz /kiconthemes-5.92.0.tar.xz +./kiconthemes-5.93.tar.xz diff --git a/kf5-kiconthemes.spec b/kf5-kiconthemes.spec index 23517f2..77f579a 100644 --- a/kf5-kiconthemes.spec +++ b/kf5-kiconthemes.spec @@ -1,7 +1,7 @@ %global framework kiconthemes Name: kf5-%{framework} -Version: 5.92.0 +Version: 5.93.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 3 integration module with icon themes @@ -85,6 +85,9 @@ developing applications that use %{name}. %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 bdf7c7b..7908c40 100644 --- a/sources +++ b/sources @@ -1 +1,2 @@ SHA512 (kiconthemes-5.92.0.tar.xz) = b05d414690c0d1c304145c57f8a594879580423efb121cd6597eae5afbcb28e1cfc87bf9e44ef8f9722554e6b8135d299ba90c49a4d50e2ecbe64440806bb199 +SHA512 (kiconthemes-5.93.0.tar.xz) = 47f8a88f3d231b31785bbfecd7a978a93097df25ea2d9fe49b9569f984571913e7690e130d42ab75908be62f2ab4092c05d829a5eff14a91a8f989d9d7705952 From 2ec403446166f68cc64ae9bf7abfa6616f3a37bd Mon Sep 17 00:00:00 2001 From: Justin Zobel Date: Mon, 11 Apr 2022 15:31:43 +0930 Subject: [PATCH 133/157] Add .gitignore and sources --- .gitignore | 2 +- sources | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 6a7b937..1ee890e 100644 --- a/.gitignore +++ b/.gitignore @@ -38,4 +38,4 @@ /kiconthemes-5.90.0.tar.xz /kiconthemes-5.91.0.tar.xz /kiconthemes-5.92.0.tar.xz -./kiconthemes-5.93.tar.xz +/kiconthemes-5.93.0.tar.xz diff --git a/sources b/sources index 7908c40..bec22e2 100644 --- a/sources +++ b/sources @@ -1,2 +1 @@ -SHA512 (kiconthemes-5.92.0.tar.xz) = b05d414690c0d1c304145c57f8a594879580423efb121cd6597eae5afbcb28e1cfc87bf9e44ef8f9722554e6b8135d299ba90c49a4d50e2ecbe64440806bb199 SHA512 (kiconthemes-5.93.0.tar.xz) = 47f8a88f3d231b31785bbfecd7a978a93097df25ea2d9fe49b9569f984571913e7690e130d42ab75908be62f2ab4092c05d829a5eff14a91a8f989d9d7705952 From 5186665d5ace0ccde8d58eb6255a8ce0a94ee745 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Fri, 13 May 2022 11:17:55 -0500 Subject: [PATCH 134/157] 5.94.0 --- .gitignore | 1 + kf5-kiconthemes.spec | 5 ++++- sources | 3 +-- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 6a7b937..8c79935 100644 --- a/.gitignore +++ b/.gitignore @@ -39,3 +39,4 @@ /kiconthemes-5.91.0.tar.xz /kiconthemes-5.92.0.tar.xz ./kiconthemes-5.93.tar.xz +/kiconthemes-5.94.0.tar.xz diff --git a/kf5-kiconthemes.spec b/kf5-kiconthemes.spec index 77f579a..c5b8be0 100644 --- a/kf5-kiconthemes.spec +++ b/kf5-kiconthemes.spec @@ -1,7 +1,7 @@ %global framework kiconthemes Name: kf5-%{framework} -Version: 5.93.0 +Version: 5.94.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 3 integration module with icon themes @@ -85,6 +85,9 @@ developing applications that use %{name}. %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 7908c40..c24c1c6 100644 --- a/sources +++ b/sources @@ -1,2 +1 @@ -SHA512 (kiconthemes-5.92.0.tar.xz) = b05d414690c0d1c304145c57f8a594879580423efb121cd6597eae5afbcb28e1cfc87bf9e44ef8f9722554e6b8135d299ba90c49a4d50e2ecbe64440806bb199 -SHA512 (kiconthemes-5.93.0.tar.xz) = 47f8a88f3d231b31785bbfecd7a978a93097df25ea2d9fe49b9569f984571913e7690e130d42ab75908be62f2ab4092c05d829a5eff14a91a8f989d9d7705952 +SHA512 (kiconthemes-5.94.0.tar.xz) = 3cd2c0302a94656322dff1e79083ee4f8fbf29d2acfbfaa4a22cdaec9a7df6fc997c8c00ee98dee2fac1a499795bdb0a4b178b8b9b97b5fe40509661d6e5acaf From 8b70615a9461180a80fff5ff60fd5008fe443808 Mon Sep 17 00:00:00 2001 From: Marc Deop Date: Sun, 3 Jul 2022 23:25:45 +0200 Subject: [PATCH 135/157] 5.96.0 --- .gitignore | 1 + kf5-kiconthemes.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 8c79935..d8fbfee 100644 --- a/.gitignore +++ b/.gitignore @@ -40,3 +40,4 @@ /kiconthemes-5.92.0.tar.xz ./kiconthemes-5.93.tar.xz /kiconthemes-5.94.0.tar.xz +/kiconthemes-5.96.0.tar.xz diff --git a/kf5-kiconthemes.spec b/kf5-kiconthemes.spec index c5b8be0..bc50773 100644 --- a/kf5-kiconthemes.spec +++ b/kf5-kiconthemes.spec @@ -1,7 +1,7 @@ %global framework kiconthemes Name: kf5-%{framework} -Version: 5.94.0 +Version: 5.96.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 3 integration module with icon themes @@ -85,6 +85,9 @@ developing applications that use %{name}. %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 c24c1c6..25008e2 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kiconthemes-5.94.0.tar.xz) = 3cd2c0302a94656322dff1e79083ee4f8fbf29d2acfbfaa4a22cdaec9a7df6fc997c8c00ee98dee2fac1a499795bdb0a4b178b8b9b97b5fe40509661d6e5acaf +SHA512 (kiconthemes-5.96.0.tar.xz) = 2e392faa6859cd96395318852b96423fa3e132904af77070edaeeec30919c7ff0007787e0a8f3930f7226fd6ea02d129779b2607facf47c66927b8794ef81723 From 0b9cd4f69f1f6ddf867fe5d300489bcc2ea7aa62 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 21 Jul 2022 16:03:22 +0000 Subject: [PATCH 136/157] Rebuilt for https://fedoraproject.org/wiki/Fedora_37_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 bc50773..2a4b779 100644 --- a/kf5-kiconthemes.spec +++ b/kf5-kiconthemes.spec @@ -2,7 +2,7 @@ Name: kf5-%{framework} Version: 5.96.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: KDE Frameworks 5 Tier 3 integration module with icon themes License: LGPLv2+ and GPLv2+ @@ -85,6 +85,9 @@ developing applications that use %{name}. %changelog +* Thu Jul 21 2022 Fedora Release Engineering - 5.96.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild + * Sun Jul 03 2022 Marc Deop - 5.96.0-1 - 5.96.0 From 89e6e4a3b0f1965d191ad65cd5e392cd7f1d600b Mon Sep 17 00:00:00 2001 From: Justin Zobel Date: Sun, 14 Aug 2022 13:07:13 +0930 Subject: [PATCH 137/157] Update to 5.97.0 --- .gitignore | 1 + kf5-kiconthemes.spec | 7 +++++-- sources | 1 + 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index d8fbfee..5fc6499 100644 --- a/.gitignore +++ b/.gitignore @@ -41,3 +41,4 @@ ./kiconthemes-5.93.tar.xz /kiconthemes-5.94.0.tar.xz /kiconthemes-5.96.0.tar.xz +/kiconthemes-5.97.0.tar.xz diff --git a/kf5-kiconthemes.spec b/kf5-kiconthemes.spec index 2a4b779..d31f0b7 100644 --- a/kf5-kiconthemes.spec +++ b/kf5-kiconthemes.spec @@ -1,8 +1,8 @@ %global framework kiconthemes Name: kf5-%{framework} -Version: 5.96.0 -Release: 2%{?dist} +Version: 5.97.0 +Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 3 integration module with icon themes License: LGPLv2+ and GPLv2+ @@ -85,6 +85,9 @@ developing applications that use %{name}. %changelog +* Sat Aug 13 2022 Justin Zobel - 5.97.0-1 +- Update to 5.97.0 + * Thu Jul 21 2022 Fedora Release Engineering - 5.96.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild diff --git a/sources b/sources index 25008e2..b88dd23 100644 --- a/sources +++ b/sources @@ -1 +1,2 @@ SHA512 (kiconthemes-5.96.0.tar.xz) = 2e392faa6859cd96395318852b96423fa3e132904af77070edaeeec30919c7ff0007787e0a8f3930f7226fd6ea02d129779b2607facf47c66927b8794ef81723 +SHA512 (kiconthemes-5.97.0.tar.xz) = 241be7bcac61b257db2f3d667f096e00107def954d74b86a412c614ea32f722593e45ca38c35ea4017733bab57efba983364e24fc8469295e4878d8c3cd7a981 From 4f7857161b4ed5ffd61389cc190d0f172eea5c7a Mon Sep 17 00:00:00 2001 From: Justin Zobel Date: Mon, 15 Aug 2022 18:00:05 +0930 Subject: [PATCH 138/157] Add new dendency --- kf5-kiconthemes.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/kf5-kiconthemes.spec b/kf5-kiconthemes.spec index d31f0b7..bc2840e 100644 --- a/kf5-kiconthemes.spec +++ b/kf5-kiconthemes.spec @@ -32,6 +32,7 @@ BuildRequires: kf5-kwidgetsaddons-devel >= %{majmin} BuildRequires: kf5-rpm-macros BuildRequires: qt5-qtbase-devel +BuildRequires: qt5-qtbase-private-devel BuildRequires: qt5-qtsvg-devel BuildRequires: cmake(Qt5UiPlugin) From 14c989723e37149c96d65cb3ffec4ee39bb97efa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Deop=20i=20Argem=C3=AD?= Date: Thu, 15 Sep 2022 17:59:18 +0200 Subject: [PATCH 139/157] 5.98.0 --- .gitignore | 1 + kf5-kiconthemes.spec | 5 ++++- sources | 3 +-- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 5fc6499..821665b 100644 --- a/.gitignore +++ b/.gitignore @@ -42,3 +42,4 @@ /kiconthemes-5.94.0.tar.xz /kiconthemes-5.96.0.tar.xz /kiconthemes-5.97.0.tar.xz +/kiconthemes-5.98.0.tar.xz diff --git a/kf5-kiconthemes.spec b/kf5-kiconthemes.spec index bc2840e..db2c8cf 100644 --- a/kf5-kiconthemes.spec +++ b/kf5-kiconthemes.spec @@ -1,7 +1,7 @@ %global framework kiconthemes Name: kf5-%{framework} -Version: 5.97.0 +Version: 5.98.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 3 integration module with icon themes @@ -86,6 +86,9 @@ developing applications that use %{name}. %changelog +* Thu Sep 15 2022 Marc Deop - 5.98.0-1 +- 5.98.0 + * Sat Aug 13 2022 Justin Zobel - 5.97.0-1 - Update to 5.97.0 diff --git a/sources b/sources index b88dd23..0dee51a 100644 --- a/sources +++ b/sources @@ -1,2 +1 @@ -SHA512 (kiconthemes-5.96.0.tar.xz) = 2e392faa6859cd96395318852b96423fa3e132904af77070edaeeec30919c7ff0007787e0a8f3930f7226fd6ea02d129779b2607facf47c66927b8794ef81723 -SHA512 (kiconthemes-5.97.0.tar.xz) = 241be7bcac61b257db2f3d667f096e00107def954d74b86a412c614ea32f722593e45ca38c35ea4017733bab57efba983364e24fc8469295e4878d8c3cd7a981 +SHA512 (kiconthemes-5.98.0.tar.xz) = a798f62db7cf1b55db6202b2457ca9579fd43fdbdfa8561a9448771363e87af98dee27eddfdcaf9e2e5c2608823fb881d91a4ad094b497ffa0bd5f6caf697a5a From 3d72957166035efdca61d602a5308b6f4982a4af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Deop=20i=20Argem=C3=AD?= Date: Fri, 14 Oct 2022 17:00:04 +0200 Subject: [PATCH 140/157] 5.99.0 --- .gitignore | 1 + kf5-kiconthemes.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 821665b..2dc20ab 100644 --- a/.gitignore +++ b/.gitignore @@ -43,3 +43,4 @@ /kiconthemes-5.96.0.tar.xz /kiconthemes-5.97.0.tar.xz /kiconthemes-5.98.0.tar.xz +/kiconthemes-5.99.0.tar.xz diff --git a/kf5-kiconthemes.spec b/kf5-kiconthemes.spec index db2c8cf..1f37c3f 100644 --- a/kf5-kiconthemes.spec +++ b/kf5-kiconthemes.spec @@ -1,7 +1,7 @@ %global framework kiconthemes Name: kf5-%{framework} -Version: 5.98.0 +Version: 5.99.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 3 integration module with icon themes @@ -86,6 +86,9 @@ developing applications that use %{name}. %changelog +* Fri Oct 14 2022 Marc Deop - 5.99.0-1 +- 5.99.0 + * Thu Sep 15 2022 Marc Deop - 5.98.0-1 - 5.98.0 diff --git a/sources b/sources index 0dee51a..048dc7a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kiconthemes-5.98.0.tar.xz) = a798f62db7cf1b55db6202b2457ca9579fd43fdbdfa8561a9448771363e87af98dee27eddfdcaf9e2e5c2608823fb881d91a4ad094b497ffa0bd5f6caf697a5a +SHA512 (kiconthemes-5.99.0.tar.xz) = 564e5999f9fcbbdc640c6e48a7ac03481a410a6fc29bcadc0574944630a173e97536ea40c9ff232a0f855cbfdbeaa0f74692543f21b63fc179f974780d63bc9d From 455e7420b222f3b346fc00624a6666d1c683bdb1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Deop=20i=20Argem=C3=AD?= Date: Sun, 6 Nov 2022 22:29:02 +0100 Subject: [PATCH 141/157] 5.100.0 --- .gitignore | 1 + kf5-kiconthemes.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 2dc20ab..9cdc500 100644 --- a/.gitignore +++ b/.gitignore @@ -44,3 +44,4 @@ /kiconthemes-5.97.0.tar.xz /kiconthemes-5.98.0.tar.xz /kiconthemes-5.99.0.tar.xz +/kiconthemes-5.100.0.tar.xz diff --git a/kf5-kiconthemes.spec b/kf5-kiconthemes.spec index 1f37c3f..95bde22 100644 --- a/kf5-kiconthemes.spec +++ b/kf5-kiconthemes.spec @@ -1,7 +1,7 @@ %global framework kiconthemes Name: kf5-%{framework} -Version: 5.99.0 +Version: 5.100.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 3 integration module with icon themes @@ -86,6 +86,9 @@ developing applications that use %{name}. %changelog +* Sun Nov 06 2022 Marc Deop - 5.100.0-1 +- 5.100.0 + * Fri Oct 14 2022 Marc Deop - 5.99.0-1 - 5.99.0 diff --git a/sources b/sources index 048dc7a..e536d75 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kiconthemes-5.99.0.tar.xz) = 564e5999f9fcbbdc640c6e48a7ac03481a410a6fc29bcadc0574944630a173e97536ea40c9ff232a0f855cbfdbeaa0f74692543f21b63fc179f974780d63bc9d +SHA512 (kiconthemes-5.100.0.tar.xz) = 61eb7925114352e15f8feb05b551247b1617bd92dcda2b4250cf5340e5c1f0e367cf7a49872497da1a4fb63aefc084c7d727f3fab6c2ae1f11047dc1a1bcf4f9 From bc78b1de65a733ef26b6be7ceaaf22c2ae16c148 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Deop=20i=20Argem=C3=AD?= Date: Mon, 12 Dec 2022 16:02:52 +0100 Subject: [PATCH 142/157] 5.101.0 --- .gitignore | 1 + kf5-kiconthemes.spec | 13 ++++++------- sources | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.gitignore b/.gitignore index 9cdc500..670d4c1 100644 --- a/.gitignore +++ b/.gitignore @@ -45,3 +45,4 @@ /kiconthemes-5.98.0.tar.xz /kiconthemes-5.99.0.tar.xz /kiconthemes-5.100.0.tar.xz +/kiconthemes-5.101.0.tar.xz diff --git a/kf5-kiconthemes.spec b/kf5-kiconthemes.spec index 95bde22..0ee2aa1 100644 --- a/kf5-kiconthemes.spec +++ b/kf5-kiconthemes.spec @@ -1,7 +1,7 @@ %global framework kiconthemes Name: kf5-%{framework} -Version: 5.100.0 +Version: 5.101.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 3 integration module with icon themes @@ -9,12 +9,7 @@ License: LGPLv2+ and GPLv2+ URL: https://api.kde.org/frameworks/kiconthemes/ %global majmin %(echo %{version} | cut -d. -f1-2) -%global revision %(echo %{version} | cut -d. -f3) -%if %{revision} >= 50 -%global stable unstable -%else -%global stable stable -%endif +%global stable %stable_kf5 Source0: http://download.kde.org/%{stable}/frameworks/%{majmin}/%{framework}-%{version}.tar.xz ## upstream patches @@ -86,6 +81,10 @@ developing applications that use %{name}. %changelog +* Mon Dec 12 2022 Marc Deop - 5.101.0-1 +- 5.101.0 +- use new macros to simplify code + * Sun Nov 06 2022 Marc Deop - 5.100.0-1 - 5.100.0 diff --git a/sources b/sources index e536d75..c413349 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kiconthemes-5.100.0.tar.xz) = 61eb7925114352e15f8feb05b551247b1617bd92dcda2b4250cf5340e5c1f0e367cf7a49872497da1a4fb63aefc084c7d727f3fab6c2ae1f11047dc1a1bcf4f9 +SHA512 (kiconthemes-5.101.0.tar.xz) = eb3f35845100eeaeccf5cc53ea2fe0c5faed2febf899c46a98589a01dbcf3747db5458b9dc1cd87dd02fb8652cf1a2be3fca69cdf3c1c1db8dfe9feb0eab3eb4 From 099d4d32219d4d3aee36686e0910a27f29a57081 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Deop=20i=20Argem=C3=AD?= Date: Sat, 14 Jan 2023 16:40:35 +0100 Subject: [PATCH 143/157] 5.102.0 --- .gitignore | 1 + kf5-kiconthemes.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 670d4c1..92eedd3 100644 --- a/.gitignore +++ b/.gitignore @@ -46,3 +46,4 @@ /kiconthemes-5.99.0.tar.xz /kiconthemes-5.100.0.tar.xz /kiconthemes-5.101.0.tar.xz +/kiconthemes-5.102.0.tar.xz diff --git a/kf5-kiconthemes.spec b/kf5-kiconthemes.spec index 0ee2aa1..9e9ffc2 100644 --- a/kf5-kiconthemes.spec +++ b/kf5-kiconthemes.spec @@ -1,7 +1,7 @@ %global framework kiconthemes Name: kf5-%{framework} -Version: 5.101.0 +Version: 5.102.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 3 integration module with icon themes @@ -81,6 +81,9 @@ developing applications that use %{name}. %changelog +* Sat Jan 14 2023 Marc Deop - 5.102.0-1 +- 5.102.0 + * Mon Dec 12 2022 Marc Deop - 5.101.0-1 - 5.101.0 - use new macros to simplify code diff --git a/sources b/sources index c413349..c2e8de6 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kiconthemes-5.101.0.tar.xz) = eb3f35845100eeaeccf5cc53ea2fe0c5faed2febf899c46a98589a01dbcf3747db5458b9dc1cd87dd02fb8652cf1a2be3fca69cdf3c1c1db8dfe9feb0eab3eb4 +SHA512 (kiconthemes-5.102.0.tar.xz) = ec119f27756d2e86adfbff06910a4c58b4035fc974d35cdee6a7292252bde0ab176b2737ac01db1e591dcf5b06f8ade05561a662903fd09922c841bb88d6f3e7 From 5b0f74401b356fb0435c958acef4b7a9a98b204a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Deop=20i=20Argem=C3=AD?= Date: Sun, 15 Jan 2023 17:46:21 +0100 Subject: [PATCH 144/157] fix: use macros from macros.kf5 instead of custom code --- kf5-kiconthemes.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kf5-kiconthemes.spec b/kf5-kiconthemes.spec index 9e9ffc2..f52bb9c 100644 --- a/kf5-kiconthemes.spec +++ b/kf5-kiconthemes.spec @@ -8,7 +8,7 @@ Summary: KDE Frameworks 5 Tier 3 integration module with icon themes License: LGPLv2+ and GPLv2+ URL: https://api.kde.org/frameworks/kiconthemes/ -%global majmin %(echo %{version} | cut -d. -f1-2) +%global majmin %majmin_ver_kf5 %global stable %stable_kf5 Source0: http://download.kde.org/%{stable}/frameworks/%{majmin}/%{framework}-%{version}.tar.xz From bf8d5abd6acda23eb211a367dccfe91412308bee Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 19 Jan 2023 14:33:21 +0000 Subject: [PATCH 145/157] Rebuilt for https://fedoraproject.org/wiki/Fedora_38_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 f52bb9c..23a3698 100644 --- a/kf5-kiconthemes.spec +++ b/kf5-kiconthemes.spec @@ -2,7 +2,7 @@ Name: kf5-%{framework} Version: 5.102.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: KDE Frameworks 5 Tier 3 integration module with icon themes License: LGPLv2+ and GPLv2+ @@ -81,6 +81,9 @@ developing applications that use %{name}. %changelog +* Thu Jan 19 2023 Fedora Release Engineering - 5.102.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild + * Sat Jan 14 2023 Marc Deop - 5.102.0-1 - 5.102.0 From f4fe2fb8b1d92a25485863028f0951593dfa2832 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Deop=20i=20Argem=C3=AD?= Date: Sun, 5 Feb 2023 17:38:20 +0100 Subject: [PATCH 146/157] 5.103.0 --- .gitignore | 1 + kf5-kiconthemes.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 92eedd3..3a8be91 100644 --- a/.gitignore +++ b/.gitignore @@ -47,3 +47,4 @@ /kiconthemes-5.100.0.tar.xz /kiconthemes-5.101.0.tar.xz /kiconthemes-5.102.0.tar.xz +/kiconthemes-5.103.0.tar.xz diff --git a/kf5-kiconthemes.spec b/kf5-kiconthemes.spec index 23a3698..86ce6c2 100644 --- a/kf5-kiconthemes.spec +++ b/kf5-kiconthemes.spec @@ -1,8 +1,8 @@ %global framework kiconthemes Name: kf5-%{framework} -Version: 5.102.0 -Release: 2%{?dist} +Version: 5.103.0 +Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 3 integration module with icon themes License: LGPLv2+ and GPLv2+ @@ -81,6 +81,9 @@ developing applications that use %{name}. %changelog +* Sun Feb 05 2023 Marc Deop - 5.103.0-1 +- 5.103.0 + * Thu Jan 19 2023 Fedora Release Engineering - 5.102.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild diff --git a/sources b/sources index c2e8de6..f88b855 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kiconthemes-5.102.0.tar.xz) = ec119f27756d2e86adfbff06910a4c58b4035fc974d35cdee6a7292252bde0ab176b2737ac01db1e591dcf5b06f8ade05561a662903fd09922c841bb88d6f3e7 +SHA512 (kiconthemes-5.103.0.tar.xz) = a750105eddc7c207ba218b8d1f7e4aca31e07fbd43eac34801d0ae820ee4e9c963e9acece895a71e2dbbfede6585c303fbaf15c9612ad60d146a5c94673db177 From 8e43e58d38f1f2aadf8a1b39b21e334341937e91 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Deop=20i=20Argem=C3=AD?= Date: Sat, 4 Mar 2023 17:24:41 +0100 Subject: [PATCH 147/157] 5.104.0 --- .gitignore | 1 + kf5-kiconthemes.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 3a8be91..e897401 100644 --- a/.gitignore +++ b/.gitignore @@ -48,3 +48,4 @@ /kiconthemes-5.101.0.tar.xz /kiconthemes-5.102.0.tar.xz /kiconthemes-5.103.0.tar.xz +/kiconthemes-5.104.0.tar.xz diff --git a/kf5-kiconthemes.spec b/kf5-kiconthemes.spec index 86ce6c2..bf49cd6 100644 --- a/kf5-kiconthemes.spec +++ b/kf5-kiconthemes.spec @@ -1,7 +1,7 @@ %global framework kiconthemes Name: kf5-%{framework} -Version: 5.103.0 +Version: 5.104.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 3 integration module with icon themes @@ -81,6 +81,9 @@ developing applications that use %{name}. %changelog +* Sat Mar 04 2023 Marc Deop i Argemí - 5.104.0-1 +- 5.104.0 + * Sun Feb 05 2023 Marc Deop - 5.103.0-1 - 5.103.0 diff --git a/sources b/sources index f88b855..1d0e502 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kiconthemes-5.103.0.tar.xz) = a750105eddc7c207ba218b8d1f7e4aca31e07fbd43eac34801d0ae820ee4e9c963e9acece895a71e2dbbfede6585c303fbaf15c9612ad60d146a5c94673db177 +SHA512 (kiconthemes-5.104.0.tar.xz) = 407a26990967eca94f604d54032be458cef1f4b7f78239b128a9c45b42358d3e591d3acd7c127e49e0df9077b6f5ac6a5821c164775ccdbedac74e6f2a6593f8 From 9625248aa9e54cf809ad925b0b1f2dda1e18b5f4 Mon Sep 17 00:00:00 2001 From: Troy Dawson Date: Wed, 8 Mar 2023 13:28:59 -0800 Subject: [PATCH 148/157] Merge branch f37 into epel9-next --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 0769e98..3a8be91 100644 --- a/.gitignore +++ b/.gitignore @@ -38,7 +38,7 @@ /kiconthemes-5.90.0.tar.xz /kiconthemes-5.91.0.tar.xz /kiconthemes-5.92.0.tar.xz -/kiconthemes-5.93.0.tar.xz +./kiconthemes-5.93.tar.xz /kiconthemes-5.94.0.tar.xz /kiconthemes-5.96.0.tar.xz /kiconthemes-5.97.0.tar.xz From f45c2c2e7de1b73180bb61e13d7eb9c614af86fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Deop=20i=20Argem=C3=AD?= Date: Mon, 20 Mar 2023 15:44:44 +0100 Subject: [PATCH 149/157] fix: rebuild with patch from upstream --- add-missing-comma-between-enum-values.patch | 24 +++++++++++++++++++++ kf5-kiconthemes.spec | 7 +++++- 2 files changed, 30 insertions(+), 1 deletion(-) create mode 100644 add-missing-comma-between-enum-values.patch diff --git a/add-missing-comma-between-enum-values.patch b/add-missing-comma-between-enum-values.patch new file mode 100644 index 0000000..a72d338 --- /dev/null +++ b/add-missing-comma-between-enum-values.patch @@ -0,0 +1,24 @@ +From d5d04e3c3fa92fbfd95eced39c3e272b8980563d Mon Sep 17 00:00:00 2001 +From: Nicolas Fella +Date: Sun, 5 Mar 2023 00:13:23 +0100 +Subject: [PATCH] Add missing comma between enum values + +--- + src/kiconloader.h | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/src/kiconloader.h b/src/kiconloader.h +index f219f6e..f1a2998 100644 +--- a/src/kiconloader.h ++++ b/src/kiconloader.h +@@ -139,7 +139,7 @@ public: + /// Panel (Plasma Taskbar) icons, @deprecated since 5.104, use another group or explicit size + Panel KICONTHEMES_ENUMERATOR_DEPRECATED_VERSION(5, 104, "Use another group or explicit size"), + #else +- Panel_DEPRECATED_DO_NOT_USE ++ Panel_DEPRECATED_DO_NOT_USE, + #endif + /// Icons for use in dialog titles, page lists, etc + Dialog, +-- +GitLab diff --git a/kf5-kiconthemes.spec b/kf5-kiconthemes.spec index bf49cd6..05df022 100644 --- a/kf5-kiconthemes.spec +++ b/kf5-kiconthemes.spec @@ -2,7 +2,7 @@ Name: kf5-%{framework} Version: 5.104.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: KDE Frameworks 5 Tier 3 integration module with icon themes License: LGPLv2+ and GPLv2+ @@ -13,6 +13,8 @@ URL: https://api.kde.org/frameworks/kiconthemes/ Source0: http://download.kde.org/%{stable}/frameworks/%{majmin}/%{framework}-%{version}.tar.xz ## upstream patches +# https://invent.kde.org/frameworks/kiconthemes/-/commit/d5d04e3c3fa92fbfd95eced39c3e272b8980563d +Patch1: add-missing-comma-between-enum-values.patch ## upstreamable patches @@ -81,6 +83,9 @@ developing applications that use %{name}. %changelog +* Mon Mar 20 2023 Marc Deop i Argemí - 5.104.0-2 +- Add patch from upstream + * Sat Mar 04 2023 Marc Deop i Argemí - 5.104.0-1 - 5.104.0 From 91c8ecf8bd5316e48a4de57bfcb1436e19b162f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Deop=20i=20Argem=C3=AD?= Date: Sun, 2 Apr 2023 10:21:00 +0200 Subject: [PATCH 150/157] 5.105.0 --- .gitignore | 1 + add-missing-comma-between-enum-values.patch | 24 --------------------- kf5-kiconthemes.spec | 9 ++++---- sources | 2 +- 4 files changed, 7 insertions(+), 29 deletions(-) delete mode 100644 add-missing-comma-between-enum-values.patch diff --git a/.gitignore b/.gitignore index e897401..dec4fda 100644 --- a/.gitignore +++ b/.gitignore @@ -49,3 +49,4 @@ /kiconthemes-5.102.0.tar.xz /kiconthemes-5.103.0.tar.xz /kiconthemes-5.104.0.tar.xz +/kiconthemes-5.105.0.tar.xz diff --git a/add-missing-comma-between-enum-values.patch b/add-missing-comma-between-enum-values.patch deleted file mode 100644 index a72d338..0000000 --- a/add-missing-comma-between-enum-values.patch +++ /dev/null @@ -1,24 +0,0 @@ -From d5d04e3c3fa92fbfd95eced39c3e272b8980563d Mon Sep 17 00:00:00 2001 -From: Nicolas Fella -Date: Sun, 5 Mar 2023 00:13:23 +0100 -Subject: [PATCH] Add missing comma between enum values - ---- - src/kiconloader.h | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/src/kiconloader.h b/src/kiconloader.h -index f219f6e..f1a2998 100644 ---- a/src/kiconloader.h -+++ b/src/kiconloader.h -@@ -139,7 +139,7 @@ public: - /// Panel (Plasma Taskbar) icons, @deprecated since 5.104, use another group or explicit size - Panel KICONTHEMES_ENUMERATOR_DEPRECATED_VERSION(5, 104, "Use another group or explicit size"), - #else -- Panel_DEPRECATED_DO_NOT_USE -+ Panel_DEPRECATED_DO_NOT_USE, - #endif - /// Icons for use in dialog titles, page lists, etc - Dialog, --- -GitLab diff --git a/kf5-kiconthemes.spec b/kf5-kiconthemes.spec index 05df022..d5f3968 100644 --- a/kf5-kiconthemes.spec +++ b/kf5-kiconthemes.spec @@ -1,8 +1,8 @@ %global framework kiconthemes Name: kf5-%{framework} -Version: 5.104.0 -Release: 2%{?dist} +Version: 5.105.0 +Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 3 integration module with icon themes License: LGPLv2+ and GPLv2+ @@ -13,8 +13,6 @@ URL: https://api.kde.org/frameworks/kiconthemes/ Source0: http://download.kde.org/%{stable}/frameworks/%{majmin}/%{framework}-%{version}.tar.xz ## upstream patches -# https://invent.kde.org/frameworks/kiconthemes/-/commit/d5d04e3c3fa92fbfd95eced39c3e272b8980563d -Patch1: add-missing-comma-between-enum-values.patch ## upstreamable patches @@ -83,6 +81,9 @@ developing applications that use %{name}. %changelog +* Sun Apr 02 2023 Marc Deop i Argemí - 5.105.0-1 +- 5.105.0 + * Mon Mar 20 2023 Marc Deop i Argemí - 5.104.0-2 - Add patch from upstream diff --git a/sources b/sources index 1d0e502..0857789 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kiconthemes-5.104.0.tar.xz) = 407a26990967eca94f604d54032be458cef1f4b7f78239b128a9c45b42358d3e591d3acd7c127e49e0df9077b6f5ac6a5821c164775ccdbedac74e6f2a6593f8 +SHA512 (kiconthemes-5.105.0.tar.xz) = e07a9eede434679eb86e9f5ac44c1896706e681ac913d15ec6cd25efa0332f8d044b2edd6fb85fbfa40c427796d36379a4294491d1b5b037818a298eea081f9b From a6c490f67977425af3be85469f15383def795675 Mon Sep 17 00:00:00 2001 From: Troy Dawson Date: Tue, 9 May 2023 07:10:23 -0700 Subject: [PATCH 151/157] Rebuild for update qt5 --- kf5-kiconthemes.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/kf5-kiconthemes.spec b/kf5-kiconthemes.spec index d5f3968..9cc600c 100644 --- a/kf5-kiconthemes.spec +++ b/kf5-kiconthemes.spec @@ -2,7 +2,7 @@ Name: kf5-%{framework} Version: 5.105.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: KDE Frameworks 5 Tier 3 integration module with icon themes License: LGPLv2+ and GPLv2+ @@ -81,6 +81,9 @@ developing applications that use %{name}. %changelog +* Tue May 09 2023 Troy Dawson - 5.105.0-2 +- Rebuild for update qt5 + * Sun Apr 02 2023 Marc Deop i Argemí - 5.105.0-1 - 5.105.0 From 80f840985c0a7ed550972b48665fd762b6e0bf3d Mon Sep 17 00:00:00 2001 From: Jan Grulich Date: Mon, 15 May 2023 14:50:22 +0200 Subject: [PATCH 152/157] KIconTheme: allow to also fallback to breeze-dark when set through QPA --- kf5-kiconthemes.spec | 6 +- ...-to-breeze-dark-when-set-through-qpa.patch | 60 +++++++++++++++++++ 2 files changed, 65 insertions(+), 1 deletion(-) create mode 100644 kicontheme-allow-to-also-fallback-to-breeze-dark-when-set-through-qpa.patch diff --git a/kf5-kiconthemes.spec b/kf5-kiconthemes.spec index d5f3968..3b3993e 100644 --- a/kf5-kiconthemes.spec +++ b/kf5-kiconthemes.spec @@ -2,7 +2,7 @@ Name: kf5-%{framework} Version: 5.105.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: KDE Frameworks 5 Tier 3 integration module with icon themes License: LGPLv2+ and GPLv2+ @@ -13,6 +13,7 @@ URL: https://api.kde.org/frameworks/kiconthemes/ Source0: http://download.kde.org/%{stable}/frameworks/%{majmin}/%{framework}-%{version}.tar.xz ## upstream patches +Patch0: kicontheme-allow-to-also-fallback-to-breeze-dark-when-set-through-qpa.patch ## upstreamable patches @@ -81,6 +82,9 @@ developing applications that use %{name}. %changelog +* Mon May 15 2023 Jan Grulich - 5.105.0-2 +- KIconTheme: allow to also fallback to breeze-dark when set through QPA + * Sun Apr 02 2023 Marc Deop i Argemí - 5.105.0-1 - 5.105.0 diff --git a/kicontheme-allow-to-also-fallback-to-breeze-dark-when-set-through-qpa.patch b/kicontheme-allow-to-also-fallback-to-breeze-dark-when-set-through-qpa.patch new file mode 100644 index 0000000..df0516f --- /dev/null +++ b/kicontheme-allow-to-also-fallback-to-breeze-dark-when-set-through-qpa.patch @@ -0,0 +1,60 @@ +From c2efa3e48e8de13e4fd5d35bd1a3ae961b8ec9c7 Mon Sep 17 00:00:00 2001 +From: Jan Grulich +Date: Mon, 15 May 2023 13:11:58 +0200 +Subject: [PATCH] KIconTheme: allow to also fallback to Breeze-dark when set + through QPA + +KIconTheme always fallbacks to Breeze icon theme in order to make sure +KDE apps are not missing icons on other desktops, like GNOME. Problem is +that we always fallback to the light variant of Breeze, which will have +icons that are barely visible when applications are using dark theme. +This change checks fallback icon theme set through QPlatformTheme, like +QGnomePlatform which can fallback to correct Breeze variant depending on +the used system theme. +--- + src/kicontheme.cpp | 17 ++++++++++++++++- + 1 file changed, 16 insertions(+), 1 deletion(-) + +diff --git a/src/kicontheme.cpp b/src/kicontheme.cpp +index bf3e2b64..c05094b8 100644 +--- a/src/kicontheme.cpp ++++ b/src/kicontheme.cpp +@@ -26,6 +26,9 @@ + #include + #include + ++#include ++#include ++ + #include + + #include +@@ -60,13 +63,25 @@ void initRCCIconTheme() + } + Q_COREAPP_STARTUP_FUNCTION(initRCCIconTheme) + +-// Set the icon theme fallback to breeze ++// Set the icon theme fallback to breeze and/or to breeze-dark ++// in case it has been set as system fallback icon theme. + // Most of our apps use "lots" of icons that most of the times + // are only available with breeze, we still honour the user icon + // theme but if the icon is not found there, we go to breeze + // since it's almost sure it'll be there + static void setBreezeFallback() + { ++ if (const QPlatformTheme *theme = QGuiApplicationPrivate::platformTheme()) { ++ const QVariant themeHint = theme->themeHint(QPlatformTheme::SystemIconFallbackThemeName); ++ if (themeHint.isValid()) { ++ const QString theme = themeHint.toString(); ++ if (theme.toLower().contains("breeze")) { ++ QIcon::setFallbackThemeName(theme); ++ return; ++ } ++ } ++ } ++ + QIcon::setFallbackThemeName(QStringLiteral("breeze")); + } + +-- +GitLab From 79ba066c6c65841c139a20d6d57a7042d8c14267 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Deop=20i=20Argem=C3=AD?= Date: Mon, 15 May 2023 21:55:25 +0200 Subject: [PATCH 153/157] 5.106.0 --- .gitignore | 1 + kf5-kiconthemes.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index dec4fda..d9385ec 100644 --- a/.gitignore +++ b/.gitignore @@ -50,3 +50,4 @@ /kiconthemes-5.103.0.tar.xz /kiconthemes-5.104.0.tar.xz /kiconthemes-5.105.0.tar.xz +/kiconthemes-5.106.0.tar.xz diff --git a/kf5-kiconthemes.spec b/kf5-kiconthemes.spec index 3b3993e..cb4f14d 100644 --- a/kf5-kiconthemes.spec +++ b/kf5-kiconthemes.spec @@ -1,8 +1,8 @@ %global framework kiconthemes Name: kf5-%{framework} -Version: 5.105.0 -Release: 2%{?dist} +Version: 5.106.0 +Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 3 integration module with icon themes License: LGPLv2+ and GPLv2+ @@ -82,6 +82,9 @@ developing applications that use %{name}. %changelog +* Mon May 15 2023 Marc Deop i Argemí - 5.106.0-1 +- 5.106.0 + * Mon May 15 2023 Jan Grulich - 5.105.0-2 - KIconTheme: allow to also fallback to breeze-dark when set through QPA diff --git a/sources b/sources index 0857789..91f5fe5 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kiconthemes-5.105.0.tar.xz) = e07a9eede434679eb86e9f5ac44c1896706e681ac913d15ec6cd25efa0332f8d044b2edd6fb85fbfa40c427796d36379a4294491d1b5b037818a298eea081f9b +SHA512 (kiconthemes-5.106.0.tar.xz) = efcb0983af25d0fe0488f69ab2152a79ece0fd5f4643381770a95b4297b159a4606deab4c8ead7dd8a5f9f5805b5f116853e24f1d7295dd7eca9e292fe1a150d From 4ad7d7bffaaa113ace47152c2af7e59fb7673471 Mon Sep 17 00:00:00 2001 From: Troy Dawson Date: Wed, 17 May 2023 10:35:18 -0700 Subject: [PATCH 154/157] Rebuild again for qt5 update --- kf5-kiconthemes.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/kf5-kiconthemes.spec b/kf5-kiconthemes.spec index 9cc600c..01c2712 100644 --- a/kf5-kiconthemes.spec +++ b/kf5-kiconthemes.spec @@ -2,7 +2,7 @@ Name: kf5-%{framework} Version: 5.105.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: KDE Frameworks 5 Tier 3 integration module with icon themes License: LGPLv2+ and GPLv2+ @@ -81,6 +81,9 @@ developing applications that use %{name}. %changelog +* Wed May 17 2023 Troy Dawson - 5.105.0-3 +- Rebuild again for qt5 update + * Tue May 09 2023 Troy Dawson - 5.105.0-2 - Rebuild for update qt5 From 4821b6499c0f918ab8d152b041372eb9406a3382 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Deop=20i=20Argem=C3=AD?= Date: Sat, 3 Jun 2023 15:29:21 +0200 Subject: [PATCH 155/157] 5.107.0 --- .gitignore | 1 + kf5-kiconthemes.spec | 6 +- ...-to-breeze-dark-when-set-through-qpa.patch | 60 ------------------- sources | 2 +- 4 files changed, 6 insertions(+), 63 deletions(-) delete mode 100644 kicontheme-allow-to-also-fallback-to-breeze-dark-when-set-through-qpa.patch diff --git a/.gitignore b/.gitignore index d9385ec..a03416d 100644 --- a/.gitignore +++ b/.gitignore @@ -51,3 +51,4 @@ /kiconthemes-5.104.0.tar.xz /kiconthemes-5.105.0.tar.xz /kiconthemes-5.106.0.tar.xz +/kiconthemes-5.107.0.tar.xz diff --git a/kf5-kiconthemes.spec b/kf5-kiconthemes.spec index cb4f14d..63d3c8b 100644 --- a/kf5-kiconthemes.spec +++ b/kf5-kiconthemes.spec @@ -1,7 +1,7 @@ %global framework kiconthemes Name: kf5-%{framework} -Version: 5.106.0 +Version: 5.107.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 3 integration module with icon themes @@ -13,7 +13,6 @@ URL: https://api.kde.org/frameworks/kiconthemes/ Source0: http://download.kde.org/%{stable}/frameworks/%{majmin}/%{framework}-%{version}.tar.xz ## upstream patches -Patch0: kicontheme-allow-to-also-fallback-to-breeze-dark-when-set-through-qpa.patch ## upstreamable patches @@ -82,6 +81,9 @@ developing applications that use %{name}. %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/kicontheme-allow-to-also-fallback-to-breeze-dark-when-set-through-qpa.patch b/kicontheme-allow-to-also-fallback-to-breeze-dark-when-set-through-qpa.patch deleted file mode 100644 index df0516f..0000000 --- a/kicontheme-allow-to-also-fallback-to-breeze-dark-when-set-through-qpa.patch +++ /dev/null @@ -1,60 +0,0 @@ -From c2efa3e48e8de13e4fd5d35bd1a3ae961b8ec9c7 Mon Sep 17 00:00:00 2001 -From: Jan Grulich -Date: Mon, 15 May 2023 13:11:58 +0200 -Subject: [PATCH] KIconTheme: allow to also fallback to Breeze-dark when set - through QPA - -KIconTheme always fallbacks to Breeze icon theme in order to make sure -KDE apps are not missing icons on other desktops, like GNOME. Problem is -that we always fallback to the light variant of Breeze, which will have -icons that are barely visible when applications are using dark theme. -This change checks fallback icon theme set through QPlatformTheme, like -QGnomePlatform which can fallback to correct Breeze variant depending on -the used system theme. ---- - src/kicontheme.cpp | 17 ++++++++++++++++- - 1 file changed, 16 insertions(+), 1 deletion(-) - -diff --git a/src/kicontheme.cpp b/src/kicontheme.cpp -index bf3e2b64..c05094b8 100644 ---- a/src/kicontheme.cpp -+++ b/src/kicontheme.cpp -@@ -26,6 +26,9 @@ - #include - #include - -+#include -+#include -+ - #include - - #include -@@ -60,13 +63,25 @@ void initRCCIconTheme() - } - Q_COREAPP_STARTUP_FUNCTION(initRCCIconTheme) - --// Set the icon theme fallback to breeze -+// Set the icon theme fallback to breeze and/or to breeze-dark -+// in case it has been set as system fallback icon theme. - // Most of our apps use "lots" of icons that most of the times - // are only available with breeze, we still honour the user icon - // theme but if the icon is not found there, we go to breeze - // since it's almost sure it'll be there - static void setBreezeFallback() - { -+ if (const QPlatformTheme *theme = QGuiApplicationPrivate::platformTheme()) { -+ const QVariant themeHint = theme->themeHint(QPlatformTheme::SystemIconFallbackThemeName); -+ if (themeHint.isValid()) { -+ const QString theme = themeHint.toString(); -+ if (theme.toLower().contains("breeze")) { -+ QIcon::setFallbackThemeName(theme); -+ return; -+ } -+ } -+ } -+ - QIcon::setFallbackThemeName(QStringLiteral("breeze")); - } - --- -GitLab diff --git a/sources b/sources index 91f5fe5..48330fc 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kiconthemes-5.106.0.tar.xz) = efcb0983af25d0fe0488f69ab2152a79ece0fd5f4643381770a95b4297b159a4606deab4c8ead7dd8a5f9f5805b5f116853e24f1d7295dd7eca9e292fe1a150d +SHA512 (kiconthemes-5.107.0.tar.xz) = f7d030a701ea47def5ddbda4f41570940e5e03a21e27dd16cc8e2a046b76bc82ed65cd700e97f35e3ba1788fe003a57f65808c6285969dd244fd80c05b543083 From d058366e3b97ec927c775f33dcd5e1c3001bd8ed 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 156/157] 5.108.0 --- .gitignore | 1 + kf5-kiconthemes.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index a03416d..c3ff656 100644 --- a/.gitignore +++ b/.gitignore @@ -52,3 +52,4 @@ /kiconthemes-5.105.0.tar.xz /kiconthemes-5.106.0.tar.xz /kiconthemes-5.107.0.tar.xz +/kiconthemes-5.108.0.tar.xz diff --git a/kf5-kiconthemes.spec b/kf5-kiconthemes.spec index 63d3c8b..0a9fca2 100644 --- a/kf5-kiconthemes.spec +++ b/kf5-kiconthemes.spec @@ -1,7 +1,7 @@ %global framework kiconthemes Name: kf5-%{framework} -Version: 5.107.0 +Version: 5.108.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 3 integration module with icon themes @@ -81,6 +81,9 @@ developing applications that use %{name}. %changelog +* Sun Jul 02 2023 Marc Deop i Argemí - 5.108.0-1 +- 5.108.0 + * Sat Jun 03 2023 Marc Deop i Argemí - 5.107.0-1 - 5.107.0 diff --git a/sources b/sources index 48330fc..c7b2091 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kiconthemes-5.107.0.tar.xz) = f7d030a701ea47def5ddbda4f41570940e5e03a21e27dd16cc8e2a046b76bc82ed65cd700e97f35e3ba1788fe003a57f65808c6285969dd244fd80c05b543083 +SHA512 (kiconthemes-5.108.0.tar.xz) = 5840044402d7ccfc903cc8ace679e4169fe494cb3248e603a827ae228bc80e40b4c530b7bdf5b45edb18cd98edab8112c74b0c96e6f9e15947f0561fa5980be6 From fa5ede4eb59ecb88691a0eaf53c32d3f89ddd7ed Mon Sep 17 00:00:00 2001 From: MSVSphere Packaging Team Date: Mon, 30 Oct 2023 22:40:35 +0300 Subject: [PATCH 157/157] Remove unnecessary files --- sources | 1 - sources.basename | 1 - 2 files changed, 2 deletions(-) delete mode 100644 sources delete mode 100644 sources.basename diff --git a/sources b/sources deleted file mode 100644 index c7b2091..0000000 --- a/sources +++ /dev/null @@ -1 +0,0 @@ -SHA512 (kiconthemes-5.108.0.tar.xz) = 5840044402d7ccfc903cc8ace679e4169fe494cb3248e603a827ae228bc80e40b4c530b7bdf5b45edb18cd98edab8112c74b0c96e6f9e15947f0561fa5980be6 diff --git a/sources.basename b/sources.basename deleted file mode 100644 index 8521062..0000000 --- a/sources.basename +++ /dev/null @@ -1 +0,0 @@ -kiconthemes