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 01/83] 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 02/83] 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 03/83] 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 04/83] - 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 05/83] 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 06/83] 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 07/83] 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 08/83] 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 09/83] 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 10/83] 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 11/83] 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 12/83] 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 13/83] 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 14/83] 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 15/83] 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 16/83] 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 17/83] 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 18/83] 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 19/83] 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 20/83] - 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 21/83] 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 22/83] 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 23/83] 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 24/83] 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 25/83] 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 26/83] +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 27/83] 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 28/83] 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 29/83] 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 30/83] 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 31/83] 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 32/83] - 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 33/83] 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 34/83] 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 35/83] 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 36/83] 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 37/83] 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 38/83] 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 39/83] 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 40/83] 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 41/83] 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 42/83] 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 43/83] 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 44/83] 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 45/83] .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 46/83] 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 47/83] 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 48/83] 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 49/83] 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 50/83] 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 51/83] 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 52/83] - 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 53/83] - 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 54/83] 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 55/83] 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 56/83] 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 57/83] 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 58/83] 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 59/83] 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 60/83] 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 61/83] 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 62/83] 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 63/83] 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 64/83] 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 65/83] 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 66/83] 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 67/83] - 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 68/83] 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 69/83] 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 70/83] 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 71/83] 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 72/83] 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 73/83] 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 74/83] 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 75/83] 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 76/83] 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 77/83] 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 78/83] - 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 79/83] 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 80/83] 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 81/83] 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 82/83] 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 83/83] 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