From d27468fbb62b9de7551b364f1c78c48266223747 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 11 Jun 2014 21:06:28 +0000 Subject: [PATCH 001/145] Initial setup of the repo --- .gitignore | 0 sources | 0 2 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 .gitignore create mode 100644 sources diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..e69de29 diff --git a/sources b/sources new file mode 100644 index 0000000..e69de29 From 68d1449fd957419f723476948677f38d0008a482 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20Vr=C3=A1til?= Date: Thu, 12 Jun 2014 14:01:14 +0200 Subject: [PATCH 002/145] Import package (kf5-kcompletion-4.100.0-1) --- .gitignore | 1 + kf5-kcompletion.spec | 97 ++++++++++++++++++++++++++++++++++++++++++++ sources | 1 + 3 files changed, 99 insertions(+) create mode 100644 kf5-kcompletion.spec diff --git a/.gitignore b/.gitignore index e69de29..bb97ac1 100644 --- a/.gitignore +++ b/.gitignore @@ -0,0 +1 @@ +/kcompletion-4.100.0.tar.xz diff --git a/kf5-kcompletion.spec b/kf5-kcompletion.spec new file mode 100644 index 0000000..ee460ff --- /dev/null +++ b/kf5-kcompletion.spec @@ -0,0 +1,97 @@ +#%define snapshot 20140205 +%define framework kcompletion + +Name: kf5-%{framework} +Version: 4.100.0 +Release: 1%{?dist} +Summary: KDE Frameworks 5 Tier 2 addon with auto completion widgets and classes + +License: LGPLv2+ +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-qttools-devel + +BuildRequires: kf5-kconfig-devel +BuildRequires: kf5-kwidgetsaddons-devel + +Requires: kf5-filesystem + +%description +KCompletion provides widgets with advanced completion support as well as a +lower-level completion class which can be used with your own widgets. + + +%package devel +Summary: Development files for %{name} +Requires: %{name}%{?_isa} = %{version}-%{release} +Requires: kf5-kconfig-devel +Requires: kf5-kwidgetsaddons-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 kcompletion5_qt --with-qt --all-name + +%post -p /sbin/ldconfig + +%postun -p /sbin/ldconfig + + +%files -f kcompletion5_qt.lang +%doc COPYING.LIB README.md +%{_kf5_libdir}/libKF5Completion.so.* + +%files devel +%{_kf5_includedir}/kcompletion_version.h +%{_kf5_includedir}/KCompletion +%{_kf5_libdir}/libKF5Completion.so +%{_kf5_libdir}/cmake/KF5Completion +%{_kf5_archdatadir}/mkspecs/modules/qt_KCompletion.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-1 +- 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..b71a748 100644 --- a/sources +++ b/sources @@ -0,0 +1 @@ +88b8d9b8c0d7ab475bdc6afd34e02a88 kcompletion-4.100.0.tar.xz From ea71962492d75b4642f2f436957795a7b4a22e5d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20Vr=C3=A1til?= Date: Wed, 9 Jul 2014 15:35:58 +0200 Subject: [PATCH 003/145] KDE Frameworks 5.0.0 --- .gitignore | 1 + kf5-kcompletion.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index bb97ac1..9338a3e 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /kcompletion-4.100.0.tar.xz +/kcompletion-5.0.0.tar.xz diff --git a/kf5-kcompletion.spec b/kf5-kcompletion.spec index ee460ff..a72419a 100644 --- a/kf5-kcompletion.spec +++ b/kf5-kcompletion.spec @@ -2,7 +2,7 @@ %define framework kcompletion Name: kf5-%{framework} -Version: 4.100.0 +Version: 5.0.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 2 addon with auto completion widgets and classes @@ -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 @@ -72,6 +72,9 @@ make %{?_smp_mflags} -C %{_target_platform} %{_kf5_archdatadir}/mkspecs/modules/qt_KCompletion.pri %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 b71a748..fdbb01f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -88b8d9b8c0d7ab475bdc6afd34e02a88 kcompletion-4.100.0.tar.xz +a37e78ff2c09fb4287dc92f40837f6b3 kcompletion-5.0.0.tar.xz From 3ff8112b74432ff8783a8e148ee6e28d14a7cb7e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20Vr=C3=A1til?= Date: Wed, 6 Aug 2014 15:15:42 +0200 Subject: [PATCH 004/145] KDE Frameworks 5.1.0 --- .gitignore | 1 + kf5-kcompletion.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 9338a3e..a5512e5 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /kcompletion-4.100.0.tar.xz /kcompletion-5.0.0.tar.xz +/kcompletion-5.1.0.tar.xz diff --git a/kf5-kcompletion.spec b/kf5-kcompletion.spec index a72419a..189264d 100644 --- a/kf5-kcompletion.spec +++ b/kf5-kcompletion.spec @@ -2,7 +2,7 @@ %define framework kcompletion Name: kf5-%{framework} -Version: 5.0.0 +Version: 5.1.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 2 addon with auto completion widgets and classes @@ -72,6 +72,9 @@ make %{?_smp_mflags} -C %{_target_platform} %{_kf5_archdatadir}/mkspecs/modules/qt_KCompletion.pri %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 fdbb01f..79aeb39 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -a37e78ff2c09fb4287dc92f40837f6b3 kcompletion-5.0.0.tar.xz +7f170888ef57c61225d95c380755c424 kcompletion-5.1.0.tar.xz From 7f2ce27a9c2f880a0d19116653c4a258c3d67168 Mon Sep 17 00:00:00 2001 From: Peter Robinson Date: Sat, 16 Aug 2014 23:41:17 +0000 Subject: [PATCH 005/145] - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild --- kf5-kcompletion.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/kf5-kcompletion.spec b/kf5-kcompletion.spec index 189264d..d13be11 100644 --- a/kf5-kcompletion.spec +++ b/kf5-kcompletion.spec @@ -3,7 +3,7 @@ Name: kf5-%{framework} Version: 5.1.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: KDE Frameworks 5 Tier 2 addon with auto completion widgets and classes License: LGPLv2+ @@ -72,6 +72,9 @@ make %{?_smp_mflags} -C %{_target_platform} %{_kf5_archdatadir}/mkspecs/modules/qt_KCompletion.pri %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 6a22adccd22f8998685f791d7845c0141c388335 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20Vr=C3=A1til?= Date: Mon, 15 Sep 2014 09:43:51 +0200 Subject: [PATCH 006/145] KDE Frameworks 5.2.0 --- .gitignore | 1 + kf5-kcompletion.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index a5512e5..91ab6a3 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ /kcompletion-4.100.0.tar.xz /kcompletion-5.0.0.tar.xz /kcompletion-5.1.0.tar.xz +/kcompletion-5.2.0.tar.xz diff --git a/kf5-kcompletion.spec b/kf5-kcompletion.spec index d13be11..49bf337 100644 --- a/kf5-kcompletion.spec +++ b/kf5-kcompletion.spec @@ -2,8 +2,8 @@ %define framework kcompletion Name: kf5-%{framework} -Version: 5.1.0 -Release: 2%{?dist} +Version: 5.2.0 +Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 2 addon with auto completion widgets and classes License: LGPLv2+ @@ -72,6 +72,9 @@ make %{?_smp_mflags} -C %{_target_platform} %{_kf5_archdatadir}/mkspecs/modules/qt_KCompletion.pri %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 79aeb39..258bd3b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -7f170888ef57c61225d95c380755c424 kcompletion-5.1.0.tar.xz +86ca6a7fa5b3eb1bf4c7033234c78c42 kcompletion-5.2.0.tar.xz From 1398db0d963d0da463abf06246d3cef5eeecafe3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20Vr=C3=A1til?= Date: Tue, 7 Oct 2014 13:06:09 +0200 Subject: [PATCH 007/145] KDE Frameworks 5.3.0 --- .gitignore | 1 + kf5-kcompletion.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 91ab6a3..f20ed37 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ /kcompletion-5.0.0.tar.xz /kcompletion-5.1.0.tar.xz /kcompletion-5.2.0.tar.xz +/kcompletion-5.3.0.tar.xz diff --git a/kf5-kcompletion.spec b/kf5-kcompletion.spec index 49bf337..c1ff96f 100644 --- a/kf5-kcompletion.spec +++ b/kf5-kcompletion.spec @@ -2,7 +2,7 @@ %define framework kcompletion Name: kf5-%{framework} -Version: 5.2.0 +Version: 5.3.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 2 addon with auto completion widgets and classes @@ -72,6 +72,9 @@ make %{?_smp_mflags} -C %{_target_platform} %{_kf5_archdatadir}/mkspecs/modules/qt_KCompletion.pri %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 258bd3b..635be40 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -86ca6a7fa5b3eb1bf4c7033234c78c42 kcompletion-5.2.0.tar.xz +a654a9735b15f6d99be04e2d0aa2d8b2 kcompletion-5.3.0.tar.xz From 9ab2b31a04e57076312b0ae2c3104d48f2928f4f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20Vr=C3=A1til?= Date: Mon, 3 Nov 2014 12:10:54 +0100 Subject: [PATCH 008/145] KDE Frameworks 5.4.0 --- .gitignore | 1 + kf5-kcompletion.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index f20ed37..89ce714 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ /kcompletion-5.1.0.tar.xz /kcompletion-5.2.0.tar.xz /kcompletion-5.3.0.tar.xz +/kcompletion-5.4.0.tar.xz diff --git a/kf5-kcompletion.spec b/kf5-kcompletion.spec index c1ff96f..1834146 100644 --- a/kf5-kcompletion.spec +++ b/kf5-kcompletion.spec @@ -2,7 +2,7 @@ %define framework kcompletion Name: kf5-%{framework} -Version: 5.3.0 +Version: 5.4.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 2 addon with auto completion widgets and classes @@ -72,6 +72,9 @@ make %{?_smp_mflags} -C %{_target_platform} %{_kf5_archdatadir}/mkspecs/modules/qt_KCompletion.pri %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 635be40..fb02fda 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -a654a9735b15f6d99be04e2d0aa2d8b2 kcompletion-5.3.0.tar.xz +816227f5a9e2f06792cce31d544e877f kcompletion-5.4.0.tar.xz From 19ad226e7e8056593d8490b8b2bf4013a0bf0d59 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20Vr=C3=A1til?= Date: Mon, 3 Nov 2014 13:06:09 +0100 Subject: [PATCH 009/145] Clean up spec file, autodetect stable/unstable download folder --- kf5-kcompletion.spec | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/kf5-kcompletion.spec b/kf5-kcompletion.spec index 1834146..4a46173 100644 --- a/kf5-kcompletion.spec +++ b/kf5-kcompletion.spec @@ -1,4 +1,3 @@ -#%define snapshot 20140205 %define framework kcompletion Name: kf5-%{framework} @@ -8,11 +7,14 @@ Summary: KDE Frameworks 5 Tier 2 addon with auto completion widgets and c License: LGPLv2+ 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 @@ -55,11 +57,10 @@ make %{?_smp_mflags} -C %{_target_platform} %make_install -C %{_target_platform} %find_lang kcompletion5_qt --with-qt --all-name -%post -p /sbin/ldconfig +%post -p /sbin/ldconfig %postun -p /sbin/ldconfig - %files -f kcompletion5_qt.lang %doc COPYING.LIB README.md %{_kf5_libdir}/libKF5Completion.so.* @@ -71,6 +72,7 @@ make %{?_smp_mflags} -C %{_target_platform} %{_kf5_libdir}/cmake/KF5Completion %{_kf5_archdatadir}/mkspecs/modules/qt_KCompletion.pri + %changelog * Mon Nov 03 2014 Daniel Vrátil - 5.4.0-1 - KDE Frameworks 5.4.0 From 622989ad5403c781adc6f998985f236a9734b976 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20Vr=C3=A1til?= Date: Mon, 3 Nov 2014 13:35:58 +0100 Subject: [PATCH 010/145] Use %global instead of %define --- kf5-kcompletion.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kf5-kcompletion.spec b/kf5-kcompletion.spec index 4a46173..7988aad 100644 --- a/kf5-kcompletion.spec +++ b/kf5-kcompletion.spec @@ -1,4 +1,4 @@ -%define framework kcompletion +%global framework kcompletion Name: kf5-%{framework} Version: 5.4.0 From 3285999523167773572b4b2ac7ca9900f2922c5e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20Vr=C3=A1til?= Date: Mon, 8 Dec 2014 15:09:07 +0100 Subject: [PATCH 011/145] KDE Frameworks 5.5.0 --- .gitignore | 1 + kf5-kcompletion.spec | 8 ++++++-- sources | 2 +- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 89ce714..02454ca 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ /kcompletion-5.2.0.tar.xz /kcompletion-5.3.0.tar.xz /kcompletion-5.4.0.tar.xz +/kcompletion-5.5.0.tar.xz diff --git a/kf5-kcompletion.spec b/kf5-kcompletion.spec index 7988aad..b7f3958 100644 --- a/kf5-kcompletion.spec +++ b/kf5-kcompletion.spec @@ -1,20 +1,21 @@ %global framework kcompletion Name: kf5-%{framework} -Version: 5.4.0 +Version: 5.5.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 2 addon with auto completion widgets and classes License: LGPLv2+ 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 @@ -74,6 +75,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 fb02fda..b6dcae1 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -816227f5a9e2f06792cce31d544e877f kcompletion-5.4.0.tar.xz +8ee781b4307058ae7092fad65fade5a1 kcompletion-5.5.0.tar.xz From f056ed4a76c3cbb7462044c94e4f8c623aabf70e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20Vr=C3=A1til?= Date: Thu, 8 Jan 2015 14:41:08 +0100 Subject: [PATCH 012/145] KDE Frameworks 5.6.0 --- .gitignore | 1 + kf5-kcompletion.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 02454ca..1f40443 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ /kcompletion-5.3.0.tar.xz /kcompletion-5.4.0.tar.xz /kcompletion-5.5.0.tar.xz +/kcompletion-5.6.0.tar.xz diff --git a/kf5-kcompletion.spec b/kf5-kcompletion.spec index b7f3958..46d853e 100644 --- a/kf5-kcompletion.spec +++ b/kf5-kcompletion.spec @@ -1,7 +1,7 @@ %global framework kcompletion Name: kf5-%{framework} -Version: 5.5.0 +Version: 5.6.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 2 addon with auto completion widgets and classes @@ -75,6 +75,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 b6dcae1..ee66161 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -8ee781b4307058ae7092fad65fade5a1 kcompletion-5.5.0.tar.xz +a052a169885c4f9a5c425ae6b25c1339 kcompletion-5.6.0.tar.xz From 05eb291c4086ac72d35b0ad518b02a04c79e059e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20Vr=C3=A1til?= Date: Wed, 11 Feb 2015 16:33:26 +0100 Subject: [PATCH 013/145] Use make install/fast --- kf5-kcompletion.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kf5-kcompletion.spec b/kf5-kcompletion.spec index 46d853e..6180aea 100644 --- a/kf5-kcompletion.spec +++ b/kf5-kcompletion.spec @@ -55,7 +55,7 @@ popd make %{?_smp_mflags} -C %{_target_platform} %install -%make_install -C %{_target_platform} +make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %find_lang kcompletion5_qt --with-qt --all-name From ddb7bd4dcb27615a6ebf971bea47f770e5295997 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20Vr=C3=A1til?= Date: Mon, 16 Feb 2015 13:13:01 +0100 Subject: [PATCH 014/145] KDE Frameworks 5.7.0 --- .gitignore | 1 + kf5-kcompletion.spec | 8 +++++++- sources | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) mode change 100644 => 100755 kf5-kcompletion.spec diff --git a/.gitignore b/.gitignore index 1f40443..e63e26f 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,4 @@ /kcompletion-5.4.0.tar.xz /kcompletion-5.5.0.tar.xz /kcompletion-5.6.0.tar.xz +/kcompletion-5.7.0.tar.xz diff --git a/kf5-kcompletion.spec b/kf5-kcompletion.spec old mode 100644 new mode 100755 index 6180aea..aba6900 --- a/kf5-kcompletion.spec +++ b/kf5-kcompletion.spec @@ -1,7 +1,7 @@ %global framework kcompletion Name: kf5-%{framework} -Version: 5.6.0 +Version: 5.7.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 2 addon with auto completion widgets and classes @@ -75,6 +75,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 ee66161..f266bbd 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -a052a169885c4f9a5c425ae6b25c1339 kcompletion-5.6.0.tar.xz +821eef72d69c49cf5afd0a7793db9f70 kcompletion-5.7.0.tar.xz From c2f98dbb512301e892eba6eeb0a3f89a3855c53a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20Vr=C3=A1til?= Date: Fri, 27 Feb 2015 18:10:28 +0100 Subject: [PATCH 015/145] Rebuild (GCC 5) --- kf5-kcompletion.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/kf5-kcompletion.spec b/kf5-kcompletion.spec index aba6900..84b2751 100755 --- a/kf5-kcompletion.spec +++ b/kf5-kcompletion.spec @@ -2,7 +2,7 @@ Name: kf5-%{framework} Version: 5.7.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: KDE Frameworks 5 Tier 2 addon with auto completion widgets and classes License: LGPLv2+ @@ -75,6 +75,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 d0b583b96a178631dbddf64805359dc3ce6c51f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20Vr=C3=A1til?= Date: Mon, 16 Mar 2015 12:54:12 +0100 Subject: [PATCH 016/145] KDE Frameworks 5.8.0 --- .gitignore | 1 + kf5-kcompletion.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index e63e26f..61e214d 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,4 @@ /kcompletion-5.5.0.tar.xz /kcompletion-5.6.0.tar.xz /kcompletion-5.7.0.tar.xz +/kcompletion-5.8.0.tar.xz diff --git a/kf5-kcompletion.spec b/kf5-kcompletion.spec index 84b2751..4280c96 100755 --- a/kf5-kcompletion.spec +++ b/kf5-kcompletion.spec @@ -1,8 +1,8 @@ %global framework kcompletion Name: kf5-%{framework} -Version: 5.7.0 -Release: 2%{?dist} +Version: 5.8.0 +Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 2 addon with auto completion widgets and classes License: LGPLv2+ @@ -75,6 +75,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 f266bbd..33645ae 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -821eef72d69c49cf5afd0a7793db9f70 kcompletion-5.7.0.tar.xz +d8c49357e334f5992df7a0863b08bed7 kcompletion-5.8.0.tar.xz From b0fda311d20087c81aa22dc29aaa982dc51b9458 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20Vr=C3=A1til?= Date: Tue, 7 Apr 2015 13:08:42 +0200 Subject: [PATCH 017/145] KDE Frameworks 5.9.0 --- .gitignore | 1 + kf5-kcompletion.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 61e214d..d8d740d 100644 --- a/.gitignore +++ b/.gitignore @@ -8,3 +8,4 @@ /kcompletion-5.6.0.tar.xz /kcompletion-5.7.0.tar.xz /kcompletion-5.8.0.tar.xz +/kcompletion-5.9.0.tar.xz diff --git a/kf5-kcompletion.spec b/kf5-kcompletion.spec index 4280c96..422a81f 100755 --- a/kf5-kcompletion.spec +++ b/kf5-kcompletion.spec @@ -1,7 +1,7 @@ %global framework kcompletion Name: kf5-%{framework} -Version: 5.8.0 +Version: 5.9.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 2 addon with auto completion widgets and classes @@ -75,6 +75,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 33645ae..8964ff5 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -d8c49357e334f5992df7a0863b08bed7 kcompletion-5.8.0.tar.xz +136ae86de0790101bb48f72580cd9923 kcompletion-5.9.0.tar.xz From e3477efc882f6c974d55f65ea5b13a23e17d13d7 Mon Sep 17 00:00:00 2001 From: Kalev Lember Date: Sat, 2 May 2015 14:42:11 +0200 Subject: [PATCH 018/145] Rebuilt for GCC 5 C++11 ABI change --- kf5-kcompletion.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/kf5-kcompletion.spec b/kf5-kcompletion.spec index 422a81f..6910a91 100755 --- a/kf5-kcompletion.spec +++ b/kf5-kcompletion.spec @@ -2,7 +2,7 @@ Name: kf5-%{framework} Version: 5.9.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: KDE Frameworks 5 Tier 2 addon with auto completion widgets and classes License: LGPLv2+ @@ -75,6 +75,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 b6bb4a8b184bd22ab5bdf1675b068d78fafb06c7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20Vr=C3=A1til?= Date: Mon, 11 May 2015 11:14:34 +0200 Subject: [PATCH 019/145] KDE Frameworks 5.10.0 --- .gitignore | 1 + kf5-kcompletion.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index d8d740d..97f7b0a 100644 --- a/.gitignore +++ b/.gitignore @@ -9,3 +9,4 @@ /kcompletion-5.7.0.tar.xz /kcompletion-5.8.0.tar.xz /kcompletion-5.9.0.tar.xz +/kcompletion-5.10.0.tar.xz diff --git a/kf5-kcompletion.spec b/kf5-kcompletion.spec index 6910a91..ba1f827 100755 --- a/kf5-kcompletion.spec +++ b/kf5-kcompletion.spec @@ -1,8 +1,8 @@ %global framework kcompletion Name: kf5-%{framework} -Version: 5.9.0 -Release: 2%{?dist} +Version: 5.10.0 +Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 2 addon with auto completion widgets and classes License: LGPLv2+ @@ -75,6 +75,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 8964ff5..c8e1bb6 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -136ae86de0790101bb48f72580cd9923 kcompletion-5.9.0.tar.xz +f42f8fc10cb35cdc6ffd87e6c5621bfd kcompletion-5.10.0.tar.xz From 23ecdb3d9e27d52efb7dc4f710f3901183643fd5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20Vr=C3=A1til?= Date: Wed, 10 Jun 2015 14:29:16 +0200 Subject: [PATCH 020/145] KDE Frameworks 5.11.0 --- .gitignore | 1 + kf5-kcompletion.spec | 8 +++++--- sources | 2 +- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 97f7b0a..3ed20d2 100644 --- a/.gitignore +++ b/.gitignore @@ -10,3 +10,4 @@ /kcompletion-5.8.0.tar.xz /kcompletion-5.9.0.tar.xz /kcompletion-5.10.0.tar.xz +/kcompletion-5.11.0.tar.xz diff --git a/kf5-kcompletion.spec b/kf5-kcompletion.spec index ba1f827..ae4af3c 100755 --- a/kf5-kcompletion.spec +++ b/kf5-kcompletion.spec @@ -1,7 +1,7 @@ %global framework kcompletion Name: kf5-%{framework} -Version: 5.10.0 +Version: 5.11.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 2 addon with auto completion widgets and classes @@ -35,8 +35,7 @@ lower-level completion class which can be used with your own widgets. %package devel Summary: Development files for %{name} Requires: %{name}%{?_isa} = %{version}-%{release} -Requires: kf5-kconfig-devel -Requires: kf5-kwidgetsaddons-devel +Requires: qt5-qtbase-devel %description devel The %{name}-devel package contains libraries and header files for @@ -75,6 +74,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 c8e1bb6..46f60e0 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -f42f8fc10cb35cdc6ffd87e6c5621bfd kcompletion-5.10.0.tar.xz +b09b9d9e5856f21fb6fedcbcd9719c4f kcompletion-5.11.0.tar.xz From 9aaae0a8b08d94313d2f32e674acf0dc015956ab Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Wed, 17 Jun 2015 13:11:06 +0000 Subject: [PATCH 021/145] - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild --- kf5-kcompletion.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/kf5-kcompletion.spec b/kf5-kcompletion.spec index ae4af3c..b55f69c 100755 --- a/kf5-kcompletion.spec +++ b/kf5-kcompletion.spec @@ -2,7 +2,7 @@ Name: kf5-%{framework} Version: 5.11.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: KDE Frameworks 5 Tier 2 addon with auto completion widgets and classes License: LGPLv2+ @@ -74,6 +74,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 42443708303c165228ee78f0031d4f5d2f4f7219 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Fri, 10 Jul 2015 07:22:09 -0500 Subject: [PATCH 022/145] 5.12.0 --- .gitignore | 1 + kf5-kcompletion.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 3ed20d2..f96965b 100644 --- a/.gitignore +++ b/.gitignore @@ -11,3 +11,4 @@ /kcompletion-5.9.0.tar.xz /kcompletion-5.10.0.tar.xz /kcompletion-5.11.0.tar.xz +/kcompletion-5.12.0.tar.xz diff --git a/kf5-kcompletion.spec b/kf5-kcompletion.spec index b55f69c..0448f5e 100755 --- a/kf5-kcompletion.spec +++ b/kf5-kcompletion.spec @@ -1,8 +1,8 @@ %global framework kcompletion Name: kf5-%{framework} -Version: 5.11.0 -Release: 2%{?dist} +Version: 5.12.0 +Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 2 addon with auto completion widgets and classes License: LGPLv2+ @@ -74,6 +74,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 46f60e0..bb96778 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -b09b9d9e5856f21fb6fedcbcd9719c4f kcompletion-5.11.0.tar.xz +b778c5f541e35c076a5729a8e6765b63 kcompletion-5.12.0.tar.xz From 4d9b66bf6f62130173633cea55a6ba9feec42818 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20Vr=C3=A1til?= Date: Wed, 19 Aug 2015 16:52:22 +0200 Subject: [PATCH 023/145] KDE Frameworks 5.13.0 --- .gitignore | 1 + kf5-kcompletion.spec | 21 +++++++++++++++------ sources | 2 +- 3 files changed, 17 insertions(+), 7 deletions(-) diff --git a/.gitignore b/.gitignore index f96965b..3631f15 100644 --- a/.gitignore +++ b/.gitignore @@ -12,3 +12,4 @@ /kcompletion-5.10.0.tar.xz /kcompletion-5.11.0.tar.xz /kcompletion-5.12.0.tar.xz +/kcompletion-5.13.0.tar.xz diff --git a/kf5-kcompletion.spec b/kf5-kcompletion.spec index 0448f5e..dba74ae 100755 --- a/kf5-kcompletion.spec +++ b/kf5-kcompletion.spec @@ -1,7 +1,7 @@ %global framework kcompletion Name: kf5-%{framework} -Version: 5.12.0 +Version: 5.13.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 2 addon with auto completion widgets and classes @@ -17,15 +17,15 @@ 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-qttools-devel -BuildRequires: kf5-kconfig-devel -BuildRequires: kf5-kwidgetsaddons-devel +BuildRequires: kf5-kconfig-devel >= %{version} +BuildRequires: kf5-kwidgetsaddons-devel >= %{version} -Requires: kf5-filesystem +Requires: kf5-filesystem >= %{version} %description KCompletion provides widgets with advanced completion support as well as a @@ -74,6 +74,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 bb96778..1cc8c5f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -b778c5f541e35c076a5729a8e6765b63 kcompletion-5.12.0.tar.xz +a189b396126e3a901a6ca122b976277d kcompletion-5.13.0.tar.xz From d15b411f237aa501e60b44cb5b836d5998f6b065 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20Vr=C3=A1til?= Date: Wed, 16 Sep 2015 13:49:36 +0200 Subject: [PATCH 024/145] KDE Frameworks 5.14.0 --- .gitignore | 1 + kf5-kcompletion.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 3631f15..a280bb3 100644 --- a/.gitignore +++ b/.gitignore @@ -13,3 +13,4 @@ /kcompletion-5.11.0.tar.xz /kcompletion-5.12.0.tar.xz /kcompletion-5.13.0.tar.xz +/kcompletion-5.14.0.tar.xz diff --git a/kf5-kcompletion.spec b/kf5-kcompletion.spec index dba74ae..73c2a18 100755 --- a/kf5-kcompletion.spec +++ b/kf5-kcompletion.spec @@ -1,7 +1,7 @@ %global framework kcompletion Name: kf5-%{framework} -Version: 5.13.0 +Version: 5.14.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 2 addon with auto completion widgets and classes @@ -74,6 +74,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 1cc8c5f..9a30dd0 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -a189b396126e3a901a6ca122b976277d kcompletion-5.13.0.tar.xz +d330c841ddf9d3857543daff933471af kcompletion-5.14.0.tar.xz From 370c79e84f4fa560963ded80063333709848465e Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Mon, 21 Sep 2015 12:38:58 -0500 Subject: [PATCH 025/145] +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..9afe83d --- /dev/null +++ b/sources.basename @@ -0,0 +1 @@ +kcompletion From e42b239558711f3361935ed9f4a66f5987ab484e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20Vr=C3=A1til?= Date: Thu, 8 Oct 2015 15:09:02 +0200 Subject: [PATCH 026/145] KDE Frameworks 5.15.0 --- .gitignore | 1 + kf5-kcompletion.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index a280bb3..757c2e5 100644 --- a/.gitignore +++ b/.gitignore @@ -14,3 +14,4 @@ /kcompletion-5.12.0.tar.xz /kcompletion-5.13.0.tar.xz /kcompletion-5.14.0.tar.xz +/kcompletion-5.15.0.tar.xz diff --git a/kf5-kcompletion.spec b/kf5-kcompletion.spec index 73c2a18..e7ecb47 100755 --- a/kf5-kcompletion.spec +++ b/kf5-kcompletion.spec @@ -1,7 +1,7 @@ %global framework kcompletion Name: kf5-%{framework} -Version: 5.14.0 +Version: 5.15.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 2 addon with auto completion widgets and classes @@ -74,6 +74,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 9a30dd0..0534de5 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -d330c841ddf9d3857543daff933471af kcompletion-5.14.0.tar.xz +a72bf104bd073134e4bdf77dbf6677ab kcompletion-5.15.0.tar.xz From 3720274ef9f71ac9d0df3dbde51200583ac5f8a8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20Vr=C3=A1til?= Date: Mon, 9 Nov 2015 23:07:50 +0100 Subject: [PATCH 027/145] KDE Frameworks 5.16 --- .gitignore | 1 + kf5-kcompletion.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 757c2e5..6a41c54 100644 --- a/.gitignore +++ b/.gitignore @@ -15,3 +15,4 @@ /kcompletion-5.13.0.tar.xz /kcompletion-5.14.0.tar.xz /kcompletion-5.15.0.tar.xz +/kcompletion-5.16.0.tar.xz diff --git a/kf5-kcompletion.spec b/kf5-kcompletion.spec index e7ecb47..3bda494 100755 --- a/kf5-kcompletion.spec +++ b/kf5-kcompletion.spec @@ -1,7 +1,7 @@ %global framework kcompletion Name: kf5-%{framework} -Version: 5.15.0 +Version: 5.16.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 2 addon with auto completion widgets and classes @@ -74,6 +74,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 0534de5..7cfd355 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -a72bf104bd073134e4bdf77dbf6677ab kcompletion-5.15.0.tar.xz +b8384961948af1ecb299991468c35eb2 kcompletion-5.16.0.tar.xz From 08c14e424f452f3877afb04d49dcf0cc600e239e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20Vr=C3=A1til?= Date: Tue, 8 Dec 2015 22:20:05 +0100 Subject: [PATCH 028/145] KDE Frameworks 5.17.0 --- .gitignore | 1 + kf5-kcompletion.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 6a41c54..b6aec31 100644 --- a/.gitignore +++ b/.gitignore @@ -16,3 +16,4 @@ /kcompletion-5.14.0.tar.xz /kcompletion-5.15.0.tar.xz /kcompletion-5.16.0.tar.xz +/kcompletion-5.17.0.tar.xz diff --git a/kf5-kcompletion.spec b/kf5-kcompletion.spec index 3bda494..5d696f5 100755 --- a/kf5-kcompletion.spec +++ b/kf5-kcompletion.spec @@ -1,7 +1,7 @@ %global framework kcompletion Name: kf5-%{framework} -Version: 5.16.0 +Version: 5.17.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 2 addon with auto completion widgets and classes @@ -74,6 +74,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 7cfd355..b68a71f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -b8384961948af1ecb299991468c35eb2 kcompletion-5.16.0.tar.xz +a8f376583e176844e84fe9eda5ac7fbf kcompletion-5.17.0.tar.xz From 2887ea15182de0e4b9f8e667b64c47ce1f6db26e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Vr=C3=A1til?= Date: Sun, 3 Jan 2016 17:56:26 +0100 Subject: [PATCH 029/145] KDE Frameworks 5.18.0 --- .gitignore | 1 + kf5-kcompletion.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index b6aec31..4ab6057 100644 --- a/.gitignore +++ b/.gitignore @@ -17,3 +17,4 @@ /kcompletion-5.15.0.tar.xz /kcompletion-5.16.0.tar.xz /kcompletion-5.17.0.tar.xz +/kcompletion-5.18.0.tar.xz diff --git a/kf5-kcompletion.spec b/kf5-kcompletion.spec index 5d696f5..fc4be07 100755 --- a/kf5-kcompletion.spec +++ b/kf5-kcompletion.spec @@ -1,7 +1,7 @@ %global framework kcompletion Name: kf5-%{framework} -Version: 5.17.0 +Version: 5.18.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 2 addon with auto completion widgets and classes @@ -74,6 +74,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 b68a71f..72d132b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -a8f376583e176844e84fe9eda5ac7fbf kcompletion-5.17.0.tar.xz +af520088daa15b0ead9fe6077059359b kcompletion-5.18.0.tar.xz From 4112c798219110e2d5a738da89afa28af054644a Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Thu, 14 Jan 2016 08:12:29 -0600 Subject: [PATCH 030/145] cosmetics, update URL, use %license --- .gitignore | 19 ------------------- kf5-kcompletion.spec | 27 ++++++++++++++++----------- 2 files changed, 16 insertions(+), 30 deletions(-) diff --git a/.gitignore b/.gitignore index 4ab6057..8e7da99 100644 --- a/.gitignore +++ b/.gitignore @@ -1,20 +1 @@ -/kcompletion-4.100.0.tar.xz -/kcompletion-5.0.0.tar.xz -/kcompletion-5.1.0.tar.xz -/kcompletion-5.2.0.tar.xz -/kcompletion-5.3.0.tar.xz -/kcompletion-5.4.0.tar.xz -/kcompletion-5.5.0.tar.xz -/kcompletion-5.6.0.tar.xz -/kcompletion-5.7.0.tar.xz -/kcompletion-5.8.0.tar.xz -/kcompletion-5.9.0.tar.xz -/kcompletion-5.10.0.tar.xz -/kcompletion-5.11.0.tar.xz -/kcompletion-5.12.0.tar.xz -/kcompletion-5.13.0.tar.xz -/kcompletion-5.14.0.tar.xz -/kcompletion-5.15.0.tar.xz -/kcompletion-5.16.0.tar.xz -/kcompletion-5.17.0.tar.xz /kcompletion-5.18.0.tar.xz diff --git a/kf5-kcompletion.spec b/kf5-kcompletion.spec index fc4be07..1757b49 100755 --- a/kf5-kcompletion.spec +++ b/kf5-kcompletion.spec @@ -2,11 +2,11 @@ Name: kf5-%{framework} Version: 5.18.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: KDE Frameworks 5 Tier 2 addon with auto completion widgets and classes License: LGPLv2+ -URL: http://www.kde.org +URL: http://projects.kde.org/kcompletion %global versiondir %(echo %{version} | cut -d. -f1-2) %global revision %(echo %{version} | cut -d. -f3) @@ -17,13 +17,12 @@ 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-qttools-devel - BuildRequires: kf5-kconfig-devel >= %{version} BuildRequires: kf5-kwidgetsaddons-devel >= %{version} +BuildRequires: kf5-rpm-macros >= %{version} +BuildRequires: qt5-qtbase-devel +BuildRequires: qt5-qttools-devel Requires: kf5-filesystem >= %{version} @@ -36,7 +35,6 @@ lower-level completion class which can be used with your own widgets. 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}. @@ -45,16 +43,19 @@ 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 kcompletion5_qt --with-qt --all-name @@ -62,18 +63,22 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %postun -p /sbin/ldconfig %files -f kcompletion5_qt.lang -%doc COPYING.LIB README.md +%doc README.md +%license COPYING.LIB %{_kf5_libdir}/libKF5Completion.so.* %files devel %{_kf5_includedir}/kcompletion_version.h -%{_kf5_includedir}/KCompletion +%{_kf5_includedir}/KCompletion/ %{_kf5_libdir}/libKF5Completion.so -%{_kf5_libdir}/cmake/KF5Completion +%{_kf5_libdir}/cmake/KF5Completion/ %{_kf5_archdatadir}/mkspecs/modules/qt_KCompletion.pri %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 c903c914fd22156ea3131089dec57297cbb40c69 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Thu, 4 Feb 2016 01:59:51 +0000 Subject: [PATCH 031/145] - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild --- kf5-kcompletion.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/kf5-kcompletion.spec b/kf5-kcompletion.spec index 1757b49..63a9a17 100755 --- a/kf5-kcompletion.spec +++ b/kf5-kcompletion.spec @@ -2,7 +2,7 @@ Name: kf5-%{framework} Version: 5.18.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: KDE Frameworks 5 Tier 2 addon with auto completion widgets and classes License: LGPLv2+ @@ -76,6 +76,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 4aadd85ebdf6fcfdab718d0ff9faca3caf84fd71 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Vr=C3=A1til?= Date: Thu, 11 Feb 2016 15:17:48 +0100 Subject: [PATCH 032/145] KDE Frameworks 5.19.0 --- .gitignore | 1 + kf5-kcompletion.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 8e7da99..b9736be 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /kcompletion-5.18.0.tar.xz +/kcompletion-5.19.0.tar.xz diff --git a/kf5-kcompletion.spec b/kf5-kcompletion.spec index 63a9a17..9255dc1 100755 --- a/kf5-kcompletion.spec +++ b/kf5-kcompletion.spec @@ -1,8 +1,8 @@ %global framework kcompletion Name: kf5-%{framework} -Version: 5.18.0 -Release: 3%{?dist} +Version: 5.19.0 +Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 2 addon with auto completion widgets and classes License: LGPLv2+ @@ -76,6 +76,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 72d132b..a05bd5e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -af520088daa15b0ead9fe6077059359b kcompletion-5.18.0.tar.xz +e0542f7b67153e79efcdbb0877979775 kcompletion-5.19.0.tar.xz From 79c4b15a4d751f636cbb96af213ef49b2b3072b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Vr=C3=A1til?= Date: Mon, 14 Mar 2016 11:41:54 +0100 Subject: [PATCH 033/145] KDE Frameworks 5.20.0 --- .gitignore | 1 + kf5-kcompletion.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index b9736be..84ab399 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /kcompletion-5.18.0.tar.xz /kcompletion-5.19.0.tar.xz +/kcompletion-5.20.0.tar.xz diff --git a/kf5-kcompletion.spec b/kf5-kcompletion.spec index 9255dc1..a5beaa4 100755 --- a/kf5-kcompletion.spec +++ b/kf5-kcompletion.spec @@ -1,7 +1,7 @@ %global framework kcompletion Name: kf5-%{framework} -Version: 5.19.0 +Version: 5.20.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 2 addon with auto completion widgets and classes @@ -76,6 +76,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 a05bd5e..8e67929 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -e0542f7b67153e79efcdbb0877979775 kcompletion-5.19.0.tar.xz +9c8f7777dfd9caddbd07dae52d05e613 kcompletion-5.20.0.tar.xz From f9ad37cf516ee15963caaacb37ac175e1435611f Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Mon, 4 Apr 2016 08:24:55 -0500 Subject: [PATCH 034/145] KDE Frameworks 5.21.0 --- .gitignore | 1 + kf5-kcompletion.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 84ab399..772b920 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ /kcompletion-5.18.0.tar.xz /kcompletion-5.19.0.tar.xz /kcompletion-5.20.0.tar.xz +/kcompletion-5.21.0.tar.xz diff --git a/kf5-kcompletion.spec b/kf5-kcompletion.spec index a5beaa4..130ef12 100755 --- a/kf5-kcompletion.spec +++ b/kf5-kcompletion.spec @@ -1,7 +1,7 @@ %global framework kcompletion Name: kf5-%{framework} -Version: 5.20.0 +Version: 5.21.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 2 addon with auto completion widgets and classes @@ -76,6 +76,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 8e67929..96b17ee 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -9c8f7777dfd9caddbd07dae52d05e613 kcompletion-5.20.0.tar.xz +b96f44cb78c6ee6bf553dcbbdfa9e2b2 kcompletion-5.21.0.tar.xz From f72b5ce7530f9285fd16094504c8f9785ab1af8d Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Mon, 16 May 2016 09:54:01 -0500 Subject: [PATCH 035/145] KDE Frameworks 5.22.0 --- .gitignore | 1 + kf5-kcompletion.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 772b920..5377414 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ /kcompletion-5.19.0.tar.xz /kcompletion-5.20.0.tar.xz /kcompletion-5.21.0.tar.xz +/kcompletion-5.22.0.tar.xz diff --git a/kf5-kcompletion.spec b/kf5-kcompletion.spec index 130ef12..02c468e 100755 --- a/kf5-kcompletion.spec +++ b/kf5-kcompletion.spec @@ -1,7 +1,7 @@ %global framework kcompletion Name: kf5-%{framework} -Version: 5.21.0 +Version: 5.22.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 2 addon with auto completion widgets and classes @@ -76,6 +76,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 96b17ee..ecf4326 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -b96f44cb78c6ee6bf553dcbbdfa9e2b2 kcompletion-5.21.0.tar.xz +5f49157875b01a780049b472df5d5213 kcompletion-5.22.0.tar.xz From 54fd00b176741aa94a0e55f2ed83a48834ee9063 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Tue, 7 Jun 2016 08:58:50 -0500 Subject: [PATCH 036/145] update URL --- kf5-kcompletion.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/kf5-kcompletion.spec b/kf5-kcompletion.spec index 02c468e..57e5d66 100755 --- a/kf5-kcompletion.spec +++ b/kf5-kcompletion.spec @@ -2,11 +2,11 @@ Name: kf5-%{framework} Version: 5.22.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: KDE Frameworks 5 Tier 2 addon with auto completion widgets and classes License: LGPLv2+ -URL: http://projects.kde.org/kcompletion +URL: https://quickgit.kde.org/?p=%{framework}.git %global versiondir %(echo %{version} | cut -d. -f1-2) %global revision %(echo %{version} | cut -d. -f3) @@ -76,6 +76,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Tue Jun 07 2016 Rex Dieter - 5.22.0-2 +- update URL + * Mon May 16 2016 Rex Dieter - 5.22.0-1 - KDE Frameworks 5.22.0 From bcc65cc11a3eea73ecde598be8a84b6fd60d5c9a Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Tue, 7 Jun 2016 10:30:43 -0500 Subject: [PATCH 037/145] KDE Frameworks 5.23.0 --- .gitignore | 1 + clog | 2 ++ kf5-kcompletion.spec | 7 +++++-- sources | 2 +- 4 files changed, 9 insertions(+), 3 deletions(-) create mode 100644 clog diff --git a/.gitignore b/.gitignore index 5377414..811635f 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ /kcompletion-5.20.0.tar.xz /kcompletion-5.21.0.tar.xz /kcompletion-5.22.0.tar.xz +/kcompletion-5.23.0.tar.xz diff --git a/clog b/clog new file mode 100644 index 0000000..6160085 --- /dev/null +++ b/clog @@ -0,0 +1,2 @@ +update URL + diff --git a/kf5-kcompletion.spec b/kf5-kcompletion.spec index 57e5d66..1b93036 100755 --- a/kf5-kcompletion.spec +++ b/kf5-kcompletion.spec @@ -1,8 +1,8 @@ %global framework kcompletion Name: kf5-%{framework} -Version: 5.22.0 -Release: 2%{?dist} +Version: 5.23.0 +Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 2 addon with auto completion widgets and classes License: LGPLv2+ @@ -76,6 +76,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 diff --git a/sources b/sources index ecf4326..5215421 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -5f49157875b01a780049b472df5d5213 kcompletion-5.22.0.tar.xz +c06fe622e9297d3a4dd8695b2f79670e kcompletion-5.23.0.tar.xz From c2996605413ce5624eb6309f379ad43748029582 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Sat, 25 Jun 2016 08:33:48 -0500 Subject: [PATCH 038/145] rm clog --- clog | 2 -- 1 file changed, 2 deletions(-) delete mode 100644 clog diff --git a/clog b/clog deleted file mode 100644 index 6160085..0000000 --- a/clog +++ /dev/null @@ -1,2 +0,0 @@ -update URL - From 233ac248ed5cdc593d41bc37e807e0bbc46410e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Vr=C3=A1til?= Date: Wed, 6 Jul 2016 17:50:35 +0200 Subject: [PATCH 039/145] KDE Frameworks 5.24.0 --- .gitignore | 1 + kf5-kcompletion.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 811635f..b913c59 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ /kcompletion-5.21.0.tar.xz /kcompletion-5.22.0.tar.xz /kcompletion-5.23.0.tar.xz +/kcompletion-5.24.0.tar.xz diff --git a/kf5-kcompletion.spec b/kf5-kcompletion.spec index 1b93036..aad7ffc 100755 --- a/kf5-kcompletion.spec +++ b/kf5-kcompletion.spec @@ -1,7 +1,7 @@ %global framework kcompletion Name: kf5-%{framework} -Version: 5.23.0 +Version: 5.24.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 2 addon with auto completion widgets and classes @@ -76,6 +76,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 5215421..af1ea1a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -c06fe622e9297d3a4dd8695b2f79670e kcompletion-5.23.0.tar.xz +9f9fe1c4f7192eec803116eef9f8b00e kcompletion-5.24.0.tar.xz From 90ff9f330811fafd835fbc6e772c52b49f554605 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 040/145] KDE Frameworks 5.25.0 --- .gitignore | 1 + kf5-kcompletion.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index b913c59..3265c8f 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ /kcompletion-5.22.0.tar.xz /kcompletion-5.23.0.tar.xz /kcompletion-5.24.0.tar.xz +/kcompletion-5.25.0.tar.xz diff --git a/kf5-kcompletion.spec b/kf5-kcompletion.spec index aad7ffc..c33a568 100755 --- a/kf5-kcompletion.spec +++ b/kf5-kcompletion.spec @@ -1,7 +1,7 @@ %global framework kcompletion Name: kf5-%{framework} -Version: 5.24.0 +Version: 5.25.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 2 addon with auto completion widgets and classes @@ -76,6 +76,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 af1ea1a..be17517 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -9f9fe1c4f7192eec803116eef9f8b00e kcompletion-5.24.0.tar.xz +ce3839d146dc522a3595085833bf10ea kcompletion-5.25.0.tar.xz From 9b95f6b4ad8e27794c10cee623427d08774b5a7e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Vr=C3=A1til?= Date: Thu, 8 Sep 2016 10:25:06 +0200 Subject: [PATCH 041/145] KDE Frameworks 5.26.0 --- .gitignore | 1 + kf5-kcompletion.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 3265c8f..a933f7e 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,4 @@ /kcompletion-5.23.0.tar.xz /kcompletion-5.24.0.tar.xz /kcompletion-5.25.0.tar.xz +/kcompletion-5.26.0.tar.xz diff --git a/kf5-kcompletion.spec b/kf5-kcompletion.spec index c33a568..28249ee 100755 --- a/kf5-kcompletion.spec +++ b/kf5-kcompletion.spec @@ -1,7 +1,7 @@ %global framework kcompletion Name: kf5-%{framework} -Version: 5.25.0 +Version: 5.26.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 2 addon with auto completion widgets and classes @@ -76,6 +76,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 be17517..a9ddb21 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -ce3839d146dc522a3595085833bf10ea kcompletion-5.25.0.tar.xz +d2e45f8b12bc4f8dfb51f5e4b3b8ad2a kcompletion-5.26.0.tar.xz From 21bc4a9baf0a580298215cf7a4a33ee54c399f4d Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Mon, 3 Oct 2016 21:27:10 -0500 Subject: [PATCH 042/145] 5.27.0 --- .gitignore | 1 + kf5-kcompletion.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index a933f7e..669e546 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,4 @@ /kcompletion-5.24.0.tar.xz /kcompletion-5.25.0.tar.xz /kcompletion-5.26.0.tar.xz +/kcompletion-5.27.0.tar.xz diff --git a/kf5-kcompletion.spec b/kf5-kcompletion.spec index 28249ee..092bce9 100755 --- a/kf5-kcompletion.spec +++ b/kf5-kcompletion.spec @@ -1,8 +1,8 @@ %global framework kcompletion Name: kf5-%{framework} -Version: 5.26.0 -Release: 1%{?dist} +Version: 5.27.0 +Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 2 addon with auto completion widgets and classes License: LGPLv2+ @@ -76,6 +76,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 a9ddb21..0c7c56d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -d2e45f8b12bc4f8dfb51f5e4b3b8ad2a kcompletion-5.26.0.tar.xz +e4062d29440bf1d7bde8246a1c1e4365 kcompletion-5.27.0.tar.xz From 06e16ac1485c20803719c77c0fbed0bf16767765 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Fri, 16 Dec 2016 08:55:18 -0600 Subject: [PATCH 043/145] 5.29.0 --- .gitignore | 1 + kf5-kcompletion.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 669e546..65ad68e 100644 --- a/.gitignore +++ b/.gitignore @@ -8,3 +8,4 @@ /kcompletion-5.25.0.tar.xz /kcompletion-5.26.0.tar.xz /kcompletion-5.27.0.tar.xz +/kcompletion-5.29.0.tar.xz diff --git a/kf5-kcompletion.spec b/kf5-kcompletion.spec index 092bce9..7af3728 100755 --- a/kf5-kcompletion.spec +++ b/kf5-kcompletion.spec @@ -1,7 +1,7 @@ %global framework kcompletion Name: kf5-%{framework} -Version: 5.27.0 +Version: 5.29.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 2 addon with auto completion widgets and classes @@ -76,6 +76,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 0c7c56d..63721e9 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -e4062d29440bf1d7bde8246a1c1e4365 kcompletion-5.27.0.tar.xz +SHA512 (kcompletion-5.29.0.tar.xz) = a1871c4ac0f8c8e1f05f995e3d596de4b00f398746acaed84c72be6ecbab7eb808e0b7bff78f985e2abeead2dde8c7e41d3d11fe09616ea851b7a98f79b3bd49 From 7143d690b42aa9506661a2c7b65114502f53cf26 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Mon, 6 Feb 2017 12:02:55 -0600 Subject: [PATCH 044/145] 5.31.0 --- .gitignore | 1 + kf5-kcompletion.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 65ad68e..304adb1 100644 --- a/.gitignore +++ b/.gitignore @@ -9,3 +9,4 @@ /kcompletion-5.26.0.tar.xz /kcompletion-5.27.0.tar.xz /kcompletion-5.29.0.tar.xz +/kcompletion-5.31.0.tar.xz diff --git a/kf5-kcompletion.spec b/kf5-kcompletion.spec index 7af3728..1ec8470 100755 --- a/kf5-kcompletion.spec +++ b/kf5-kcompletion.spec @@ -1,7 +1,7 @@ %global framework kcompletion Name: kf5-%{framework} -Version: 5.29.0 +Version: 5.31.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 2 addon with auto completion widgets and classes @@ -76,6 +76,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Mon Feb 06 2017 Rex Dieter - 5.31.0-1 +- 5.31.0 + * Fri Dec 16 2016 Rex Dieter - 5.29.0-1 - 5.29.0 diff --git a/sources b/sources index 63721e9..0152b28 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kcompletion-5.29.0.tar.xz) = a1871c4ac0f8c8e1f05f995e3d596de4b00f398746acaed84c72be6ecbab7eb808e0b7bff78f985e2abeead2dde8c7e41d3d11fe09616ea851b7a98f79b3bd49 +SHA512 (kcompletion-5.31.0.tar.xz) = c16302382188d8e13ba83f4fa96f24cc9cd8314a747577fd8726c208334df14c594668c5b84a37e2470b2236cd1b9847f61fca24a11d7fe2c61d620e6ef95e1b From 46477511f34b37b1794ac218452bbfedcd15f19c Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Sat, 4 Mar 2017 14:23:25 -0600 Subject: [PATCH 045/145] 5.32.0 --- .gitignore | 1 + kf5-kcompletion.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 304adb1..149c644 100644 --- a/.gitignore +++ b/.gitignore @@ -10,3 +10,4 @@ /kcompletion-5.27.0.tar.xz /kcompletion-5.29.0.tar.xz /kcompletion-5.31.0.tar.xz +/kcompletion-5.32.0.tar.xz diff --git a/kf5-kcompletion.spec b/kf5-kcompletion.spec index 1ec8470..6ea1ea2 100755 --- a/kf5-kcompletion.spec +++ b/kf5-kcompletion.spec @@ -1,7 +1,7 @@ %global framework kcompletion Name: kf5-%{framework} -Version: 5.31.0 +Version: 5.32.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 2 addon with auto completion widgets and classes @@ -76,6 +76,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 0152b28..d6e9c73 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kcompletion-5.31.0.tar.xz) = c16302382188d8e13ba83f4fa96f24cc9cd8314a747577fd8726c208334df14c594668c5b84a37e2470b2236cd1b9847f61fca24a11d7fe2c61d620e6ef95e1b +SHA512 (kcompletion-5.32.0.tar.xz) = 7d38a41a6e60a166021cdf256bb3ddd35f253307fc36dd169c250d7f342ff703b276d383dd4d6484d439b879e4c3c24db711f9748d8ed98109f61f77f37bb1e8 From a4d63aac17228b4c5b547c8a86ea9df8cd8f7617 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Mon, 3 Apr 2017 08:09:30 -0500 Subject: [PATCH 046/145] 5.33.0 --- .gitignore | 1 + kf5-kcompletion.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 149c644..3fbd17d 100644 --- a/.gitignore +++ b/.gitignore @@ -11,3 +11,4 @@ /kcompletion-5.29.0.tar.xz /kcompletion-5.31.0.tar.xz /kcompletion-5.32.0.tar.xz +/kcompletion-5.33.0.tar.xz diff --git a/kf5-kcompletion.spec b/kf5-kcompletion.spec index 6ea1ea2..26cb172 100755 --- a/kf5-kcompletion.spec +++ b/kf5-kcompletion.spec @@ -1,12 +1,12 @@ %global framework kcompletion Name: kf5-%{framework} -Version: 5.32.0 +Version: 5.33.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 2 addon with auto completion widgets and classes License: LGPLv2+ -URL: https://quickgit.kde.org/?p=%{framework}.git +URL: https://cgit.kde.org/%{framework}.git %global versiondir %(echo %{version} | cut -d. -f1-2) %global revision %(echo %{version} | cut -d. -f3) @@ -76,6 +76,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 d6e9c73..7201f27 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kcompletion-5.32.0.tar.xz) = 7d38a41a6e60a166021cdf256bb3ddd35f253307fc36dd169c250d7f342ff703b276d383dd4d6484d439b879e4c3c24db711f9748d8ed98109f61f77f37bb1e8 +SHA512 (kcompletion-5.33.0.tar.xz) = f9e35abde2f441a3eb0a1f575c9a4183b183053d68572d6ea4d2acd09af48c75e834a61dec5c560e42f7a99a2864d5a4abcfe83e210dec6d020e5f0212392474 From ef2e01a628eea80a0eb86337b255d540005a710f Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Mon, 15 May 2017 11:03:45 -0500 Subject: [PATCH 047/145] 5.34.0 --- .gitignore | 1 + kf5-kcompletion.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 3fbd17d..7fc3efe 100644 --- a/.gitignore +++ b/.gitignore @@ -12,3 +12,4 @@ /kcompletion-5.31.0.tar.xz /kcompletion-5.32.0.tar.xz /kcompletion-5.33.0.tar.xz +/kcompletion-5.34.0.tar.xz diff --git a/kf5-kcompletion.spec b/kf5-kcompletion.spec index 26cb172..d8b2b27 100755 --- a/kf5-kcompletion.spec +++ b/kf5-kcompletion.spec @@ -1,7 +1,7 @@ %global framework kcompletion Name: kf5-%{framework} -Version: 5.33.0 +Version: 5.34.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 2 addon with auto completion widgets and classes @@ -76,6 +76,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 7201f27..f54cea5 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kcompletion-5.33.0.tar.xz) = f9e35abde2f441a3eb0a1f575c9a4183b183053d68572d6ea4d2acd09af48c75e834a61dec5c560e42f7a99a2864d5a4abcfe83e210dec6d020e5f0212392474 +SHA512 (kcompletion-5.34.0.tar.xz) = 1964f92076d0aa187feaa8bb1a05b60ad174c15a5cb038f21a95e291ad6fb10457a552a5d33b6b6abf953b22028a18a0abd96f64b60cdb403634f709d38b003e From cdee36b31039cf164716ea444baab3db3c71b130 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Sun, 4 Jun 2017 07:15:51 -0500 Subject: [PATCH 048/145] 5.35.0 --- .gitignore | 1 + kf5-kcompletion.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 7fc3efe..d8fdbff 100644 --- a/.gitignore +++ b/.gitignore @@ -13,3 +13,4 @@ /kcompletion-5.32.0.tar.xz /kcompletion-5.33.0.tar.xz /kcompletion-5.34.0.tar.xz +/kcompletion-5.35.0.tar.xz diff --git a/kf5-kcompletion.spec b/kf5-kcompletion.spec index d8b2b27..ee77de5 100755 --- a/kf5-kcompletion.spec +++ b/kf5-kcompletion.spec @@ -1,7 +1,7 @@ %global framework kcompletion Name: kf5-%{framework} -Version: 5.34.0 +Version: 5.35.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 2 addon with auto completion widgets and classes @@ -76,6 +76,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 f54cea5..6869f13 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kcompletion-5.34.0.tar.xz) = 1964f92076d0aa187feaa8bb1a05b60ad174c15a5cb038f21a95e291ad6fb10457a552a5d33b6b6abf953b22028a18a0abd96f64b60cdb403634f709d38b003e +SHA512 (kcompletion-5.35.0.tar.xz) = ce93ba6a61a32b765cec9b6ccce31c79e9b8ddc88c6f78b1be588d011e3ceea835c836301a6b334fd587372d70ee935b3f23e27b14f050cc48cff1648746123b From d4d0860c526bf16eb05ba259fd838278ebf04dea Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Mon, 3 Jul 2017 12:04:17 -0500 Subject: [PATCH 049/145] 5.36.0 --- .gitignore | 1 + kf5-kcompletion.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index d8fdbff..d9415bf 100644 --- a/.gitignore +++ b/.gitignore @@ -14,3 +14,4 @@ /kcompletion-5.33.0.tar.xz /kcompletion-5.34.0.tar.xz /kcompletion-5.35.0.tar.xz +/kcompletion-5.36.0.tar.xz diff --git a/kf5-kcompletion.spec b/kf5-kcompletion.spec index ee77de5..1935212 100755 --- a/kf5-kcompletion.spec +++ b/kf5-kcompletion.spec @@ -1,7 +1,7 @@ %global framework kcompletion Name: kf5-%{framework} -Version: 5.35.0 +Version: 5.36.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 2 addon with auto completion widgets and classes @@ -76,6 +76,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 6869f13..bcfec88 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kcompletion-5.35.0.tar.xz) = ce93ba6a61a32b765cec9b6ccce31c79e9b8ddc88c6f78b1be588d011e3ceea835c836301a6b334fd587372d70ee935b3f23e27b14f050cc48cff1648746123b +SHA512 (kcompletion-5.36.0.tar.xz) = fa475b5daf7545b3e95d09eacbb8922fb07412238faceb3d30d5a903277618f1912c002454feb0004ba6d224596129467a05294a14a634fa6c1962a57dd1289f From 3f9fb6fbc7b1a3ff57640c7d927b984fbbda6af2 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 26 Jul 2017 15:13:47 +0000 Subject: [PATCH 050/145] - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild --- kf5-kcompletion.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/kf5-kcompletion.spec b/kf5-kcompletion.spec index 1935212..a7c018f 100755 --- a/kf5-kcompletion.spec +++ b/kf5-kcompletion.spec @@ -2,7 +2,7 @@ Name: kf5-%{framework} Version: 5.36.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: KDE Frameworks 5 Tier 2 addon with auto completion widgets and classes License: LGPLv2+ @@ -76,6 +76,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 51a3b0945e577b39750c1dd9c4a339f1ddb8a797 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 3 Aug 2017 00:23:53 +0000 Subject: [PATCH 051/145] - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild --- kf5-kcompletion.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/kf5-kcompletion.spec b/kf5-kcompletion.spec index a7c018f..e26ce0d 100755 --- a/kf5-kcompletion.spec +++ b/kf5-kcompletion.spec @@ -2,7 +2,7 @@ Name: kf5-%{framework} Version: 5.36.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: KDE Frameworks 5 Tier 2 addon with auto completion widgets and classes License: LGPLv2+ @@ -76,6 +76,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 dfba28e3795fc2471f9d9986303e4e73212c6d1e Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Fri, 25 Aug 2017 09:26:03 -0500 Subject: [PATCH 052/145] 5.37.0 --- .gitignore | 1 + kf5-kcompletion.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index d9415bf..93fa91d 100644 --- a/.gitignore +++ b/.gitignore @@ -15,3 +15,4 @@ /kcompletion-5.34.0.tar.xz /kcompletion-5.35.0.tar.xz /kcompletion-5.36.0.tar.xz +/kcompletion-5.37.0.tar.xz diff --git a/kf5-kcompletion.spec b/kf5-kcompletion.spec index e26ce0d..0ad1551 100755 --- a/kf5-kcompletion.spec +++ b/kf5-kcompletion.spec @@ -1,8 +1,8 @@ %global framework kcompletion Name: kf5-%{framework} -Version: 5.36.0 -Release: 3%{?dist} +Version: 5.37.0 +Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 2 addon with auto completion widgets and classes License: LGPLv2+ @@ -76,6 +76,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 bcfec88..5ac329c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kcompletion-5.36.0.tar.xz) = fa475b5daf7545b3e95d09eacbb8922fb07412238faceb3d30d5a903277618f1912c002454feb0004ba6d224596129467a05294a14a634fa6c1962a57dd1289f +SHA512 (kcompletion-5.37.0.tar.xz) = 99cf1346f4048134d5219d451250122ca848d49c6ec26ab9e36562d2e654c18f3415ddd1b11e7a2459ce6b473c22cddb01135de9c773e8f0ae2f1c8d2f4d5ea4 From e009b743c7419dd458ddf83b8d4aa42232c45098 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Mon, 11 Sep 2017 14:53:01 -0500 Subject: [PATCH 053/145] 5.38.0 --- .gitignore | 1 + kf5-kcompletion.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 93fa91d..3172fd2 100644 --- a/.gitignore +++ b/.gitignore @@ -16,3 +16,4 @@ /kcompletion-5.35.0.tar.xz /kcompletion-5.36.0.tar.xz /kcompletion-5.37.0.tar.xz +/kcompletion-5.38.0.tar.xz diff --git a/kf5-kcompletion.spec b/kf5-kcompletion.spec index 0ad1551..6fa914c 100755 --- a/kf5-kcompletion.spec +++ b/kf5-kcompletion.spec @@ -1,7 +1,7 @@ %global framework kcompletion Name: kf5-%{framework} -Version: 5.37.0 +Version: 5.38.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 2 addon with auto completion widgets and classes @@ -76,6 +76,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 5ac329c..b86c059 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kcompletion-5.37.0.tar.xz) = 99cf1346f4048134d5219d451250122ca848d49c6ec26ab9e36562d2e654c18f3415ddd1b11e7a2459ce6b473c22cddb01135de9c773e8f0ae2f1c8d2f4d5ea4 +SHA512 (kcompletion-5.38.0.tar.xz) = 5c697626684837bbe155291b3270810d11ba40140929adefde18b1254ea736efeae2072b543bc9fa39948b153c3dbad8a70d6c8f18c3ffdbe333f4924af18da0 From 17755924795ffef4cae48b095cde59b90e12ecc9 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Sun, 8 Oct 2017 09:57:22 -0500 Subject: [PATCH 054/145] 5.39.0 --- .gitignore | 1 + kf5-kcompletion.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 3172fd2..1273085 100644 --- a/.gitignore +++ b/.gitignore @@ -17,3 +17,4 @@ /kcompletion-5.36.0.tar.xz /kcompletion-5.37.0.tar.xz /kcompletion-5.38.0.tar.xz +/kcompletion-5.39.0.tar.xz diff --git a/kf5-kcompletion.spec b/kf5-kcompletion.spec index 6fa914c..c4d93da 100755 --- a/kf5-kcompletion.spec +++ b/kf5-kcompletion.spec @@ -1,7 +1,7 @@ %global framework kcompletion Name: kf5-%{framework} -Version: 5.38.0 +Version: 5.39.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 2 addon with auto completion widgets and classes @@ -76,6 +76,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 b86c059..c78c81a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kcompletion-5.38.0.tar.xz) = 5c697626684837bbe155291b3270810d11ba40140929adefde18b1254ea736efeae2072b543bc9fa39948b153c3dbad8a70d6c8f18c3ffdbe333f4924af18da0 +SHA512 (kcompletion-5.39.0.tar.xz) = f7add324fdee5d3679b71a5b36a3a6d6cd56580935eb74ca2d5bf7281334865bad19d3fa0058af0599d8009dacc55893928e9a09e63aabe143be2c79b15ec2ce From d73b6fd61164d8529da5edc420acbeba158fdf14 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Fri, 10 Nov 2017 09:33:39 -0600 Subject: [PATCH 055/145] 5.40.0 --- .gitignore | 1 + kf5-kcompletion.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 1273085..8cabd64 100644 --- a/.gitignore +++ b/.gitignore @@ -18,3 +18,4 @@ /kcompletion-5.37.0.tar.xz /kcompletion-5.38.0.tar.xz /kcompletion-5.39.0.tar.xz +/kcompletion-5.40.0.tar.xz diff --git a/kf5-kcompletion.spec b/kf5-kcompletion.spec index c4d93da..7de4bd1 100755 --- a/kf5-kcompletion.spec +++ b/kf5-kcompletion.spec @@ -1,7 +1,7 @@ %global framework kcompletion Name: kf5-%{framework} -Version: 5.39.0 +Version: 5.40.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 2 addon with auto completion widgets and classes @@ -76,6 +76,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 c78c81a..0498390 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kcompletion-5.39.0.tar.xz) = f7add324fdee5d3679b71a5b36a3a6d6cd56580935eb74ca2d5bf7281334865bad19d3fa0058af0599d8009dacc55893928e9a09e63aabe143be2c79b15ec2ce +SHA512 (kcompletion-5.40.0.tar.xz) = ffd59f3a9803856f43e2c9e7c125f789fe4ef5d261daf05e02c4f95df121b5854a1ac57d1249e734180ee205b49a742a717aee9572f5a69eb104a11aaa839b64 From 3733d36777a41a7fc343fa451c8f5708fa4c02e5 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Mon, 4 Dec 2017 10:33:32 -0600 Subject: [PATCH 056/145] 5.41.0 --- .gitignore | 1 + kf5-kcompletion.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 8cabd64..0144253 100644 --- a/.gitignore +++ b/.gitignore @@ -19,3 +19,4 @@ /kcompletion-5.38.0.tar.xz /kcompletion-5.39.0.tar.xz /kcompletion-5.40.0.tar.xz +/kcompletion-5.41.0.tar.xz diff --git a/kf5-kcompletion.spec b/kf5-kcompletion.spec index 7de4bd1..9baa443 100755 --- a/kf5-kcompletion.spec +++ b/kf5-kcompletion.spec @@ -1,7 +1,7 @@ %global framework kcompletion Name: kf5-%{framework} -Version: 5.40.0 +Version: 5.41.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 2 addon with auto completion widgets and classes @@ -76,6 +76,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 0498390..a90e594 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kcompletion-5.40.0.tar.xz) = ffd59f3a9803856f43e2c9e7c125f789fe4ef5d261daf05e02c4f95df121b5854a1ac57d1249e734180ee205b49a742a717aee9572f5a69eb104a11aaa839b64 +SHA512 (kcompletion-5.41.0.tar.xz) = 3e023dc200b211a382bd3220b5e5281ae04e2e1ab2d022a7c1087d1b7ded3214bfea0dda1dda5d90a4abca1a8519ca9dd7c540afc1da3b5c44e95ec454753d17 From 328e3ffad0e88bc3bceba7735e19816bc5d0e419 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Wed, 6 Dec 2017 08:18:02 -0600 Subject: [PATCH 057/145] old sources --- .gitignore | 21 --------------------- 1 file changed, 21 deletions(-) diff --git a/.gitignore b/.gitignore index 0144253..86f582f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,22 +1 @@ -/kcompletion-5.18.0.tar.xz -/kcompletion-5.19.0.tar.xz -/kcompletion-5.20.0.tar.xz -/kcompletion-5.21.0.tar.xz -/kcompletion-5.22.0.tar.xz -/kcompletion-5.23.0.tar.xz -/kcompletion-5.24.0.tar.xz -/kcompletion-5.25.0.tar.xz -/kcompletion-5.26.0.tar.xz -/kcompletion-5.27.0.tar.xz -/kcompletion-5.29.0.tar.xz -/kcompletion-5.31.0.tar.xz -/kcompletion-5.32.0.tar.xz -/kcompletion-5.33.0.tar.xz -/kcompletion-5.34.0.tar.xz -/kcompletion-5.35.0.tar.xz -/kcompletion-5.36.0.tar.xz -/kcompletion-5.37.0.tar.xz -/kcompletion-5.38.0.tar.xz -/kcompletion-5.39.0.tar.xz -/kcompletion-5.40.0.tar.xz /kcompletion-5.41.0.tar.xz From f0d1c6438cdd377ce9eb1a9fa1f78cdd7f27844e Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Wed, 6 Dec 2017 08:20:42 -0600 Subject: [PATCH 058/145] respin, .spec cleanup, use cmake()-style Qt5 dep --- kf5-kcompletion.spec | 13 +++++++------ sources | 2 +- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/kf5-kcompletion.spec b/kf5-kcompletion.spec index 9baa443..413a2e9 100755 --- a/kf5-kcompletion.spec +++ b/kf5-kcompletion.spec @@ -2,7 +2,7 @@ Name: kf5-%{framework} Version: 5.41.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: KDE Frameworks 5 Tier 2 addon with auto completion widgets and classes License: LGPLv2+ @@ -20,11 +20,9 @@ Source0: http://download.kde.org/%{stable}/frameworks/%{versiondir}/%{fra BuildRequires: extra-cmake-modules >= %{version} BuildRequires: kf5-kconfig-devel >= %{version} BuildRequires: kf5-kwidgetsaddons-devel >= %{version} -BuildRequires: kf5-rpm-macros >= %{version} -BuildRequires: qt5-qtbase-devel -BuildRequires: qt5-qttools-devel +BuildRequires: kf5-rpm-macros -Requires: kf5-filesystem >= %{version} +BuildRequires: cmake(Qt5Widgets) %description KCompletion provides widgets with advanced completion support as well as a @@ -34,7 +32,7 @@ lower-level completion class which can be used with your own widgets. %package devel Summary: Development files for %{name} Requires: %{name}%{?_isa} = %{version}-%{release} -Requires: qt5-qtbase-devel +Requires: cmake(Qt5Widgets) %description devel The %{name}-devel package contains libraries and header files for developing applications that use %{name}. @@ -76,6 +74,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Wed Dec 06 2017 Rex Dieter - 5.41.0-2 +- respin, .spec cleanup, use cmake()-style Qt5 dep + * Mon Dec 04 2017 Rex Dieter - 5.41.0-1 - 5.41.0 diff --git a/sources b/sources index a90e594..2cb79cf 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kcompletion-5.41.0.tar.xz) = 3e023dc200b211a382bd3220b5e5281ae04e2e1ab2d022a7c1087d1b7ded3214bfea0dda1dda5d90a4abca1a8519ca9dd7c540afc1da3b5c44e95ec454753d17 +SHA512 (kcompletion-5.41.0.tar.xz) = 5301f19fd2d8b18652b5ec1d0484514cbc696e7cbc747f4e71dec66f801c42c80fede9809d917bda89a074b4aa5ebf1e2b6e49541df5cbbce0306e2e79b4aba9 From 4bdd0b3427fa31e994f978bad894d26d9b393bb7 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Mon, 8 Jan 2018 08:55:21 -0600 Subject: [PATCH 059/145] 5.42.0 --- .gitignore | 1 + kf5-kcompletion.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 86f582f..3a88d69 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /kcompletion-5.41.0.tar.xz +/kcompletion-5.42.0.tar.xz diff --git a/kf5-kcompletion.spec b/kf5-kcompletion.spec index 413a2e9..54b0629 100755 --- a/kf5-kcompletion.spec +++ b/kf5-kcompletion.spec @@ -1,8 +1,8 @@ %global framework kcompletion Name: kf5-%{framework} -Version: 5.41.0 -Release: 2%{?dist} +Version: 5.42.0 +Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 2 addon with auto completion widgets and classes License: LGPLv2+ @@ -74,6 +74,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Mon Jan 08 2018 Rex Dieter - 5.42.0-1 +- 5.42.0 + * Wed Dec 06 2017 Rex Dieter - 5.41.0-2 - respin, .spec cleanup, use cmake()-style Qt5 dep diff --git a/sources b/sources index 2cb79cf..64349cf 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kcompletion-5.41.0.tar.xz) = 5301f19fd2d8b18652b5ec1d0484514cbc696e7cbc747f4e71dec66f801c42c80fede9809d917bda89a074b4aa5ebf1e2b6e49541df5cbbce0306e2e79b4aba9 +SHA512 (kcompletion-5.42.0.tar.xz) = b40a4e00b9c49747e7b530d2d56d66d50c723608d4705936ffb7d846450fc943069ae3ae89316883e1ad6c64c66af6cffb7bcf5e6b65fab0466629174547aae5 From 800605b059023b61d143b6adcf2d0ee4e4fb95cd Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Wed, 7 Feb 2018 09:51:10 -0600 Subject: [PATCH 060/145] 5.43.0 --- .gitignore | 1 + kf5-kcompletion.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 3a88d69..746700c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /kcompletion-5.41.0.tar.xz /kcompletion-5.42.0.tar.xz +/kcompletion-5.43.0.tar.xz diff --git a/kf5-kcompletion.spec b/kf5-kcompletion.spec index 54b0629..9bd1467 100755 --- a/kf5-kcompletion.spec +++ b/kf5-kcompletion.spec @@ -1,7 +1,7 @@ %global framework kcompletion Name: kf5-%{framework} -Version: 5.42.0 +Version: 5.43.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 2 addon with auto completion widgets and classes @@ -74,6 +74,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 64349cf..e50b3c4 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kcompletion-5.42.0.tar.xz) = b40a4e00b9c49747e7b530d2d56d66d50c723608d4705936ffb7d846450fc943069ae3ae89316883e1ad6c64c66af6cffb7bcf5e6b65fab0466629174547aae5 +SHA512 (kcompletion-5.43.0.tar.xz) = a9ff9f512a46df6d70580150f702339b408390353b0c665eb60d28f34ec4484d558896d510f82300b8178a402f7b6c8e5d9f587a33c4bb242860855bfce8e158 From a49fb328a90817931875362c38f206ced2ca61c3 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Sat, 3 Mar 2018 07:58:58 -0600 Subject: [PATCH 061/145] 5.44.0 --- .gitignore | 1 + kf5-kcompletion.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 746700c..a5e6fbc 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ /kcompletion-5.41.0.tar.xz /kcompletion-5.42.0.tar.xz /kcompletion-5.43.0.tar.xz +/kcompletion-5.44.0.tar.xz diff --git a/kf5-kcompletion.spec b/kf5-kcompletion.spec index 9bd1467..0a53ca8 100755 --- a/kf5-kcompletion.spec +++ b/kf5-kcompletion.spec @@ -1,7 +1,7 @@ %global framework kcompletion Name: kf5-%{framework} -Version: 5.43.0 +Version: 5.44.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 2 addon with auto completion widgets and classes @@ -74,6 +74,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 e50b3c4..4a1fc5d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kcompletion-5.43.0.tar.xz) = a9ff9f512a46df6d70580150f702339b408390353b0c665eb60d28f34ec4484d558896d510f82300b8178a402f7b6c8e5d9f587a33c4bb242860855bfce8e158 +SHA512 (kcompletion-5.44.0.tar.xz) = f72335fe665c0e8ec9b97c79a0191239d7a62bee6362d2289bb60741072125870fac631637dec216dcbb0f31973c162573d545cfae3e601a146018db0c6db2dc From 89877937a5519113c6583378fe9c2256765d1eb8 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Sun, 8 Apr 2018 07:33:29 -0500 Subject: [PATCH 062/145] 5.45.0 --- .gitignore | 1 + kf5-kcompletion.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index a5e6fbc..6bc69a3 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ /kcompletion-5.42.0.tar.xz /kcompletion-5.43.0.tar.xz /kcompletion-5.44.0.tar.xz +/kcompletion-5.45.0.tar.xz diff --git a/kf5-kcompletion.spec b/kf5-kcompletion.spec index 0a53ca8..6188d73 100755 --- a/kf5-kcompletion.spec +++ b/kf5-kcompletion.spec @@ -1,7 +1,7 @@ %global framework kcompletion Name: kf5-%{framework} -Version: 5.44.0 +Version: 5.45.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 2 addon with auto completion widgets and classes @@ -74,6 +74,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 4a1fc5d..a392a85 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kcompletion-5.44.0.tar.xz) = f72335fe665c0e8ec9b97c79a0191239d7a62bee6362d2289bb60741072125870fac631637dec216dcbb0f31973c162573d545cfae3e601a146018db0c6db2dc +SHA512 (kcompletion-5.45.0.tar.xz) = 0db81bab697c702ce8186ed6fc3099c24f66da97050c2e7fd48f0ca6509bdf117ff04176e7039fb3d0b78772e93c23c5d4000aa0bb1282e659f3573f9a5babda From 5942739a9286dda8d6776d5fbcacba28910fa317 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Sat, 5 May 2018 16:26:46 -0500 Subject: [PATCH 063/145] 5.46.0 --- .gitignore | 1 + kf5-kcompletion.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 6bc69a3..2d624f5 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ /kcompletion-5.43.0.tar.xz /kcompletion-5.44.0.tar.xz /kcompletion-5.45.0.tar.xz +/kcompletion-5.46.0.tar.xz diff --git a/kf5-kcompletion.spec b/kf5-kcompletion.spec index 6188d73..1e23303 100755 --- a/kf5-kcompletion.spec +++ b/kf5-kcompletion.spec @@ -1,7 +1,7 @@ %global framework kcompletion Name: kf5-%{framework} -Version: 5.45.0 +Version: 5.46.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 2 addon with auto completion widgets and classes @@ -74,6 +74,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 a392a85..6ae7c02 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kcompletion-5.45.0.tar.xz) = 0db81bab697c702ce8186ed6fc3099c24f66da97050c2e7fd48f0ca6509bdf117ff04176e7039fb3d0b78772e93c23c5d4000aa0bb1282e659f3573f9a5babda +SHA512 (kcompletion-5.46.0.tar.xz) = 7c958ba845a89745472ae8c40c95f43f78fbab420c394b81014335f004d3b40f7c4f44263cd5b99c5a448fde99e3f9da607fe01f539eba18a68a28c88d4b0d27 From 654116d33ddf32250cae29317c642fb4e01dea27 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Sun, 6 May 2018 07:22:52 -0500 Subject: [PATCH 064/145] cleanup --- .gitignore | 5 ----- kf5-kcompletion.spec | 7 +++---- 2 files changed, 3 insertions(+), 9 deletions(-) diff --git a/.gitignore b/.gitignore index 2d624f5..e6287bb 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1 @@ -/kcompletion-5.41.0.tar.xz -/kcompletion-5.42.0.tar.xz -/kcompletion-5.43.0.tar.xz -/kcompletion-5.44.0.tar.xz -/kcompletion-5.45.0.tar.xz /kcompletion-5.46.0.tar.xz diff --git a/kf5-kcompletion.spec b/kf5-kcompletion.spec index 1e23303..1acd673 100755 --- a/kf5-kcompletion.spec +++ b/kf5-kcompletion.spec @@ -48,17 +48,16 @@ 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 kcompletion5_qt --with-qt --all-name +%find_lang_kf5 kcompletion5_qt -%post -p /sbin/ldconfig -%postun -p /sbin/ldconfig +%ldconfig_scriptlets %files -f kcompletion5_qt.lang %doc README.md From a2faa29d70ebecbb8b2b1e9524287068503c23d7 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Sat, 2 Jun 2018 15:53:50 -0500 Subject: [PATCH 065/145] 5.47.0 --- .gitignore | 1 + kf5-kcompletion.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index e6287bb..1340fc6 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /kcompletion-5.46.0.tar.xz +/kcompletion-5.47.0.tar.xz diff --git a/kf5-kcompletion.spec b/kf5-kcompletion.spec index 1acd673..80a03db 100755 --- a/kf5-kcompletion.spec +++ b/kf5-kcompletion.spec @@ -1,7 +1,7 @@ %global framework kcompletion Name: kf5-%{framework} -Version: 5.46.0 +Version: 5.47.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 2 addon with auto completion widgets and classes @@ -73,6 +73,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 6ae7c02..ba8e1e8 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kcompletion-5.46.0.tar.xz) = 7c958ba845a89745472ae8c40c95f43f78fbab420c394b81014335f004d3b40f7c4f44263cd5b99c5a448fde99e3f9da607fe01f539eba18a68a28c88d4b0d27 +SHA512 (kcompletion-5.47.0.tar.xz) = 8d5d74f7f312466ad2898bbd8c40512e53a0e5d86883fd99429f29be52dd4b80c7b4e539ed07a08d8e9bdfc4a4b61fd6822a36b31159c8aaa47eb1fcbd379204 From eddc608f4fe39f9f1d55cfb22188c422807f09b3 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Thu, 7 Jun 2018 13:56:47 -0500 Subject: [PATCH 066/145] use %majmin, pkgconfig(Qt5...) style deps --- kf5-kcompletion.spec | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) diff --git a/kf5-kcompletion.spec b/kf5-kcompletion.spec index 80a03db..9084e7b 100755 --- a/kf5-kcompletion.spec +++ b/kf5-kcompletion.spec @@ -2,27 +2,27 @@ Name: kf5-%{framework} Version: 5.47.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: KDE Frameworks 5 Tier 2 addon with auto completion widgets and classes License: LGPLv2+ URL: https://cgit.kde.org/%{framework}.git -%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 +Source0: http://download.kde.org/%{stable}/frameworks/%{majmin}/%{framework}-%{version}.tar.xz -BuildRequires: extra-cmake-modules >= %{version} -BuildRequires: kf5-kconfig-devel >= %{version} -BuildRequires: kf5-kwidgetsaddons-devel >= %{version} +BuildRequires: extra-cmake-modules >= %{majmin} +BuildRequires: kf5-kconfig-devel >= %{majmin} +BuildRequires: kf5-kwidgetsaddons-devel >= %{majmin} BuildRequires: kf5-rpm-macros -BuildRequires: cmake(Qt5Widgets) +BuildRequires: pkgconfig(Qt5Widgets) %description KCompletion provides widgets with advanced completion support as well as a @@ -32,7 +32,7 @@ lower-level completion class which can be used with your own widgets. %package devel Summary: Development files for %{name} Requires: %{name}%{?_isa} = %{version}-%{release} -Requires: cmake(Qt5Widgets) +Requires: pkgconfig(Qt5Widgets) %description devel The %{name}-devel package contains libraries and header files for developing applications that use %{name}. @@ -73,6 +73,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Thu Jun 07 2018 Rex Dieter - 5.47.0-2 +- use %%majmin, pkgconfig(Qt5...) style deps + * Sat Jun 02 2018 Rex Dieter - 5.47.0-1 - 5.47.0 From ddc8bca95dee737b27aaacac81c0f1a8e1134692 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Sun, 8 Jul 2018 19:57:08 -0500 Subject: [PATCH 067/145] 5.48.0 --- .gitignore | 1 + kf5-kcompletion.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 1340fc6..ecff304 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /kcompletion-5.46.0.tar.xz /kcompletion-5.47.0.tar.xz +/kcompletion-5.48.0.tar.xz diff --git a/kf5-kcompletion.spec b/kf5-kcompletion.spec index 9084e7b..a4d0248 100755 --- a/kf5-kcompletion.spec +++ b/kf5-kcompletion.spec @@ -1,8 +1,8 @@ %global framework kcompletion Name: kf5-%{framework} -Version: 5.47.0 -Release: 2%{?dist} +Version: 5.48.0 +Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 2 addon with auto completion widgets and classes License: LGPLv2+ @@ -73,6 +73,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 - use %%majmin, pkgconfig(Qt5...) style deps diff --git a/sources b/sources index ba8e1e8..e697d1a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kcompletion-5.47.0.tar.xz) = 8d5d74f7f312466ad2898bbd8c40512e53a0e5d86883fd99429f29be52dd4b80c7b4e539ed07a08d8e9bdfc4a4b61fd6822a36b31159c8aaa47eb1fcbd379204 +SHA512 (kcompletion-5.48.0.tar.xz) = efd00a2ec90acc14bd717a1fca375da9741386e346aebb47eb41d65552675d2a7834763d5362190c0c8b8918b0e9a1eea25c37f72b2bc7c3734aa1e28ae44a99 From b28cc9e200e226d6b2233ff1ed77f57ef95c1413 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 13 Jul 2018 07:03:51 +0000 Subject: [PATCH 068/145] - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- kf5-kcompletion.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/kf5-kcompletion.spec b/kf5-kcompletion.spec index a4d0248..a70ee86 100755 --- a/kf5-kcompletion.spec +++ b/kf5-kcompletion.spec @@ -2,7 +2,7 @@ Name: kf5-%{framework} Version: 5.48.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: KDE Frameworks 5 Tier 2 addon with auto completion widgets and classes License: LGPLv2+ @@ -73,6 +73,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 dadb5fbf4268a630f097365c39a0b0e439b59e86 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Tue, 7 Aug 2018 10:17:06 -0500 Subject: [PATCH 069/145] 5.49.0 --- .gitignore | 1 + kf5-kcompletion.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index ecff304..100b05c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ /kcompletion-5.46.0.tar.xz /kcompletion-5.47.0.tar.xz /kcompletion-5.48.0.tar.xz +/kcompletion-5.49.0.tar.xz diff --git a/kf5-kcompletion.spec b/kf5-kcompletion.spec index a70ee86..e663110 100755 --- a/kf5-kcompletion.spec +++ b/kf5-kcompletion.spec @@ -1,8 +1,8 @@ %global framework kcompletion Name: kf5-%{framework} -Version: 5.48.0 -Release: 2%{?dist} +Version: 5.49.0 +Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 2 addon with auto completion widgets and classes License: LGPLv2+ @@ -73,6 +73,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 e697d1a..3c2dc45 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kcompletion-5.48.0.tar.xz) = efd00a2ec90acc14bd717a1fca375da9741386e346aebb47eb41d65552675d2a7834763d5362190c0c8b8918b0e9a1eea25c37f72b2bc7c3734aa1e28ae44a99 +SHA512 (kcompletion-5.49.0.tar.xz) = 226eac0c0a75774b4787cb39111a95494920bfb4c3c0f3f43b36a2f1d9c84f1f17b1d985c49c4578aa65140218760941c52df3415b90a98740ab3986b0a0b93a From e8867e15ecabf25637a9b086b416ae90b48ceafe Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Tue, 4 Sep 2018 14:59:05 -0500 Subject: [PATCH 070/145] 5.50.0 --- .gitignore | 1 + kf5-kcompletion.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 100b05c..324d55c 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ /kcompletion-5.47.0.tar.xz /kcompletion-5.48.0.tar.xz /kcompletion-5.49.0.tar.xz +/kcompletion-5.50.0.tar.xz diff --git a/kf5-kcompletion.spec b/kf5-kcompletion.spec index e663110..e38e928 100755 --- a/kf5-kcompletion.spec +++ b/kf5-kcompletion.spec @@ -1,7 +1,7 @@ %global framework kcompletion Name: kf5-%{framework} -Version: 5.49.0 +Version: 5.50.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 2 addon with auto completion widgets and classes @@ -73,6 +73,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Tue Sep 04 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 3c2dc45..8530baa 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kcompletion-5.49.0.tar.xz) = 226eac0c0a75774b4787cb39111a95494920bfb4c3c0f3f43b36a2f1d9c84f1f17b1d985c49c4578aa65140218760941c52df3415b90a98740ab3986b0a0b93a +SHA512 (kcompletion-5.50.0.tar.xz) = 27db7af56d4cafada863ae8f30a87c4d1974717ee2b3f537b235a6f1353c3976932c27308b4f9fe1a6386b0d395c22ffefb2f4c273a496a0785a34a494451c4c From ca22b61b669dae7c9d242a235736f8fa3412b8bf Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Wed, 10 Oct 2018 15:39:25 -0500 Subject: [PATCH 071/145] 5.51.0 --- .gitignore | 1 + kf5-kcompletion.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 324d55c..aed736b 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ /kcompletion-5.48.0.tar.xz /kcompletion-5.49.0.tar.xz /kcompletion-5.50.0.tar.xz +/kcompletion-5.51.0.tar.xz diff --git a/kf5-kcompletion.spec b/kf5-kcompletion.spec index e38e928..15073b5 100755 --- a/kf5-kcompletion.spec +++ b/kf5-kcompletion.spec @@ -1,7 +1,7 @@ %global framework kcompletion Name: kf5-%{framework} -Version: 5.50.0 +Version: 5.51.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 2 addon with auto completion widgets and classes @@ -73,6 +73,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Wed Oct 10 2018 Rex Dieter - 5.51.0-1 +- 5.51.0 + * Tue Sep 04 2018 Rex Dieter - 5.50.0-1 - 5.50.0 diff --git a/sources b/sources index 8530baa..f3b985c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kcompletion-5.50.0.tar.xz) = 27db7af56d4cafada863ae8f30a87c4d1974717ee2b3f537b235a6f1353c3976932c27308b4f9fe1a6386b0d395c22ffefb2f4c273a496a0785a34a494451c4c +SHA512 (kcompletion-5.51.0.tar.xz) = b70a3e6bee33a24b5659023c496c2dba0637b4b4a130704cba428f47c63625a847365dd4cb2bebfba94b0897ace9a6361aa536d05f1ed1574f934a56d65e1a83 From 9c643aea1a9c7de149a04c3436fb8afde69f4f71 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Sun, 4 Nov 2018 12:34:28 -0600 Subject: [PATCH 072/145] 5.52.0 --- .gitignore | 1 + kf5-kcompletion.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index aed736b..f9249ac 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ /kcompletion-5.49.0.tar.xz /kcompletion-5.50.0.tar.xz /kcompletion-5.51.0.tar.xz +/kcompletion-5.52.0.tar.xz diff --git a/kf5-kcompletion.spec b/kf5-kcompletion.spec index 15073b5..31d471a 100755 --- a/kf5-kcompletion.spec +++ b/kf5-kcompletion.spec @@ -1,7 +1,7 @@ %global framework kcompletion Name: kf5-%{framework} -Version: 5.51.0 +Version: 5.52.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 2 addon with auto completion widgets and classes @@ -73,6 +73,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Sun Nov 04 2018 Rex Dieter - 5.52.0-1 +- 5.52.0 + * Wed Oct 10 2018 Rex Dieter - 5.51.0-1 - 5.51.0 diff --git a/sources b/sources index f3b985c..f63edf1 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kcompletion-5.51.0.tar.xz) = b70a3e6bee33a24b5659023c496c2dba0637b4b4a130704cba428f47c63625a847365dd4cb2bebfba94b0897ace9a6361aa536d05f1ed1574f934a56d65e1a83 +SHA512 (kcompletion-5.52.0.tar.xz) = 21de65fa4a72d32d12e948a432006e4846ce7b7ea7760793dd3047465186dde64b51154472fd1507f2908006750566f5fbb609f578e658bf038f90502e96e957 From 9b8703c9af3250a4128faa367f9a9b6124b176b4 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Sun, 9 Dec 2018 08:22:59 -0600 Subject: [PATCH 073/145] 5.53.0 --- .gitignore | 1 + kf5-kcompletion.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index f9249ac..3387b40 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ /kcompletion-5.50.0.tar.xz /kcompletion-5.51.0.tar.xz /kcompletion-5.52.0.tar.xz +/kcompletion-5.53.0.tar.xz diff --git a/kf5-kcompletion.spec b/kf5-kcompletion.spec index 31d471a..be3385e 100755 --- a/kf5-kcompletion.spec +++ b/kf5-kcompletion.spec @@ -1,7 +1,7 @@ %global framework kcompletion Name: kf5-%{framework} -Version: 5.52.0 +Version: 5.53.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 2 addon with auto completion widgets and classes @@ -73,6 +73,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 f63edf1..07135a9 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kcompletion-5.52.0.tar.xz) = 21de65fa4a72d32d12e948a432006e4846ce7b7ea7760793dd3047465186dde64b51154472fd1507f2908006750566f5fbb609f578e658bf038f90502e96e957 +SHA512 (kcompletion-5.53.0.tar.xz) = 10ab7ea8e6f8d301b415920fa1b927f15fa11292e6ac0063c416545bfcbbc8cf0d3d6393b3fc6a6326ae318b8774cadd414e395eb4b2b988ab55c7676e6cbb80 From 11d0a31048b803e7ddbae23027c0a8bb9ac76f3a Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Tue, 8 Jan 2019 16:59:42 -0600 Subject: [PATCH 074/145] 5.54.0 --- .gitignore | 1 + kf5-kcompletion.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 3387b40..6d8c9f3 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,4 @@ /kcompletion-5.51.0.tar.xz /kcompletion-5.52.0.tar.xz /kcompletion-5.53.0.tar.xz +/kcompletion-5.54.0.tar.xz diff --git a/kf5-kcompletion.spec b/kf5-kcompletion.spec index be3385e..28f155b 100755 --- a/kf5-kcompletion.spec +++ b/kf5-kcompletion.spec @@ -1,7 +1,7 @@ %global framework kcompletion Name: kf5-%{framework} -Version: 5.53.0 +Version: 5.54.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 2 addon with auto completion widgets and classes @@ -73,6 +73,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 07135a9..3fc2936 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kcompletion-5.53.0.tar.xz) = 10ab7ea8e6f8d301b415920fa1b927f15fa11292e6ac0063c416545bfcbbc8cf0d3d6393b3fc6a6326ae318b8774cadd414e395eb4b2b988ab55c7676e6cbb80 +SHA512 (kcompletion-5.54.0.tar.xz) = af813411090d25f85d1b409bd971d9f610cc7c1ce01463f70cf57791af9dafe88957d74be0b63c4ca8f7d2a790c48d34613a03bed03552cae30346576849f654 From 02ff87f7e1c6a5741f3363148a347239b6cdebe3 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 1 Feb 2019 05:26:44 +0000 Subject: [PATCH 075/145] - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- kf5-kcompletion.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/kf5-kcompletion.spec b/kf5-kcompletion.spec index 28f155b..3a35bdb 100755 --- a/kf5-kcompletion.spec +++ b/kf5-kcompletion.spec @@ -2,7 +2,7 @@ Name: kf5-%{framework} Version: 5.54.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: KDE Frameworks 5 Tier 2 addon with auto completion widgets and classes License: LGPLv2+ @@ -73,6 +73,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 3aed6974de570be3d489434800cdccf7387a7e3b Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Mon, 4 Feb 2019 11:02:44 -0600 Subject: [PATCH 076/145] 5.55.0 --- .gitignore | 1 + kf5-kcompletion.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 6d8c9f3..4a578ee 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,4 @@ /kcompletion-5.52.0.tar.xz /kcompletion-5.53.0.tar.xz /kcompletion-5.54.0.tar.xz +/kcompletion-5.55.0.tar.xz diff --git a/kf5-kcompletion.spec b/kf5-kcompletion.spec index 3a35bdb..b1a4b1f 100755 --- a/kf5-kcompletion.spec +++ b/kf5-kcompletion.spec @@ -1,8 +1,8 @@ %global framework kcompletion Name: kf5-%{framework} -Version: 5.54.0 -Release: 2%{?dist} +Version: 5.55.0 +Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 2 addon with auto completion widgets and classes License: LGPLv2+ @@ -73,6 +73,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 3fc2936..28ce45f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kcompletion-5.54.0.tar.xz) = af813411090d25f85d1b409bd971d9f610cc7c1ce01463f70cf57791af9dafe88957d74be0b63c4ca8f7d2a790c48d34613a03bed03552cae30346576849f654 +SHA512 (kcompletion-5.55.0.tar.xz) = cfcf6e0ad5548f31fb9edafe2640379bae6f1cb40444a2a1929c8959dd46b1093f81dcfb9da216add826f7c1bbe645cd5562bbef61e66824592d94c072d1c44d From 46baad294142152f2254b166f3a05a8ae36f8a5c Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Tue, 5 Mar 2019 08:55:44 -0600 Subject: [PATCH 077/145] 5.56.0 --- .gitignore | 1 + kf5-kcompletion.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 4a578ee..ee3a14c 100644 --- a/.gitignore +++ b/.gitignore @@ -8,3 +8,4 @@ /kcompletion-5.53.0.tar.xz /kcompletion-5.54.0.tar.xz /kcompletion-5.55.0.tar.xz +/kcompletion-5.56.0.tar.xz diff --git a/kf5-kcompletion.spec b/kf5-kcompletion.spec index b1a4b1f..29b66d8 100755 --- a/kf5-kcompletion.spec +++ b/kf5-kcompletion.spec @@ -1,7 +1,7 @@ %global framework kcompletion Name: kf5-%{framework} -Version: 5.55.0 +Version: 5.56.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 2 addon with auto completion widgets and classes @@ -73,6 +73,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 28ce45f..29dac3d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kcompletion-5.55.0.tar.xz) = cfcf6e0ad5548f31fb9edafe2640379bae6f1cb40444a2a1929c8959dd46b1093f81dcfb9da216add826f7c1bbe645cd5562bbef61e66824592d94c072d1c44d +SHA512 (kcompletion-5.56.0.tar.xz) = a074341b82a2ea25f50e5bacf90aee50c0a6c2a85d8e476d75815520bc27105ff36dfaf8f183c218b1f0bd44205fc804fe9433719bb3ba9db21a964a51300d15 From e7881c1fa26e8c6601887694d531119cb4669b14 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Tue, 9 Apr 2019 10:03:40 -0500 Subject: [PATCH 078/145] 5.57.0 --- .gitignore | 1 + kf5-kcompletion.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index ee3a14c..8523500 100644 --- a/.gitignore +++ b/.gitignore @@ -9,3 +9,4 @@ /kcompletion-5.54.0.tar.xz /kcompletion-5.55.0.tar.xz /kcompletion-5.56.0.tar.xz +/kcompletion-5.57.0.tar.xz diff --git a/kf5-kcompletion.spec b/kf5-kcompletion.spec index 29b66d8..2ae5e36 100755 --- a/kf5-kcompletion.spec +++ b/kf5-kcompletion.spec @@ -1,7 +1,7 @@ %global framework kcompletion Name: kf5-%{framework} -Version: 5.56.0 +Version: 5.57.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 2 addon with auto completion widgets and classes @@ -73,6 +73,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 29dac3d..c2e318f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kcompletion-5.56.0.tar.xz) = a074341b82a2ea25f50e5bacf90aee50c0a6c2a85d8e476d75815520bc27105ff36dfaf8f183c218b1f0bd44205fc804fe9433719bb3ba9db21a964a51300d15 +SHA512 (kcompletion-5.57.0.tar.xz) = d4782da892535a07ac904be510f76741c648e0b007f09acc7b0445308f8f9f24d25abb194b8824b8fc2de3be117793ed4fb8c5f40c3743f3e0ad610fb04e0747 From fe82af997a8ef377e6bb4d621c4f0d4e68cc1050 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Tue, 7 May 2019 13:49:15 -0500 Subject: [PATCH 079/145] 5.58.0 --- .gitignore | 1 + kf5-kcompletion.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 8523500..ca09fae 100644 --- a/.gitignore +++ b/.gitignore @@ -10,3 +10,4 @@ /kcompletion-5.55.0.tar.xz /kcompletion-5.56.0.tar.xz /kcompletion-5.57.0.tar.xz +/kcompletion-5.58.0.tar.xz diff --git a/kf5-kcompletion.spec b/kf5-kcompletion.spec index 2ae5e36..f6e440c 100755 --- a/kf5-kcompletion.spec +++ b/kf5-kcompletion.spec @@ -1,7 +1,7 @@ %global framework kcompletion Name: kf5-%{framework} -Version: 5.57.0 +Version: 5.58.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 2 addon with auto completion widgets and classes @@ -73,6 +73,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 c2e318f..676bbb3 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kcompletion-5.57.0.tar.xz) = d4782da892535a07ac904be510f76741c648e0b007f09acc7b0445308f8f9f24d25abb194b8824b8fc2de3be117793ed4fb8c5f40c3743f3e0ad610fb04e0747 +SHA512 (kcompletion-5.58.0.tar.xz) = c5da666c8f480d96989ab2566b27c533eed4ebe7df8c2eff9226caf5ffc243e6f3f8f058dcd9d2e53ebfada4fe0e5887bb7d459271e7b6599b168a3ae96505e4 From 0a8805d8d3e272db66ad66e4257a6efcc4b87326 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Thu, 6 Jun 2019 12:34:13 -0500 Subject: [PATCH 080/145] 5.59.0 --- .gitignore | 1 + kf5-kcompletion.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index ca09fae..21ca9eb 100644 --- a/.gitignore +++ b/.gitignore @@ -11,3 +11,4 @@ /kcompletion-5.56.0.tar.xz /kcompletion-5.57.0.tar.xz /kcompletion-5.58.0.tar.xz +/kcompletion-5.59.0.tar.xz diff --git a/kf5-kcompletion.spec b/kf5-kcompletion.spec index f6e440c..0a6b472 100755 --- a/kf5-kcompletion.spec +++ b/kf5-kcompletion.spec @@ -1,7 +1,7 @@ %global framework kcompletion Name: kf5-%{framework} -Version: 5.58.0 +Version: 5.59.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 2 addon with auto completion widgets and classes @@ -73,6 +73,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 676bbb3..706c909 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kcompletion-5.58.0.tar.xz) = c5da666c8f480d96989ab2566b27c533eed4ebe7df8c2eff9226caf5ffc243e6f3f8f058dcd9d2e53ebfada4fe0e5887bb7d459271e7b6599b168a3ae96505e4 +SHA512 (kcompletion-5.59.0.tar.xz) = 013623947b7c83ddaf66c90f568823a72ffa9827c7d0a03850428a486fbf519c74c9dda738c22992d56a2f6b008c7e2633ee3cc805b48a1bdc1612cf514b9d47 From b0ae648e8ef678039c4beb958c5104aab4451caf Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Sat, 13 Jul 2019 12:02:07 -0500 Subject: [PATCH 081/145] 5.60.0 --- .gitignore | 1 + kf5-kcompletion.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 21ca9eb..00cff0e 100644 --- a/.gitignore +++ b/.gitignore @@ -12,3 +12,4 @@ /kcompletion-5.57.0.tar.xz /kcompletion-5.58.0.tar.xz /kcompletion-5.59.0.tar.xz +/kcompletion-5.60.0.tar.xz diff --git a/kf5-kcompletion.spec b/kf5-kcompletion.spec index 0a6b472..b9f7aad 100755 --- a/kf5-kcompletion.spec +++ b/kf5-kcompletion.spec @@ -1,7 +1,7 @@ %global framework kcompletion Name: kf5-%{framework} -Version: 5.59.0 +Version: 5.60.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 2 addon with auto completion widgets and classes @@ -73,6 +73,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Sat Jul 13 2019 Rex Dieter - 5.60.0-1 +- 5.60.0 + * Thu Jun 06 2019 Rex Dieter - 5.59.0-1 - 5.59.0 diff --git a/sources b/sources index 706c909..09d0ebc 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kcompletion-5.59.0.tar.xz) = 013623947b7c83ddaf66c90f568823a72ffa9827c7d0a03850428a486fbf519c74c9dda738c22992d56a2f6b008c7e2633ee3cc805b48a1bdc1612cf514b9d47 +SHA512 (kcompletion-5.60.0.tar.xz) = 8ed90c93b06bbe55d6874dd247d88e20319692254e1da9e773cdb9fd576a88cd792aad1866dbce619f542e58668fe7562f5959bf6fec92cb6c6167de537f6026 From c14501ec21e434bc91fe7529403ee90bdc1594d3 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 25 Jul 2019 11:29:24 +0000 Subject: [PATCH 082/145] - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- kf5-kcompletion.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/kf5-kcompletion.spec b/kf5-kcompletion.spec index b9f7aad..0e478dd 100755 --- a/kf5-kcompletion.spec +++ b/kf5-kcompletion.spec @@ -2,7 +2,7 @@ Name: kf5-%{framework} Version: 5.60.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: KDE Frameworks 5 Tier 2 addon with auto completion widgets and classes License: LGPLv2+ @@ -73,6 +73,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Thu Jul 25 2019 Fedora Release Engineering - 5.60.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild + * Sat Jul 13 2019 Rex Dieter - 5.60.0-1 - 5.60.0 From 99252963391b560b7a1844e8ae870c19e52f55f4 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Wed, 7 Aug 2019 09:56:18 -0500 Subject: [PATCH 083/145] 5.61.0 --- .gitignore | 1 + kf5-kcompletion.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 00cff0e..e723f13 100644 --- a/.gitignore +++ b/.gitignore @@ -13,3 +13,4 @@ /kcompletion-5.58.0.tar.xz /kcompletion-5.59.0.tar.xz /kcompletion-5.60.0.tar.xz +/kcompletion-5.61.0.tar.xz diff --git a/kf5-kcompletion.spec b/kf5-kcompletion.spec index 0e478dd..4a0b3be 100755 --- a/kf5-kcompletion.spec +++ b/kf5-kcompletion.spec @@ -1,8 +1,8 @@ %global framework kcompletion Name: kf5-%{framework} -Version: 5.60.0 -Release: 2%{?dist} +Version: 5.61.0 +Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 2 addon with auto completion widgets and classes License: LGPLv2+ @@ -73,6 +73,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Wed Aug 07 2019 Rex Dieter - 5.61.0-1 +- 5.61.0 + * Thu Jul 25 2019 Fedora Release Engineering - 5.60.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild diff --git a/sources b/sources index 09d0ebc..acca218 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kcompletion-5.60.0.tar.xz) = 8ed90c93b06bbe55d6874dd247d88e20319692254e1da9e773cdb9fd576a88cd792aad1866dbce619f542e58668fe7562f5959bf6fec92cb6c6167de537f6026 +SHA512 (kcompletion-5.61.0.tar.xz) = 943c522294ae49ca1525f2365cc54861ee77671dcbf393a07b026c37b09a0772c7b096c499690194558b9e4f931cd52b6132caf93a2660546db8c239d1d42b3b From 73db2c3b94a2df9b79cfa8635a91a0e22108c955 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Mon, 16 Sep 2019 16:29:59 -0500 Subject: [PATCH 084/145] 5.62.0 --- .gitignore | 1 + kf5-kcompletion.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index e723f13..fbc99a2 100644 --- a/.gitignore +++ b/.gitignore @@ -14,3 +14,4 @@ /kcompletion-5.59.0.tar.xz /kcompletion-5.60.0.tar.xz /kcompletion-5.61.0.tar.xz +/kcompletion-5.62.0.tar.xz diff --git a/kf5-kcompletion.spec b/kf5-kcompletion.spec index 4a0b3be..afbe25b 100755 --- a/kf5-kcompletion.spec +++ b/kf5-kcompletion.spec @@ -1,7 +1,7 @@ %global framework kcompletion Name: kf5-%{framework} -Version: 5.61.0 +Version: 5.62.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 2 addon with auto completion widgets and classes @@ -73,6 +73,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Mon Sep 16 2019 Rex Dieter - 5.62.0-1 +- 5.62.0 + * Wed Aug 07 2019 Rex Dieter - 5.61.0-1 - 5.61.0 diff --git a/sources b/sources index acca218..3e096e8 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kcompletion-5.61.0.tar.xz) = 943c522294ae49ca1525f2365cc54861ee77671dcbf393a07b026c37b09a0772c7b096c499690194558b9e4f931cd52b6132caf93a2660546db8c239d1d42b3b +SHA512 (kcompletion-5.62.0.tar.xz) = b7511dea047e3c458d2a9912446752ce89245b4aed97b44beb180e7a79751d257f7d35b184531957cabb0d94db50f224523a0300276c006b7c1e888c570a6daa From 33566fbf1f0ed7ec89d93550f7512513db080e2b Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Tue, 17 Sep 2019 11:19:44 -0500 Subject: [PATCH 085/145] +designer plugin support --- kf5-kcompletion.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/kf5-kcompletion.spec b/kf5-kcompletion.spec index afbe25b..a62f303 100755 --- a/kf5-kcompletion.spec +++ b/kf5-kcompletion.spec @@ -23,6 +23,7 @@ BuildRequires: kf5-kwidgetsaddons-devel >= %{majmin} BuildRequires: kf5-rpm-macros BuildRequires: pkgconfig(Qt5Widgets) +BuildRequires: cmake(Qt5UiPlugin) %description KCompletion provides widgets with advanced completion support as well as a @@ -63,6 +64,7 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %doc README.md %license COPYING.LIB %{_kf5_libdir}/libKF5Completion.so.* +%{_kf5_qtplugindir}/designer/*5widgets.so %files devel %{_kf5_includedir}/kcompletion_version.h From 2eb06e2e54b4f9ea96761f965b3a69b0713a05cc Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Tue, 22 Oct 2019 08:27:30 -0500 Subject: [PATCH 086/145] 5.63.0 --- .gitignore | 1 + kf5-kcompletion.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index fbc99a2..ca45501 100644 --- a/.gitignore +++ b/.gitignore @@ -15,3 +15,4 @@ /kcompletion-5.60.0.tar.xz /kcompletion-5.61.0.tar.xz /kcompletion-5.62.0.tar.xz +/kcompletion-5.63.0.tar.xz diff --git a/kf5-kcompletion.spec b/kf5-kcompletion.spec index a62f303..c618ae7 100755 --- a/kf5-kcompletion.spec +++ b/kf5-kcompletion.spec @@ -1,7 +1,7 @@ %global framework kcompletion Name: kf5-%{framework} -Version: 5.62.0 +Version: 5.63.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 2 addon with auto completion widgets and classes @@ -75,6 +75,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Tue Oct 22 2019 Rex Dieter - 5.63.0-1 +- 5.63.0 + * Mon Sep 16 2019 Rex Dieter - 5.62.0-1 - 5.62.0 diff --git a/sources b/sources index 3e096e8..f9a3d55 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kcompletion-5.62.0.tar.xz) = b7511dea047e3c458d2a9912446752ce89245b4aed97b44beb180e7a79751d257f7d35b184531957cabb0d94db50f224523a0300276c006b7c1e888c570a6daa +SHA512 (kcompletion-5.63.0.tar.xz) = 981240887c8e35d5e2bdb591f1ae4076f9bec9b7b2203b3f4a726605adf06538caab60edbc979b931e63c35694264c5bc53f97e686bec3e2eee79c82e6486979 From d8bb8214f4b944cc14938cd7dbf0dfeb920cf878 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Fri, 8 Nov 2019 10:22:17 -0600 Subject: [PATCH 087/145] 5.64.0 --- .gitignore | 1 + kf5-kcompletion.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index ca45501..b99f8b4 100644 --- a/.gitignore +++ b/.gitignore @@ -16,3 +16,4 @@ /kcompletion-5.61.0.tar.xz /kcompletion-5.62.0.tar.xz /kcompletion-5.63.0.tar.xz +/kcompletion-5.64.0.tar.xz diff --git a/kf5-kcompletion.spec b/kf5-kcompletion.spec index c618ae7..87dfcad 100755 --- a/kf5-kcompletion.spec +++ b/kf5-kcompletion.spec @@ -1,7 +1,7 @@ %global framework kcompletion Name: kf5-%{framework} -Version: 5.63.0 +Version: 5.64.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 2 addon with auto completion widgets and classes @@ -75,6 +75,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Fri Nov 08 2019 Rex Dieter - 5.64.0-1 +- 5.64.0 + * Tue Oct 22 2019 Rex Dieter - 5.63.0-1 - 5.63.0 diff --git a/sources b/sources index f9a3d55..03203c9 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kcompletion-5.63.0.tar.xz) = 981240887c8e35d5e2bdb591f1ae4076f9bec9b7b2203b3f4a726605adf06538caab60edbc979b931e63c35694264c5bc53f97e686bec3e2eee79c82e6486979 +SHA512 (kcompletion-5.64.0.tar.xz) = 59f84af0130ca8954f557068e91c86317d7df2b593071aed07790ba7012005394c8180e9408bc686ffd476c14edb4d6f4e3758f7cb9983a4db00237c1dbe578f From 7231e5d34743982a75fe0940973060a543ff76e6 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Tue, 17 Dec 2019 11:02:58 -0600 Subject: [PATCH 088/145] 5.65.0 --- .gitignore | 1 + kf5-kcompletion.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index b99f8b4..2391247 100644 --- a/.gitignore +++ b/.gitignore @@ -17,3 +17,4 @@ /kcompletion-5.62.0.tar.xz /kcompletion-5.63.0.tar.xz /kcompletion-5.64.0.tar.xz +/kcompletion-5.65.0.tar.xz diff --git a/kf5-kcompletion.spec b/kf5-kcompletion.spec index 87dfcad..36bd69d 100755 --- a/kf5-kcompletion.spec +++ b/kf5-kcompletion.spec @@ -1,7 +1,7 @@ %global framework kcompletion Name: kf5-%{framework} -Version: 5.64.0 +Version: 5.65.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 2 addon with auto completion widgets and classes @@ -75,6 +75,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Tue Dec 17 2019 Rex Dieter - 5.65.0-1 +- 5.65.0 + * Fri Nov 08 2019 Rex Dieter - 5.64.0-1 - 5.64.0 diff --git a/sources b/sources index 03203c9..7319fe1 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kcompletion-5.64.0.tar.xz) = 59f84af0130ca8954f557068e91c86317d7df2b593071aed07790ba7012005394c8180e9408bc686ffd476c14edb4d6f4e3758f7cb9983a4db00237c1dbe578f +SHA512 (kcompletion-5.65.0.tar.xz) = d35844d13ab695ccf783a509dc0adcd7e39775ea6ebfa1ec2a1e21d81aa81eb422fc4df2c8bd71ba75f72b68c34d1d4a61801cbcc497834cc0d5cbb0dec39459 From 0744b86180d265c75eae60df2ce45dd3a4a43de6 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Tue, 7 Jan 2020 14:07:16 -0600 Subject: [PATCH 089/145] 5.66.0 --- .gitignore | 1 + kf5-kcompletion.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 2391247..4a5aba4 100644 --- a/.gitignore +++ b/.gitignore @@ -18,3 +18,4 @@ /kcompletion-5.63.0.tar.xz /kcompletion-5.64.0.tar.xz /kcompletion-5.65.0.tar.xz +/kcompletion-5.66.0.tar.xz diff --git a/kf5-kcompletion.spec b/kf5-kcompletion.spec index 36bd69d..2e2cd50 100755 --- a/kf5-kcompletion.spec +++ b/kf5-kcompletion.spec @@ -1,7 +1,7 @@ %global framework kcompletion Name: kf5-%{framework} -Version: 5.65.0 +Version: 5.66.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 2 addon with auto completion widgets and classes @@ -75,6 +75,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Tue Jan 07 2020 Rex Dieter - 5.66.0-1 +- 5.66.0 + * Tue Dec 17 2019 Rex Dieter - 5.65.0-1 - 5.65.0 diff --git a/sources b/sources index 7319fe1..5c2f71f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kcompletion-5.65.0.tar.xz) = d35844d13ab695ccf783a509dc0adcd7e39775ea6ebfa1ec2a1e21d81aa81eb422fc4df2c8bd71ba75f72b68c34d1d4a61801cbcc497834cc0d5cbb0dec39459 +SHA512 (kcompletion-5.66.0.tar.xz) = 8adec48d62f5e8051e7f3c5b52c55a52a7a66d041536649fd7424d51ae9ee8ed16e4eae9070e9258fdd7797761af3be3550a4fba1e04090d251f676c91f59136 From bae23efdcd7413fc0177230aedf6a63775e4514c Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 29 Jan 2020 07:07:39 +0000 Subject: [PATCH 090/145] - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- kf5-kcompletion.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/kf5-kcompletion.spec b/kf5-kcompletion.spec index 2e2cd50..ddc1422 100755 --- a/kf5-kcompletion.spec +++ b/kf5-kcompletion.spec @@ -2,7 +2,7 @@ Name: kf5-%{framework} Version: 5.66.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: KDE Frameworks 5 Tier 2 addon with auto completion widgets and classes License: LGPLv2+ @@ -75,6 +75,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Wed Jan 29 2020 Fedora Release Engineering - 5.66.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild + * Tue Jan 07 2020 Rex Dieter - 5.66.0-1 - 5.66.0 From 68c39d8c2176b8bd990d900386b04a084b508f37 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Sun, 2 Feb 2020 17:53:58 -0600 Subject: [PATCH 091/145] 5.67.0 --- .gitignore | 1 + kf5-kcompletion.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 4a5aba4..64e917a 100644 --- a/.gitignore +++ b/.gitignore @@ -19,3 +19,4 @@ /kcompletion-5.64.0.tar.xz /kcompletion-5.65.0.tar.xz /kcompletion-5.66.0.tar.xz +/kcompletion-5.67.0.tar.xz diff --git a/kf5-kcompletion.spec b/kf5-kcompletion.spec index ddc1422..7cd0e9c 100755 --- a/kf5-kcompletion.spec +++ b/kf5-kcompletion.spec @@ -1,8 +1,8 @@ %global framework kcompletion Name: kf5-%{framework} -Version: 5.66.0 -Release: 2%{?dist} +Version: 5.67.0 +Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 2 addon with auto completion widgets and classes License: LGPLv2+ @@ -75,6 +75,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Sun Feb 02 2020 Rex Dieter - 5.67.0-1 +- 5.67.0 + * Wed Jan 29 2020 Fedora Release Engineering - 5.66.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild diff --git a/sources b/sources index 5c2f71f..cbb20b5 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kcompletion-5.66.0.tar.xz) = 8adec48d62f5e8051e7f3c5b52c55a52a7a66d041536649fd7424d51ae9ee8ed16e4eae9070e9258fdd7797761af3be3550a4fba1e04090d251f676c91f59136 +SHA512 (kcompletion-5.67.0.tar.xz) = beaa0162744a20f74721ff41c643269a24937a5d51275ce01e406724a11c0b74b46b517defa6cd4ad709f3004c11ca7ef8b1e2b2a6665966b2439fd476c9c9aa From ac4e4c944e8bec63c92545bec5e03bad5f03dc55 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Thu, 19 Mar 2020 21:59:38 -0500 Subject: [PATCH 092/145] 5.68.0 --- .gitignore | 1 + kf5-kcompletion.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 64e917a..e15150b 100644 --- a/.gitignore +++ b/.gitignore @@ -20,3 +20,4 @@ /kcompletion-5.65.0.tar.xz /kcompletion-5.66.0.tar.xz /kcompletion-5.67.0.tar.xz +/kcompletion-5.68.0.tar.xz diff --git a/kf5-kcompletion.spec b/kf5-kcompletion.spec index 7cd0e9c..4a607f8 100755 --- a/kf5-kcompletion.spec +++ b/kf5-kcompletion.spec @@ -1,7 +1,7 @@ %global framework kcompletion Name: kf5-%{framework} -Version: 5.67.0 +Version: 5.68.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 2 addon with auto completion widgets and classes @@ -75,6 +75,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Fri Mar 20 2020 Rex Dieter - 5.68.0-1 +- 5.68.0 + * Sun Feb 02 2020 Rex Dieter - 5.67.0-1 - 5.67.0 diff --git a/sources b/sources index cbb20b5..ede9bcd 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kcompletion-5.67.0.tar.xz) = beaa0162744a20f74721ff41c643269a24937a5d51275ce01e406724a11c0b74b46b517defa6cd4ad709f3004c11ca7ef8b1e2b2a6665966b2439fd476c9c9aa +SHA512 (kcompletion-5.68.0.tar.xz) = 05c434549610404a8a9972fa88dd33245ec9b6e9b402a3602e2081b3ca3692127993307ceb56f8790b91d0a990a2241cf1258a54e316dedef1980b72741cb62e From 2581603d82dcb6918fff38598ae0b8653c3a1a24 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Tue, 21 Apr 2020 13:26:01 -0500 Subject: [PATCH 093/145] 5.69.0 --- .gitignore | 1 + kf5-kcompletion.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index e15150b..00c552d 100644 --- a/.gitignore +++ b/.gitignore @@ -21,3 +21,4 @@ /kcompletion-5.66.0.tar.xz /kcompletion-5.67.0.tar.xz /kcompletion-5.68.0.tar.xz +/kcompletion-5.69.0.tar.xz diff --git a/kf5-kcompletion.spec b/kf5-kcompletion.spec index 4a607f8..3d9a94a 100755 --- a/kf5-kcompletion.spec +++ b/kf5-kcompletion.spec @@ -1,7 +1,7 @@ %global framework kcompletion Name: kf5-%{framework} -Version: 5.68.0 +Version: 5.69.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 2 addon with auto completion widgets and classes @@ -75,6 +75,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Tue Apr 21 2020 Rex Dieter - 5.69.0-1 +- 5.69.0 + * Fri Mar 20 2020 Rex Dieter - 5.68.0-1 - 5.68.0 diff --git a/sources b/sources index ede9bcd..ddc451e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kcompletion-5.68.0.tar.xz) = 05c434549610404a8a9972fa88dd33245ec9b6e9b402a3602e2081b3ca3692127993307ceb56f8790b91d0a990a2241cf1258a54e316dedef1980b72741cb62e +SHA512 (kcompletion-5.69.0.tar.xz) = 67847a748dfe7bb3ea05741922df9c7ec4877411cc8fce8983f2d09354a46522992d703c536277d4e17174d959e59322a9037eda99de67867ebae80e4aba8b5e From 9de754c20119afb098834f55b41e57630ba7c739 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Mon, 4 May 2020 16:48:54 -0500 Subject: [PATCH 094/145] 5.70.0 --- .gitignore | 1 + kf5-kcompletion.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 00c552d..86123d6 100644 --- a/.gitignore +++ b/.gitignore @@ -22,3 +22,4 @@ /kcompletion-5.67.0.tar.xz /kcompletion-5.68.0.tar.xz /kcompletion-5.69.0.tar.xz +/kcompletion-5.70.0.tar.xz diff --git a/kf5-kcompletion.spec b/kf5-kcompletion.spec index 3d9a94a..ee0feb5 100755 --- a/kf5-kcompletion.spec +++ b/kf5-kcompletion.spec @@ -1,7 +1,7 @@ %global framework kcompletion Name: kf5-%{framework} -Version: 5.69.0 +Version: 5.70.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 2 addon with auto completion widgets and classes @@ -75,6 +75,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Mon May 04 2020 Rex Dieter - 5.70.0-1 +- 5.70.0 + * Tue Apr 21 2020 Rex Dieter - 5.69.0-1 - 5.69.0 diff --git a/sources b/sources index ddc451e..1384212 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kcompletion-5.69.0.tar.xz) = 67847a748dfe7bb3ea05741922df9c7ec4877411cc8fce8983f2d09354a46522992d703c536277d4e17174d959e59322a9037eda99de67867ebae80e4aba8b5e +SHA512 (kcompletion-5.70.0.tar.xz) = 88979932777ddd7188c28783afee5eca528bc7028eafd32a46b064f8225eff0c8b354f8bb14f1ec02f551a83a2516bd1270043498169fabf6123e8d9843cd987 From 22b6da131d29b46d692d52997b587f0a602422cd Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Tue, 16 Jun 2020 09:20:56 -0500 Subject: [PATCH 095/145] 5.71.0 --- .gitignore | 1 + kf5-kcompletion.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 86123d6..9a52bd8 100644 --- a/.gitignore +++ b/.gitignore @@ -23,3 +23,4 @@ /kcompletion-5.68.0.tar.xz /kcompletion-5.69.0.tar.xz /kcompletion-5.70.0.tar.xz +/kcompletion-5.71.0.tar.xz diff --git a/kf5-kcompletion.spec b/kf5-kcompletion.spec index ee0feb5..48b03d7 100755 --- a/kf5-kcompletion.spec +++ b/kf5-kcompletion.spec @@ -1,7 +1,7 @@ %global framework kcompletion Name: kf5-%{framework} -Version: 5.70.0 +Version: 5.71.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 2 addon with auto completion widgets and classes @@ -75,6 +75,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Tue Jun 16 2020 Rex Dieter - 5.71.0-1 +- 5.71.0 + * Mon May 04 2020 Rex Dieter - 5.70.0-1 - 5.70.0 diff --git a/sources b/sources index 1384212..1c20041 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kcompletion-5.70.0.tar.xz) = 88979932777ddd7188c28783afee5eca528bc7028eafd32a46b064f8225eff0c8b354f8bb14f1ec02f551a83a2516bd1270043498169fabf6123e8d9843cd987 +SHA512 (kcompletion-5.71.0.tar.xz) = 9314690c326170492b3909f4bf167ee7bbc0bc94ad5ac5caa99f587a4394a6daacf978ade7554eea38562e3955f8eec370ec29794a5d2cd5276be6f380967bbe From 92b5d53a21e1baa4a00326b8c93437786c089cc9 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Tue, 7 Jul 2020 12:14:56 -0500 Subject: [PATCH 096/145] 5.72.0 --- .gitignore | 1 + kf5-kcompletion.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 9a52bd8..7d18e0d 100644 --- a/.gitignore +++ b/.gitignore @@ -24,3 +24,4 @@ /kcompletion-5.69.0.tar.xz /kcompletion-5.70.0.tar.xz /kcompletion-5.71.0.tar.xz +/kcompletion-5.72.0.tar.xz diff --git a/kf5-kcompletion.spec b/kf5-kcompletion.spec index 48b03d7..a45745f 100755 --- a/kf5-kcompletion.spec +++ b/kf5-kcompletion.spec @@ -1,7 +1,7 @@ %global framework kcompletion Name: kf5-%{framework} -Version: 5.71.0 +Version: 5.72.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 2 addon with auto completion widgets and classes @@ -75,6 +75,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Tue Jul 07 2020 Rex Dieter - 5.72.0-1 +- 5.72.0 + * Tue Jun 16 2020 Rex Dieter - 5.71.0-1 - 5.71.0 diff --git a/sources b/sources index 1c20041..7cb6fc6 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kcompletion-5.71.0.tar.xz) = 9314690c326170492b3909f4bf167ee7bbc0bc94ad5ac5caa99f587a4394a6daacf978ade7554eea38562e3955f8eec370ec29794a5d2cd5276be6f380967bbe +SHA512 (kcompletion-5.72.0.tar.xz) = 8273b4130d7d4deb8f92baf1759af8ad3fa25d692d99530a2149c035c578dc6109da9cc6ff5c2860cacf3b2cbcd48710135430a96bcb3a66e4df2ae74bf90337 From 45fb5d4cb42858cbbe11e8255e268a2998d53199 Mon Sep 17 00:00:00 2001 From: Igor Raits Date: Sat, 18 Jul 2020 09:26:53 +0200 Subject: [PATCH 097/145] Improve compatibility with new CMake macro Signed-off-by: Igor Raits --- kf5-kcompletion.spec | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) mode change 100755 => 100644 kf5-kcompletion.spec diff --git a/kf5-kcompletion.spec b/kf5-kcompletion.spec old mode 100755 new mode 100644 index a45745f..752efb3 --- a/kf5-kcompletion.spec +++ b/kf5-kcompletion.spec @@ -1,3 +1,4 @@ +%undefine __cmake_in_source_build %global framework kcompletion Name: kf5-%{framework} @@ -44,16 +45,12 @@ developing applications that use %{name}. %build -mkdir %{_target_platform} -pushd %{_target_platform} -%{cmake_kf5} .. -popd - -%make_build -C %{_target_platform} +%{cmake_kf5} +%cmake_build %install -make install/fast DESTDIR=%{buildroot} -C %{_target_platform} +%cmake_install %find_lang_kf5 kcompletion5_qt From 790802e2759c3241e154b7c174d30fc5ce2be502 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Tue, 28 Jul 2020 03:06:59 +0000 Subject: [PATCH 098/145] - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- kf5-kcompletion.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/kf5-kcompletion.spec b/kf5-kcompletion.spec index 752efb3..178b072 100644 --- a/kf5-kcompletion.spec +++ b/kf5-kcompletion.spec @@ -3,7 +3,7 @@ Name: kf5-%{framework} Version: 5.72.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: KDE Frameworks 5 Tier 2 addon with auto completion widgets and classes License: LGPLv2+ @@ -72,6 +72,9 @@ developing applications that use %{name}. %changelog +* Tue Jul 28 2020 Fedora Release Engineering - 5.72.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + * Tue Jul 07 2020 Rex Dieter - 5.72.0-1 - 5.72.0 From 7deb76063da4382d2e4e150d339aef318ee59cb2 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Mon, 3 Aug 2020 11:37:16 -0500 Subject: [PATCH 099/145] 5.73.0 --- .gitignore | 1 + kf5-kcompletion.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 7d18e0d..35a4350 100644 --- a/.gitignore +++ b/.gitignore @@ -25,3 +25,4 @@ /kcompletion-5.70.0.tar.xz /kcompletion-5.71.0.tar.xz /kcompletion-5.72.0.tar.xz +/kcompletion-5.73.0.tar.xz diff --git a/kf5-kcompletion.spec b/kf5-kcompletion.spec index 178b072..be32055 100644 --- a/kf5-kcompletion.spec +++ b/kf5-kcompletion.spec @@ -2,8 +2,8 @@ %global framework kcompletion Name: kf5-%{framework} -Version: 5.72.0 -Release: 2%{?dist} +Version: 5.73.0 +Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 2 addon with auto completion widgets and classes License: LGPLv2+ @@ -72,6 +72,9 @@ developing applications that use %{name}. %changelog +* Mon Aug 03 2020 Rex Dieter - 5.73.0-1 +- 5.73.0 + * Tue Jul 28 2020 Fedora Release Engineering - 5.72.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild diff --git a/sources b/sources index 7cb6fc6..ac3e453 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kcompletion-5.72.0.tar.xz) = 8273b4130d7d4deb8f92baf1759af8ad3fa25d692d99530a2149c035c578dc6109da9cc6ff5c2860cacf3b2cbcd48710135430a96bcb3a66e4df2ae74bf90337 +SHA512 (kcompletion-5.73.0.tar.xz) = d46a8cdf1c75c6a51f6edcc59a2ad7204b42f630fde6df986c1d2476f4d2e49cdf2b825e22afd0bf21fca6ea9963f72c0844b7d012ea2dca8051c95f4bb9d8a9 From f2182b2022347f4be4f2ee722d693216c4859c8b Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Tue, 4 Aug 2020 13:02:13 -0500 Subject: [PATCH 100/145] fix build --- kf5-kcompletion.spec | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/kf5-kcompletion.spec b/kf5-kcompletion.spec index be32055..f6ee591 100644 --- a/kf5-kcompletion.spec +++ b/kf5-kcompletion.spec @@ -45,7 +45,8 @@ developing applications that use %{name}. %build -%{cmake_kf5} +%cmake_kf5 + %cmake_build @@ -60,6 +61,7 @@ developing applications that use %{name}. %files -f kcompletion5_qt.lang %doc README.md %license COPYING.LIB +%{_kf5_datadir}/qlogging-categories5/%{framework}.* %{_kf5_libdir}/libKF5Completion.so.* %{_kf5_qtplugindir}/designer/*5widgets.so From 934d236bc89314a7eb2defb3d7e75bacb52a07bd Mon Sep 17 00:00:00 2001 From: Jan Grulich Date: Fri, 18 Sep 2020 11:02:52 +0200 Subject: [PATCH 101/145] 5.74.0 --- .gitignore | 1 + kf5-kcompletion.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 35a4350..89257ea 100644 --- a/.gitignore +++ b/.gitignore @@ -26,3 +26,4 @@ /kcompletion-5.71.0.tar.xz /kcompletion-5.72.0.tar.xz /kcompletion-5.73.0.tar.xz +/kcompletion-5.74.0.tar.xz diff --git a/kf5-kcompletion.spec b/kf5-kcompletion.spec index f6ee591..767b2e2 100644 --- a/kf5-kcompletion.spec +++ b/kf5-kcompletion.spec @@ -2,7 +2,7 @@ %global framework kcompletion Name: kf5-%{framework} -Version: 5.73.0 +Version: 5.74.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 2 addon with auto completion widgets and classes @@ -74,6 +74,9 @@ developing applications that use %{name}. %changelog +* Fri Sep 18 2020 Jan Grulich - 5.74.0-1 +- 5.74.0 + * Mon Aug 03 2020 Rex Dieter - 5.73.0-1 - 5.73.0 diff --git a/sources b/sources index ac3e453..bd1464c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kcompletion-5.73.0.tar.xz) = d46a8cdf1c75c6a51f6edcc59a2ad7204b42f630fde6df986c1d2476f4d2e49cdf2b825e22afd0bf21fca6ea9963f72c0844b7d012ea2dca8051c95f4bb9d8a9 +SHA512 (kcompletion-5.74.0.tar.xz) = d63bb7a1f4a2ed42888b3811328416d0a63ff3f9cd2fd64f836cbaaabcdd5a11847e26d00e96ab2794f08c02cbfd60a969caa53f9210c21c0a85a3ce688cdaba From c236b017b95a65b050ea79bd548b0e00b6f7f2f5 Mon Sep 17 00:00:00 2001 From: Jan Grulich Date: Fri, 18 Sep 2020 13:43:37 +0200 Subject: [PATCH 102/145] Fix installation of license files --- kf5-kcompletion.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kf5-kcompletion.spec b/kf5-kcompletion.spec index 767b2e2..16e48a4 100644 --- a/kf5-kcompletion.spec +++ b/kf5-kcompletion.spec @@ -60,7 +60,7 @@ developing applications that use %{name}. %files -f kcompletion5_qt.lang %doc README.md -%license COPYING.LIB +%license LICENSES/*.txt %{_kf5_datadir}/qlogging-categories5/%{framework}.* %{_kf5_libdir}/libKF5Completion.so.* %{_kf5_qtplugindir}/designer/*5widgets.so From 62b1a065c271ddb0f168c69a67577c9ae99dad12 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Wed, 14 Oct 2020 09:48:25 -0500 Subject: [PATCH 103/145] 5.75.0 --- .gitignore | 1 + kf5-kcompletion.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 89257ea..84e1166 100644 --- a/.gitignore +++ b/.gitignore @@ -27,3 +27,4 @@ /kcompletion-5.72.0.tar.xz /kcompletion-5.73.0.tar.xz /kcompletion-5.74.0.tar.xz +/kcompletion-5.75.0.tar.xz diff --git a/kf5-kcompletion.spec b/kf5-kcompletion.spec index 16e48a4..e92d050 100644 --- a/kf5-kcompletion.spec +++ b/kf5-kcompletion.spec @@ -2,7 +2,7 @@ %global framework kcompletion Name: kf5-%{framework} -Version: 5.74.0 +Version: 5.75.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 2 addon with auto completion widgets and classes @@ -74,6 +74,9 @@ developing applications that use %{name}. %changelog +* Wed Oct 14 09:48:19 CDT 2020 Rex Dieter - 5.75.0-1 +- 5.75.0 + * Fri Sep 18 2020 Jan Grulich - 5.74.0-1 - 5.74.0 diff --git a/sources b/sources index bd1464c..6ee85c2 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kcompletion-5.74.0.tar.xz) = d63bb7a1f4a2ed42888b3811328416d0a63ff3f9cd2fd64f836cbaaabcdd5a11847e26d00e96ab2794f08c02cbfd60a969caa53f9210c21c0a85a3ce688cdaba +SHA512 (kcompletion-5.75.0.tar.xz) = 84d973d8b8dee7106fde69f944bc52a902fbaddc440bd4be5c01d2de4d0576fa849ab4ef4c583c7016e9a5e664c69e8ef4e8b68398e1dd453c9c2a3227bbfbbf From e989828c796b0dc7d86d0edac3041b1d268496d3 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Thu, 19 Nov 2020 08:57:20 -0600 Subject: [PATCH 104/145] 5.76.0 --- .gitignore | 1 + kf5-kcompletion.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 84e1166..4a42d94 100644 --- a/.gitignore +++ b/.gitignore @@ -28,3 +28,4 @@ /kcompletion-5.73.0.tar.xz /kcompletion-5.74.0.tar.xz /kcompletion-5.75.0.tar.xz +/kcompletion-5.76.0.tar.xz diff --git a/kf5-kcompletion.spec b/kf5-kcompletion.spec index e92d050..fcc3fba 100644 --- a/kf5-kcompletion.spec +++ b/kf5-kcompletion.spec @@ -2,7 +2,7 @@ %global framework kcompletion Name: kf5-%{framework} -Version: 5.75.0 +Version: 5.76.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 2 addon with auto completion widgets and classes @@ -74,6 +74,9 @@ developing applications that use %{name}. %changelog +* Thu Nov 19 08:57:14 CST 2020 Rex Dieter - 5.76.0-1 +- 5.76.0 + * Wed Oct 14 09:48:19 CDT 2020 Rex Dieter - 5.75.0-1 - 5.75.0 diff --git a/sources b/sources index 6ee85c2..26e2bc3 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kcompletion-5.75.0.tar.xz) = 84d973d8b8dee7106fde69f944bc52a902fbaddc440bd4be5c01d2de4d0576fa849ab4ef4c583c7016e9a5e664c69e8ef4e8b68398e1dd453c9c2a3227bbfbbf +SHA512 (kcompletion-5.76.0.tar.xz) = 96d11749bd972109b9c635a7664d205515caf7a3426b26006659e6bc32511fdb3d90f1ec91d1071d567e8ab96883bddd16cf303401b94c1ab72cd9c658040f6e From 00adc3b71427b62077a5c76d4022b0f48e10b0b5 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Sun, 13 Dec 2020 14:09:37 -0600 Subject: [PATCH 105/145] 5.77.0 --- .gitignore | 1 + kf5-kcompletion.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 4a42d94..d3d9766 100644 --- a/.gitignore +++ b/.gitignore @@ -29,3 +29,4 @@ /kcompletion-5.74.0.tar.xz /kcompletion-5.75.0.tar.xz /kcompletion-5.76.0.tar.xz +/kcompletion-5.77.0.tar.xz diff --git a/kf5-kcompletion.spec b/kf5-kcompletion.spec index fcc3fba..3abf053 100644 --- a/kf5-kcompletion.spec +++ b/kf5-kcompletion.spec @@ -2,7 +2,7 @@ %global framework kcompletion Name: kf5-%{framework} -Version: 5.76.0 +Version: 5.77.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 2 addon with auto completion widgets and classes @@ -74,6 +74,9 @@ developing applications that use %{name}. %changelog +* Sun Dec 13 14:09:33 CST 2020 Rex Dieter - 5.77.0-1 +- 5.77.0 + * Thu Nov 19 08:57:14 CST 2020 Rex Dieter - 5.76.0-1 - 5.76.0 diff --git a/sources b/sources index 26e2bc3..8e6b83c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kcompletion-5.76.0.tar.xz) = 96d11749bd972109b9c635a7664d205515caf7a3426b26006659e6bc32511fdb3d90f1ec91d1071d567e8ab96883bddd16cf303401b94c1ab72cd9c658040f6e +SHA512 (kcompletion-5.77.0.tar.xz) = 1dbce42fab7d640083ec936586d89878d2b05c2a341bf6cdd58571b306600b8864d100a84cbfbc4d110bc5c87f6b07fe20859558d9b60e1927a012b98a67b87e From eee974e44f10df88287d5ec1882992b5302504c5 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Mon, 4 Jan 2021 08:41:46 -0600 Subject: [PATCH 106/145] 5.78.0 --- .gitignore | 1 + kf5-kcompletion.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index d3d9766..6ef59f1 100644 --- a/.gitignore +++ b/.gitignore @@ -30,3 +30,4 @@ /kcompletion-5.75.0.tar.xz /kcompletion-5.76.0.tar.xz /kcompletion-5.77.0.tar.xz +/kcompletion-5.78.0.tar.xz diff --git a/kf5-kcompletion.spec b/kf5-kcompletion.spec index 3abf053..1b08504 100644 --- a/kf5-kcompletion.spec +++ b/kf5-kcompletion.spec @@ -2,12 +2,12 @@ %global framework kcompletion Name: kf5-%{framework} -Version: 5.77.0 +Version: 5.78.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 2 addon with auto completion widgets and classes License: LGPLv2+ -URL: https://cgit.kde.org/%{framework}.git +URL: https://invent.kde.org/frameworks/%{framework} %global majmin %(echo %{version} | cut -d. -f1-2) %global revision %(echo %{version} | cut -d. -f3) @@ -74,6 +74,9 @@ developing applications that use %{name}. %changelog +* Mon Jan 4 08:41:40 CST 2021 Rex Dieter - 5.78.0-1 +- 5.78.0 + * Sun Dec 13 14:09:33 CST 2020 Rex Dieter - 5.77.0-1 - 5.77.0 diff --git a/sources b/sources index 8e6b83c..f5e5f51 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kcompletion-5.77.0.tar.xz) = 1dbce42fab7d640083ec936586d89878d2b05c2a341bf6cdd58571b306600b8864d100a84cbfbc4d110bc5c87f6b07fe20859558d9b60e1927a012b98a67b87e +SHA512 (kcompletion-5.78.0.tar.xz) = 29fbc9c56a34601a4c674c45d04a3d2b79beebe0484c2dc80bf7a9a71de9c8ee82b548bd8d3df521593a60e37f0789d9e23eec5058fab9c3bfee2e53c8d6f58a From f4abc14a31ec43245e541f68f86ce88822053661 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Tue, 26 Jan 2021 15:34:32 +0000 Subject: [PATCH 107/145] - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- kf5-kcompletion.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/kf5-kcompletion.spec b/kf5-kcompletion.spec index 1b08504..4297f9f 100644 --- a/kf5-kcompletion.spec +++ b/kf5-kcompletion.spec @@ -3,7 +3,7 @@ Name: kf5-%{framework} Version: 5.78.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: KDE Frameworks 5 Tier 2 addon with auto completion widgets and classes License: LGPLv2+ @@ -74,6 +74,9 @@ developing applications that use %{name}. %changelog +* Tue Jan 26 2021 Fedora Release Engineering - 5.78.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + * Mon Jan 4 08:41:40 CST 2021 Rex Dieter - 5.78.0-1 - 5.78.0 From 1b8cee87ddf8e8ced6cc486d793af207d35ab623 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Tue, 26 Jan 2021 14:36:59 -0600 Subject: [PATCH 108/145] Pull in upstream regression fix --- ...aused-due-to-porting-from-operator-t.patch | 27 +++++++++++++++++++ kf5-kcompletion.spec | 10 +++++-- 2 files changed, 35 insertions(+), 2 deletions(-) create mode 100644 0003-Fix-regression-caused-due-to-porting-from-operator-t.patch diff --git a/0003-Fix-regression-caused-due-to-porting-from-operator-t.patch b/0003-Fix-regression-caused-due-to-porting-from-operator-t.patch new file mode 100644 index 0000000..a236123 --- /dev/null +++ b/0003-Fix-regression-caused-due-to-porting-from-operator-t.patch @@ -0,0 +1,27 @@ +From 7acda936f06193e9fc85ae5cf9ccc8d65971f657 Mon Sep 17 00:00:00 2001 +From: Albert Astals Cid +Date: Tue, 12 Jan 2021 23:43:19 +0100 +Subject: [PATCH 3/5] Fix regression caused due to porting from operator+ to + operator| + +BUGS: 431493 +--- + src/klineedit.cpp | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/src/klineedit.cpp b/src/klineedit.cpp +index 1cc9316..8201259 100644 +--- a/src/klineedit.cpp ++++ b/src/klineedit.cpp +@@ -1222,7 +1222,7 @@ bool KLineEditPrivate::overrideShortcut(const QKeyEvent *e) + // but doesn't dare force as "stronger than kaction shortcuts"... + else if (e->matches(QKeySequence::SelectAll)) { + return true; +- } else if (qApp->platformName() == QLatin1String("xcb") && (key == Qt::CTRL | Qt::Key_E || key == Qt::CTRL | Qt::Key_U)) { ++ } else if (qApp->platformName() == QLatin1String("xcb") && (key == (Qt::CTRL | Qt::Key_E) || key == (Qt::CTRL | Qt::Key_U))) { + return true; + } + +-- +2.29.2 + diff --git a/kf5-kcompletion.spec b/kf5-kcompletion.spec index 4297f9f..73e53fe 100644 --- a/kf5-kcompletion.spec +++ b/kf5-kcompletion.spec @@ -3,7 +3,7 @@ Name: kf5-%{framework} Version: 5.78.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: KDE Frameworks 5 Tier 2 addon with auto completion widgets and classes License: LGPLv2+ @@ -18,6 +18,9 @@ URL: https://invent.kde.org/frameworks/%{framework} %endif Source0: http://download.kde.org/%{stable}/frameworks/%{majmin}/%{framework}-%{version}.tar.xz +## upstream fixes +Patch3: 0003-Fix-regression-caused-due-to-porting-from-operator-t.patch + BuildRequires: extra-cmake-modules >= %{majmin} BuildRequires: kf5-kconfig-devel >= %{majmin} BuildRequires: kf5-kwidgetsaddons-devel >= %{majmin} @@ -41,7 +44,7 @@ developing applications that use %{name}. %prep -%setup -q -n %{framework}-%{version} +%setup -q -n %{framework}-%{version} -p1 %build @@ -74,6 +77,9 @@ developing applications that use %{name}. %changelog +* Tue Jan 26 2021 Rex Dieter - 5.78.0-3 +- Pull in upstream regression fix + * Tue Jan 26 2021 Fedora Release Engineering - 5.78.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild From 63528ad5119bc589eb9a0d256878b3ebc76c9765 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Tue, 26 Jan 2021 14:38:20 -0600 Subject: [PATCH 109/145] use %%autosetup --- kf5-kcompletion.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/kf5-kcompletion.spec b/kf5-kcompletion.spec index 73e53fe..1774238 100644 --- a/kf5-kcompletion.spec +++ b/kf5-kcompletion.spec @@ -44,7 +44,7 @@ developing applications that use %{name}. %prep -%setup -q -n %{framework}-%{version} -p1 +%autosetup -n %{framework}-%{version} -p1 %build @@ -79,6 +79,7 @@ developing applications that use %{name}. %changelog * Tue Jan 26 2021 Rex Dieter - 5.78.0-3 - Pull in upstream regression fix +- use %%autosetup * Tue Jan 26 2021 Fedora Release Engineering - 5.78.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild From 4989ea5fb096f0d1de6b8b37431eb9c67f5a58b0 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Sat, 6 Feb 2021 10:37:36 -0600 Subject: [PATCH 110/145] 5.79.0 --- .gitignore | 1 + ...aused-due-to-porting-from-operator-t.patch | 27 ------------------- kf5-kcompletion.spec | 9 ++++--- sources | 2 +- 4 files changed, 7 insertions(+), 32 deletions(-) delete mode 100644 0003-Fix-regression-caused-due-to-porting-from-operator-t.patch diff --git a/.gitignore b/.gitignore index 6ef59f1..6096a42 100644 --- a/.gitignore +++ b/.gitignore @@ -31,3 +31,4 @@ /kcompletion-5.76.0.tar.xz /kcompletion-5.77.0.tar.xz /kcompletion-5.78.0.tar.xz +/kcompletion-5.79.0.tar.xz diff --git a/0003-Fix-regression-caused-due-to-porting-from-operator-t.patch b/0003-Fix-regression-caused-due-to-porting-from-operator-t.patch deleted file mode 100644 index a236123..0000000 --- a/0003-Fix-regression-caused-due-to-porting-from-operator-t.patch +++ /dev/null @@ -1,27 +0,0 @@ -From 7acda936f06193e9fc85ae5cf9ccc8d65971f657 Mon Sep 17 00:00:00 2001 -From: Albert Astals Cid -Date: Tue, 12 Jan 2021 23:43:19 +0100 -Subject: [PATCH 3/5] Fix regression caused due to porting from operator+ to - operator| - -BUGS: 431493 ---- - src/klineedit.cpp | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/src/klineedit.cpp b/src/klineedit.cpp -index 1cc9316..8201259 100644 ---- a/src/klineedit.cpp -+++ b/src/klineedit.cpp -@@ -1222,7 +1222,7 @@ bool KLineEditPrivate::overrideShortcut(const QKeyEvent *e) - // but doesn't dare force as "stronger than kaction shortcuts"... - else if (e->matches(QKeySequence::SelectAll)) { - return true; -- } else if (qApp->platformName() == QLatin1String("xcb") && (key == Qt::CTRL | Qt::Key_E || key == Qt::CTRL | Qt::Key_U)) { -+ } else if (qApp->platformName() == QLatin1String("xcb") && (key == (Qt::CTRL | Qt::Key_E) || key == (Qt::CTRL | Qt::Key_U))) { - return true; - } - --- -2.29.2 - diff --git a/kf5-kcompletion.spec b/kf5-kcompletion.spec index 1774238..cbe3f49 100644 --- a/kf5-kcompletion.spec +++ b/kf5-kcompletion.spec @@ -1,9 +1,8 @@ -%undefine __cmake_in_source_build %global framework kcompletion Name: kf5-%{framework} -Version: 5.78.0 -Release: 3%{?dist} +Version: 5.79.0 +Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 2 addon with auto completion widgets and classes License: LGPLv2+ @@ -19,7 +18,6 @@ URL: https://invent.kde.org/frameworks/%{framework} Source0: http://download.kde.org/%{stable}/frameworks/%{majmin}/%{framework}-%{version}.tar.xz ## upstream fixes -Patch3: 0003-Fix-regression-caused-due-to-porting-from-operator-t.patch BuildRequires: extra-cmake-modules >= %{majmin} BuildRequires: kf5-kconfig-devel >= %{majmin} @@ -77,6 +75,9 @@ developing applications that use %{name}. %changelog +* Sat Feb 06 2021 Rex Dieter - 5.79.0-1 +- 5.79.0 + * Tue Jan 26 2021 Rex Dieter - 5.78.0-3 - Pull in upstream regression fix - use %%autosetup diff --git a/sources b/sources index f5e5f51..31e4dec 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kcompletion-5.78.0.tar.xz) = 29fbc9c56a34601a4c674c45d04a3d2b79beebe0484c2dc80bf7a9a71de9c8ee82b548bd8d3df521593a60e37f0789d9e23eec5058fab9c3bfee2e53c8d6f58a +SHA512 (kcompletion-5.79.0.tar.xz) = 334b21c919a17a76c26bab890d8a785e054958153793bdbe03fb8fe8bbacd0287947f02a9072ec99b4c2963f7c03eea47b3e79c18011dc40d17404ec038c581d From 572a0b512d5e55c484f4a21bac37c5001c08da34 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Sat, 6 Feb 2021 15:11:06 -0600 Subject: [PATCH 111/145] respin --- kf5-kcompletion.spec | 5 ++++- sources | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/kf5-kcompletion.spec b/kf5-kcompletion.spec index cbe3f49..935810a 100644 --- a/kf5-kcompletion.spec +++ b/kf5-kcompletion.spec @@ -2,7 +2,7 @@ Name: kf5-%{framework} Version: 5.79.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: KDE Frameworks 5 Tier 2 addon with auto completion widgets and classes License: LGPLv2+ @@ -75,6 +75,9 @@ developing applications that use %{name}. %changelog +* Sat Feb 06 2021 Rex Dieter - 5.79.0-2 +- respin + * Sat Feb 06 2021 Rex Dieter - 5.79.0-1 - 5.79.0 diff --git a/sources b/sources index 31e4dec..1d04130 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kcompletion-5.79.0.tar.xz) = 334b21c919a17a76c26bab890d8a785e054958153793bdbe03fb8fe8bbacd0287947f02a9072ec99b4c2963f7c03eea47b3e79c18011dc40d17404ec038c581d +SHA512 (kcompletion-5.79.0.tar.xz) = bcea7a8269f374cd813b31fb3b64c1e9af6b72e835bede02c68ce002731df7a6347c10f6df15b56d5c447f89f386888b8c31a48d9f66e14967d7fbcd0e7f1097 From de037231944c13fb6337de402e8a5a2c6c6c6b70 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Tue, 9 Mar 2021 08:33:56 -0600 Subject: [PATCH 112/145] 5.80.0 --- .gitignore | 1 + kf5-kcompletion.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 6096a42..4c0b55c 100644 --- a/.gitignore +++ b/.gitignore @@ -32,3 +32,4 @@ /kcompletion-5.77.0.tar.xz /kcompletion-5.78.0.tar.xz /kcompletion-5.79.0.tar.xz +/kcompletion-5.80.0.tar.xz diff --git a/kf5-kcompletion.spec b/kf5-kcompletion.spec index 935810a..5507c1c 100644 --- a/kf5-kcompletion.spec +++ b/kf5-kcompletion.spec @@ -1,8 +1,8 @@ %global framework kcompletion Name: kf5-%{framework} -Version: 5.79.0 -Release: 2%{?dist} +Version: 5.80.0 +Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 2 addon with auto completion widgets and classes License: LGPLv2+ @@ -75,6 +75,9 @@ developing applications that use %{name}. %changelog +* Tue Mar 09 2021 Rex Dieter - 5.80.0-1 +- 5.80.0 + * Sat Feb 06 2021 Rex Dieter - 5.79.0-2 - respin diff --git a/sources b/sources index 1d04130..e4bf555 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kcompletion-5.79.0.tar.xz) = bcea7a8269f374cd813b31fb3b64c1e9af6b72e835bede02c68ce002731df7a6347c10f6df15b56d5c447f89f386888b8c31a48d9f66e14967d7fbcd0e7f1097 +SHA512 (kcompletion-5.80.0.tar.xz) = 7e0d9764c646f2b68b18d122a20a36c1d67aa4cda80f6c2e7091727ac328ec9c62d9851fcf93f2d80336b7dbe886b7087a5a0c1e3fb9a71c348e4e03c2345897 From 278360a04c4b1c316238136ab381ac9e585daa23 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Tue, 6 Apr 2021 08:47:16 -0500 Subject: [PATCH 113/145] 5.81.0 --- .gitignore | 1 + kf5-kcompletion.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 4c0b55c..d22c349 100644 --- a/.gitignore +++ b/.gitignore @@ -33,3 +33,4 @@ /kcompletion-5.78.0.tar.xz /kcompletion-5.79.0.tar.xz /kcompletion-5.80.0.tar.xz +/kcompletion-5.81.0.tar.xz diff --git a/kf5-kcompletion.spec b/kf5-kcompletion.spec index 5507c1c..af58af1 100644 --- a/kf5-kcompletion.spec +++ b/kf5-kcompletion.spec @@ -1,7 +1,7 @@ %global framework kcompletion Name: kf5-%{framework} -Version: 5.80.0 +Version: 5.81.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 2 addon with auto completion widgets and classes @@ -75,6 +75,9 @@ developing applications that use %{name}. %changelog +* Tue Apr 06 2021 Rex Dieter - 5.81.0-1 +- 5.81.0 + * Tue Mar 09 2021 Rex Dieter - 5.80.0-1 - 5.80.0 diff --git a/sources b/sources index e4bf555..949fb57 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kcompletion-5.80.0.tar.xz) = 7e0d9764c646f2b68b18d122a20a36c1d67aa4cda80f6c2e7091727ac328ec9c62d9851fcf93f2d80336b7dbe886b7087a5a0c1e3fb9a71c348e4e03c2345897 +SHA512 (kcompletion-5.81.0.tar.xz) = ee12c7bc0deb9e3a3bdd0e138c4ffb7c5d04360581b8cf0e3741d2d7e6a60ae840918c0488d5ee50ec3c01f55963ee2c943e17b24ecec89649100bac7ffb2ce9 From 8fbb383671e9a322a3a09e5ad43946df7f29ed92 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Mon, 3 May 2021 08:34:58 -0500 Subject: [PATCH 114/145] 5.82.0 --- .gitignore | 1 + kf5-kcompletion.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index d22c349..c636ef5 100644 --- a/.gitignore +++ b/.gitignore @@ -34,3 +34,4 @@ /kcompletion-5.79.0.tar.xz /kcompletion-5.80.0.tar.xz /kcompletion-5.81.0.tar.xz +/kcompletion-5.82.0.tar.xz diff --git a/kf5-kcompletion.spec b/kf5-kcompletion.spec index af58af1..89609d7 100644 --- a/kf5-kcompletion.spec +++ b/kf5-kcompletion.spec @@ -1,7 +1,7 @@ %global framework kcompletion Name: kf5-%{framework} -Version: 5.81.0 +Version: 5.82.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 2 addon with auto completion widgets and classes @@ -75,6 +75,9 @@ developing applications that use %{name}. %changelog +* Mon May 03 2021 Rex Dieter - 5.82.0-1 +- 5.82.0 + * Tue Apr 06 2021 Rex Dieter - 5.81.0-1 - 5.81.0 diff --git a/sources b/sources index 949fb57..54696ab 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kcompletion-5.81.0.tar.xz) = ee12c7bc0deb9e3a3bdd0e138c4ffb7c5d04360581b8cf0e3741d2d7e6a60ae840918c0488d5ee50ec3c01f55963ee2c943e17b24ecec89649100bac7ffb2ce9 +SHA512 (kcompletion-5.82.0.tar.xz) = 19b76a46d09005ed5ab5b66ca48403f4bb0baade2b2f937ad6afdf5ef92adf7c94330502adc3aae29bb88fc5848469580319cbf4bba4bfa128537f4541fd9d24 From 94b9357db1dec223e45517d093ed23f2b3e123de Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Tue, 8 Jun 2021 15:57:08 -0500 Subject: [PATCH 115/145] 5.83.0 --- .gitignore | 1 + kf5-kcompletion.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index c636ef5..1ca3152 100644 --- a/.gitignore +++ b/.gitignore @@ -35,3 +35,4 @@ /kcompletion-5.80.0.tar.xz /kcompletion-5.81.0.tar.xz /kcompletion-5.82.0.tar.xz +/kcompletion-5.83.0.tar.xz diff --git a/kf5-kcompletion.spec b/kf5-kcompletion.spec index 89609d7..a7b3644 100644 --- a/kf5-kcompletion.spec +++ b/kf5-kcompletion.spec @@ -1,7 +1,7 @@ %global framework kcompletion Name: kf5-%{framework} -Version: 5.82.0 +Version: 5.83.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 2 addon with auto completion widgets and classes @@ -75,6 +75,9 @@ developing applications that use %{name}. %changelog +* Tue Jun 08 2021 Rex Dieter - 5.83.0-1 +- 5.83.0 + * Mon May 03 2021 Rex Dieter - 5.82.0-1 - 5.82.0 diff --git a/sources b/sources index 54696ab..89d7a16 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kcompletion-5.82.0.tar.xz) = 19b76a46d09005ed5ab5b66ca48403f4bb0baade2b2f937ad6afdf5ef92adf7c94330502adc3aae29bb88fc5848469580319cbf4bba4bfa128537f4541fd9d24 +SHA512 (kcompletion-5.83.0.tar.xz) = 342819c40ff559291f1ec6a1a368c418e710a02d6fea1938f14b06f52979958a0a9bcfbc3940d6f0e0b2fca01b3346f6f3b7460539a0ea50cf837b462c02db08 From d7d6023cdb507150420d1681f561dc3885acf277 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 22 Jul 2021 09:48:47 +0000 Subject: [PATCH 116/145] - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- kf5-kcompletion.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/kf5-kcompletion.spec b/kf5-kcompletion.spec index a7b3644..869821c 100644 --- a/kf5-kcompletion.spec +++ b/kf5-kcompletion.spec @@ -2,7 +2,7 @@ Name: kf5-%{framework} Version: 5.83.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: KDE Frameworks 5 Tier 2 addon with auto completion widgets and classes License: LGPLv2+ @@ -75,6 +75,9 @@ developing applications that use %{name}. %changelog +* Thu Jul 22 2021 Fedora Release Engineering - 5.83.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + * Tue Jun 08 2021 Rex Dieter - 5.83.0-1 - 5.83.0 From 2b24908cb4b180f58480ee0ac648bdf5a5b4b432 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Thu, 12 Aug 2021 11:01:54 -0500 Subject: [PATCH 117/145] 5.85.0 --- .gitignore | 1 + kf5-kcompletion.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 1ca3152..e6750db 100644 --- a/.gitignore +++ b/.gitignore @@ -36,3 +36,4 @@ /kcompletion-5.81.0.tar.xz /kcompletion-5.82.0.tar.xz /kcompletion-5.83.0.tar.xz +/kcompletion-5.85.0.tar.xz diff --git a/kf5-kcompletion.spec b/kf5-kcompletion.spec index 869821c..562dfbe 100644 --- a/kf5-kcompletion.spec +++ b/kf5-kcompletion.spec @@ -1,8 +1,8 @@ %global framework kcompletion Name: kf5-%{framework} -Version: 5.83.0 -Release: 2%{?dist} +Version: 5.85.0 +Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 2 addon with auto completion widgets and classes License: LGPLv2+ @@ -75,6 +75,9 @@ developing applications that use %{name}. %changelog +* Thu Aug 12 2021 Rex Dieter - 5.85.0-1 +- 5.85.0 + * Thu Jul 22 2021 Fedora Release Engineering - 5.83.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild diff --git a/sources b/sources index 89d7a16..b75c389 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kcompletion-5.83.0.tar.xz) = 342819c40ff559291f1ec6a1a368c418e710a02d6fea1938f14b06f52979958a0a9bcfbc3940d6f0e0b2fca01b3346f6f3b7460539a0ea50cf837b462c02db08 +SHA512 (kcompletion-5.85.0.tar.xz) = c10cf1e5710dc7cabc107b8e9320f79a3eda28bc7ca386853043fbc229736ad10f1ea3bdd2cd77c4a1c0ffa4f0e7407bd400929d0d4bb8d61afa8832889b31a0 From f3e394ab3ac99418cbb46da32807bd6d2f1e95e2 Mon Sep 17 00:00:00 2001 From: Marc Deop Date: Wed, 15 Sep 2021 00:18:18 +0200 Subject: [PATCH 118/145] 5.86.0 --- .gitignore | 1 + kf5-kcompletion.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index e6750db..963b42b 100644 --- a/.gitignore +++ b/.gitignore @@ -37,3 +37,4 @@ /kcompletion-5.82.0.tar.xz /kcompletion-5.83.0.tar.xz /kcompletion-5.85.0.tar.xz +/kcompletion-5.86.0.tar.xz diff --git a/kf5-kcompletion.spec b/kf5-kcompletion.spec index 562dfbe..d9b76e6 100644 --- a/kf5-kcompletion.spec +++ b/kf5-kcompletion.spec @@ -1,7 +1,7 @@ %global framework kcompletion Name: kf5-%{framework} -Version: 5.85.0 +Version: 5.86.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 2 addon with auto completion widgets and classes @@ -75,6 +75,9 @@ developing applications that use %{name}. %changelog +* Tue Sep 14 2021 Marc Deop - 5.86.0-1 +- 5.86.0 + * Thu Aug 12 2021 Rex Dieter - 5.85.0-1 - 5.85.0 diff --git a/sources b/sources index b75c389..9ee187f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kcompletion-5.85.0.tar.xz) = c10cf1e5710dc7cabc107b8e9320f79a3eda28bc7ca386853043fbc229736ad10f1ea3bdd2cd77c4a1c0ffa4f0e7407bd400929d0d4bb8d61afa8832889b31a0 +SHA512 (kcompletion-5.86.0.tar.xz) = 43a2a7a2af704d4e1f44ef053bb9d652a14497bdb3145336aed5636d8ecc2f7279f7e12eb0dde0f153e3a417cbd6ce1548e11133455754f19e4a00ec330bba19 From 642bf08b663cdf95451e8a8e0efad70a7347c231 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Tue, 5 Oct 2021 09:17:29 -0500 Subject: [PATCH 119/145] 5.87.0 --- .gitignore | 1 + kf5-kcompletion.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 963b42b..51433a9 100644 --- a/.gitignore +++ b/.gitignore @@ -38,3 +38,4 @@ /kcompletion-5.83.0.tar.xz /kcompletion-5.85.0.tar.xz /kcompletion-5.86.0.tar.xz +/kcompletion-5.87.0.tar.xz diff --git a/kf5-kcompletion.spec b/kf5-kcompletion.spec index d9b76e6..016d9f6 100644 --- a/kf5-kcompletion.spec +++ b/kf5-kcompletion.spec @@ -1,7 +1,7 @@ %global framework kcompletion Name: kf5-%{framework} -Version: 5.86.0 +Version: 5.87.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 2 addon with auto completion widgets and classes @@ -75,6 +75,9 @@ developing applications that use %{name}. %changelog +* Tue Oct 05 2021 Rex Dieter - 5.87.0-1 +- 5.87.0 + * Tue Sep 14 2021 Marc Deop - 5.86.0-1 - 5.86.0 diff --git a/sources b/sources index 9ee187f..990bf58 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kcompletion-5.86.0.tar.xz) = 43a2a7a2af704d4e1f44ef053bb9d652a14497bdb3145336aed5636d8ecc2f7279f7e12eb0dde0f153e3a417cbd6ce1548e11133455754f19e4a00ec330bba19 +SHA512 (kcompletion-5.87.0.tar.xz) = 85aad3b8259efd0bd6af2158578ca930adc827c115c0314409d6d631ceadcfc34c94dbce47f5cb26c3d270f6933bc09fbf58a7866f7065653c7c95fcd0b791e5 From 1af9968e586070c3ae9c8adb1279e41888bde66a Mon Sep 17 00:00:00 2001 From: Marc Deop Date: Tue, 9 Nov 2021 09:59:04 +0100 Subject: [PATCH 120/145] 5.88.0 --- .gitignore | 1 + kf5-kcompletion.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 51433a9..984f9b0 100644 --- a/.gitignore +++ b/.gitignore @@ -39,3 +39,4 @@ /kcompletion-5.85.0.tar.xz /kcompletion-5.86.0.tar.xz /kcompletion-5.87.0.tar.xz +/kcompletion-5.88.0.tar.xz diff --git a/kf5-kcompletion.spec b/kf5-kcompletion.spec index 016d9f6..244be0e 100644 --- a/kf5-kcompletion.spec +++ b/kf5-kcompletion.spec @@ -1,7 +1,7 @@ %global framework kcompletion Name: kf5-%{framework} -Version: 5.87.0 +Version: 5.88.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 2 addon with auto completion widgets and classes @@ -75,6 +75,9 @@ developing applications that use %{name}. %changelog +* Mon Nov 08 2021 Marc Deop - 5.88.0-1 +- 5.88.0 + * Tue Oct 05 2021 Rex Dieter - 5.87.0-1 - 5.87.0 diff --git a/sources b/sources index 990bf58..53c1ad1 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kcompletion-5.87.0.tar.xz) = 85aad3b8259efd0bd6af2158578ca930adc827c115c0314409d6d631ceadcfc34c94dbce47f5cb26c3d270f6933bc09fbf58a7866f7065653c7c95fcd0b791e5 +SHA512 (kcompletion-5.88.0.tar.xz) = 4a2c42014b1d6e933a48e289a1c3ed8dc6ad4aee95eb8f2195c52272dcd57a7b1e4b97bad8ab72ce3800591accf2a2cb561997b828275ecf8f8f34727368bd6b From d3f9857238f8b7aadd6e0c3e07a1c861a64ec552 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Wed, 8 Dec 2021 09:29:06 -0600 Subject: [PATCH 121/145] 5.89.0 --- .gitignore | 1 + kf5-kcompletion.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 984f9b0..8b41111 100644 --- a/.gitignore +++ b/.gitignore @@ -40,3 +40,4 @@ /kcompletion-5.86.0.tar.xz /kcompletion-5.87.0.tar.xz /kcompletion-5.88.0.tar.xz +/kcompletion-5.89.0.tar.xz diff --git a/kf5-kcompletion.spec b/kf5-kcompletion.spec index 244be0e..0d7f8b7 100644 --- a/kf5-kcompletion.spec +++ b/kf5-kcompletion.spec @@ -1,7 +1,7 @@ %global framework kcompletion Name: kf5-%{framework} -Version: 5.88.0 +Version: 5.89.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 2 addon with auto completion widgets and classes @@ -75,6 +75,9 @@ developing applications that use %{name}. %changelog +* Wed Dec 08 2021 Rex Dieter - 5.89.0-1 +- 5.89.0 + * Mon Nov 08 2021 Marc Deop - 5.88.0-1 - 5.88.0 diff --git a/sources b/sources index 53c1ad1..42978bb 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kcompletion-5.88.0.tar.xz) = 4a2c42014b1d6e933a48e289a1c3ed8dc6ad4aee95eb8f2195c52272dcd57a7b1e4b97bad8ab72ce3800591accf2a2cb561997b828275ecf8f8f34727368bd6b +SHA512 (kcompletion-5.89.0.tar.xz) = 309da1384416531d6a88b2988bb41e098de29ebfc2d23c7a00fe706b4345be2d5275c7f1a561ee284d8dcb28cd09b0ecf5d83a4d3a7f02809ddd68b7bd3ee150 From dd8af810fc2bc62c193a63cf39d357adb0de7bfd Mon Sep 17 00:00:00 2001 From: Marc Deop Date: Tue, 4 Jan 2022 09:30:14 +0100 Subject: [PATCH 122/145] 5.90.0 --- .gitignore | 1 + kf5-kcompletion.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 8b41111..f0e3d84 100644 --- a/.gitignore +++ b/.gitignore @@ -41,3 +41,4 @@ /kcompletion-5.87.0.tar.xz /kcompletion-5.88.0.tar.xz /kcompletion-5.89.0.tar.xz +/kcompletion-5.90.0.tar.xz diff --git a/kf5-kcompletion.spec b/kf5-kcompletion.spec index 0d7f8b7..46658b5 100644 --- a/kf5-kcompletion.spec +++ b/kf5-kcompletion.spec @@ -1,7 +1,7 @@ %global framework kcompletion Name: kf5-%{framework} -Version: 5.89.0 +Version: 5.90.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 2 addon with auto completion widgets and classes @@ -75,6 +75,9 @@ developing applications that use %{name}. %changelog +* Tue Jan 04 2022 Marc Deop i Argemí (Private) - 5.90.0-1 +- 5.90.0 + * Wed Dec 08 2021 Rex Dieter - 5.89.0-1 - 5.89.0 diff --git a/sources b/sources index 42978bb..6fd5401 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kcompletion-5.89.0.tar.xz) = 309da1384416531d6a88b2988bb41e098de29ebfc2d23c7a00fe706b4345be2d5275c7f1a561ee284d8dcb28cd09b0ecf5d83a4d3a7f02809ddd68b7bd3ee150 +SHA512 (kcompletion-5.90.0.tar.xz) = c3a793fe565641d282326f82f9261f8a181f83afbf52ea5c82d418af343766ae012f4df5fda7f578438b41029846aa507fa6358140113073ca796f4c012ff6de From 5df1f7aacbf99c24863dbfe9974b6ffa8e439042 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 20 Jan 2022 14:33:13 +0000 Subject: [PATCH 123/145] - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- kf5-kcompletion.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/kf5-kcompletion.spec b/kf5-kcompletion.spec index 46658b5..681ec9f 100644 --- a/kf5-kcompletion.spec +++ b/kf5-kcompletion.spec @@ -2,7 +2,7 @@ Name: kf5-%{framework} Version: 5.90.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: KDE Frameworks 5 Tier 2 addon with auto completion widgets and classes License: LGPLv2+ @@ -75,6 +75,9 @@ developing applications that use %{name}. %changelog +* Thu Jan 20 2022 Fedora Release Engineering - 5.90.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild + * Tue Jan 04 2022 Marc Deop i Argemí (Private) - 5.90.0-1 - 5.90.0 From 29128bd3fe269e7c3feeaf3c120c720d8e75f14b Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Fri, 11 Feb 2022 12:23:23 -0600 Subject: [PATCH 124/145] 5.91.0 --- .gitignore | 1 + kf5-kcompletion.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index f0e3d84..6c3189b 100644 --- a/.gitignore +++ b/.gitignore @@ -42,3 +42,4 @@ /kcompletion-5.88.0.tar.xz /kcompletion-5.89.0.tar.xz /kcompletion-5.90.0.tar.xz +/kcompletion-5.91.0.tar.xz diff --git a/kf5-kcompletion.spec b/kf5-kcompletion.spec index 681ec9f..33e99c2 100644 --- a/kf5-kcompletion.spec +++ b/kf5-kcompletion.spec @@ -1,8 +1,8 @@ %global framework kcompletion Name: kf5-%{framework} -Version: 5.90.0 -Release: 2%{?dist} +Version: 5.91.0 +Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 2 addon with auto completion widgets and classes License: LGPLv2+ @@ -75,6 +75,9 @@ developing applications that use %{name}. %changelog +* Fri Feb 11 2022 Rex Dieter - 5.91.0-1 +- 5.91.0 + * Thu Jan 20 2022 Fedora Release Engineering - 5.90.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild diff --git a/sources b/sources index 6fd5401..c03320a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kcompletion-5.90.0.tar.xz) = c3a793fe565641d282326f82f9261f8a181f83afbf52ea5c82d418af343766ae012f4df5fda7f578438b41029846aa507fa6358140113073ca796f4c012ff6de +SHA512 (kcompletion-5.91.0.tar.xz) = c21dbf1507369551eab87fa2e5e160937f3488fd00bf26dfb6c8856456ad04271bbb8bc84f20d6fb07ce9f2325b7b4df44ee1036a443c3d32e27f8968ab7714f From 125b283bd4014c65bb280ffc4a77ad13dd56cc4d Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Tue, 15 Feb 2022 10:06:04 -0600 Subject: [PATCH 125/145] update %%files --- kf5-kcompletion.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kf5-kcompletion.spec b/kf5-kcompletion.spec index 33e99c2..fc79818 100644 --- a/kf5-kcompletion.spec +++ b/kf5-kcompletion.spec @@ -67,7 +67,7 @@ developing applications that use %{name}. %{_kf5_qtplugindir}/designer/*5widgets.so %files devel -%{_kf5_includedir}/kcompletion_version.h + %{_kf5_includedir}/KCompletion/ %{_kf5_libdir}/libKF5Completion.so %{_kf5_libdir}/cmake/KF5Completion/ From ad796c3cf4831485a7c0503d28c8a7835c0d321b Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Thu, 10 Mar 2022 14:56:15 -0600 Subject: [PATCH 126/145] 5.92.0 --- .gitignore | 1 + kf5-kcompletion.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 6c3189b..c9f5c7c 100644 --- a/.gitignore +++ b/.gitignore @@ -43,3 +43,4 @@ /kcompletion-5.89.0.tar.xz /kcompletion-5.90.0.tar.xz /kcompletion-5.91.0.tar.xz +/kcompletion-5.92.0.tar.xz diff --git a/kf5-kcompletion.spec b/kf5-kcompletion.spec index fc79818..963a6ba 100644 --- a/kf5-kcompletion.spec +++ b/kf5-kcompletion.spec @@ -1,7 +1,7 @@ %global framework kcompletion Name: kf5-%{framework} -Version: 5.91.0 +Version: 5.92.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 2 addon with auto completion widgets and classes @@ -75,6 +75,9 @@ developing applications that use %{name}. %changelog +* Thu Mar 10 2022 Rex Dieter - 5.92.0-1 +- 5.92.0 + * Fri Feb 11 2022 Rex Dieter - 5.91.0-1 - 5.91.0 diff --git a/sources b/sources index c03320a..c1a96e0 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kcompletion-5.91.0.tar.xz) = c21dbf1507369551eab87fa2e5e160937f3488fd00bf26dfb6c8856456ad04271bbb8bc84f20d6fb07ce9f2325b7b4df44ee1036a443c3d32e27f8968ab7714f +SHA512 (kcompletion-5.92.0.tar.xz) = 3253a54cbef68d2b71bd457f240db40be0a590974de95aa6f0f2a5a6c095279f45f8c1b5111644f04039423ef783d0bd0e75fff7eff403c7ffc8197ee9008e03 From 48f38bcfc8614f696988cdc9cff43fa395989e05 Mon Sep 17 00:00:00 2001 From: Justin Zobel Date: Sun, 10 Apr 2022 13:22:17 +0930 Subject: [PATCH 127/145] Update to 5.93 --- .gitignore | 1 + kf5-kcompletion.spec | 5 ++++- sources | 1 + 3 files changed, 6 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index c9f5c7c..6ff736d 100644 --- a/.gitignore +++ b/.gitignore @@ -44,3 +44,4 @@ /kcompletion-5.90.0.tar.xz /kcompletion-5.91.0.tar.xz /kcompletion-5.92.0.tar.xz +./kcompletion-5.93.tar.xz diff --git a/kf5-kcompletion.spec b/kf5-kcompletion.spec index 963a6ba..a22a6b4 100644 --- a/kf5-kcompletion.spec +++ b/kf5-kcompletion.spec @@ -1,7 +1,7 @@ %global framework kcompletion Name: kf5-%{framework} -Version: 5.92.0 +Version: 5.93.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 2 addon with auto completion widgets and classes @@ -75,6 +75,9 @@ developing applications that use %{name}. %changelog +* Sun Apr 10 2022 Justin Zobel - 5.93-1 +- Update to 5.93 + * Thu Mar 10 2022 Rex Dieter - 5.92.0-1 - 5.92.0 diff --git a/sources b/sources index c1a96e0..3a3b76f 100644 --- a/sources +++ b/sources @@ -1 +1,2 @@ SHA512 (kcompletion-5.92.0.tar.xz) = 3253a54cbef68d2b71bd457f240db40be0a590974de95aa6f0f2a5a6c095279f45f8c1b5111644f04039423ef783d0bd0e75fff7eff403c7ffc8197ee9008e03 +SHA512 (kcompletion-5.93.0.tar.xz) = 1872c94c933b628d91e4fbe528155a51ab27b46fb970b05f49646fd024a406d9e7796c03f152bb7d663eaa72c40e36f98a687b716388b7bb928f179cea63cf67 From 51433c079ba91234b4fbc35aad3f89402f06a8f4 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Fri, 13 May 2022 11:11:41 -0500 Subject: [PATCH 128/145] 5.94.0 --- .gitignore | 1 + kf5-kcompletion.spec | 5 ++++- sources | 3 +-- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 6ff736d..73d0bf2 100644 --- a/.gitignore +++ b/.gitignore @@ -45,3 +45,4 @@ /kcompletion-5.91.0.tar.xz /kcompletion-5.92.0.tar.xz ./kcompletion-5.93.tar.xz +/kcompletion-5.94.0.tar.xz diff --git a/kf5-kcompletion.spec b/kf5-kcompletion.spec index a22a6b4..43d1a0f 100644 --- a/kf5-kcompletion.spec +++ b/kf5-kcompletion.spec @@ -1,7 +1,7 @@ %global framework kcompletion Name: kf5-%{framework} -Version: 5.93.0 +Version: 5.94.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 2 addon with auto completion widgets and classes @@ -75,6 +75,9 @@ developing applications that use %{name}. %changelog +* Fri May 13 2022 Rex Dieter - 5.94.0-1 +- 5.94.0 + * Sun Apr 10 2022 Justin Zobel - 5.93-1 - Update to 5.93 diff --git a/sources b/sources index 3a3b76f..a50a894 100644 --- a/sources +++ b/sources @@ -1,2 +1 @@ -SHA512 (kcompletion-5.92.0.tar.xz) = 3253a54cbef68d2b71bd457f240db40be0a590974de95aa6f0f2a5a6c095279f45f8c1b5111644f04039423ef783d0bd0e75fff7eff403c7ffc8197ee9008e03 -SHA512 (kcompletion-5.93.0.tar.xz) = 1872c94c933b628d91e4fbe528155a51ab27b46fb970b05f49646fd024a406d9e7796c03f152bb7d663eaa72c40e36f98a687b716388b7bb928f179cea63cf67 +SHA512 (kcompletion-5.94.0.tar.xz) = fe0adcafba6f2d72c504f900f90fe04d5c10d198ead1c43e386736df8ac97da923f34b4e623b63da9edd8455dbbf31a671c216c0f58884c6ee93a9dc5e5b7b04 From 4426a7e63a3947d881a014df431d1b68ef9c2afc Mon Sep 17 00:00:00 2001 From: Marc Deop Date: Sun, 3 Jul 2022 23:25:44 +0200 Subject: [PATCH 129/145] 5.96.0 --- .gitignore | 1 + kf5-kcompletion.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 73d0bf2..aad1fa4 100644 --- a/.gitignore +++ b/.gitignore @@ -46,3 +46,4 @@ /kcompletion-5.92.0.tar.xz ./kcompletion-5.93.tar.xz /kcompletion-5.94.0.tar.xz +/kcompletion-5.96.0.tar.xz diff --git a/kf5-kcompletion.spec b/kf5-kcompletion.spec index 43d1a0f..515095c 100644 --- a/kf5-kcompletion.spec +++ b/kf5-kcompletion.spec @@ -1,7 +1,7 @@ %global framework kcompletion Name: kf5-%{framework} -Version: 5.94.0 +Version: 5.96.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 2 addon with auto completion widgets and classes @@ -75,6 +75,9 @@ developing applications that use %{name}. %changelog +* Sun Jul 03 2022 Marc Deop - 5.96.0-1 +- 5.96.0 + * Fri May 13 2022 Rex Dieter - 5.94.0-1 - 5.94.0 diff --git a/sources b/sources index a50a894..c112c36 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kcompletion-5.94.0.tar.xz) = fe0adcafba6f2d72c504f900f90fe04d5c10d198ead1c43e386736df8ac97da923f34b4e623b63da9edd8455dbbf31a671c216c0f58884c6ee93a9dc5e5b7b04 +SHA512 (kcompletion-5.96.0.tar.xz) = be7d6f2cc5b58fa476994d6236ebf2e2a3c5071b1cbc33415db3dc9e437d88f5ba8e471b64291254824676cc0e4fe5614dbfe0b64d7fea9de2c8661ea3144c18 From 452eb9a61ff35aac779cf358aaf31a10548da968 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 21 Jul 2022 15:59:46 +0000 Subject: [PATCH 130/145] Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- kf5-kcompletion.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/kf5-kcompletion.spec b/kf5-kcompletion.spec index 515095c..0e3dfff 100644 --- a/kf5-kcompletion.spec +++ b/kf5-kcompletion.spec @@ -2,7 +2,7 @@ Name: kf5-%{framework} Version: 5.96.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: KDE Frameworks 5 Tier 2 addon with auto completion widgets and classes License: LGPLv2+ @@ -75,6 +75,9 @@ developing applications that use %{name}. %changelog +* Thu Jul 21 2022 Fedora Release Engineering - 5.96.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild + * Sun Jul 03 2022 Marc Deop - 5.96.0-1 - 5.96.0 From fc2712ef68fee14aab55adf2377ce7340ff5c212 Mon Sep 17 00:00:00 2001 From: Justin Zobel Date: Sun, 14 Aug 2022 13:03:25 +0930 Subject: [PATCH 131/145] Update to 5.97.0 --- .gitignore | 1 + kf5-kcompletion.spec | 7 +++++-- sources | 1 + 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index aad1fa4..69311bf 100644 --- a/.gitignore +++ b/.gitignore @@ -47,3 +47,4 @@ ./kcompletion-5.93.tar.xz /kcompletion-5.94.0.tar.xz /kcompletion-5.96.0.tar.xz +/kcompletion-5.97.0.tar.xz diff --git a/kf5-kcompletion.spec b/kf5-kcompletion.spec index 0e3dfff..d5fb659 100644 --- a/kf5-kcompletion.spec +++ b/kf5-kcompletion.spec @@ -1,8 +1,8 @@ %global framework kcompletion Name: kf5-%{framework} -Version: 5.96.0 -Release: 2%{?dist} +Version: 5.97.0 +Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 2 addon with auto completion widgets and classes License: LGPLv2+ @@ -75,6 +75,9 @@ developing applications that use %{name}. %changelog +* Sat Aug 13 2022 Justin Zobel - 5.97.0-1 +- Update to 5.97.0 + * Thu Jul 21 2022 Fedora Release Engineering - 5.96.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild diff --git a/sources b/sources index c112c36..b061c9c 100644 --- a/sources +++ b/sources @@ -1 +1,2 @@ SHA512 (kcompletion-5.96.0.tar.xz) = be7d6f2cc5b58fa476994d6236ebf2e2a3c5071b1cbc33415db3dc9e437d88f5ba8e471b64291254824676cc0e4fe5614dbfe0b64d7fea9de2c8661ea3144c18 +SHA512 (kcompletion-5.97.0.tar.xz) = 87efd08ee5bb53b87be0572139a354ca7e6a3c34b6fc30485e960d4824f433e9d821fcf0a67414ac7193f99b03aa6ab3ba71621826443e82382edcdbe9200f8a From 1f16644838687776ba87ddeb560a308d908f563e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Deop=20i=20Argem=C3=AD?= Date: Thu, 15 Sep 2022 17:59:18 +0200 Subject: [PATCH 132/145] 5.98.0 --- .gitignore | 1 + kf5-kcompletion.spec | 5 ++++- sources | 3 +-- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 69311bf..72f0598 100644 --- a/.gitignore +++ b/.gitignore @@ -48,3 +48,4 @@ /kcompletion-5.94.0.tar.xz /kcompletion-5.96.0.tar.xz /kcompletion-5.97.0.tar.xz +/kcompletion-5.98.0.tar.xz diff --git a/kf5-kcompletion.spec b/kf5-kcompletion.spec index d5fb659..55d0400 100644 --- a/kf5-kcompletion.spec +++ b/kf5-kcompletion.spec @@ -1,7 +1,7 @@ %global framework kcompletion Name: kf5-%{framework} -Version: 5.97.0 +Version: 5.98.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 2 addon with auto completion widgets and classes @@ -75,6 +75,9 @@ developing applications that use %{name}. %changelog +* Thu Sep 15 2022 Marc Deop - 5.98.0-1 +- 5.98.0 + * Sat Aug 13 2022 Justin Zobel - 5.97.0-1 - Update to 5.97.0 diff --git a/sources b/sources index b061c9c..f605110 100644 --- a/sources +++ b/sources @@ -1,2 +1 @@ -SHA512 (kcompletion-5.96.0.tar.xz) = be7d6f2cc5b58fa476994d6236ebf2e2a3c5071b1cbc33415db3dc9e437d88f5ba8e471b64291254824676cc0e4fe5614dbfe0b64d7fea9de2c8661ea3144c18 -SHA512 (kcompletion-5.97.0.tar.xz) = 87efd08ee5bb53b87be0572139a354ca7e6a3c34b6fc30485e960d4824f433e9d821fcf0a67414ac7193f99b03aa6ab3ba71621826443e82382edcdbe9200f8a +SHA512 (kcompletion-5.98.0.tar.xz) = 90631fec92d3651cc06936fdc62f6dee426721c395146017d2c714039d1aca6cc8ed77bed668505b71a0a05c865cf642ef709b624d2a01749be106d3988be833 From 3b02f5bfb566d18ea4b02af1494d26efdf927fda Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Deop=20i=20Argem=C3=AD?= Date: Fri, 14 Oct 2022 17:00:04 +0200 Subject: [PATCH 133/145] 5.99.0 --- .gitignore | 1 + kf5-kcompletion.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 72f0598..97cd990 100644 --- a/.gitignore +++ b/.gitignore @@ -49,3 +49,4 @@ /kcompletion-5.96.0.tar.xz /kcompletion-5.97.0.tar.xz /kcompletion-5.98.0.tar.xz +/kcompletion-5.99.0.tar.xz diff --git a/kf5-kcompletion.spec b/kf5-kcompletion.spec index 55d0400..25f72dc 100644 --- a/kf5-kcompletion.spec +++ b/kf5-kcompletion.spec @@ -1,7 +1,7 @@ %global framework kcompletion Name: kf5-%{framework} -Version: 5.98.0 +Version: 5.99.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 2 addon with auto completion widgets and classes @@ -75,6 +75,9 @@ developing applications that use %{name}. %changelog +* Fri Oct 14 2022 Marc Deop - 5.99.0-1 +- 5.99.0 + * Thu Sep 15 2022 Marc Deop - 5.98.0-1 - 5.98.0 diff --git a/sources b/sources index f605110..02129b8 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kcompletion-5.98.0.tar.xz) = 90631fec92d3651cc06936fdc62f6dee426721c395146017d2c714039d1aca6cc8ed77bed668505b71a0a05c865cf642ef709b624d2a01749be106d3988be833 +SHA512 (kcompletion-5.99.0.tar.xz) = eefa2fafd36a87fe33165ae879fe31c2e1bd1c10956aeca248a6d553d157b0c21d4e700c96107461bf15aa0c593ec7eaa28d2c04aa50658c4d2d315332da2850 From 32b244a9bde1d62870ec0f19e3802fa60512185c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Deop=20i=20Argem=C3=AD?= Date: Sun, 6 Nov 2022 22:29:02 +0100 Subject: [PATCH 134/145] 5.100.0 --- .gitignore | 1 + kf5-kcompletion.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 97cd990..ecfa493 100644 --- a/.gitignore +++ b/.gitignore @@ -50,3 +50,4 @@ /kcompletion-5.97.0.tar.xz /kcompletion-5.98.0.tar.xz /kcompletion-5.99.0.tar.xz +/kcompletion-5.100.0.tar.xz diff --git a/kf5-kcompletion.spec b/kf5-kcompletion.spec index 25f72dc..571a97f 100644 --- a/kf5-kcompletion.spec +++ b/kf5-kcompletion.spec @@ -1,7 +1,7 @@ %global framework kcompletion Name: kf5-%{framework} -Version: 5.99.0 +Version: 5.100.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 2 addon with auto completion widgets and classes @@ -75,6 +75,9 @@ developing applications that use %{name}. %changelog +* Sun Nov 06 2022 Marc Deop - 5.100.0-1 +- 5.100.0 + * Fri Oct 14 2022 Marc Deop - 5.99.0-1 - 5.99.0 diff --git a/sources b/sources index 02129b8..c79459a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kcompletion-5.99.0.tar.xz) = eefa2fafd36a87fe33165ae879fe31c2e1bd1c10956aeca248a6d553d157b0c21d4e700c96107461bf15aa0c593ec7eaa28d2c04aa50658c4d2d315332da2850 +SHA512 (kcompletion-5.100.0.tar.xz) = 8f25da5d8fad64211c204b46b7aa8af5a341dc45f603e8822baf3a3c2e1fcd6fca6424041803c05432e63be25a730ca92b8d5545827a19001ecc55886af51048 From 149265deca020805e63e5ced434920d50345b5d6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Deop=20i=20Argem=C3=AD?= Date: Mon, 12 Dec 2022 16:02:52 +0100 Subject: [PATCH 135/145] 5.101.0 --- .gitignore | 1 + kf5-kcompletion.spec | 13 ++++++------- sources | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.gitignore b/.gitignore index ecfa493..bf4d290 100644 --- a/.gitignore +++ b/.gitignore @@ -51,3 +51,4 @@ /kcompletion-5.98.0.tar.xz /kcompletion-5.99.0.tar.xz /kcompletion-5.100.0.tar.xz +/kcompletion-5.101.0.tar.xz diff --git a/kf5-kcompletion.spec b/kf5-kcompletion.spec index 571a97f..b1a050f 100644 --- a/kf5-kcompletion.spec +++ b/kf5-kcompletion.spec @@ -1,7 +1,7 @@ %global framework kcompletion Name: kf5-%{framework} -Version: 5.100.0 +Version: 5.101.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 2 addon with auto completion widgets and classes @@ -9,12 +9,7 @@ License: LGPLv2+ URL: https://invent.kde.org/frameworks/%{framework} %global majmin %(echo %{version} | cut -d. -f1-2) -%global revision %(echo %{version} | cut -d. -f3) -%if %{revision} >= 50 -%global stable unstable -%else -%global stable stable -%endif +%global stable %stable_kf5 Source0: http://download.kde.org/%{stable}/frameworks/%{majmin}/%{framework}-%{version}.tar.xz ## upstream fixes @@ -75,6 +70,10 @@ developing applications that use %{name}. %changelog +* Mon Dec 12 2022 Marc Deop - 5.101.0-1 +- 5.101.0 +- use new macros to simplify code + * Sun Nov 06 2022 Marc Deop - 5.100.0-1 - 5.100.0 diff --git a/sources b/sources index c79459a..e70e47a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kcompletion-5.100.0.tar.xz) = 8f25da5d8fad64211c204b46b7aa8af5a341dc45f603e8822baf3a3c2e1fcd6fca6424041803c05432e63be25a730ca92b8d5545827a19001ecc55886af51048 +SHA512 (kcompletion-5.101.0.tar.xz) = 17f7d14299f392eec1e20c116eb09a457d8f1537c97899627b2671ab2136913f6ebdaf262f5b7d644a9e15673f8b7fb26c883a91a874be66ce7e14a86b4d11c7 From 47d7af3af794966dc3a140395e2370c78ce14efe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Deop=20i=20Argem=C3=AD?= Date: Sat, 14 Jan 2023 16:40:35 +0100 Subject: [PATCH 136/145] 5.102.0 --- .gitignore | 1 + kf5-kcompletion.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index bf4d290..7f61348 100644 --- a/.gitignore +++ b/.gitignore @@ -52,3 +52,4 @@ /kcompletion-5.99.0.tar.xz /kcompletion-5.100.0.tar.xz /kcompletion-5.101.0.tar.xz +/kcompletion-5.102.0.tar.xz diff --git a/kf5-kcompletion.spec b/kf5-kcompletion.spec index b1a050f..fb16ba9 100644 --- a/kf5-kcompletion.spec +++ b/kf5-kcompletion.spec @@ -1,7 +1,7 @@ %global framework kcompletion Name: kf5-%{framework} -Version: 5.101.0 +Version: 5.102.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 2 addon with auto completion widgets and classes @@ -70,6 +70,9 @@ developing applications that use %{name}. %changelog +* Sat Jan 14 2023 Marc Deop - 5.102.0-1 +- 5.102.0 + * Mon Dec 12 2022 Marc Deop - 5.101.0-1 - 5.101.0 - use new macros to simplify code diff --git a/sources b/sources index e70e47a..becd293 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kcompletion-5.101.0.tar.xz) = 17f7d14299f392eec1e20c116eb09a457d8f1537c97899627b2671ab2136913f6ebdaf262f5b7d644a9e15673f8b7fb26c883a91a874be66ce7e14a86b4d11c7 +SHA512 (kcompletion-5.102.0.tar.xz) = 86539d04cccb6cbaf4ee33ac781ba6fc9dacde047a0925ffd153309e4d281ce9fb9f7496f6659f2b5bc453e7055fcd80c667a11ab787ebf809aa2bd3afb35f46 From e36a08576ad1ec251c0290bfdd527da0d40c1348 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Deop=20i=20Argem=C3=AD?= Date: Sun, 15 Jan 2023 17:46:21 +0100 Subject: [PATCH 137/145] fix: use macros from macros.kf5 instead of custom code --- kf5-kcompletion.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kf5-kcompletion.spec b/kf5-kcompletion.spec index fb16ba9..9d927d8 100644 --- a/kf5-kcompletion.spec +++ b/kf5-kcompletion.spec @@ -8,7 +8,7 @@ Summary: KDE Frameworks 5 Tier 2 addon with auto completion widgets and c License: LGPLv2+ URL: https://invent.kde.org/frameworks/%{framework} -%global majmin %(echo %{version} | cut -d. -f1-2) +%global majmin %majmin_ver_kf5 %global stable %stable_kf5 Source0: http://download.kde.org/%{stable}/frameworks/%{majmin}/%{framework}-%{version}.tar.xz From 1028675650b6b1c650752fa1de9604ae0bd286b8 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 19 Jan 2023 14:29:40 +0000 Subject: [PATCH 138/145] Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- kf5-kcompletion.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/kf5-kcompletion.spec b/kf5-kcompletion.spec index 9d927d8..59b2c1b 100644 --- a/kf5-kcompletion.spec +++ b/kf5-kcompletion.spec @@ -2,7 +2,7 @@ Name: kf5-%{framework} Version: 5.102.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: KDE Frameworks 5 Tier 2 addon with auto completion widgets and classes License: LGPLv2+ @@ -70,6 +70,9 @@ developing applications that use %{name}. %changelog +* Thu Jan 19 2023 Fedora Release Engineering - 5.102.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild + * Sat Jan 14 2023 Marc Deop - 5.102.0-1 - 5.102.0 From 84797e0f7124987d9873a2ab4b4881067b3ec59b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Deop=20i=20Argem=C3=AD?= Date: Sun, 5 Feb 2023 17:38:20 +0100 Subject: [PATCH 139/145] 5.103.0 --- .gitignore | 1 + kf5-kcompletion.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 7f61348..8c30280 100644 --- a/.gitignore +++ b/.gitignore @@ -53,3 +53,4 @@ /kcompletion-5.100.0.tar.xz /kcompletion-5.101.0.tar.xz /kcompletion-5.102.0.tar.xz +/kcompletion-5.103.0.tar.xz diff --git a/kf5-kcompletion.spec b/kf5-kcompletion.spec index 59b2c1b..4802941 100644 --- a/kf5-kcompletion.spec +++ b/kf5-kcompletion.spec @@ -1,8 +1,8 @@ %global framework kcompletion Name: kf5-%{framework} -Version: 5.102.0 -Release: 2%{?dist} +Version: 5.103.0 +Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 2 addon with auto completion widgets and classes License: LGPLv2+ @@ -70,6 +70,9 @@ developing applications that use %{name}. %changelog +* Sun Feb 05 2023 Marc Deop - 5.103.0-1 +- 5.103.0 + * Thu Jan 19 2023 Fedora Release Engineering - 5.102.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild diff --git a/sources b/sources index becd293..70c33c9 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kcompletion-5.102.0.tar.xz) = 86539d04cccb6cbaf4ee33ac781ba6fc9dacde047a0925ffd153309e4d281ce9fb9f7496f6659f2b5bc453e7055fcd80c667a11ab787ebf809aa2bd3afb35f46 +SHA512 (kcompletion-5.103.0.tar.xz) = 7ebc043257d619a0cdc84902992eb61240b82c65016ec652a5b79249f367e92853f26f4a15e8ff717d0a222ece5460d39e7f8ec08b17f6c28cd71c613e8e644f From f84f1d50b53da7739ebcfa7a7d0c73e86b76c5a7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Deop=20i=20Argem=C3=AD?= Date: Sat, 4 Mar 2023 17:24:41 +0100 Subject: [PATCH 140/145] 5.104.0 --- .gitignore | 1 + kf5-kcompletion.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 8c30280..45c71a0 100644 --- a/.gitignore +++ b/.gitignore @@ -54,3 +54,4 @@ /kcompletion-5.101.0.tar.xz /kcompletion-5.102.0.tar.xz /kcompletion-5.103.0.tar.xz +/kcompletion-5.104.0.tar.xz diff --git a/kf5-kcompletion.spec b/kf5-kcompletion.spec index 4802941..2fccdc3 100644 --- a/kf5-kcompletion.spec +++ b/kf5-kcompletion.spec @@ -1,7 +1,7 @@ %global framework kcompletion Name: kf5-%{framework} -Version: 5.103.0 +Version: 5.104.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 2 addon with auto completion widgets and classes @@ -70,6 +70,9 @@ developing applications that use %{name}. %changelog +* Sat Mar 04 2023 Marc Deop i Argemí - 5.104.0-1 +- 5.104.0 + * Sun Feb 05 2023 Marc Deop - 5.103.0-1 - 5.103.0 diff --git a/sources b/sources index 70c33c9..2c2f876 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kcompletion-5.103.0.tar.xz) = 7ebc043257d619a0cdc84902992eb61240b82c65016ec652a5b79249f367e92853f26f4a15e8ff717d0a222ece5460d39e7f8ec08b17f6c28cd71c613e8e644f +SHA512 (kcompletion-5.104.0.tar.xz) = fd55cd57aca2c28ac20214fbc4055a89669db9ff130844c08c8f0e11eb26e17fa2fa4b03e0d9bc479eafbe27f2370c9e1f7f0b52a9646bf6d1b40a3e472f52d3 From 5ce66cf60970715f967340de2bf671150f807115 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Deop=20i=20Argem=C3=AD?= Date: Sun, 2 Apr 2023 10:21:00 +0200 Subject: [PATCH 141/145] 5.105.0 --- .gitignore | 1 + kf5-kcompletion.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 45c71a0..f79780a 100644 --- a/.gitignore +++ b/.gitignore @@ -55,3 +55,4 @@ /kcompletion-5.102.0.tar.xz /kcompletion-5.103.0.tar.xz /kcompletion-5.104.0.tar.xz +/kcompletion-5.105.0.tar.xz diff --git a/kf5-kcompletion.spec b/kf5-kcompletion.spec index 2fccdc3..45aa348 100644 --- a/kf5-kcompletion.spec +++ b/kf5-kcompletion.spec @@ -1,7 +1,7 @@ %global framework kcompletion Name: kf5-%{framework} -Version: 5.104.0 +Version: 5.105.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 2 addon with auto completion widgets and classes @@ -70,6 +70,9 @@ developing applications that use %{name}. %changelog +* Sun Apr 02 2023 Marc Deop i Argemí - 5.105.0-1 +- 5.105.0 + * Sat Mar 04 2023 Marc Deop i Argemí - 5.104.0-1 - 5.104.0 diff --git a/sources b/sources index 2c2f876..71de59a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kcompletion-5.104.0.tar.xz) = fd55cd57aca2c28ac20214fbc4055a89669db9ff130844c08c8f0e11eb26e17fa2fa4b03e0d9bc479eafbe27f2370c9e1f7f0b52a9646bf6d1b40a3e472f52d3 +SHA512 (kcompletion-5.105.0.tar.xz) = f42c49183a203cc81c4a75f6d7b7e9942b8934703e19f661815e010ac6d990804ebc834022b7848afa2e024623fa2b84620dcd95abb2729ffb69e339f1e7a6bf From 970eecb1bf6ea59d9bb60db1fc653b07448f58b8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Deop=20i=20Argem=C3=AD?= Date: Mon, 15 May 2023 21:55:22 +0200 Subject: [PATCH 142/145] 5.106.0 --- .gitignore | 1 + kf5-kcompletion.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index f79780a..39b7412 100644 --- a/.gitignore +++ b/.gitignore @@ -56,3 +56,4 @@ /kcompletion-5.103.0.tar.xz /kcompletion-5.104.0.tar.xz /kcompletion-5.105.0.tar.xz +/kcompletion-5.106.0.tar.xz diff --git a/kf5-kcompletion.spec b/kf5-kcompletion.spec index 45aa348..132ea1e 100644 --- a/kf5-kcompletion.spec +++ b/kf5-kcompletion.spec @@ -1,7 +1,7 @@ %global framework kcompletion Name: kf5-%{framework} -Version: 5.105.0 +Version: 5.106.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 2 addon with auto completion widgets and classes @@ -70,6 +70,9 @@ developing applications that use %{name}. %changelog +* Mon May 15 2023 Marc Deop i Argemí - 5.106.0-1 +- 5.106.0 + * Sun Apr 02 2023 Marc Deop i Argemí - 5.105.0-1 - 5.105.0 diff --git a/sources b/sources index 71de59a..2fad6c0 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kcompletion-5.105.0.tar.xz) = f42c49183a203cc81c4a75f6d7b7e9942b8934703e19f661815e010ac6d990804ebc834022b7848afa2e024623fa2b84620dcd95abb2729ffb69e339f1e7a6bf +SHA512 (kcompletion-5.106.0.tar.xz) = ea43ca6533056b2d18853e4db15e188ee55fa72d1abb64c116553395e5c16001b60b917fd23a7cf21b6b1fc4371c35ae9721db5f6607a96b3f516d3ef4e0b751 From 1feec8620a9331c83743db4f2fc0e047b3bfeba3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Deop=20i=20Argem=C3=AD?= Date: Sat, 3 Jun 2023 15:29:17 +0200 Subject: [PATCH 143/145] 5.107.0 --- .gitignore | 1 + kf5-kcompletion.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 39b7412..755544d 100644 --- a/.gitignore +++ b/.gitignore @@ -57,3 +57,4 @@ /kcompletion-5.104.0.tar.xz /kcompletion-5.105.0.tar.xz /kcompletion-5.106.0.tar.xz +/kcompletion-5.107.0.tar.xz diff --git a/kf5-kcompletion.spec b/kf5-kcompletion.spec index 132ea1e..1ef271c 100644 --- a/kf5-kcompletion.spec +++ b/kf5-kcompletion.spec @@ -1,7 +1,7 @@ %global framework kcompletion Name: kf5-%{framework} -Version: 5.106.0 +Version: 5.107.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 2 addon with auto completion widgets and classes @@ -70,6 +70,9 @@ developing applications that use %{name}. %changelog +* Sat Jun 03 2023 Marc Deop i Argemí - 5.107.0-1 +- 5.107.0 + * Mon May 15 2023 Marc Deop i Argemí - 5.106.0-1 - 5.106.0 diff --git a/sources b/sources index 2fad6c0..22bceaf 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kcompletion-5.106.0.tar.xz) = ea43ca6533056b2d18853e4db15e188ee55fa72d1abb64c116553395e5c16001b60b917fd23a7cf21b6b1fc4371c35ae9721db5f6607a96b3f516d3ef4e0b751 +SHA512 (kcompletion-5.107.0.tar.xz) = b4040376b768435ce252ef71f14c1dac2c0a33a1cf32e2ed4d284fb3a51374623d27fffa047e0d9e490c1c40b53145cedfefb80363f32722736952cf3d0e7194 From e0776d2e7f4f28b81243db1eeac65c274abde363 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Deop=20i=20Argem=C3=AD?= Date: Sun, 2 Jul 2023 19:32:20 +0200 Subject: [PATCH 144/145] 5.108.0 --- .gitignore | 1 + kf5-kcompletion.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 755544d..b9106ee 100644 --- a/.gitignore +++ b/.gitignore @@ -58,3 +58,4 @@ /kcompletion-5.105.0.tar.xz /kcompletion-5.106.0.tar.xz /kcompletion-5.107.0.tar.xz +/kcompletion-5.108.0.tar.xz diff --git a/kf5-kcompletion.spec b/kf5-kcompletion.spec index 1ef271c..8b5251f 100644 --- a/kf5-kcompletion.spec +++ b/kf5-kcompletion.spec @@ -1,7 +1,7 @@ %global framework kcompletion Name: kf5-%{framework} -Version: 5.107.0 +Version: 5.108.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 2 addon with auto completion widgets and classes @@ -70,6 +70,9 @@ developing applications that use %{name}. %changelog +* Sun Jul 02 2023 Marc Deop i Argemí - 5.108.0-1 +- 5.108.0 + * Sat Jun 03 2023 Marc Deop i Argemí - 5.107.0-1 - 5.107.0 diff --git a/sources b/sources index 22bceaf..f4fee33 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kcompletion-5.107.0.tar.xz) = b4040376b768435ce252ef71f14c1dac2c0a33a1cf32e2ed4d284fb3a51374623d27fffa047e0d9e490c1c40b53145cedfefb80363f32722736952cf3d0e7194 +SHA512 (kcompletion-5.108.0.tar.xz) = bc96e4a686ca775db2f8676e270c9727abc70278ce604d8bf9df63e92001747cf97995dff0585859e2d632d717f701f0f7e51e970d71e36bdd68e4fcdc88e53b From 81dcb5db3758de598d6d446b1fa9a8b276a66491 Mon Sep 17 00:00:00 2001 From: MSVSphere Packaging Team Date: Mon, 30 Oct 2023 22:33:28 +0300 Subject: [PATCH 145/145] Remove unnecessary files --- sources | 1 - sources.basename | 1 - 2 files changed, 2 deletions(-) delete mode 100644 sources delete mode 100644 sources.basename diff --git a/sources b/sources deleted file mode 100644 index f4fee33..0000000 --- a/sources +++ /dev/null @@ -1 +0,0 @@ -SHA512 (kcompletion-5.108.0.tar.xz) = bc96e4a686ca775db2f8676e270c9727abc70278ce604d8bf9df63e92001747cf97995dff0585859e2d632d717f701f0f7e51e970d71e36bdd68e4fcdc88e53b diff --git a/sources.basename b/sources.basename deleted file mode 100644 index 9afe83d..0000000 --- a/sources.basename +++ /dev/null @@ -1 +0,0 @@ -kcompletion