From 14e92438587bd451885f9637e864fb110c8a76c3 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Mon, 30 Jun 2014 12:24:13 +0000 Subject: [PATCH 001/198] 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 710141a4ddc3e032201bcf188fe3c1fc1ddb8bff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20Vr=C3=A1til?= Date: Tue, 1 Jul 2014 12:25:02 +0200 Subject: [PATCH 002/198] Import package (kf5-kdeclarative-4.100.0-1) --- .gitignore | 1 + kf5-kdeclarative.spec | 119 ++++++++++++++++++++++++++++++++++++++++++ sources | 1 + 3 files changed, 121 insertions(+) create mode 100644 kf5-kdeclarative.spec diff --git a/.gitignore b/.gitignore index e69de29..ac1a820 100644 --- a/.gitignore +++ b/.gitignore @@ -0,0 +1 @@ +/kdeclarative-4.100.0.tar.xz diff --git a/kf5-kdeclarative.spec b/kf5-kdeclarative.spec new file mode 100644 index 0000000..80f06c3 --- /dev/null +++ b/kf5-kdeclarative.spec @@ -0,0 +1,119 @@ +#%define snapshot 20140205 +%define framework kdeclarative + +Name: kf5-%{framework} +Version: 4.100.0 +Release: 1%{?dist} +Summary: KDE Frameworks 5 Tier 3 addon for Qt declarative + +License: GPLv2+ and MIT +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-qtdeclarative-devel +BuildRequires: qt5-qtscript-devel + +BuildRequires: kf5-kconfig-devel +BuildRequires: kf5-ki18n-devel +BuildRequires: kf5-kiconthemes-devel +BuildRequires: kf5-kwidgetsaddons-devel +BuildRequires: kf5-kwindowsystem-devel +BuildRequires: kf5-kglobalaccel-devel +BuildRequires: kf5-kcoreaddons-devel +BuildRequires: kf5-kguiaddons-devel +BuildRequires: kf5-kio-devel + +Requires: kf5-filesystem + +%description +KDE Frameworks 5 Tier 3 addon for Qt declarative + + +%package devel +Summary: Development files for %{name} +Requires: %{name}%{?_isa} = %{version}-%{release} +Requires: kf5-kconfig-devel +Requires: kf5-ki18n-devel +Requires: kf5-kiconthemes-devel +Requires: kf5-kwidgetsaddons-devel +Requires: kf5-kwindowsystem-devel +Requires: kf5-kglobalaccel-devel +Requires: kf5-kcoreaddons-devel +Requires: kf5-kguiaddons-devel +Requires: kf5-kio-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 kdeclarative5_qt --with-qt --all-name + +%post -p /sbin/ldconfig + +%postun -p /sbin/ldconfig + + +%files -f kdeclarative5_qt.lang +%doc COPYING COPYING.LIB README.md +%{_kf5_libdir}/libKF5Declarative.so.* +%{_kf5_qmldir}/org/kde/draganddrop +%{_kf5_qmldir}/org/kde/kcoreaddons +%{_kf5_qmldir}/org/kde/kquickcontrols +%{_kf5_qmldir}/org/kde/kquickcontrolsaddons +%{_kf5_qmldir}/org/kde/private/kquickcontrols + +%files devel +%doc +%{_kf5_includedir}/kdeclarative_version.h +%{_kf5_includedir}/KDeclarative +%{_kf5_libdir}/libKF5Declarative.so +%{_kf5_libdir}/cmake/KF5Declarative +%{_kf5_archdatadir}/mkspecs/modules/qt_KDeclarative.pri + +%changelog +* Tue Jun 03 2014 Daniel Vrátil - 4.100.0-1 +- KDE Frameworks 4.100.0 + +* Mon May 05 2014 Daniel Vrátil - 4.99.0 +- KDE Frameworks 4.99.0 + +* Tue Apr 15 2014 Daniel Vrátil 4.98.0-2 +- Correctly install declarative plugins + +* 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..cd9c4d3 100644 --- a/sources +++ b/sources @@ -0,0 +1 @@ +76ec3ecaa12667d687365d5a7d40b130 kdeclarative-4.100.0.tar.xz From 62aac906c8dfb8c3b00fc247b921ae164ee2d0a9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20Vr=C3=A1til?= Date: Wed, 9 Jul 2014 15:43:50 +0200 Subject: [PATCH 003/198] KDE Frameworks 5.0.0 --- .gitignore | 1 + kf5-kdeclarative.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index ac1a820..e44ec48 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /kdeclarative-4.100.0.tar.xz +/kdeclarative-5.0.0.tar.xz diff --git a/kf5-kdeclarative.spec b/kf5-kdeclarative.spec index 80f06c3..68b33f5 100644 --- a/kf5-kdeclarative.spec +++ b/kf5-kdeclarative.spec @@ -2,7 +2,7 @@ %define framework kdeclarative Name: kf5-%{framework} -Version: 4.100.0 +Version: 5.0.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 3 addon for Qt declarative @@ -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 @@ -91,6 +91,9 @@ make %{?_smp_mflags} -C %{_target_platform} %{_kf5_archdatadir}/mkspecs/modules/qt_KDeclarative.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 cd9c4d3..299fa62 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -76ec3ecaa12667d687365d5a7d40b130 kdeclarative-4.100.0.tar.xz +9ffd395578771ff0933532aa9a83061f kdeclarative-5.0.0.tar.xz From 1b9f12b1815b9e6fe2376a6d3d56c3f13b22007d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20Vr=C3=A1til?= Date: Wed, 6 Aug 2014 15:21:25 +0200 Subject: [PATCH 004/198] KDE Frameworks 5.1.0 --- .gitignore | 1 + kf5-kdeclarative.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index e44ec48..601a5fb 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /kdeclarative-4.100.0.tar.xz /kdeclarative-5.0.0.tar.xz +/kdeclarative-5.1.0.tar.xz diff --git a/kf5-kdeclarative.spec b/kf5-kdeclarative.spec index 68b33f5..6fd62fa 100644 --- a/kf5-kdeclarative.spec +++ b/kf5-kdeclarative.spec @@ -2,7 +2,7 @@ %define framework kdeclarative Name: kf5-%{framework} -Version: 5.0.0 +Version: 5.1.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 3 addon for Qt declarative @@ -91,6 +91,9 @@ make %{?_smp_mflags} -C %{_target_platform} %{_kf5_archdatadir}/mkspecs/modules/qt_KDeclarative.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 299fa62..a6370eb 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -9ffd395578771ff0933532aa9a83061f kdeclarative-5.0.0.tar.xz +ca6532dfbcf861a4d9e9e4f50a34db4c kdeclarative-5.1.0.tar.xz From 5a9d35ef1575abdc4899731670c88307498de678 Mon Sep 17 00:00:00 2001 From: Peter Robinson Date: Sat, 16 Aug 2014 23:43:58 +0000 Subject: [PATCH 005/198] - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild --- kf5-kdeclarative.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/kf5-kdeclarative.spec b/kf5-kdeclarative.spec index 6fd62fa..a5a2ad7 100644 --- a/kf5-kdeclarative.spec +++ b/kf5-kdeclarative.spec @@ -3,7 +3,7 @@ Name: kf5-%{framework} Version: 5.1.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: KDE Frameworks 5 Tier 3 addon for Qt declarative License: GPLv2+ and MIT @@ -91,6 +91,9 @@ make %{?_smp_mflags} -C %{_target_platform} %{_kf5_archdatadir}/mkspecs/modules/qt_KDeclarative.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 2c175a6bf12363c2f60d4c179167800efeb618a3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20Vr=C3=A1til?= Date: Mon, 15 Sep 2014 09:47:52 +0200 Subject: [PATCH 006/198] KDE Frameworks 5.2.0 --- .gitignore | 1 + kf5-kdeclarative.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 601a5fb..8cac74b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ /kdeclarative-4.100.0.tar.xz /kdeclarative-5.0.0.tar.xz /kdeclarative-5.1.0.tar.xz +/kdeclarative-5.2.0.tar.xz diff --git a/kf5-kdeclarative.spec b/kf5-kdeclarative.spec index a5a2ad7..37e3242 100644 --- a/kf5-kdeclarative.spec +++ b/kf5-kdeclarative.spec @@ -2,8 +2,8 @@ %define framework kdeclarative Name: kf5-%{framework} -Version: 5.1.0 -Release: 2%{?dist} +Version: 5.2.0 +Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 3 addon for Qt declarative License: GPLv2+ and MIT @@ -91,6 +91,9 @@ make %{?_smp_mflags} -C %{_target_platform} %{_kf5_archdatadir}/mkspecs/modules/qt_KDeclarative.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 a6370eb..a250280 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -ca6532dfbcf861a4d9e9e4f50a34db4c kdeclarative-5.1.0.tar.xz +5c74a2802200f10afed93cb7efa0e752 kdeclarative-5.2.0.tar.xz From 36b508263dd060ec243734fade6847da721cc5d6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20Vr=C3=A1til?= Date: Mon, 15 Sep 2014 15:35:40 +0200 Subject: [PATCH 007/198] Install org.kde.kio QML module --- kf5-kdeclarative.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/kf5-kdeclarative.spec b/kf5-kdeclarative.spec index 37e3242..d396be8 100644 --- a/kf5-kdeclarative.spec +++ b/kf5-kdeclarative.spec @@ -81,6 +81,7 @@ make %{?_smp_mflags} -C %{_target_platform} %{_kf5_qmldir}/org/kde/kquickcontrols %{_kf5_qmldir}/org/kde/kquickcontrolsaddons %{_kf5_qmldir}/org/kde/private/kquickcontrols +%{_kf5_qmldir}/org/kde/kio %files devel %doc From 47a7bb21c5fabdc94dfd354e2f2e69642f9cccd3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20Vr=C3=A1til?= Date: Tue, 7 Oct 2014 13:09:36 +0200 Subject: [PATCH 008/198] KDE Frameworks 5.3.0 --- .gitignore | 1 + kf5-kdeclarative.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 8cac74b..569afa8 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ /kdeclarative-5.0.0.tar.xz /kdeclarative-5.1.0.tar.xz /kdeclarative-5.2.0.tar.xz +/kdeclarative-5.3.0.tar.xz diff --git a/kf5-kdeclarative.spec b/kf5-kdeclarative.spec index d396be8..d5e3ecb 100644 --- a/kf5-kdeclarative.spec +++ b/kf5-kdeclarative.spec @@ -2,7 +2,7 @@ %define framework kdeclarative Name: kf5-%{framework} -Version: 5.2.0 +Version: 5.3.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 3 addon for Qt declarative @@ -92,6 +92,9 @@ make %{?_smp_mflags} -C %{_target_platform} %{_kf5_archdatadir}/mkspecs/modules/qt_KDeclarative.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 a250280..b4698d5 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -5c74a2802200f10afed93cb7efa0e752 kdeclarative-5.2.0.tar.xz +9e8a8260cce6e1a001a36846a16db98c kdeclarative-5.3.0.tar.xz From 35c6ee200782cb0274dac166e1d066285cc07ffd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20Vr=C3=A1til?= Date: Mon, 3 Nov 2014 12:14:00 +0100 Subject: [PATCH 009/198] KDE Frameworks 5.4.0 --- .gitignore | 1 + kf5-kdeclarative.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 569afa8..aed8578 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ /kdeclarative-5.1.0.tar.xz /kdeclarative-5.2.0.tar.xz /kdeclarative-5.3.0.tar.xz +/kdeclarative-5.4.0.tar.xz diff --git a/kf5-kdeclarative.spec b/kf5-kdeclarative.spec index d5e3ecb..17460ed 100644 --- a/kf5-kdeclarative.spec +++ b/kf5-kdeclarative.spec @@ -2,7 +2,7 @@ %define framework kdeclarative Name: kf5-%{framework} -Version: 5.3.0 +Version: 5.4.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 3 addon for Qt declarative @@ -92,6 +92,9 @@ make %{?_smp_mflags} -C %{_target_platform} %{_kf5_archdatadir}/mkspecs/modules/qt_KDeclarative.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 b4698d5..f6d4d42 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -9e8a8260cce6e1a001a36846a16db98c kdeclarative-5.3.0.tar.xz +2478ce5757782a8e8f3b06512aa3d65a kdeclarative-5.4.0.tar.xz From f36b4ff460d87bcc842a053fc60e2ad41a36e2d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20Vr=C3=A1til?= Date: Mon, 3 Nov 2014 13:30:28 +0100 Subject: [PATCH 010/198] Clean up spec file, autodetect stable/unstable download folder --- kf5-kdeclarative.spec | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/kf5-kdeclarative.spec b/kf5-kdeclarative.spec index 17460ed..442f481 100644 --- a/kf5-kdeclarative.spec +++ b/kf5-kdeclarative.spec @@ -1,4 +1,3 @@ -#%define snapshot 20140205 %define framework kdeclarative Name: kf5-%{framework} @@ -8,11 +7,14 @@ Summary: KDE Frameworks 5 Tier 3 addon for Qt declarative License: GPLv2+ and MIT 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 @@ -35,7 +37,6 @@ Requires: kf5-filesystem %description KDE Frameworks 5 Tier 3 addon for Qt declarative - %package devel Summary: Development files for %{name} Requires: %{name}%{?_isa} = %{version}-%{release} @@ -53,6 +54,7 @@ Requires: kf5-kio-devel The %{name}-devel package contains libraries and header files for developing applications that use %{name}. + %prep %setup -q -n %{framework}-%{version} @@ -68,11 +70,10 @@ make %{?_smp_mflags} -C %{_target_platform} %make_install -C %{_target_platform} %find_lang kdeclarative5_qt --with-qt --all-name -%post -p /sbin/ldconfig +%post -p /sbin/ldconfig %postun -p /sbin/ldconfig - %files -f kdeclarative5_qt.lang %doc COPYING COPYING.LIB README.md %{_kf5_libdir}/libKF5Declarative.so.* @@ -84,13 +85,13 @@ make %{?_smp_mflags} -C %{_target_platform} %{_kf5_qmldir}/org/kde/kio %files devel -%doc %{_kf5_includedir}/kdeclarative_version.h %{_kf5_includedir}/KDeclarative %{_kf5_libdir}/libKF5Declarative.so %{_kf5_libdir}/cmake/KF5Declarative %{_kf5_archdatadir}/mkspecs/modules/qt_KDeclarative.pri + %changelog * Mon Nov 03 2014 Daniel Vrátil - 5.4.0-1 - KDE Frameworks 5.4.0 From 8a86147c1540d261a13c4d1f0c07ef2a9a0b0dce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20Vr=C3=A1til?= Date: Mon, 3 Nov 2014 13:36:01 +0100 Subject: [PATCH 011/198] Use %global instead of %define --- kf5-kdeclarative.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kf5-kdeclarative.spec b/kf5-kdeclarative.spec index 442f481..bab55cf 100644 --- a/kf5-kdeclarative.spec +++ b/kf5-kdeclarative.spec @@ -1,4 +1,4 @@ -%define framework kdeclarative +%global framework kdeclarative Name: kf5-%{framework} Version: 5.4.0 From a29bc6cdb3d3428589f426eefe4eb1ef7c6ecdca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20Vr=C3=A1til?= Date: Tue, 4 Nov 2014 12:57:11 +0100 Subject: [PATCH 012/198] Install libKF5QuickAddons.so --- kf5-kdeclarative.spec | 3 +++ 1 file changed, 3 insertions(+) diff --git a/kf5-kdeclarative.spec b/kf5-kdeclarative.spec index bab55cf..2b78504 100644 --- a/kf5-kdeclarative.spec +++ b/kf5-kdeclarative.spec @@ -77,6 +77,7 @@ make %{?_smp_mflags} -C %{_target_platform} %files -f kdeclarative5_qt.lang %doc COPYING COPYING.LIB README.md %{_kf5_libdir}/libKF5Declarative.so.* +%{_kf5_libdir}/libKF5QuickAddons.so.* %{_kf5_qmldir}/org/kde/draganddrop %{_kf5_qmldir}/org/kde/kcoreaddons %{_kf5_qmldir}/org/kde/kquickcontrols @@ -88,8 +89,10 @@ make %{?_smp_mflags} -C %{_target_platform} %{_kf5_includedir}/kdeclarative_version.h %{_kf5_includedir}/KDeclarative %{_kf5_libdir}/libKF5Declarative.so +%{_kf5_libdir}/libKF5QuickAddons.so %{_kf5_libdir}/cmake/KF5Declarative %{_kf5_archdatadir}/mkspecs/modules/qt_KDeclarative.pri +%{_kf5_archdatadir}/mkspecs/modules/qt_QuickAddons.pri %changelog From f98a1a5c4193fe31cebf6140b13e1268d4109ae8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20Vr=C3=A1til?= Date: Mon, 8 Dec 2014 15:12:29 +0100 Subject: [PATCH 013/198] KDE Frameworks 5.5.0 --- .gitignore | 1 + kf5-kdeclarative.spec | 8 ++++++-- sources | 2 +- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index aed8578..c21ed28 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ /kdeclarative-5.2.0.tar.xz /kdeclarative-5.3.0.tar.xz /kdeclarative-5.4.0.tar.xz +/kdeclarative-5.5.0.tar.xz diff --git a/kf5-kdeclarative.spec b/kf5-kdeclarative.spec index 2b78504..e919026 100644 --- a/kf5-kdeclarative.spec +++ b/kf5-kdeclarative.spec @@ -1,20 +1,21 @@ %global framework kdeclarative Name: kf5-%{framework} -Version: 5.4.0 +Version: 5.5.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 3 addon for Qt declarative License: GPLv2+ and MIT 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 @@ -96,6 +97,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 f6d4d42..6326194 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -2478ce5757782a8e8f3b06512aa3d65a kdeclarative-5.4.0.tar.xz +5f6fe011fb3b11bcbe49a688b3c55f3a kdeclarative-5.5.0.tar.xz From b4ceff761c8f2a1106729a83d76574f1b58a72ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20Vr=C3=A1til?= Date: Thu, 8 Jan 2015 14:44:03 +0100 Subject: [PATCH 014/198] KDE Frameworks 5.6.0 --- .gitignore | 1 + kf5-kdeclarative.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index c21ed28..3021462 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ /kdeclarative-5.3.0.tar.xz /kdeclarative-5.4.0.tar.xz /kdeclarative-5.5.0.tar.xz +/kdeclarative-5.6.0.tar.xz diff --git a/kf5-kdeclarative.spec b/kf5-kdeclarative.spec index e919026..a0cb173 100644 --- a/kf5-kdeclarative.spec +++ b/kf5-kdeclarative.spec @@ -1,7 +1,7 @@ %global framework kdeclarative Name: kf5-%{framework} -Version: 5.5.0 +Version: 5.6.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 3 addon for Qt declarative @@ -97,6 +97,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 6326194..630f754 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -5f6fe011fb3b11bcbe49a688b3c55f3a kdeclarative-5.5.0.tar.xz +d282c8a3ee5887c0304bd952cfbc3a6f kdeclarative-5.6.0.tar.xz From 08f168603bdc38ba98dc9f86f8de0c037c4ac9f9 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 015/198] Use make install/fast --- kf5-kdeclarative.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kf5-kdeclarative.spec b/kf5-kdeclarative.spec index a0cb173..d25d07b 100644 --- a/kf5-kdeclarative.spec +++ b/kf5-kdeclarative.spec @@ -68,7 +68,7 @@ popd make %{?_smp_mflags} -C %{_target_platform} %install -%make_install -C %{_target_platform} +make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %find_lang kdeclarative5_qt --with-qt --all-name From 8d74938ed663249c97a4cf708a5a882762b5dcbb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20Vr=C3=A1til?= Date: Mon, 16 Feb 2015 13:13:02 +0100 Subject: [PATCH 016/198] KDE Frameworks 5.7.0 --- .gitignore | 1 + kf5-kdeclarative.spec | 21 ++++++++++----------- sources | 2 +- 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/.gitignore b/.gitignore index 3021462..8c9237b 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,4 @@ /kdeclarative-5.4.0.tar.xz /kdeclarative-5.5.0.tar.xz /kdeclarative-5.6.0.tar.xz +/kdeclarative-5.7.0.tar.xz diff --git a/kf5-kdeclarative.spec b/kf5-kdeclarative.spec index d25d07b..9186453 100644 --- a/kf5-kdeclarative.spec +++ b/kf5-kdeclarative.spec @@ -1,7 +1,7 @@ %global framework kdeclarative Name: kf5-%{framework} -Version: 5.6.0 +Version: 5.7.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 3 addon for Qt declarative @@ -21,7 +21,6 @@ BuildRequires: kf5-rpm-macros BuildRequires: extra-cmake-modules BuildRequires: qt5-qtbase-devel BuildRequires: qt5-qtdeclarative-devel -BuildRequires: qt5-qtscript-devel BuildRequires: kf5-kconfig-devel BuildRequires: kf5-ki18n-devel @@ -29,10 +28,11 @@ BuildRequires: kf5-kiconthemes-devel BuildRequires: kf5-kwidgetsaddons-devel BuildRequires: kf5-kwindowsystem-devel BuildRequires: kf5-kglobalaccel-devel -BuildRequires: kf5-kcoreaddons-devel BuildRequires: kf5-kguiaddons-devel BuildRequires: kf5-kio-devel +BuildRequires: libepoxy-devel + Requires: kf5-filesystem %description @@ -41,15 +41,8 @@ KDE Frameworks 5 Tier 3 addon for Qt declarative %package devel Summary: Development files for %{name} Requires: %{name}%{?_isa} = %{version}-%{release} -Requires: kf5-kconfig-devel -Requires: kf5-ki18n-devel -Requires: kf5-kiconthemes-devel -Requires: kf5-kwidgetsaddons-devel -Requires: kf5-kwindowsystem-devel -Requires: kf5-kglobalaccel-devel -Requires: kf5-kcoreaddons-devel -Requires: kf5-kguiaddons-devel Requires: kf5-kio-devel +Requires: qt5-qtdeclarative-devel %description devel The %{name}-devel package contains libraries and header files for @@ -97,6 +90,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 630f754..a196212 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -d282c8a3ee5887c0304bd952cfbc3a6f kdeclarative-5.6.0.tar.xz +414cb5a4c26c5c3150c2867e29ec0181 kdeclarative-5.7.0.tar.xz From f7f5e3f79fcb1c48d43a58b26362bf3e2132a77d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20Vr=C3=A1til?= Date: Fri, 27 Feb 2015 18:11:01 +0100 Subject: [PATCH 017/198] Rebuild (GCC 5) --- kf5-kdeclarative.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/kf5-kdeclarative.spec b/kf5-kdeclarative.spec index 9186453..0a7a147 100644 --- a/kf5-kdeclarative.spec +++ b/kf5-kdeclarative.spec @@ -2,7 +2,7 @@ Name: kf5-%{framework} Version: 5.7.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: KDE Frameworks 5 Tier 3 addon for Qt declarative License: GPLv2+ and MIT @@ -90,6 +90,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 75a11e2c3b0be72a6087ecaf567ee3b1c580ad35 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20Vr=C3=A1til?= Date: Mon, 16 Mar 2015 12:56:35 +0100 Subject: [PATCH 018/198] KDE Frameworks 5.8.0 --- .gitignore | 1 + kf5-kdeclarative.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 8c9237b..25f1d3b 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,4 @@ /kdeclarative-5.5.0.tar.xz /kdeclarative-5.6.0.tar.xz /kdeclarative-5.7.0.tar.xz +/kdeclarative-5.8.0.tar.xz diff --git a/kf5-kdeclarative.spec b/kf5-kdeclarative.spec index 0a7a147..aa8705e 100644 --- a/kf5-kdeclarative.spec +++ b/kf5-kdeclarative.spec @@ -1,8 +1,8 @@ %global framework kdeclarative Name: kf5-%{framework} -Version: 5.7.0 -Release: 2%{?dist} +Version: 5.8.0 +Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 3 addon for Qt declarative License: GPLv2+ and MIT @@ -90,6 +90,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 a196212..49a1b0c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -414cb5a4c26c5c3150c2867e29ec0181 kdeclarative-5.7.0.tar.xz +04b6eedce4147f97c8d1ed7bb186fed3 kdeclarative-5.8.0.tar.xz From a3c57ed4ec0e4b6338c20c36bba91f8d250edb50 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20Vr=C3=A1til?= Date: Mon, 16 Mar 2015 22:17:09 +0100 Subject: [PATCH 019/198] BR kf5-kpackage-devel --- kf5-kdeclarative.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/kf5-kdeclarative.spec b/kf5-kdeclarative.spec index aa8705e..8c00c09 100644 --- a/kf5-kdeclarative.spec +++ b/kf5-kdeclarative.spec @@ -30,6 +30,7 @@ BuildRequires: kf5-kwindowsystem-devel BuildRequires: kf5-kglobalaccel-devel BuildRequires: kf5-kguiaddons-devel BuildRequires: kf5-kio-devel +BuildRequires: kf5-kpackage-devel BuildRequires: libepoxy-devel From 9c8c4d488f9802d61be42417f24d7ddb17bebd27 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20Vr=C3=A1til?= Date: Tue, 17 Mar 2015 01:30:12 +0100 Subject: [PATCH 020/198] Install new files --- kf5-kdeclarative.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/kf5-kdeclarative.spec b/kf5-kdeclarative.spec index 8c00c09..48f645a 100644 --- a/kf5-kdeclarative.spec +++ b/kf5-kdeclarative.spec @@ -71,6 +71,7 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %files -f kdeclarative5_qt.lang %doc COPYING COPYING.LIB README.md +%{_kf5_bindir}/kpackagelauncherqml %{_kf5_libdir}/libKF5Declarative.so.* %{_kf5_libdir}/libKF5QuickAddons.so.* %{_kf5_qmldir}/org/kde/draganddrop @@ -79,6 +80,7 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %{_kf5_qmldir}/org/kde/kquickcontrolsaddons %{_kf5_qmldir}/org/kde/private/kquickcontrols %{_kf5_qmldir}/org/kde/kio +%{_kf5_qmldir}/org/kde/kwindowsystem %files devel %{_kf5_includedir}/kdeclarative_version.h From 624571f8ec599eec8e38445077400e045e9c672c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20Vr=C3=A1til?= Date: Tue, 7 Apr 2015 13:11:12 +0200 Subject: [PATCH 021/198] KDE Frameworks 5.9.0 --- .gitignore | 1 + kf5-kdeclarative.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 25f1d3b..be0e7d5 100644 --- a/.gitignore +++ b/.gitignore @@ -8,3 +8,4 @@ /kdeclarative-5.6.0.tar.xz /kdeclarative-5.7.0.tar.xz /kdeclarative-5.8.0.tar.xz +/kdeclarative-5.9.0.tar.xz diff --git a/kf5-kdeclarative.spec b/kf5-kdeclarative.spec index 48f645a..1dbd603 100644 --- a/kf5-kdeclarative.spec +++ b/kf5-kdeclarative.spec @@ -1,7 +1,7 @@ %global framework kdeclarative Name: kf5-%{framework} -Version: 5.8.0 +Version: 5.9.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 3 addon for Qt declarative @@ -93,6 +93,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 49a1b0c..8d757b2 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -04b6eedce4147f97c8d1ed7bb186fed3 kdeclarative-5.8.0.tar.xz +ef1f08f519b4ad292e49138a5118a7b3 kdeclarative-5.9.0.tar.xz From 22ef9fa9c0270e339cb86610ab4e6607b6a352cd Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Tue, 14 Apr 2015 13:57:01 -0500 Subject: [PATCH 022/198] devel: Requires: kf5-kpackage-devel --- kf5-kdeclarative.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/kf5-kdeclarative.spec b/kf5-kdeclarative.spec index 1dbd603..5ae413c 100644 --- a/kf5-kdeclarative.spec +++ b/kf5-kdeclarative.spec @@ -2,7 +2,7 @@ Name: kf5-%{framework} Version: 5.9.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: KDE Frameworks 5 Tier 3 addon for Qt declarative License: GPLv2+ and MIT @@ -43,6 +43,7 @@ KDE Frameworks 5 Tier 3 addon for Qt declarative Summary: Development files for %{name} Requires: %{name}%{?_isa} = %{version}-%{release} Requires: kf5-kio-devel +Requires: kf5-kpackage-devel Requires: qt5-qtdeclarative-devel %description devel @@ -93,6 +94,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Tue Apr 14 2015 Rex Dieter 5.9.0-2 +- -devel: Requires: kf5-kpackage-devel + * Tue Apr 07 2015 Daniel Vrátil - 5.9.0-1 - KDE Frameworks 5.9.0 From 433fd6b9d7081db0dd336722da3daa461083a41b Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Tue, 14 Apr 2015 13:59:36 -0500 Subject: [PATCH 023/198] +kconfig -kio --- kf5-kdeclarative.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kf5-kdeclarative.spec b/kf5-kdeclarative.spec index 5ae413c..17942a9 100644 --- a/kf5-kdeclarative.spec +++ b/kf5-kdeclarative.spec @@ -42,7 +42,7 @@ KDE Frameworks 5 Tier 3 addon for Qt declarative %package devel Summary: Development files for %{name} Requires: %{name}%{?_isa} = %{version}-%{release} -Requires: kf5-kio-devel +Requires: kf5-kconfig-devel Requires: kf5-kpackage-devel Requires: qt5-qtdeclarative-devel @@ -95,7 +95,7 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog * Tue Apr 14 2015 Rex Dieter 5.9.0-2 -- -devel: Requires: kf5-kpackage-devel +- -devel: Requires: +kf5-kconfig-devel +kf5-kpackage-devel -kf5-kio-devel * Tue Apr 07 2015 Daniel Vrátil - 5.9.0-1 - KDE Frameworks 5.9.0 From 589bd553ac03dcbfb649203495585494f76a12d1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20Vr=C3=A1til?= Date: Mon, 11 May 2015 11:11:16 +0200 Subject: [PATCH 024/198] KDE Frameworks 5.10.0 --- .gitignore | 1 + kf5-kdeclarative.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index be0e7d5..68ae72e 100644 --- a/.gitignore +++ b/.gitignore @@ -9,3 +9,4 @@ /kdeclarative-5.7.0.tar.xz /kdeclarative-5.8.0.tar.xz /kdeclarative-5.9.0.tar.xz +/kdeclarative-5.10.0.tar.xz diff --git a/kf5-kdeclarative.spec b/kf5-kdeclarative.spec index 17942a9..880f1f2 100644 --- a/kf5-kdeclarative.spec +++ b/kf5-kdeclarative.spec @@ -1,8 +1,8 @@ %global framework kdeclarative Name: kf5-%{framework} -Version: 5.9.0 -Release: 2%{?dist} +Version: 5.10.0 +Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 3 addon for Qt declarative License: GPLv2+ and MIT @@ -94,6 +94,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 + * Tue Apr 14 2015 Rex Dieter 5.9.0-2 - -devel: Requires: +kf5-kconfig-devel +kf5-kpackage-devel -kf5-kio-devel diff --git a/sources b/sources index 8d757b2..3822218 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -ef1f08f519b4ad292e49138a5118a7b3 kdeclarative-5.9.0.tar.xz +09de5d66de47f645d50c57ac735eeb3c kdeclarative-5.10.0.tar.xz From ed9d95fd7fee74dab5619e3ddda42c88df84af71 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20Vr=C3=A1til?= Date: Wed, 10 Jun 2015 14:26:19 +0200 Subject: [PATCH 025/198] KDE Frameworks 5.11.0 --- .gitignore | 1 + kf5-kdeclarative.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 68ae72e..b5bffb8 100644 --- a/.gitignore +++ b/.gitignore @@ -10,3 +10,4 @@ /kdeclarative-5.8.0.tar.xz /kdeclarative-5.9.0.tar.xz /kdeclarative-5.10.0.tar.xz +/kdeclarative-5.11.0.tar.xz diff --git a/kf5-kdeclarative.spec b/kf5-kdeclarative.spec index 880f1f2..157f742 100644 --- a/kf5-kdeclarative.spec +++ b/kf5-kdeclarative.spec @@ -1,7 +1,7 @@ %global framework kdeclarative Name: kf5-%{framework} -Version: 5.10.0 +Version: 5.11.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 3 addon for Qt declarative @@ -94,6 +94,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 3822218..b0cb92e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -09de5d66de47f645d50c57ac735eeb3c kdeclarative-5.10.0.tar.xz +ac8cc22f3e7f210e510ce75e1e606412 kdeclarative-5.11.0.tar.xz From 80cf29f15a5633af8740f6b903e64040fa2c145f Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Wed, 17 Jun 2015 13:12:02 +0000 Subject: [PATCH 026/198] - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild --- kf5-kdeclarative.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/kf5-kdeclarative.spec b/kf5-kdeclarative.spec index 157f742..a57879f 100644 --- a/kf5-kdeclarative.spec +++ b/kf5-kdeclarative.spec @@ -2,7 +2,7 @@ Name: kf5-%{framework} Version: 5.11.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: KDE Frameworks 5 Tier 3 addon for Qt declarative License: GPLv2+ and MIT @@ -94,6 +94,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 aceb0dbbbe6064c13918b9b574d82b9b81e66a01 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Sun, 12 Jul 2015 08:19:18 -0500 Subject: [PATCH 027/198] 5.12.0 --- .gitignore | 1 + kf5-kdeclarative.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index b5bffb8..81971dc 100644 --- a/.gitignore +++ b/.gitignore @@ -11,3 +11,4 @@ /kdeclarative-5.9.0.tar.xz /kdeclarative-5.10.0.tar.xz /kdeclarative-5.11.0.tar.xz +/kdeclarative-5.12.0.tar.xz diff --git a/kf5-kdeclarative.spec b/kf5-kdeclarative.spec index a57879f..1dfe62b 100644 --- a/kf5-kdeclarative.spec +++ b/kf5-kdeclarative.spec @@ -1,8 +1,8 @@ %global framework kdeclarative Name: kf5-%{framework} -Version: 5.11.0 -Release: 2%{?dist} +Version: 5.12.0 +Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 3 addon for Qt declarative License: GPLv2+ and MIT @@ -94,6 +94,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Sun Jul 12 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 b0cb92e..9d58643 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -ac8cc22f3e7f210e510ce75e1e606412 kdeclarative-5.11.0.tar.xz +62cb010adb59c15129743ad57fdc198a kdeclarative-5.12.0.tar.xz From c6d2b5bb9d31a822aa024cb2742f6ce1d1e38ebf Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Tue, 28 Jul 2015 12:17:58 -0500 Subject: [PATCH 028/198] backport some upstream patches, .spec cosmetics --- ...lot-texture-if-size-actually-changes.patch | 44 +++++++++++++++++++ 0002-Upgrade-KF5-version-to-5.13.0.patch | 25 +++++++++++ 0003-Don-t-choke-on-empty-QIconItem.patch | 44 +++++++++++++++++++ 0004-add-the-userPaths-context-property.patch | 39 ++++++++++++++++ ...e-entire-window-when-we-render-the-p.patch | 33 ++++++++++++++ ...tect-initial-face-icon-being-created.patch | 42 ++++++++++++++++++ kf5-kdeclarative.spec | 39 ++++++++++------ 7 files changed, 253 insertions(+), 13 deletions(-) create mode 100644 0001-Only-resize-plot-texture-if-size-actually-changes.patch create mode 100644 0002-Upgrade-KF5-version-to-5.13.0.patch create mode 100644 0003-Don-t-choke-on-empty-QIconItem.patch create mode 100644 0004-add-the-userPaths-context-property.patch create mode 100644 0005-Don-t-refresh-the-entire-window-when-we-render-the-p.patch create mode 100644 0006-Detect-initial-face-icon-being-created.patch diff --git a/0001-Only-resize-plot-texture-if-size-actually-changes.patch b/0001-Only-resize-plot-texture-if-size-actually-changes.patch new file mode 100644 index 0000000..3463804 --- /dev/null +++ b/0001-Only-resize-plot-texture-if-size-actually-changes.patch @@ -0,0 +1,44 @@ +From f399aa8b48db02f809454be5427c0ca01b809882 Mon Sep 17 00:00:00 2001 +From: David Edmundson +Date: Tue, 7 Jul 2015 11:54:11 +0100 +Subject: [PATCH 1/6] Only resize plot texture if size actually changes + +Test compared rounded QSize with QSizeF, which will be almost always +returning true. + +CCBUG: 348385 +REVIEW: 124280 +--- + src/qmlcontrols/kquickcontrolsaddons/plotter.cpp | 13 ++++++------- + 1 file changed, 6 insertions(+), 7 deletions(-) + +diff --git a/src/qmlcontrols/kquickcontrolsaddons/plotter.cpp b/src/qmlcontrols/kquickcontrolsaddons/plotter.cpp +index 9a939c3..93da3c7 100644 +--- a/src/qmlcontrols/kquickcontrolsaddons/plotter.cpp ++++ b/src/qmlcontrols/kquickcontrolsaddons/plotter.cpp +@@ -799,16 +799,15 @@ QSGNode *Plotter::updatePaintNode(QSGNode *oldNode, UpdatePaintNodeData *updateP + u_matrix = s_program->uniformLocation("matrix"); + } + +- if (n->texture()->textureSize() != boundingRect().size()) { +- //we need a size always equal or smaller, size.toSize() won't do +- static_cast(n->texture())->recreate(QSize(qRound(boundingRect().size().width()), qRound(boundingRect().size().height()))); ++ //we need a size always equal or smaller, size.toSize() won't do ++ const QSize targetTextureSize(qRound(boundingRect().size().width()), qRound(boundingRect().size().height())); ++ if (n->texture()->textureSize() != targetTextureSize) { ++ static_cast(n->texture())->recreate(targetTextureSize); + m_matrix = QMatrix4x4(); +- m_matrix.ortho(0, qRound(width()), 0, qRound(height()), -1, 1); ++ m_matrix.ortho(0, targetTextureSize.width(), 0, targetTextureSize.height(), -1, 1); + } + +- n->setRect(QRect(QPoint(0,0), +- QSize(qRound(boundingRect().size().width()), +- qRound(boundingRect().size().height())))); ++ n->setRect(QRect(QPoint(0,0), targetTextureSize)); + return n; + } + +-- +1.9.3 + diff --git a/0002-Upgrade-KF5-version-to-5.13.0.patch b/0002-Upgrade-KF5-version-to-5.13.0.patch new file mode 100644 index 0000000..48fe535 --- /dev/null +++ b/0002-Upgrade-KF5-version-to-5.13.0.patch @@ -0,0 +1,25 @@ +From 12d8398896207c602bafdffcbef053cd9579ce08 Mon Sep 17 00:00:00 2001 +From: l10n daemon script +Date: Fri, 10 Jul 2015 10:12:12 +0000 +Subject: [PATCH 2/6] Upgrade KF5 version to 5.13.0. + +--- + CMakeLists.txt | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/CMakeLists.txt b/CMakeLists.txt +index 359a899..d440172 100644 +--- a/CMakeLists.txt ++++ b/CMakeLists.txt +@@ -11,7 +11,7 @@ feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND FATAL_ON_MISSING_REQUIRED_PACKA + set(CMAKE_MODULE_PATH ${CMAKE_CURRENT_SOURCE_DIR}/cmake ${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR}) + + set(REQUIRED_QT_VERSION "5.2.0") +-set(KF5_VERSION "5.12.0") # handled by release scripts ++set(KF5_VERSION "5.13.0") # handled by release scripts + set(KF5_DEP_VERSION "5.12.0") # handled by release scripts + + find_package(Qt5 ${REQUIRED_QT_VERSION} NO_MODULE REQUIRED Qml Quick Gui) +-- +1.9.3 + diff --git a/0003-Don-t-choke-on-empty-QIconItem.patch b/0003-Don-t-choke-on-empty-QIconItem.patch new file mode 100644 index 0000000..4666fac --- /dev/null +++ b/0003-Don-t-choke-on-empty-QIconItem.patch @@ -0,0 +1,44 @@ +From 78b455d447c14d782b8a7fcf01ea122a98f40edc Mon Sep 17 00:00:00 2001 +From: Aleix Pol +Date: Wed, 15 Jul 2015 17:22:27 +0200 +Subject: [PATCH 3/6] Don't choke on empty QIconItem + +Sometimes QML components have 0 width and height and that's perfectly fine. + +If we try to paint it, we get warnings such as: +`QPainter::begin: Paint device returned engine == 0, type: 2` + +REVIEW: 124306 +--- + src/qmlcontrols/kquickcontrolsaddons/qiconitem.cpp | 8 ++++++-- + 1 file changed, 6 insertions(+), 2 deletions(-) + +diff --git a/src/qmlcontrols/kquickcontrolsaddons/qiconitem.cpp b/src/qmlcontrols/kquickcontrolsaddons/qiconitem.cpp +index 3a9dd17..2a90c34 100644 +--- a/src/qmlcontrols/kquickcontrolsaddons/qiconitem.cpp ++++ b/src/qmlcontrols/kquickcontrolsaddons/qiconitem.cpp +@@ -118,7 +118,6 @@ QSGNode* QIconItem::updatePaintNode(QSGNode* node, QQuickItem::UpdatePaintNodeDa + mNode = new ManagedTextureNode; + } + +- const QSize size(width(), height()); + QIcon::Mode mode; + switch(m_state) { + case DefaultState: +@@ -132,7 +131,12 @@ QSGNode* QIconItem::updatePaintNode(QSGNode* node, QQuickItem::UpdatePaintNodeDa + break; + } + +- mNode->setTexture(s_iconImageCache->loadTexture(window(), m_icon.pixmap(size, mode, QIcon::On).toImage())); ++ QImage img; ++ const QSize size(width(), height()); ++ if (!size.isEmpty()) { ++ img = m_icon.pixmap(size, mode, QIcon::On).toImage(); ++ } ++ mNode->setTexture(s_iconImageCache->loadTexture(window(), img)); + mNode->setRect(QRect(QPoint(0,0), size)); + node = mNode; + } +-- +1.9.3 + diff --git a/0004-add-the-userPaths-context-property.patch b/0004-add-the-userPaths-context-property.patch new file mode 100644 index 0000000..602bdd8 --- /dev/null +++ b/0004-add-the-userPaths-context-property.patch @@ -0,0 +1,39 @@ +From b449460131aa342ff8405e508345957116b87baf Mon Sep 17 00:00:00 2001 +From: Marco Martin +Date: Tue, 21 Jul 2015 18:58:28 +0200 +Subject: [PATCH 4/6] add the userPaths context property + +some user paths for pictures, movies etc, from QStandardPaths +--- + src/kpackagelauncherqml/main.cpp | 8 ++++++++ + 1 file changed, 8 insertions(+) + +diff --git a/src/kpackagelauncherqml/main.cpp b/src/kpackagelauncherqml/main.cpp +index ba4559b..9d9cbbc 100644 +--- a/src/kpackagelauncherqml/main.cpp ++++ b/src/kpackagelauncherqml/main.cpp +@@ -31,6 +31,7 @@ + #include + #include + #include ++#include + #include + #include + +@@ -70,6 +71,13 @@ int main(int argc, char **argv) + return 1; + } + obj.engine()->rootContext()->setContextProperty("commandlineArguments", parser.positionalArguments()); ++ QVariantMap paths; ++ paths["desktop"] = QStandardPaths::writableLocation(QStandardPaths::DesktopLocation); ++ paths["documents"] = QStandardPaths::writableLocation(QStandardPaths::DocumentsLocation); ++ paths["music"] = QStandardPaths::writableLocation(QStandardPaths::MusicLocation); ++ paths["movies"] = QStandardPaths::writableLocation(QStandardPaths::MoviesLocation); ++ paths["pictures"] = QStandardPaths::writableLocation(QStandardPaths::PicturesLocation); ++ obj.engine()->rootContext()->setContextProperty("userPaths", paths); + obj.completeInitialization(); + + if (!obj.package().metadata().isValid()) { +-- +1.9.3 + diff --git a/0005-Don-t-refresh-the-entire-window-when-we-render-the-p.patch b/0005-Don-t-refresh-the-entire-window-when-we-render-the-p.patch new file mode 100644 index 0000000..cb96a02 --- /dev/null +++ b/0005-Don-t-refresh-the-entire-window-when-we-render-the-p.patch @@ -0,0 +1,33 @@ +From 7a6a2cda780784e504960c96b4b41241ddf10531 Mon Sep 17 00:00:00 2001 +From: David Edmundson +Date: Mon, 27 Jul 2015 12:54:17 +0200 +Subject: [PATCH 5/6] Don't refresh the entire window when we render the + plotter + +This means the window is only updated when the plotter changes, rather +than effectively every possible frame. + +Reviewed by: Marco Martin + +CCBUG: 348385 +--- + src/qmlcontrols/kquickcontrolsaddons/plotter.cpp | 3 --- + 1 file changed, 3 deletions(-) + +diff --git a/src/qmlcontrols/kquickcontrolsaddons/plotter.cpp b/src/qmlcontrols/kquickcontrolsaddons/plotter.cpp +index 93da3c7..233dd6b 100644 +--- a/src/qmlcontrols/kquickcontrolsaddons/plotter.cpp ++++ b/src/qmlcontrols/kquickcontrolsaddons/plotter.cpp +@@ -709,9 +709,6 @@ void Plotter::render() + + // Delete the VBO + glDeleteBuffers(1, &vbo); +- if (window()) { +- window()->update(); +- } + } + + QSGNode *Plotter::updatePaintNode(QSGNode *oldNode, UpdatePaintNodeData *updatePaintNodeData) +-- +1.9.3 + diff --git a/0006-Detect-initial-face-icon-being-created.patch b/0006-Detect-initial-face-icon-being-created.patch new file mode 100644 index 0000000..d9cf947 --- /dev/null +++ b/0006-Detect-initial-face-icon-being-created.patch @@ -0,0 +1,42 @@ +From 1e77e17135b0f1828ca88aecb3cd75c3de111e0a Mon Sep 17 00:00:00 2001 +From: David Edmundson +Date: Mon, 27 Jul 2015 23:29:36 +0200 +Subject: [PATCH 6/6] Detect initial face icon being created + +REVIEW: 124499 +--- + src/qmlcontrols/kcoreaddons/kuserproxy.cpp | 11 ++++++++++- + 1 file changed, 10 insertions(+), 1 deletion(-) + +diff --git a/src/qmlcontrols/kcoreaddons/kuserproxy.cpp b/src/qmlcontrols/kcoreaddons/kuserproxy.cpp +index 383220f..a0b4425 100644 +--- a/src/qmlcontrols/kcoreaddons/kuserproxy.cpp ++++ b/src/qmlcontrols/kcoreaddons/kuserproxy.cpp +@@ -21,6 +21,7 @@ License along with this library. If not, see . + + #include "kuserproxy.h" + #include ++#include + #include + #include + #include +@@ -35,7 +36,15 @@ KUserProxy::KUserProxy (QObject *parent) + : QObject(parent), + m_temporaryEmptyFaceIconPath(false) + { +- m_dirWatch.addFile(m_user.faceIconPath()); ++ QString pathToFaceIcon(m_user.faceIconPath()); ++ if (pathToFaceIcon.isEmpty()) { ++ //KUser returns null if the current faceIconPath is empty ++ //so we should explicitly watch ~/.face.icon rather than faceIconPath() ++ //as we want to watch for this file being created ++ pathToFaceIcon = QDir::homePath() + QStringLiteral("/.face.icon"); ++ } ++ ++ m_dirWatch.addFile(pathToFaceIcon); + if (QFile::exists(etcPasswd)) { + m_dirWatch.addFile(etcPasswd); + } +-- +1.9.3 + diff --git a/kf5-kdeclarative.spec b/kf5-kdeclarative.spec index 1dfe62b..bb9a463 100644 --- a/kf5-kdeclarative.spec +++ b/kf5-kdeclarative.spec @@ -2,11 +2,11 @@ Name: kf5-%{framework} Version: 5.12.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: KDE Frameworks 5 Tier 3 addon for Qt declarative License: GPLv2+ and MIT -URL: http://www.kde.org +URL: https://projects.kde.org/projects/frameworks/kdeclarative/ %global versiondir %(echo %{version} | cut -d. -f1-2) %global revision %(echo %{version} | cut -d. -f3) @@ -17,6 +17,14 @@ URL: http://www.kde.org %endif Source0: http://download.kde.org/%{stable}/frameworks/%{versiondir}/%{framework}-%{version}.tar.xz +## upstream patches +Patch1: 0001-Only-resize-plot-texture-if-size-actually-changes.patch +#Patch2: 0002-Upgrade-KF5-version-to-5.13.0.patch +Patch3: 0003-Don-t-choke-on-empty-QIconItem.patch +Patch4: 0004-add-the-userPaths-context-property.patch +Patch5: 0005-Don-t-refresh-the-entire-window-when-we-render-the-p.patch +Patch6: 0006-Detect-initial-face-icon-being-created.patch + BuildRequires: kf5-rpm-macros BuildRequires: extra-cmake-modules BuildRequires: qt5-qtbase-devel @@ -52,16 +60,18 @@ developing applications that use %{name}. %prep -%setup -q -n %{framework}-%{version} +%autosetup -p1 -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 kdeclarative5_qt --with-qt --all-name @@ -75,25 +85,28 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %{_kf5_bindir}/kpackagelauncherqml %{_kf5_libdir}/libKF5Declarative.so.* %{_kf5_libdir}/libKF5QuickAddons.so.* -%{_kf5_qmldir}/org/kde/draganddrop -%{_kf5_qmldir}/org/kde/kcoreaddons -%{_kf5_qmldir}/org/kde/kquickcontrols -%{_kf5_qmldir}/org/kde/kquickcontrolsaddons -%{_kf5_qmldir}/org/kde/private/kquickcontrols -%{_kf5_qmldir}/org/kde/kio -%{_kf5_qmldir}/org/kde/kwindowsystem +%{_kf5_qmldir}/org/kde/draganddrop/ +%{_kf5_qmldir}/org/kde/kcoreaddons/ +%{_kf5_qmldir}/org/kde/kquickcontrols/ +%{_kf5_qmldir}/org/kde/kquickcontrolsaddons/ +%{_kf5_qmldir}/org/kde/private/kquickcontrols/ +%{_kf5_qmldir}/org/kde/kio/ +%{_kf5_qmldir}/org/kde/kwindowsystem/ %files devel %{_kf5_includedir}/kdeclarative_version.h -%{_kf5_includedir}/KDeclarative +%{_kf5_includedir}/KDeclarative/ %{_kf5_libdir}/libKF5Declarative.so %{_kf5_libdir}/libKF5QuickAddons.so -%{_kf5_libdir}/cmake/KF5Declarative +%{_kf5_libdir}/cmake/KF5Declarative/ %{_kf5_archdatadir}/mkspecs/modules/qt_KDeclarative.pri %{_kf5_archdatadir}/mkspecs/modules/qt_QuickAddons.pri %changelog +* Tue Jul 28 2015 Rex Dieter 5.12.0-2 +- backport some upstream patches, .spec cosmetics + * Sun Jul 12 2015 Rex Dieter - 5.12.0-1 - 5.12.0 From c73efa46b1a95ba72d8dcbda83c5de2c7cd02ba6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20Vr=C3=A1til?= Date: Wed, 19 Aug 2015 16:49:26 +0200 Subject: [PATCH 029/198] KDE Frameworks 5.13.0 --- .gitignore | 1 + kf5-kdeclarative.spec | 46 +++++++++++++++++++++++-------------------- sources | 2 +- 3 files changed, 27 insertions(+), 22 deletions(-) diff --git a/.gitignore b/.gitignore index 81971dc..1970b74 100644 --- a/.gitignore +++ b/.gitignore @@ -12,3 +12,4 @@ /kdeclarative-5.10.0.tar.xz /kdeclarative-5.11.0.tar.xz /kdeclarative-5.12.0.tar.xz +/kdeclarative-5.13.0.tar.xz diff --git a/kf5-kdeclarative.spec b/kf5-kdeclarative.spec index bb9a463..0e945c6 100644 --- a/kf5-kdeclarative.spec +++ b/kf5-kdeclarative.spec @@ -1,8 +1,8 @@ %global framework kdeclarative Name: kf5-%{framework} -Version: 5.12.0 -Release: 2%{?dist} +Version: 5.13.0 +Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 3 addon for Qt declarative License: GPLv2+ and MIT @@ -18,31 +18,26 @@ URL: https://projects.kde.org/projects/frameworks/kdeclarative/ Source0: http://download.kde.org/%{stable}/frameworks/%{versiondir}/%{framework}-%{version}.tar.xz ## upstream patches -Patch1: 0001-Only-resize-plot-texture-if-size-actually-changes.patch #Patch2: 0002-Upgrade-KF5-version-to-5.13.0.patch -Patch3: 0003-Don-t-choke-on-empty-QIconItem.patch -Patch4: 0004-add-the-userPaths-context-property.patch -Patch5: 0005-Don-t-refresh-the-entire-window-when-we-render-the-p.patch -Patch6: 0006-Detect-initial-face-icon-being-created.patch -BuildRequires: kf5-rpm-macros -BuildRequires: extra-cmake-modules +BuildRequires: kf5-rpm-macros >= %{version} +BuildRequires: extra-cmake-modules >= %{version} BuildRequires: qt5-qtbase-devel BuildRequires: qt5-qtdeclarative-devel -BuildRequires: kf5-kconfig-devel -BuildRequires: kf5-ki18n-devel -BuildRequires: kf5-kiconthemes-devel -BuildRequires: kf5-kwidgetsaddons-devel -BuildRequires: kf5-kwindowsystem-devel -BuildRequires: kf5-kglobalaccel-devel -BuildRequires: kf5-kguiaddons-devel -BuildRequires: kf5-kio-devel -BuildRequires: kf5-kpackage-devel +BuildRequires: kf5-kconfig-devel >= %{version} +BuildRequires: kf5-ki18n-devel >= %{version} +BuildRequires: kf5-kiconthemes-devel >= %{version} +BuildRequires: kf5-kwidgetsaddons-devel >= %{version} +BuildRequires: kf5-kwindowsystem-devel >= %{version} +BuildRequires: kf5-kglobalaccel-devel >= %{version} +BuildRequires: kf5-kguiaddons-devel >= %{version} +BuildRequires: kf5-kio-devel >= %{version} +BuildRequires: kf5-kpackage-devel >= %{version} BuildRequires: libepoxy-devel -Requires: kf5-filesystem +Requires: kf5-filesystem >= %{version} %description KDE Frameworks 5 Tier 3 addon for Qt declarative @@ -50,8 +45,8 @@ KDE Frameworks 5 Tier 3 addon for Qt declarative %package devel Summary: Development files for %{name} Requires: %{name}%{?_isa} = %{version}-%{release} -Requires: kf5-kconfig-devel -Requires: kf5-kpackage-devel +Requires: kf5-kconfig-devel >= %{version} +Requires: kf5-kpackage-devel >= %{version} Requires: qt5-qtdeclarative-devel %description devel @@ -104,6 +99,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 + * Tue Jul 28 2015 Rex Dieter 5.12.0-2 - backport some upstream patches, .spec cosmetics diff --git a/sources b/sources index 9d58643..bd40cc5 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -62cb010adb59c15129743ad57fdc198a kdeclarative-5.12.0.tar.xz +ec10b94e44ed70106ce5e41aa9ed6cd0 kdeclarative-5.13.0.tar.xz From 9dcebf5c15f212799e6941381134219ed636b52c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20Vr=C3=A1til?= Date: Wed, 16 Sep 2015 13:46:40 +0200 Subject: [PATCH 030/198] KDE Frameworks 5.14.0 --- .gitignore | 1 + kf5-kdeclarative.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 1970b74..1d6b1de 100644 --- a/.gitignore +++ b/.gitignore @@ -13,3 +13,4 @@ /kdeclarative-5.11.0.tar.xz /kdeclarative-5.12.0.tar.xz /kdeclarative-5.13.0.tar.xz +/kdeclarative-5.14.0.tar.xz diff --git a/kf5-kdeclarative.spec b/kf5-kdeclarative.spec index 0e945c6..821d544 100644 --- a/kf5-kdeclarative.spec +++ b/kf5-kdeclarative.spec @@ -1,7 +1,7 @@ %global framework kdeclarative Name: kf5-%{framework} -Version: 5.13.0 +Version: 5.14.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 3 addon for Qt declarative @@ -99,6 +99,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 bd40cc5..f131367 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -ec10b94e44ed70106ce5e41aa9ed6cd0 kdeclarative-5.13.0.tar.xz +46c2fbccef981359cb9af1c73bd8eada kdeclarative-5.14.0.tar.xz From 5500d6cd134aa6c13dab7d0b4ac0b0bd91981e53 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Mon, 21 Sep 2015 12:39:50 -0500 Subject: [PATCH 031/198] +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..770bc1b --- /dev/null +++ b/sources.basename @@ -0,0 +1 @@ +kdeclarative From 1033b18d9cf874434d8f5e40907884729aa19473 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20Vr=C3=A1til?= Date: Thu, 8 Oct 2015 15:05:26 +0200 Subject: [PATCH 032/198] KDE Frameworks 5.15.0 --- .gitignore | 1 + kf5-kdeclarative.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 1d6b1de..3b776b0 100644 --- a/.gitignore +++ b/.gitignore @@ -14,3 +14,4 @@ /kdeclarative-5.12.0.tar.xz /kdeclarative-5.13.0.tar.xz /kdeclarative-5.14.0.tar.xz +/kdeclarative-5.15.0.tar.xz diff --git a/kf5-kdeclarative.spec b/kf5-kdeclarative.spec index 821d544..75001ea 100644 --- a/kf5-kdeclarative.spec +++ b/kf5-kdeclarative.spec @@ -1,7 +1,7 @@ %global framework kdeclarative Name: kf5-%{framework} -Version: 5.14.0 +Version: 5.15.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 3 addon for Qt declarative @@ -99,6 +99,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 f131367..678586b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -46c2fbccef981359cb9af1c73bd8eada kdeclarative-5.14.0.tar.xz +6d016b4a482e34fd75e12bb773ab68ae kdeclarative-5.15.0.tar.xz From 5d6027c2cca79227c8c34b03d2b8451fd2c67161 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 033/198] KDE Frameworks 5.16 --- .gitignore | 1 + kf5-kdeclarative.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 3b776b0..69303e6 100644 --- a/.gitignore +++ b/.gitignore @@ -15,3 +15,4 @@ /kdeclarative-5.13.0.tar.xz /kdeclarative-5.14.0.tar.xz /kdeclarative-5.15.0.tar.xz +/kdeclarative-5.16.0.tar.xz diff --git a/kf5-kdeclarative.spec b/kf5-kdeclarative.spec index 75001ea..e01b9de 100644 --- a/kf5-kdeclarative.spec +++ b/kf5-kdeclarative.spec @@ -1,7 +1,7 @@ %global framework kdeclarative Name: kf5-%{framework} -Version: 5.15.0 +Version: 5.16.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 3 addon for Qt declarative @@ -99,6 +99,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 678586b..23353a7 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -6d016b4a482e34fd75e12bb773ab68ae kdeclarative-5.15.0.tar.xz +4b96d169c2956487f34391872405beeb kdeclarative-5.16.0.tar.xz From aefb816b8649c8995c8994b1ea3cacacff567967 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Tue, 10 Nov 2015 11:28:58 -0600 Subject: [PATCH 034/198] drop unused patches --- ...lot-texture-if-size-actually-changes.patch | 44 ------------------- 0002-Upgrade-KF5-version-to-5.13.0.patch | 25 ----------- 0003-Don-t-choke-on-empty-QIconItem.patch | 44 ------------------- 0004-add-the-userPaths-context-property.patch | 39 ---------------- ...e-entire-window-when-we-render-the-p.patch | 33 -------------- ...tect-initial-face-icon-being-created.patch | 42 ------------------ kf5-kdeclarative.spec | 1 - 7 files changed, 228 deletions(-) delete mode 100644 0001-Only-resize-plot-texture-if-size-actually-changes.patch delete mode 100644 0002-Upgrade-KF5-version-to-5.13.0.patch delete mode 100644 0003-Don-t-choke-on-empty-QIconItem.patch delete mode 100644 0004-add-the-userPaths-context-property.patch delete mode 100644 0005-Don-t-refresh-the-entire-window-when-we-render-the-p.patch delete mode 100644 0006-Detect-initial-face-icon-being-created.patch diff --git a/0001-Only-resize-plot-texture-if-size-actually-changes.patch b/0001-Only-resize-plot-texture-if-size-actually-changes.patch deleted file mode 100644 index 3463804..0000000 --- a/0001-Only-resize-plot-texture-if-size-actually-changes.patch +++ /dev/null @@ -1,44 +0,0 @@ -From f399aa8b48db02f809454be5427c0ca01b809882 Mon Sep 17 00:00:00 2001 -From: David Edmundson -Date: Tue, 7 Jul 2015 11:54:11 +0100 -Subject: [PATCH 1/6] Only resize plot texture if size actually changes - -Test compared rounded QSize with QSizeF, which will be almost always -returning true. - -CCBUG: 348385 -REVIEW: 124280 ---- - src/qmlcontrols/kquickcontrolsaddons/plotter.cpp | 13 ++++++------- - 1 file changed, 6 insertions(+), 7 deletions(-) - -diff --git a/src/qmlcontrols/kquickcontrolsaddons/plotter.cpp b/src/qmlcontrols/kquickcontrolsaddons/plotter.cpp -index 9a939c3..93da3c7 100644 ---- a/src/qmlcontrols/kquickcontrolsaddons/plotter.cpp -+++ b/src/qmlcontrols/kquickcontrolsaddons/plotter.cpp -@@ -799,16 +799,15 @@ QSGNode *Plotter::updatePaintNode(QSGNode *oldNode, UpdatePaintNodeData *updateP - u_matrix = s_program->uniformLocation("matrix"); - } - -- if (n->texture()->textureSize() != boundingRect().size()) { -- //we need a size always equal or smaller, size.toSize() won't do -- static_cast(n->texture())->recreate(QSize(qRound(boundingRect().size().width()), qRound(boundingRect().size().height()))); -+ //we need a size always equal or smaller, size.toSize() won't do -+ const QSize targetTextureSize(qRound(boundingRect().size().width()), qRound(boundingRect().size().height())); -+ if (n->texture()->textureSize() != targetTextureSize) { -+ static_cast(n->texture())->recreate(targetTextureSize); - m_matrix = QMatrix4x4(); -- m_matrix.ortho(0, qRound(width()), 0, qRound(height()), -1, 1); -+ m_matrix.ortho(0, targetTextureSize.width(), 0, targetTextureSize.height(), -1, 1); - } - -- n->setRect(QRect(QPoint(0,0), -- QSize(qRound(boundingRect().size().width()), -- qRound(boundingRect().size().height())))); -+ n->setRect(QRect(QPoint(0,0), targetTextureSize)); - return n; - } - --- -1.9.3 - diff --git a/0002-Upgrade-KF5-version-to-5.13.0.patch b/0002-Upgrade-KF5-version-to-5.13.0.patch deleted file mode 100644 index 48fe535..0000000 --- a/0002-Upgrade-KF5-version-to-5.13.0.patch +++ /dev/null @@ -1,25 +0,0 @@ -From 12d8398896207c602bafdffcbef053cd9579ce08 Mon Sep 17 00:00:00 2001 -From: l10n daemon script -Date: Fri, 10 Jul 2015 10:12:12 +0000 -Subject: [PATCH 2/6] Upgrade KF5 version to 5.13.0. - ---- - CMakeLists.txt | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/CMakeLists.txt b/CMakeLists.txt -index 359a899..d440172 100644 ---- a/CMakeLists.txt -+++ b/CMakeLists.txt -@@ -11,7 +11,7 @@ feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND FATAL_ON_MISSING_REQUIRED_PACKA - set(CMAKE_MODULE_PATH ${CMAKE_CURRENT_SOURCE_DIR}/cmake ${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR}) - - set(REQUIRED_QT_VERSION "5.2.0") --set(KF5_VERSION "5.12.0") # handled by release scripts -+set(KF5_VERSION "5.13.0") # handled by release scripts - set(KF5_DEP_VERSION "5.12.0") # handled by release scripts - - find_package(Qt5 ${REQUIRED_QT_VERSION} NO_MODULE REQUIRED Qml Quick Gui) --- -1.9.3 - diff --git a/0003-Don-t-choke-on-empty-QIconItem.patch b/0003-Don-t-choke-on-empty-QIconItem.patch deleted file mode 100644 index 4666fac..0000000 --- a/0003-Don-t-choke-on-empty-QIconItem.patch +++ /dev/null @@ -1,44 +0,0 @@ -From 78b455d447c14d782b8a7fcf01ea122a98f40edc Mon Sep 17 00:00:00 2001 -From: Aleix Pol -Date: Wed, 15 Jul 2015 17:22:27 +0200 -Subject: [PATCH 3/6] Don't choke on empty QIconItem - -Sometimes QML components have 0 width and height and that's perfectly fine. - -If we try to paint it, we get warnings such as: -`QPainter::begin: Paint device returned engine == 0, type: 2` - -REVIEW: 124306 ---- - src/qmlcontrols/kquickcontrolsaddons/qiconitem.cpp | 8 ++++++-- - 1 file changed, 6 insertions(+), 2 deletions(-) - -diff --git a/src/qmlcontrols/kquickcontrolsaddons/qiconitem.cpp b/src/qmlcontrols/kquickcontrolsaddons/qiconitem.cpp -index 3a9dd17..2a90c34 100644 ---- a/src/qmlcontrols/kquickcontrolsaddons/qiconitem.cpp -+++ b/src/qmlcontrols/kquickcontrolsaddons/qiconitem.cpp -@@ -118,7 +118,6 @@ QSGNode* QIconItem::updatePaintNode(QSGNode* node, QQuickItem::UpdatePaintNodeDa - mNode = new ManagedTextureNode; - } - -- const QSize size(width(), height()); - QIcon::Mode mode; - switch(m_state) { - case DefaultState: -@@ -132,7 +131,12 @@ QSGNode* QIconItem::updatePaintNode(QSGNode* node, QQuickItem::UpdatePaintNodeDa - break; - } - -- mNode->setTexture(s_iconImageCache->loadTexture(window(), m_icon.pixmap(size, mode, QIcon::On).toImage())); -+ QImage img; -+ const QSize size(width(), height()); -+ if (!size.isEmpty()) { -+ img = m_icon.pixmap(size, mode, QIcon::On).toImage(); -+ } -+ mNode->setTexture(s_iconImageCache->loadTexture(window(), img)); - mNode->setRect(QRect(QPoint(0,0), size)); - node = mNode; - } --- -1.9.3 - diff --git a/0004-add-the-userPaths-context-property.patch b/0004-add-the-userPaths-context-property.patch deleted file mode 100644 index 602bdd8..0000000 --- a/0004-add-the-userPaths-context-property.patch +++ /dev/null @@ -1,39 +0,0 @@ -From b449460131aa342ff8405e508345957116b87baf Mon Sep 17 00:00:00 2001 -From: Marco Martin -Date: Tue, 21 Jul 2015 18:58:28 +0200 -Subject: [PATCH 4/6] add the userPaths context property - -some user paths for pictures, movies etc, from QStandardPaths ---- - src/kpackagelauncherqml/main.cpp | 8 ++++++++ - 1 file changed, 8 insertions(+) - -diff --git a/src/kpackagelauncherqml/main.cpp b/src/kpackagelauncherqml/main.cpp -index ba4559b..9d9cbbc 100644 ---- a/src/kpackagelauncherqml/main.cpp -+++ b/src/kpackagelauncherqml/main.cpp -@@ -31,6 +31,7 @@ - #include - #include - #include -+#include - #include - #include - -@@ -70,6 +71,13 @@ int main(int argc, char **argv) - return 1; - } - obj.engine()->rootContext()->setContextProperty("commandlineArguments", parser.positionalArguments()); -+ QVariantMap paths; -+ paths["desktop"] = QStandardPaths::writableLocation(QStandardPaths::DesktopLocation); -+ paths["documents"] = QStandardPaths::writableLocation(QStandardPaths::DocumentsLocation); -+ paths["music"] = QStandardPaths::writableLocation(QStandardPaths::MusicLocation); -+ paths["movies"] = QStandardPaths::writableLocation(QStandardPaths::MoviesLocation); -+ paths["pictures"] = QStandardPaths::writableLocation(QStandardPaths::PicturesLocation); -+ obj.engine()->rootContext()->setContextProperty("userPaths", paths); - obj.completeInitialization(); - - if (!obj.package().metadata().isValid()) { --- -1.9.3 - diff --git a/0005-Don-t-refresh-the-entire-window-when-we-render-the-p.patch b/0005-Don-t-refresh-the-entire-window-when-we-render-the-p.patch deleted file mode 100644 index cb96a02..0000000 --- a/0005-Don-t-refresh-the-entire-window-when-we-render-the-p.patch +++ /dev/null @@ -1,33 +0,0 @@ -From 7a6a2cda780784e504960c96b4b41241ddf10531 Mon Sep 17 00:00:00 2001 -From: David Edmundson -Date: Mon, 27 Jul 2015 12:54:17 +0200 -Subject: [PATCH 5/6] Don't refresh the entire window when we render the - plotter - -This means the window is only updated when the plotter changes, rather -than effectively every possible frame. - -Reviewed by: Marco Martin - -CCBUG: 348385 ---- - src/qmlcontrols/kquickcontrolsaddons/plotter.cpp | 3 --- - 1 file changed, 3 deletions(-) - -diff --git a/src/qmlcontrols/kquickcontrolsaddons/plotter.cpp b/src/qmlcontrols/kquickcontrolsaddons/plotter.cpp -index 93da3c7..233dd6b 100644 ---- a/src/qmlcontrols/kquickcontrolsaddons/plotter.cpp -+++ b/src/qmlcontrols/kquickcontrolsaddons/plotter.cpp -@@ -709,9 +709,6 @@ void Plotter::render() - - // Delete the VBO - glDeleteBuffers(1, &vbo); -- if (window()) { -- window()->update(); -- } - } - - QSGNode *Plotter::updatePaintNode(QSGNode *oldNode, UpdatePaintNodeData *updatePaintNodeData) --- -1.9.3 - diff --git a/0006-Detect-initial-face-icon-being-created.patch b/0006-Detect-initial-face-icon-being-created.patch deleted file mode 100644 index d9cf947..0000000 --- a/0006-Detect-initial-face-icon-being-created.patch +++ /dev/null @@ -1,42 +0,0 @@ -From 1e77e17135b0f1828ca88aecb3cd75c3de111e0a Mon Sep 17 00:00:00 2001 -From: David Edmundson -Date: Mon, 27 Jul 2015 23:29:36 +0200 -Subject: [PATCH 6/6] Detect initial face icon being created - -REVIEW: 124499 ---- - src/qmlcontrols/kcoreaddons/kuserproxy.cpp | 11 ++++++++++- - 1 file changed, 10 insertions(+), 1 deletion(-) - -diff --git a/src/qmlcontrols/kcoreaddons/kuserproxy.cpp b/src/qmlcontrols/kcoreaddons/kuserproxy.cpp -index 383220f..a0b4425 100644 ---- a/src/qmlcontrols/kcoreaddons/kuserproxy.cpp -+++ b/src/qmlcontrols/kcoreaddons/kuserproxy.cpp -@@ -21,6 +21,7 @@ License along with this library. If not, see . - - #include "kuserproxy.h" - #include -+#include - #include - #include - #include -@@ -35,7 +36,15 @@ KUserProxy::KUserProxy (QObject *parent) - : QObject(parent), - m_temporaryEmptyFaceIconPath(false) - { -- m_dirWatch.addFile(m_user.faceIconPath()); -+ QString pathToFaceIcon(m_user.faceIconPath()); -+ if (pathToFaceIcon.isEmpty()) { -+ //KUser returns null if the current faceIconPath is empty -+ //so we should explicitly watch ~/.face.icon rather than faceIconPath() -+ //as we want to watch for this file being created -+ pathToFaceIcon = QDir::homePath() + QStringLiteral("/.face.icon"); -+ } -+ -+ m_dirWatch.addFile(pathToFaceIcon); - if (QFile::exists(etcPasswd)) { - m_dirWatch.addFile(etcPasswd); - } --- -1.9.3 - diff --git a/kf5-kdeclarative.spec b/kf5-kdeclarative.spec index e01b9de..8cd82a7 100644 --- a/kf5-kdeclarative.spec +++ b/kf5-kdeclarative.spec @@ -18,7 +18,6 @@ URL: https://projects.kde.org/projects/frameworks/kdeclarative/ Source0: http://download.kde.org/%{stable}/frameworks/%{versiondir}/%{framework}-%{version}.tar.xz ## upstream patches -#Patch2: 0002-Upgrade-KF5-version-to-5.13.0.patch BuildRequires: kf5-rpm-macros >= %{version} BuildRequires: extra-cmake-modules >= %{version} From b3740e559d13c0224c2fe40b201b0a84acc18a56 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20Vr=C3=A1til?= Date: Tue, 8 Dec 2015 22:15:25 +0100 Subject: [PATCH 035/198] KDE Frameworks 5.17.0 --- .gitignore | 1 + kf5-kdeclarative.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 69303e6..e4fa76a 100644 --- a/.gitignore +++ b/.gitignore @@ -16,3 +16,4 @@ /kdeclarative-5.14.0.tar.xz /kdeclarative-5.15.0.tar.xz /kdeclarative-5.16.0.tar.xz +/kdeclarative-5.17.0.tar.xz diff --git a/kf5-kdeclarative.spec b/kf5-kdeclarative.spec index 8cd82a7..3af9577 100644 --- a/kf5-kdeclarative.spec +++ b/kf5-kdeclarative.spec @@ -1,7 +1,7 @@ %global framework kdeclarative Name: kf5-%{framework} -Version: 5.16.0 +Version: 5.17.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 3 addon for Qt declarative @@ -98,6 +98,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 23353a7..1e83da6 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -4b96d169c2956487f34391872405beeb kdeclarative-5.16.0.tar.xz +bd0f526ee90ef5f24a0af50f5d203919 kdeclarative-5.17.0.tar.xz From 566e7010edb53cfebf25b8cb37af8b8c7bc3f2af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20Vr=C3=A1til?= Date: Wed, 9 Dec 2015 14:39:24 +0100 Subject: [PATCH 036/198] Fix install --- kf5-kdeclarative.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/kf5-kdeclarative.spec b/kf5-kdeclarative.spec index 3af9577..6040d8f 100644 --- a/kf5-kdeclarative.spec +++ b/kf5-kdeclarative.spec @@ -79,6 +79,7 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %{_kf5_bindir}/kpackagelauncherqml %{_kf5_libdir}/libKF5Declarative.so.* %{_kf5_libdir}/libKF5QuickAddons.so.* +%{_kf5_libdir}/libKF5CalendarEvents.so.* %{_kf5_qmldir}/org/kde/draganddrop/ %{_kf5_qmldir}/org/kde/kcoreaddons/ %{_kf5_qmldir}/org/kde/kquickcontrols/ @@ -92,6 +93,7 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %{_kf5_includedir}/KDeclarative/ %{_kf5_libdir}/libKF5Declarative.so %{_kf5_libdir}/libKF5QuickAddons.so +%{_kf5_libdir}/libKF5CalendarEvents.so %{_kf5_libdir}/cmake/KF5Declarative/ %{_kf5_archdatadir}/mkspecs/modules/qt_KDeclarative.pri %{_kf5_archdatadir}/mkspecs/modules/qt_QuickAddons.pri From 55700fb80b85211ba36be186cb97839495cd034e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Vr=C3=A1til?= Date: Sun, 3 Jan 2016 18:04:12 +0100 Subject: [PATCH 037/198] KDE Frameworks 5.18.0 --- .gitignore | 1 + kf5-kdeclarative.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index e4fa76a..2d59973 100644 --- a/.gitignore +++ b/.gitignore @@ -17,3 +17,4 @@ /kdeclarative-5.15.0.tar.xz /kdeclarative-5.16.0.tar.xz /kdeclarative-5.17.0.tar.xz +/kdeclarative-5.18.0.tar.xz diff --git a/kf5-kdeclarative.spec b/kf5-kdeclarative.spec index 6040d8f..8d0102e 100644 --- a/kf5-kdeclarative.spec +++ b/kf5-kdeclarative.spec @@ -1,7 +1,7 @@ %global framework kdeclarative Name: kf5-%{framework} -Version: 5.17.0 +Version: 5.18.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 3 addon for Qt declarative @@ -100,6 +100,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 1e83da6..1a117eb 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -bd0f526ee90ef5f24a0af50f5d203919 kdeclarative-5.17.0.tar.xz +462e0f48f591d3b1d5c1091a3f5327ae kdeclarative-5.18.0.tar.xz From 29681d6a7f646deef2b5b5f63db391b8b356e047 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Thu, 14 Jan 2016 08:25:35 -0600 Subject: [PATCH 038/198] cosmetics, update URL, use %license --- .gitignore | 19 ------------------- kf5-kdeclarative.spec | 30 +++++++++++++++--------------- 2 files changed, 15 insertions(+), 34 deletions(-) diff --git a/.gitignore b/.gitignore index 2d59973..16c71dc 100644 --- a/.gitignore +++ b/.gitignore @@ -1,20 +1 @@ -/kdeclarative-4.100.0.tar.xz -/kdeclarative-5.0.0.tar.xz -/kdeclarative-5.1.0.tar.xz -/kdeclarative-5.2.0.tar.xz -/kdeclarative-5.3.0.tar.xz -/kdeclarative-5.4.0.tar.xz -/kdeclarative-5.5.0.tar.xz -/kdeclarative-5.6.0.tar.xz -/kdeclarative-5.7.0.tar.xz -/kdeclarative-5.8.0.tar.xz -/kdeclarative-5.9.0.tar.xz -/kdeclarative-5.10.0.tar.xz -/kdeclarative-5.11.0.tar.xz -/kdeclarative-5.12.0.tar.xz -/kdeclarative-5.13.0.tar.xz -/kdeclarative-5.14.0.tar.xz -/kdeclarative-5.15.0.tar.xz -/kdeclarative-5.16.0.tar.xz -/kdeclarative-5.17.0.tar.xz /kdeclarative-5.18.0.tar.xz diff --git a/kf5-kdeclarative.spec b/kf5-kdeclarative.spec index 8d0102e..056b52a 100644 --- a/kf5-kdeclarative.spec +++ b/kf5-kdeclarative.spec @@ -2,11 +2,11 @@ Name: kf5-%{framework} Version: 5.18.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: KDE Frameworks 5 Tier 3 addon for Qt declarative License: GPLv2+ and MIT -URL: https://projects.kde.org/projects/frameworks/kdeclarative/ +URL: https://projects.kde.org/kdeclarative/ %global versiondir %(echo %{version} | cut -d. -f1-2) %global revision %(echo %{version} | cut -d. -f3) @@ -17,24 +17,20 @@ URL: https://projects.kde.org/projects/frameworks/kdeclarative/ %endif Source0: http://download.kde.org/%{stable}/frameworks/%{versiondir}/%{framework}-%{version}.tar.xz -## upstream patches - -BuildRequires: kf5-rpm-macros >= %{version} BuildRequires: extra-cmake-modules >= %{version} -BuildRequires: qt5-qtbase-devel -BuildRequires: qt5-qtdeclarative-devel - BuildRequires: kf5-kconfig-devel >= %{version} -BuildRequires: kf5-ki18n-devel >= %{version} -BuildRequires: kf5-kiconthemes-devel >= %{version} -BuildRequires: kf5-kwidgetsaddons-devel >= %{version} -BuildRequires: kf5-kwindowsystem-devel >= %{version} BuildRequires: kf5-kglobalaccel-devel >= %{version} BuildRequires: kf5-kguiaddons-devel >= %{version} +BuildRequires: kf5-ki18n-devel >= %{version} +BuildRequires: kf5-kiconthemes-devel >= %{version} BuildRequires: kf5-kio-devel >= %{version} BuildRequires: kf5-kpackage-devel >= %{version} - +BuildRequires: kf5-kwidgetsaddons-devel >= %{version} +BuildRequires: kf5-kwindowsystem-devel >= %{version} +BuildRequires: kf5-rpm-macros >= %{version} BuildRequires: libepoxy-devel +BuildRequires: qt5-qtbase-devel +BuildRequires: qt5-qtdeclarative-devel Requires: kf5-filesystem >= %{version} @@ -47,7 +43,6 @@ Requires: %{name}%{?_isa} = %{version}-%{release} Requires: kf5-kconfig-devel >= %{version} Requires: kf5-kpackage-devel >= %{version} Requires: qt5-qtdeclarative-devel - %description devel The %{name}-devel package contains libraries and header files for developing applications that use %{name}. @@ -68,6 +63,7 @@ make %{?_smp_mflags} -C %{_target_platform} %install make install/fast DESTDIR=%{buildroot} -C %{_target_platform} + %find_lang kdeclarative5_qt --with-qt --all-name @@ -75,7 +71,8 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %postun -p /sbin/ldconfig %files -f kdeclarative5_qt.lang -%doc COPYING COPYING.LIB README.md +%doc README.md +%license COPYING COPYING.LIB %{_kf5_bindir}/kpackagelauncherqml %{_kf5_libdir}/libKF5Declarative.so.* %{_kf5_libdir}/libKF5QuickAddons.so.* @@ -100,6 +97,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Thu Jan 14 2016 Rex Dieter 5.18.0-2 +- cosmetics, update URL, use %%license + * Sun Jan 03 2016 Daniel Vrátil - 5.18.0-1 - KDE Frameworks 5.18.0 From 91d1c7a8bcfdf913e7d0b1d27fc2401d716379b5 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Thu, 4 Feb 2016 02:00:45 +0000 Subject: [PATCH 039/198] - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild --- kf5-kdeclarative.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/kf5-kdeclarative.spec b/kf5-kdeclarative.spec index 056b52a..8aad438 100644 --- a/kf5-kdeclarative.spec +++ b/kf5-kdeclarative.spec @@ -2,7 +2,7 @@ Name: kf5-%{framework} Version: 5.18.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: KDE Frameworks 5 Tier 3 addon for Qt declarative License: GPLv2+ and MIT @@ -97,6 +97,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 c80fc74be5d757d00568d6bd5e366bf4245d7404 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Vr=C3=A1til?= Date: Thu, 11 Feb 2016 15:24:31 +0100 Subject: [PATCH 040/198] KDE Frameworks 5.19.0 --- .gitignore | 1 + kf5-kdeclarative.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 16c71dc..b4fb736 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /kdeclarative-5.18.0.tar.xz +/kdeclarative-5.19.0.tar.xz diff --git a/kf5-kdeclarative.spec b/kf5-kdeclarative.spec index 8aad438..389aa8b 100644 --- a/kf5-kdeclarative.spec +++ b/kf5-kdeclarative.spec @@ -1,8 +1,8 @@ %global framework kdeclarative Name: kf5-%{framework} -Version: 5.18.0 -Release: 3%{?dist} +Version: 5.19.0 +Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 3 addon for Qt declarative License: GPLv2+ and MIT @@ -97,6 +97,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 1a117eb..4c679e4 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -462e0f48f591d3b1d5c1091a3f5327ae kdeclarative-5.18.0.tar.xz +045ed4200129ee96b8ca521a005ac33c kdeclarative-5.19.0.tar.xz From e7c215d385d872c2392d076527d5414c11e3fbdf Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Tue, 16 Feb 2016 10:36:53 -0600 Subject: [PATCH 041/198] Crash if I click Leave | Switch user [Fedora] (#347962) --- .gitignore | 1 - 0002-Don-t-call-null-object-pointer.patch | 43 +++++++++++++++++++++++ kf5-kdeclarative.spec | 8 ++++- 3 files changed, 50 insertions(+), 2 deletions(-) create mode 100644 0002-Don-t-call-null-object-pointer.patch diff --git a/.gitignore b/.gitignore index b4fb736..e44b282 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1 @@ -/kdeclarative-5.18.0.tar.xz /kdeclarative-5.19.0.tar.xz diff --git a/0002-Don-t-call-null-object-pointer.patch b/0002-Don-t-call-null-object-pointer.patch new file mode 100644 index 0000000..0dfb4ce --- /dev/null +++ b/0002-Don-t-call-null-object-pointer.patch @@ -0,0 +1,43 @@ +From 24d27b9cb733f727431c64e0a7845c39152c1104 Mon Sep 17 00:00:00 2001 +From: Aleix Pol +Date: Tue, 16 Feb 2016 02:11:35 +0100 +Subject: [PATCH 2/2] Don't call null object pointer + +BUG: 347962 +REVIEW: 127060 +--- + src/kdeclarative/qmlobject.cpp | 11 ++++++++--- + 1 file changed, 8 insertions(+), 3 deletions(-) + +diff --git a/src/kdeclarative/qmlobject.cpp b/src/kdeclarative/qmlobject.cpp +index f3cee66..db09a0a 100644 +--- a/src/kdeclarative/qmlobject.cpp ++++ b/src/kdeclarative/qmlobject.cpp +@@ -113,9 +113,7 @@ void QmlObjectPrivate::errorPrint(QQmlComponent *component) + void QmlObjectPrivate::execute(const QUrl &source) + { + if (source.isEmpty()) { +-#ifndef NDEBUG +- qDebug() << "File name empty!"; +-#endif ++ qWarning() << "File name empty!"; + return; + } + +@@ -309,6 +307,13 @@ void QmlObject::completeInitialization(const QVariantHash &initialProperties) + if (d->incubator.object()) { + return; + } ++ ++ if (!d->component) { ++ qWarning() << "No component for" << source(); ++ return; ++ } ++ ++ + if (d->component->status() != QQmlComponent::Ready || d->component->isError()) { + d->errorPrint(d->component); + return; +-- +2.5.0 + diff --git a/kf5-kdeclarative.spec b/kf5-kdeclarative.spec index 389aa8b..47c0b2b 100644 --- a/kf5-kdeclarative.spec +++ b/kf5-kdeclarative.spec @@ -2,7 +2,7 @@ Name: kf5-%{framework} Version: 5.19.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: KDE Frameworks 5 Tier 3 addon for Qt declarative License: GPLv2+ and MIT @@ -17,6 +17,9 @@ URL: https://projects.kde.org/kdeclarative/ %endif Source0: http://download.kde.org/%{stable}/frameworks/%{versiondir}/%{framework}-%{version}.tar.xz +## upstream patches +Patch2: 0002-Don-t-call-null-object-pointer.patch + BuildRequires: extra-cmake-modules >= %{version} BuildRequires: kf5-kconfig-devel >= %{version} BuildRequires: kf5-kglobalaccel-devel >= %{version} @@ -97,6 +100,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Tue Feb 16 2016 Rex Dieter 5.19.0-2 +- Crash if I click Leave | Switch user [Fedora] (#347962) + * Thu Feb 11 2016 Daniel Vrátil - 5.19.0-1 - KDE Frameworks 5.19.0 From 3e9fd264036e3e09e171ebdd0760de5162747c9b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Vr=C3=A1til?= Date: Mon, 14 Mar 2016 11:48:08 +0100 Subject: [PATCH 042/198] KDE Frameworks 5.20.0 --- .gitignore | 1 + kf5-kdeclarative.spec | 8 +++++--- sources | 2 +- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index e44b282..275335c 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /kdeclarative-5.19.0.tar.xz +/kdeclarative-5.20.0.tar.xz diff --git a/kf5-kdeclarative.spec b/kf5-kdeclarative.spec index 47c0b2b..e135e60 100644 --- a/kf5-kdeclarative.spec +++ b/kf5-kdeclarative.spec @@ -1,8 +1,8 @@ %global framework kdeclarative Name: kf5-%{framework} -Version: 5.19.0 -Release: 2%{?dist} +Version: 5.20.0 +Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 3 addon for Qt declarative License: GPLv2+ and MIT @@ -18,7 +18,6 @@ URL: https://projects.kde.org/kdeclarative/ Source0: http://download.kde.org/%{stable}/frameworks/%{versiondir}/%{framework}-%{version}.tar.xz ## upstream patches -Patch2: 0002-Don-t-call-null-object-pointer.patch BuildRequires: extra-cmake-modules >= %{version} BuildRequires: kf5-kconfig-devel >= %{version} @@ -100,6 +99,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 + * Tue Feb 16 2016 Rex Dieter 5.19.0-2 - Crash if I click Leave | Switch user [Fedora] (#347962) diff --git a/sources b/sources index 4c679e4..eb9b240 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -045ed4200129ee96b8ca521a005ac33c kdeclarative-5.19.0.tar.xz +65178a250ab8694885c7727b824266b2 kdeclarative-5.20.0.tar.xz From c85a068d8d6d1c1e2c16a1e5aa5140bd7e336199 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Mon, 4 Apr 2016 08:25:43 -0500 Subject: [PATCH 043/198] KDE Frameworks 5.21.0 --- .gitignore | 1 + kf5-kdeclarative.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 275335c..33c6506 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /kdeclarative-5.19.0.tar.xz /kdeclarative-5.20.0.tar.xz +/kdeclarative-5.21.0.tar.xz diff --git a/kf5-kdeclarative.spec b/kf5-kdeclarative.spec index e135e60..d17cc85 100644 --- a/kf5-kdeclarative.spec +++ b/kf5-kdeclarative.spec @@ -1,7 +1,7 @@ %global framework kdeclarative Name: kf5-%{framework} -Version: 5.20.0 +Version: 5.21.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 3 addon for Qt declarative @@ -99,6 +99,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 eb9b240..79c02be 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -65178a250ab8694885c7727b824266b2 kdeclarative-5.20.0.tar.xz +1a2b4592d7095426f29a872135d21be0 kdeclarative-5.21.0.tar.xz From 4d3b5947d5815f5968f23a1a7d645ab1562c8693 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Mon, 9 May 2016 08:25:52 -0500 Subject: [PATCH 044/198] update URL, support bootstrap, add %check --- kf5-kdeclarative.spec | 33 ++++++++++++++++++++++++++++++--- 1 file changed, 30 insertions(+), 3 deletions(-) diff --git a/kf5-kdeclarative.spec b/kf5-kdeclarative.spec index d17cc85..251641e 100644 --- a/kf5-kdeclarative.spec +++ b/kf5-kdeclarative.spec @@ -1,12 +1,19 @@ %global framework kdeclarative +# uncomment to enable bootstrap mode +#global bootstrap 1 + +%if !0%{?bootstrap} +%global tests 1 +%endif + Name: kf5-%{framework} Version: 5.21.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: KDE Frameworks 5 Tier 3 addon for Qt declarative License: GPLv2+ and MIT -URL: https://projects.kde.org/kdeclarative/ +URL: https://quickgit.kde.org/?p=%{framework}.git %global versiondir %(echo %{version} | cut -d. -f1-2) %global revision %(echo %{version} | cut -d. -f3) @@ -33,6 +40,12 @@ BuildRequires: kf5-rpm-macros >= %{version} BuildRequires: libepoxy-devel BuildRequires: qt5-qtbase-devel BuildRequires: qt5-qtdeclarative-devel +%if 0%{?tests} +BuildRequires: dbus-x11 +BuildRequires: mesa-dri-drivers +BuildRequires: time +BuildRequires: xorg-x11-server-Xvfb +%endif Requires: kf5-filesystem >= %{version} @@ -57,7 +70,8 @@ developing applications that use %{name}. %build mkdir %{_target_platform} pushd %{_target_platform} -%{cmake_kf5} .. +%{cmake_kf5} .. \ + -DBUILD_TESTING:BOOL=%{?tests:ON}%{!?tests:OFF} popd make %{?_smp_mflags} -C %{_target_platform} @@ -69,6 +83,16 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %find_lang kdeclarative5_qt --with-qt --all-name +%check +%if 0%{?tests} +export CTEST_OUTPUT_ON_FAILURE=1 +xvfb-run -a \ +dbus-launch --exit-with-session \ +time \ +make test ARGS="--output-on-failure --timeout 10 --verbose" -C %{_target_platform} ||: +%endif + + %post -p /sbin/ldconfig %postun -p /sbin/ldconfig @@ -99,6 +123,9 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform} %changelog +* Mon May 09 2016 Rex Dieter - 5.21.0-2 +- update URL, support bootstrap, add %%check + * Mon Apr 04 2016 Rex Dieter - 5.21.0-1 - KDE Frameworks 5.21.0 From 62071f87e48dcb767a9b6ca8b37be2499fb55393 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Mon, 16 May 2016 09:54:53 -0500 Subject: [PATCH 045/198] KDE Frameworks 5.22.0 --- .gitignore | 1 + kf5-kdeclarative.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 33c6506..d341986 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ /kdeclarative-5.19.0.tar.xz /kdeclarative-5.20.0.tar.xz /kdeclarative-5.21.0.tar.xz +/kdeclarative-5.22.0.tar.xz diff --git a/kf5-kdeclarative.spec b/kf5-kdeclarative.spec index 251641e..7c7d95f 100644 --- a/kf5-kdeclarative.spec +++ b/kf5-kdeclarative.spec @@ -8,8 +8,8 @@ %endif Name: kf5-%{framework} -Version: 5.21.0 -Release: 2%{?dist} +Version: 5.22.0 +Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 3 addon for Qt declarative License: GPLv2+ and MIT @@ -123,6 +123,9 @@ make test ARGS="--output-on-failure --timeout 10 --verbose" -C %{_target_platfor %changelog +* Mon May 16 2016 Rex Dieter - 5.22.0-1 +- KDE Frameworks 5.22.0 + * Mon May 09 2016 Rex Dieter - 5.21.0-2 - update URL, support bootstrap, add %%check diff --git a/sources b/sources index 79c02be..ca5a8ef 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -1a2b4592d7095426f29a872135d21be0 kdeclarative-5.21.0.tar.xz +0643d9394a76b52080ec70cea60942fc kdeclarative-5.22.0.tar.xz From 42b0a4f77b0401bb62e5b35ed5fcb78c58a566b5 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Mon, 16 May 2016 10:39:13 -0500 Subject: [PATCH 046/198] unused patch --- 0002-Don-t-call-null-object-pointer.patch | 43 ----------------------- 1 file changed, 43 deletions(-) delete mode 100644 0002-Don-t-call-null-object-pointer.patch diff --git a/0002-Don-t-call-null-object-pointer.patch b/0002-Don-t-call-null-object-pointer.patch deleted file mode 100644 index 0dfb4ce..0000000 --- a/0002-Don-t-call-null-object-pointer.patch +++ /dev/null @@ -1,43 +0,0 @@ -From 24d27b9cb733f727431c64e0a7845c39152c1104 Mon Sep 17 00:00:00 2001 -From: Aleix Pol -Date: Tue, 16 Feb 2016 02:11:35 +0100 -Subject: [PATCH 2/2] Don't call null object pointer - -BUG: 347962 -REVIEW: 127060 ---- - src/kdeclarative/qmlobject.cpp | 11 ++++++++--- - 1 file changed, 8 insertions(+), 3 deletions(-) - -diff --git a/src/kdeclarative/qmlobject.cpp b/src/kdeclarative/qmlobject.cpp -index f3cee66..db09a0a 100644 ---- a/src/kdeclarative/qmlobject.cpp -+++ b/src/kdeclarative/qmlobject.cpp -@@ -113,9 +113,7 @@ void QmlObjectPrivate::errorPrint(QQmlComponent *component) - void QmlObjectPrivate::execute(const QUrl &source) - { - if (source.isEmpty()) { --#ifndef NDEBUG -- qDebug() << "File name empty!"; --#endif -+ qWarning() << "File name empty!"; - return; - } - -@@ -309,6 +307,13 @@ void QmlObject::completeInitialization(const QVariantHash &initialProperties) - if (d->incubator.object()) { - return; - } -+ -+ if (!d->component) { -+ qWarning() << "No component for" << source(); -+ return; -+ } -+ -+ - if (d->component->status() != QQmlComponent::Ready || d->component->isError()) { - d->errorPrint(d->component); - return; --- -2.5.0 - From 4f388ecd2d4a2782fb0793ddc030db74413c73a5 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Tue, 7 Jun 2016 10:31:57 -0500 Subject: [PATCH 047/198] KDE Frameworks 5.23.0 --- .gitignore | 1 + kf5-kdeclarative.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index d341986..e85b799 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ /kdeclarative-5.20.0.tar.xz /kdeclarative-5.21.0.tar.xz /kdeclarative-5.22.0.tar.xz +/kdeclarative-5.23.0.tar.xz diff --git a/kf5-kdeclarative.spec b/kf5-kdeclarative.spec index 7c7d95f..ac447ef 100644 --- a/kf5-kdeclarative.spec +++ b/kf5-kdeclarative.spec @@ -8,7 +8,7 @@ %endif Name: kf5-%{framework} -Version: 5.22.0 +Version: 5.23.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 3 addon for Qt declarative @@ -123,6 +123,9 @@ make test ARGS="--output-on-failure --timeout 10 --verbose" -C %{_target_platfor %changelog +* Tue Jun 07 2016 Daniel Vrátil - 5.23.0-1 +- KDE Frameworks 5.23.0 + * Mon May 16 2016 Rex Dieter - 5.22.0-1 - KDE Frameworks 5.22.0 diff --git a/sources b/sources index ca5a8ef..c01386c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -0643d9394a76b52080ec70cea60942fc kdeclarative-5.22.0.tar.xz +3de69c04bffcb050ac3f96b510229527 kdeclarative-5.23.0.tar.xz From 5f0b9e981567eef82e896cc2b6c4e2bf61966eb1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Vr=C3=A1til?= Date: Wed, 6 Jul 2016 17:48:53 +0200 Subject: [PATCH 048/198] KDE Frameworks 5.24.0 --- .gitignore | 1 + kf5-kdeclarative.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index e85b799..2706359 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ /kdeclarative-5.21.0.tar.xz /kdeclarative-5.22.0.tar.xz /kdeclarative-5.23.0.tar.xz +/kdeclarative-5.24.0.tar.xz diff --git a/kf5-kdeclarative.spec b/kf5-kdeclarative.spec index ac447ef..df71a10 100644 --- a/kf5-kdeclarative.spec +++ b/kf5-kdeclarative.spec @@ -8,7 +8,7 @@ %endif Name: kf5-%{framework} -Version: 5.23.0 +Version: 5.24.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 3 addon for Qt declarative @@ -123,6 +123,9 @@ make test ARGS="--output-on-failure --timeout 10 --verbose" -C %{_target_platfor %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 c01386c..da9db03 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -3de69c04bffcb050ac3f96b510229527 kdeclarative-5.23.0.tar.xz +36a675fb1622d1d74f77e35a9f4dabd2 kdeclarative-5.24.0.tar.xz From 0cd40a3246d94147c4f803d32543e3ac8bdaa5a2 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Fri, 15 Jul 2016 08:46:18 -0500 Subject: [PATCH 049/198] BR: qt5-qtbase-private-devel (kde#365569) --- kf5-kdeclarative.spec | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/kf5-kdeclarative.spec b/kf5-kdeclarative.spec index df71a10..c85a07c 100644 --- a/kf5-kdeclarative.spec +++ b/kf5-kdeclarative.spec @@ -9,7 +9,7 @@ Name: kf5-%{framework} Version: 5.24.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: KDE Frameworks 5 Tier 3 addon for Qt declarative License: GPLv2+ and MIT @@ -39,6 +39,10 @@ BuildRequires: kf5-kwindowsystem-devel >= %{version} BuildRequires: kf5-rpm-macros >= %{version} BuildRequires: libepoxy-devel BuildRequires: qt5-qtbase-devel +# https://bugs.kde.org/show_bug.cgi?id=365569#c8 claims this may be needed, +# so err on the side of caution +BuildRequires: qt5-qtbase-private-devel +%{?_qt5:Requires: %{_qt5}%{?_isa} = %{_qt5_version}} BuildRequires: qt5-qtdeclarative-devel %if 0%{?tests} BuildRequires: dbus-x11 @@ -123,6 +127,9 @@ make test ARGS="--output-on-failure --timeout 10 --verbose" -C %{_target_platfor %changelog +* Fri Jul 15 2016 Rex Dieter - 5.24.0-2 +- BR: qt5-qtbase-private-devel (kde#365569) + * Wed Jul 06 2016 Daniel Vrátil - 5.24.0-1 - KDE Frameworks 5.24.0 From 17e62d5f22062014db24e5ecc9e26aadb5154abb Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Sun, 17 Jul 2016 06:15:36 -0500 Subject: [PATCH 050/198] rebuild (qt5-qtbase) --- kf5-kdeclarative.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/kf5-kdeclarative.spec b/kf5-kdeclarative.spec index c85a07c..405d37e 100644 --- a/kf5-kdeclarative.spec +++ b/kf5-kdeclarative.spec @@ -9,7 +9,7 @@ Name: kf5-%{framework} Version: 5.24.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: KDE Frameworks 5 Tier 3 addon for Qt declarative License: GPLv2+ and MIT @@ -127,6 +127,9 @@ make test ARGS="--output-on-failure --timeout 10 --verbose" -C %{_target_platfor %changelog +* Sun Jul 17 2016 Rex Dieter - 5.24.0-3 +- rebuild (qt5-qtbase) + * Fri Jul 15 2016 Rex Dieter - 5.24.0-2 - BR: qt5-qtbase-private-devel (kde#365569) From 1607392cc437a983c457d226c276851669aabea7 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 051/198] KDE Frameworks 5.25.0 --- .gitignore | 1 + kf5-kdeclarative.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 2706359..be38a60 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ /kdeclarative-5.22.0.tar.xz /kdeclarative-5.23.0.tar.xz /kdeclarative-5.24.0.tar.xz +/kdeclarative-5.25.0.tar.xz diff --git a/kf5-kdeclarative.spec b/kf5-kdeclarative.spec index 405d37e..1e9d89c 100644 --- a/kf5-kdeclarative.spec +++ b/kf5-kdeclarative.spec @@ -8,8 +8,8 @@ %endif Name: kf5-%{framework} -Version: 5.24.0 -Release: 3%{?dist} +Version: 5.25.0 +Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 3 addon for Qt declarative License: GPLv2+ and MIT @@ -127,6 +127,9 @@ make test ARGS="--output-on-failure --timeout 10 --verbose" -C %{_target_platfor %changelog +* Mon Aug 08 2016 Daniel Vrátil - 5.25.0-1 +- KDE Frameworks 5.25.0 + * Sun Jul 17 2016 Rex Dieter - 5.24.0-3 - rebuild (qt5-qtbase) diff --git a/sources b/sources index da9db03..5a562da 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -36a675fb1622d1d74f77e35a9f4dabd2 kdeclarative-5.24.0.tar.xz +c76d293ffa8bcae4771b78e553d26f53 kdeclarative-5.25.0.tar.xz From 66cd4481a4d50f74697cec80d5d24d6b1dceb237 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Wed, 24 Aug 2016 06:52:17 -0500 Subject: [PATCH 052/198] own some qml-related parent dirs --- kf5-kdeclarative.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/kf5-kdeclarative.spec b/kf5-kdeclarative.spec index 1e9d89c..f555095 100644 --- a/kf5-kdeclarative.spec +++ b/kf5-kdeclarative.spec @@ -9,7 +9,7 @@ Name: kf5-%{framework} Version: 5.25.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: KDE Frameworks 5 Tier 3 addon for Qt declarative License: GPLv2+ and MIT @@ -107,10 +107,13 @@ make test ARGS="--output-on-failure --timeout 10 --verbose" -C %{_target_platfor %{_kf5_libdir}/libKF5Declarative.so.* %{_kf5_libdir}/libKF5QuickAddons.so.* %{_kf5_libdir}/libKF5CalendarEvents.so.* +%dir %{_kf5_qmldir}/org/ +%dir %{_kf5_qmldir}/org/kde/ %{_kf5_qmldir}/org/kde/draganddrop/ %{_kf5_qmldir}/org/kde/kcoreaddons/ %{_kf5_qmldir}/org/kde/kquickcontrols/ %{_kf5_qmldir}/org/kde/kquickcontrolsaddons/ +%dir %{_kf5_qmldir}/org/kde/private/ %{_kf5_qmldir}/org/kde/private/kquickcontrols/ %{_kf5_qmldir}/org/kde/kio/ %{_kf5_qmldir}/org/kde/kwindowsystem/ @@ -127,6 +130,9 @@ make test ARGS="--output-on-failure --timeout 10 --verbose" -C %{_target_platfor %changelog +* Wed Aug 24 2016 Rex Dieter - 5.25.0-2 +- own some qml-related parent dirs + * Mon Aug 08 2016 Daniel Vrátil - 5.25.0-1 - KDE Frameworks 5.25.0 From d326835366cb22da6d19f5b6f1ba8e7dab5b21ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Vr=C3=A1til?= Date: Thu, 8 Sep 2016 10:23:37 +0200 Subject: [PATCH 053/198] KDE Frameworks 5.26.0 --- .gitignore | 1 + kf5-kdeclarative.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index be38a60..70730b6 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ /kdeclarative-5.23.0.tar.xz /kdeclarative-5.24.0.tar.xz /kdeclarative-5.25.0.tar.xz +/kdeclarative-5.26.0.tar.xz diff --git a/kf5-kdeclarative.spec b/kf5-kdeclarative.spec index f555095..377d5a7 100644 --- a/kf5-kdeclarative.spec +++ b/kf5-kdeclarative.spec @@ -8,8 +8,8 @@ %endif Name: kf5-%{framework} -Version: 5.25.0 -Release: 2%{?dist} +Version: 5.26.0 +Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 3 addon for Qt declarative License: GPLv2+ and MIT @@ -130,6 +130,9 @@ make test ARGS="--output-on-failure --timeout 10 --verbose" -C %{_target_platfor %changelog +* Wed Sep 07 2016 Daniel Vrátil - 5.26.0-1 +- KDE Frameworks 5.26.0 + * Wed Aug 24 2016 Rex Dieter - 5.25.0-2 - own some qml-related parent dirs diff --git a/sources b/sources index 5a562da..7835226 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -c76d293ffa8bcae4771b78e553d26f53 kdeclarative-5.25.0.tar.xz +1cc4b1567df5455cf0d8be9b796e4178 kdeclarative-5.26.0.tar.xz From be9b93f9e0a8d65a3573ba51b881a0163b0b2225 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Mon, 3 Oct 2016 21:27:35 -0500 Subject: [PATCH 054/198] 5.27.0 --- .gitignore | 1 + kf5-kdeclarative.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 70730b6..9aa175f 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,4 @@ /kdeclarative-5.24.0.tar.xz /kdeclarative-5.25.0.tar.xz /kdeclarative-5.26.0.tar.xz +/kdeclarative-5.27.0.tar.xz diff --git a/kf5-kdeclarative.spec b/kf5-kdeclarative.spec index 377d5a7..8775e23 100644 --- a/kf5-kdeclarative.spec +++ b/kf5-kdeclarative.spec @@ -8,8 +8,8 @@ %endif Name: kf5-%{framework} -Version: 5.26.0 -Release: 1%{?dist} +Version: 5.27.0 +Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 3 addon for Qt declarative License: GPLv2+ and MIT @@ -130,6 +130,9 @@ make test ARGS="--output-on-failure --timeout 10 --verbose" -C %{_target_platfor %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 7835226..6d6797c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -1cc4b1567df5455cf0d8be9b796e4178 kdeclarative-5.26.0.tar.xz +e2568a8df735fda45972415587cad269 kdeclarative-5.27.0.tar.xz From 2d469b88686e0ebf268006fb63ff5a3dca87b11d Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Thu, 17 Nov 2016 12:37:11 -0600 Subject: [PATCH 055/198] branch rebuild (qt5) --- kf5-kdeclarative.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/kf5-kdeclarative.spec b/kf5-kdeclarative.spec index 8775e23..6d2a5d1 100644 --- a/kf5-kdeclarative.spec +++ b/kf5-kdeclarative.spec @@ -9,7 +9,7 @@ Name: kf5-%{framework} Version: 5.27.0 -Release: 1%{?dist} +Release: 1%{?dist}.2 Summary: KDE Frameworks 5 Tier 3 addon for Qt declarative License: GPLv2+ and MIT @@ -130,6 +130,9 @@ make test ARGS="--output-on-failure --timeout 10 --verbose" -C %{_target_platfor %changelog +* Thu Nov 17 2016 Rex Dieter - 5.27.0-1.2 +- branch rebuild (qt5) + * Tue Oct 04 2016 Rex Dieter - 5.27.0-1 - 5.27.0 From 0ffcdc7b24b3d89816c3f3766d00f9c8be9841b5 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Thu, 17 Nov 2016 12:37:38 -0600 Subject: [PATCH 056/198] release++ --- kf5-kdeclarative.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/kf5-kdeclarative.spec b/kf5-kdeclarative.spec index 6d2a5d1..ed261a8 100644 --- a/kf5-kdeclarative.spec +++ b/kf5-kdeclarative.spec @@ -9,7 +9,7 @@ Name: kf5-%{framework} Version: 5.27.0 -Release: 1%{?dist}.2 +Release: 2%{?dist} Summary: KDE Frameworks 5 Tier 3 addon for Qt declarative License: GPLv2+ and MIT @@ -130,6 +130,9 @@ make test ARGS="--output-on-failure --timeout 10 --verbose" -C %{_target_platfor %changelog +* Thu Nov 17 2016 Rex Dieter - 5.27.0-2 +- release++ + * Thu Nov 17 2016 Rex Dieter - 5.27.0-1.2 - branch rebuild (qt5) From de2406c38c88b491db5326c68211bb02d73af026 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Fri, 16 Dec 2016 11:42:44 -0600 Subject: [PATCH 057/198] 5.29.0 --- .gitignore | 1 + kf5-kdeclarative.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 9aa175f..c52e162 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,4 @@ /kdeclarative-5.25.0.tar.xz /kdeclarative-5.26.0.tar.xz /kdeclarative-5.27.0.tar.xz +/kdeclarative-5.29.0.tar.xz diff --git a/kf5-kdeclarative.spec b/kf5-kdeclarative.spec index ed261a8..032dc2f 100644 --- a/kf5-kdeclarative.spec +++ b/kf5-kdeclarative.spec @@ -8,8 +8,8 @@ %endif Name: kf5-%{framework} -Version: 5.27.0 -Release: 2%{?dist} +Version: 5.29.0 +Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 3 addon for Qt declarative License: GPLv2+ and MIT @@ -130,6 +130,9 @@ make test ARGS="--output-on-failure --timeout 10 --verbose" -C %{_target_platfor %changelog +* Fri Dec 16 2016 Rex Dieter - 5.29.0-1 +- 5.29.0 + * Thu Nov 17 2016 Rex Dieter - 5.27.0-2 - release++ diff --git a/sources b/sources index 6d6797c..a939d58 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -e2568a8df735fda45972415587cad269 kdeclarative-5.27.0.tar.xz +SHA512 (kdeclarative-5.29.0.tar.xz) = 3c6c420094c45c06b014f2adf1ec655193f489fdcc1c9e9276c09bc0883fb862e7030c1128af996721b95cf06b93abe2f03069065724ec04cac229ee3368afbd From c907001e99e995f94339f28ed4d34ec80909257b Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Mon, 2 Jan 2017 07:29:32 -0600 Subject: [PATCH 058/198] filter qml .so provides --- kf5-kdeclarative.spec | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/kf5-kdeclarative.spec b/kf5-kdeclarative.spec index 032dc2f..41291fe 100644 --- a/kf5-kdeclarative.spec +++ b/kf5-kdeclarative.spec @@ -1,7 +1,7 @@ %global framework kdeclarative # uncomment to enable bootstrap mode -#global bootstrap 1 +%global bootstrap 1 %if !0%{?bootstrap} %global tests 1 @@ -9,7 +9,7 @@ Name: kf5-%{framework} Version: 5.29.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: KDE Frameworks 5 Tier 3 addon for Qt declarative License: GPLv2+ and MIT @@ -24,6 +24,9 @@ URL: https://quickgit.kde.org/?p=%{framework}.git %endif Source0: http://download.kde.org/%{stable}/frameworks/%{versiondir}/%{framework}-%{version}.tar.xz +# filter qml provides +%global __provides_exclude_from ^%{_kf5_qmldir}/.*\\.so$ + ## upstream patches BuildRequires: extra-cmake-modules >= %{version} @@ -130,6 +133,9 @@ make test ARGS="--output-on-failure --timeout 10 --verbose" -C %{_target_platfor %changelog +* Mon Jan 02 2017 Rex Dieter - 5.29.0-2 +- filter qml .so provides + * Fri Dec 16 2016 Rex Dieter - 5.29.0-1 - 5.29.0 From cb43d3eefeb3102bf1d7bace5ed4dac38afa6c81 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Mon, 6 Feb 2017 12:04:01 -0600 Subject: [PATCH 059/198] 5.31.0 --- .gitignore | 1 + kf5-kdeclarative.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index c52e162..5639ff6 100644 --- a/.gitignore +++ b/.gitignore @@ -8,3 +8,4 @@ /kdeclarative-5.26.0.tar.xz /kdeclarative-5.27.0.tar.xz /kdeclarative-5.29.0.tar.xz +/kdeclarative-5.31.0.tar.xz diff --git a/kf5-kdeclarative.spec b/kf5-kdeclarative.spec index 41291fe..a87598d 100644 --- a/kf5-kdeclarative.spec +++ b/kf5-kdeclarative.spec @@ -8,8 +8,8 @@ %endif Name: kf5-%{framework} -Version: 5.29.0 -Release: 2%{?dist} +Version: 5.31.0 +Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 3 addon for Qt declarative License: GPLv2+ and MIT @@ -133,6 +133,9 @@ make test ARGS="--output-on-failure --timeout 10 --verbose" -C %{_target_platfor %changelog +* Mon Feb 06 2017 Rex Dieter - 5.31.0-1 +- 5.31.0 + * Mon Jan 02 2017 Rex Dieter - 5.29.0-2 - filter qml .so provides diff --git a/sources b/sources index a939d58..7396ad9 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kdeclarative-5.29.0.tar.xz) = 3c6c420094c45c06b014f2adf1ec655193f489fdcc1c9e9276c09bc0883fb862e7030c1128af996721b95cf06b93abe2f03069065724ec04cac229ee3368afbd +SHA512 (kdeclarative-5.31.0.tar.xz) = 472bfdd00d67f2bec7ddb0b32d3b6ae1829da799b4b1fbcd9992880b7167bb65a37b1666ca02b62afe9cb288cbedd4fd492cb70e2cc45520afb5a46482b1fea8 From 4fe3031b282de4d68776707d1945cfc22e1d072a Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Tue, 7 Feb 2017 09:25:52 -0600 Subject: [PATCH 060/198] .spec cosmetics, update URL/%%files --- kf5-kdeclarative.spec | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/kf5-kdeclarative.spec b/kf5-kdeclarative.spec index a87598d..bf17294 100644 --- a/kf5-kdeclarative.spec +++ b/kf5-kdeclarative.spec @@ -7,13 +7,13 @@ %global tests 1 %endif -Name: kf5-%{framework} +Name: kf5-%{framework} Version: 5.31.0 Release: 1%{?dist} -Summary: KDE Frameworks 5 Tier 3 addon for Qt declarative +Summary: KDE Frameworks 5 Tier 3 addon for Qt declarative -License: GPLv2+ and MIT -URL: https://quickgit.kde.org/?p=%{framework}.git +License: GPLv2+ and MIT +URL: https://cgit.kde.org/%{framework}.git/ %global versiondir %(echo %{version} | cut -d. -f1-2) %global revision %(echo %{version} | cut -d. -f3) @@ -113,6 +113,7 @@ make test ARGS="--output-on-failure --timeout 10 --verbose" -C %{_target_platfor %dir %{_kf5_qmldir}/org/ %dir %{_kf5_qmldir}/org/kde/ %{_kf5_qmldir}/org/kde/draganddrop/ +%{_kf5_qmldir}/org/kde/kconfig/ %{_kf5_qmldir}/org/kde/kcoreaddons/ %{_kf5_qmldir}/org/kde/kquickcontrols/ %{_kf5_qmldir}/org/kde/kquickcontrolsaddons/ From 1ede8663dcbc2180f5d2bc27653542c53785b518 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Sat, 4 Mar 2017 14:24:43 -0600 Subject: [PATCH 061/198] 5.32.0 --- .gitignore | 1 + kf5-kdeclarative.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 5639ff6..1284765 100644 --- a/.gitignore +++ b/.gitignore @@ -9,3 +9,4 @@ /kdeclarative-5.27.0.tar.xz /kdeclarative-5.29.0.tar.xz /kdeclarative-5.31.0.tar.xz +/kdeclarative-5.32.0.tar.xz diff --git a/kf5-kdeclarative.spec b/kf5-kdeclarative.spec index bf17294..b652876 100644 --- a/kf5-kdeclarative.spec +++ b/kf5-kdeclarative.spec @@ -8,7 +8,7 @@ %endif Name: kf5-%{framework} -Version: 5.31.0 +Version: 5.32.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 3 addon for Qt declarative @@ -134,6 +134,9 @@ make test ARGS="--output-on-failure --timeout 10 --verbose" -C %{_target_platfor %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 7396ad9..a550b42 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kdeclarative-5.31.0.tar.xz) = 472bfdd00d67f2bec7ddb0b32d3b6ae1829da799b4b1fbcd9992880b7167bb65a37b1666ca02b62afe9cb288cbedd4fd492cb70e2cc45520afb5a46482b1fea8 +SHA512 (kdeclarative-5.32.0.tar.xz) = 1cb48cc7f227dfd3c69349de3db99a7994696715c62eda8dcae3f389ed64f13c1c24e9af60388e9e27c9080766167612141d0797d6255ba5a977612bfa0739ee From 25c2bd81638152a118bf74c1541ae64817c4623c Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Thu, 30 Mar 2017 14:22:00 -0500 Subject: [PATCH 062/198] rebuild (Qt 5.8) --- kf5-kdeclarative.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/kf5-kdeclarative.spec b/kf5-kdeclarative.spec index b652876..9b2c554 100644 --- a/kf5-kdeclarative.spec +++ b/kf5-kdeclarative.spec @@ -9,7 +9,7 @@ Name: kf5-%{framework} Version: 5.32.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: KDE Frameworks 5 Tier 3 addon for Qt declarative License: GPLv2+ and MIT @@ -134,6 +134,9 @@ make test ARGS="--output-on-failure --timeout 10 --verbose" -C %{_target_platfor %changelog +* Thu Mar 30 2017 Rex Dieter - 5.32.0-2 +- rebuild (Qt 5.8) + * Sat Mar 04 2017 Rex Dieter - 5.32.0-1 - 5.32.0 From c4186b5b4f8241e16a6f2fb79bc8b8150e1caf8e Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Mon, 3 Apr 2017 08:10:53 -0500 Subject: [PATCH 063/198] 5.33.0 --- .gitignore | 1 + kf5-kdeclarative.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 1284765..c1359a3 100644 --- a/.gitignore +++ b/.gitignore @@ -10,3 +10,4 @@ /kdeclarative-5.29.0.tar.xz /kdeclarative-5.31.0.tar.xz /kdeclarative-5.32.0.tar.xz +/kdeclarative-5.33.0.tar.xz diff --git a/kf5-kdeclarative.spec b/kf5-kdeclarative.spec index 9b2c554..c8469c5 100644 --- a/kf5-kdeclarative.spec +++ b/kf5-kdeclarative.spec @@ -8,8 +8,8 @@ %endif Name: kf5-%{framework} -Version: 5.32.0 -Release: 2%{?dist} +Version: 5.33.0 +Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 3 addon for Qt declarative License: GPLv2+ and MIT @@ -134,6 +134,9 @@ make test ARGS="--output-on-failure --timeout 10 --verbose" -C %{_target_platfor %changelog +* Mon Apr 03 2017 Rex Dieter - 5.33.0-1 +- 5.33.0 + * Thu Mar 30 2017 Rex Dieter - 5.32.0-2 - rebuild (Qt 5.8) diff --git a/sources b/sources index a550b42..7c92912 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kdeclarative-5.32.0.tar.xz) = 1cb48cc7f227dfd3c69349de3db99a7994696715c62eda8dcae3f389ed64f13c1c24e9af60388e9e27c9080766167612141d0797d6255ba5a977612bfa0739ee +SHA512 (kdeclarative-5.33.0.tar.xz) = 05546b25c621c852e3ac2d05754ff5d8491fc7df5f7c29074182c258d23552e7f4fda75f905021f42765d83c17ac14b289a3cbfba6e9bc9fdda9f7fa4ac7b43e From c7eff670103ab62d8dacd7ad20d1c5fe506af3de Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Thu, 11 May 2017 08:26:10 -0500 Subject: [PATCH 064/198] rebuild (Qt 5.9) --- kf5-kdeclarative.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/kf5-kdeclarative.spec b/kf5-kdeclarative.spec index c8469c5..a5a7ac5 100644 --- a/kf5-kdeclarative.spec +++ b/kf5-kdeclarative.spec @@ -9,7 +9,7 @@ Name: kf5-%{framework} Version: 5.33.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: KDE Frameworks 5 Tier 3 addon for Qt declarative License: GPLv2+ and MIT @@ -134,6 +134,9 @@ make test ARGS="--output-on-failure --timeout 10 --verbose" -C %{_target_platfor %changelog +* Thu May 11 2017 Rex Dieter - 5.33.0-2 +- rebuild (Qt 5.9) + * Mon Apr 03 2017 Rex Dieter - 5.33.0-1 - 5.33.0 From 8f6cf285afe9c40e79651b6458420dc51d990d0d Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Mon, 15 May 2017 11:05:20 -0500 Subject: [PATCH 065/198] 5.34.0 --- .gitignore | 1 + kf5-kdeclarative.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index c1359a3..c5e015c 100644 --- a/.gitignore +++ b/.gitignore @@ -11,3 +11,4 @@ /kdeclarative-5.31.0.tar.xz /kdeclarative-5.32.0.tar.xz /kdeclarative-5.33.0.tar.xz +/kdeclarative-5.34.0.tar.xz diff --git a/kf5-kdeclarative.spec b/kf5-kdeclarative.spec index a5a7ac5..3f1894e 100644 --- a/kf5-kdeclarative.spec +++ b/kf5-kdeclarative.spec @@ -8,8 +8,8 @@ %endif Name: kf5-%{framework} -Version: 5.33.0 -Release: 2%{?dist} +Version: 5.34.0 +Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 3 addon for Qt declarative License: GPLv2+ and MIT @@ -134,6 +134,9 @@ make test ARGS="--output-on-failure --timeout 10 --verbose" -C %{_target_platfor %changelog +* Mon May 15 2017 Rex Dieter - 5.34.0-1 +- 5.34.0 + * Thu May 11 2017 Rex Dieter - 5.33.0-2 - rebuild (Qt 5.9) diff --git a/sources b/sources index 7c92912..aca0a97 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kdeclarative-5.33.0.tar.xz) = 05546b25c621c852e3ac2d05754ff5d8491fc7df5f7c29074182c258d23552e7f4fda75f905021f42765d83c17ac14b289a3cbfba6e9bc9fdda9f7fa4ac7b43e +SHA512 (kdeclarative-5.34.0.tar.xz) = 1de23d880b370d164ea80a0a2cf590bfb0f42b550fe0b39ee34b155d1e59c346bca91a5775bba35067ce3d83d373cbce4938992da3f0d36145c1f69b05ef7ba6 From 6d9317c20c9292a7d310e3034b330ce5b4e182ec Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Sun, 4 Jun 2017 07:16:58 -0500 Subject: [PATCH 066/198] 5.35.0 --- .gitignore | 1 + kf5-kdeclarative.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index c5e015c..8e1f1f1 100644 --- a/.gitignore +++ b/.gitignore @@ -12,3 +12,4 @@ /kdeclarative-5.32.0.tar.xz /kdeclarative-5.33.0.tar.xz /kdeclarative-5.34.0.tar.xz +/kdeclarative-5.35.0.tar.xz diff --git a/kf5-kdeclarative.spec b/kf5-kdeclarative.spec index 3f1894e..578998e 100644 --- a/kf5-kdeclarative.spec +++ b/kf5-kdeclarative.spec @@ -8,7 +8,7 @@ %endif Name: kf5-%{framework} -Version: 5.34.0 +Version: 5.35.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 3 addon for Qt declarative @@ -134,6 +134,9 @@ make test ARGS="--output-on-failure --timeout 10 --verbose" -C %{_target_platfor %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 aca0a97..51c0190 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kdeclarative-5.34.0.tar.xz) = 1de23d880b370d164ea80a0a2cf590bfb0f42b550fe0b39ee34b155d1e59c346bca91a5775bba35067ce3d83d373cbce4938992da3f0d36145c1f69b05ef7ba6 +SHA512 (kdeclarative-5.35.0.tar.xz) = 561662102dd2b44415efbe2f796798566e31327ebc5f0035c963ad408523d13f8514984bfeac725e7a2a8f58261c613fe7fcd35a455b603bf0dfccfbeebc8fa9 From 5476832ccd74828e48d18064913a1b9737ac0c26 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Mon, 3 Jul 2017 12:06:01 -0500 Subject: [PATCH 067/198] 5.36.0 --- .gitignore | 1 + kf5-kdeclarative.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 8e1f1f1..e2a98b1 100644 --- a/.gitignore +++ b/.gitignore @@ -13,3 +13,4 @@ /kdeclarative-5.33.0.tar.xz /kdeclarative-5.34.0.tar.xz /kdeclarative-5.35.0.tar.xz +/kdeclarative-5.36.0.tar.xz diff --git a/kf5-kdeclarative.spec b/kf5-kdeclarative.spec index 578998e..2bb4075 100644 --- a/kf5-kdeclarative.spec +++ b/kf5-kdeclarative.spec @@ -8,7 +8,7 @@ %endif Name: kf5-%{framework} -Version: 5.35.0 +Version: 5.36.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 3 addon for Qt declarative @@ -134,6 +134,9 @@ make test ARGS="--output-on-failure --timeout 10 --verbose" -C %{_target_platfor %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 51c0190..3fc4545 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kdeclarative-5.35.0.tar.xz) = 561662102dd2b44415efbe2f796798566e31327ebc5f0035c963ad408523d13f8514984bfeac725e7a2a8f58261c613fe7fcd35a455b603bf0dfccfbeebc8fa9 +SHA512 (kdeclarative-5.36.0.tar.xz) = ca23c17bf46c7618b71e24dcf51c7bdb6f268e8eb6db9d25d144e8521988f605c17cce961abaf5815ffb2d998b10b0bce50f3e2707f49685ffb0b261a072ac0a From c7707cb5a1eb671c388d2569a0c8630bb0fa7488 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Wed, 19 Jul 2017 14:04:10 -0500 Subject: [PATCH 068/198] rebuild (qt5) --- kf5-kdeclarative.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/kf5-kdeclarative.spec b/kf5-kdeclarative.spec index 2bb4075..58ede63 100644 --- a/kf5-kdeclarative.spec +++ b/kf5-kdeclarative.spec @@ -9,7 +9,7 @@ Name: kf5-%{framework} Version: 5.36.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: KDE Frameworks 5 Tier 3 addon for Qt declarative License: GPLv2+ and MIT @@ -134,6 +134,9 @@ make test ARGS="--output-on-failure --timeout 10 --verbose" -C %{_target_platfor %changelog +* Wed Jul 19 2017 Rex Dieter - 5.36.0-2 +- rebuild (qt5) + * Mon Jul 03 2017 Rex Dieter - 5.36.0-1 - 5.36.0 From 88771c5729723a44744839a3dca8a7ab2bf6b9fd Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 26 Jul 2017 15:15:03 +0000 Subject: [PATCH 069/198] - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild --- kf5-kdeclarative.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/kf5-kdeclarative.spec b/kf5-kdeclarative.spec index 58ede63..3ed7042 100644 --- a/kf5-kdeclarative.spec +++ b/kf5-kdeclarative.spec @@ -9,7 +9,7 @@ Name: kf5-%{framework} Version: 5.36.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: KDE Frameworks 5 Tier 3 addon for Qt declarative License: GPLv2+ and MIT @@ -134,6 +134,9 @@ make test ARGS="--output-on-failure --timeout 10 --verbose" -C %{_target_platfor %changelog +* Wed Jul 26 2017 Fedora Release Engineering - 5.36.0-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild + * Wed Jul 19 2017 Rex Dieter - 5.36.0-2 - rebuild (qt5) From 584646abee6cd821ae87ea181382561336d5d37c Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 3 Aug 2017 00:24:40 +0000 Subject: [PATCH 070/198] - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild --- kf5-kdeclarative.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/kf5-kdeclarative.spec b/kf5-kdeclarative.spec index 3ed7042..4e54811 100644 --- a/kf5-kdeclarative.spec +++ b/kf5-kdeclarative.spec @@ -9,7 +9,7 @@ Name: kf5-%{framework} Version: 5.36.0 -Release: 3%{?dist} +Release: 4%{?dist} Summary: KDE Frameworks 5 Tier 3 addon for Qt declarative License: GPLv2+ and MIT @@ -134,6 +134,9 @@ make test ARGS="--output-on-failure --timeout 10 --verbose" -C %{_target_platfor %changelog +* Thu Aug 03 2017 Fedora Release Engineering - 5.36.0-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild + * Wed Jul 26 2017 Fedora Release Engineering - 5.36.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild From 00c79f828bd452114894c8f3bf147ef320279be7 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Fri, 25 Aug 2017 09:27:30 -0500 Subject: [PATCH 071/198] 5.37.0 --- .gitignore | 1 + kf5-kdeclarative.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index e2a98b1..8f79212 100644 --- a/.gitignore +++ b/.gitignore @@ -14,3 +14,4 @@ /kdeclarative-5.34.0.tar.xz /kdeclarative-5.35.0.tar.xz /kdeclarative-5.36.0.tar.xz +/kdeclarative-5.37.0.tar.xz diff --git a/kf5-kdeclarative.spec b/kf5-kdeclarative.spec index 4e54811..e3644cc 100644 --- a/kf5-kdeclarative.spec +++ b/kf5-kdeclarative.spec @@ -8,8 +8,8 @@ %endif Name: kf5-%{framework} -Version: 5.36.0 -Release: 4%{?dist} +Version: 5.37.0 +Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 3 addon for Qt declarative License: GPLv2+ and MIT @@ -134,6 +134,9 @@ make test ARGS="--output-on-failure --timeout 10 --verbose" -C %{_target_platfor %changelog +* Fri Aug 25 2017 Rex Dieter - 5.37.0-1 +- 5.37.0 + * Thu Aug 03 2017 Fedora Release Engineering - 5.36.0-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild diff --git a/sources b/sources index 3fc4545..da01091 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kdeclarative-5.36.0.tar.xz) = ca23c17bf46c7618b71e24dcf51c7bdb6f268e8eb6db9d25d144e8521988f605c17cce961abaf5815ffb2d998b10b0bce50f3e2707f49685ffb0b261a072ac0a +SHA512 (kdeclarative-5.37.0.tar.xz) = 903df965d34ae3bcd0e4c84d1821843bb20ba7e90c276b4b10b47f3455fbace1b5dba31597124757fd93990baf95a5cf8fd7453eae9711545475ad1997dda06e From cb688fca2b2ae05498c2b1729d40d47f6419d0f4 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Mon, 11 Sep 2017 14:54:23 -0500 Subject: [PATCH 072/198] 5.38.0 --- .gitignore | 1 + kf5-kdeclarative.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 8f79212..7196845 100644 --- a/.gitignore +++ b/.gitignore @@ -15,3 +15,4 @@ /kdeclarative-5.35.0.tar.xz /kdeclarative-5.36.0.tar.xz /kdeclarative-5.37.0.tar.xz +/kdeclarative-5.38.0.tar.xz diff --git a/kf5-kdeclarative.spec b/kf5-kdeclarative.spec index e3644cc..21578a9 100644 --- a/kf5-kdeclarative.spec +++ b/kf5-kdeclarative.spec @@ -8,7 +8,7 @@ %endif Name: kf5-%{framework} -Version: 5.37.0 +Version: 5.38.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 3 addon for Qt declarative @@ -134,6 +134,9 @@ make test ARGS="--output-on-failure --timeout 10 --verbose" -C %{_target_platfor %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 da01091..79ccb16 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kdeclarative-5.37.0.tar.xz) = 903df965d34ae3bcd0e4c84d1821843bb20ba7e90c276b4b10b47f3455fbace1b5dba31597124757fd93990baf95a5cf8fd7453eae9711545475ad1997dda06e +SHA512 (kdeclarative-5.38.0.tar.xz) = 72ea8b2f17792e3075800de93882c0a0b03732121eef43ab38285c0d1988e148e079f40dd6d4fc8afef75bda47f2e02a3ac84b9546c6a6991b10aade1dbcb978 From 225eeaf85692461aa49778ac4c8a93cb123b9ded Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Sun, 8 Oct 2017 09:58:39 -0500 Subject: [PATCH 073/198] 5.39.0 --- .gitignore | 1 + kf5-kdeclarative.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 7196845..da2f701 100644 --- a/.gitignore +++ b/.gitignore @@ -16,3 +16,4 @@ /kdeclarative-5.36.0.tar.xz /kdeclarative-5.37.0.tar.xz /kdeclarative-5.38.0.tar.xz +/kdeclarative-5.39.0.tar.xz diff --git a/kf5-kdeclarative.spec b/kf5-kdeclarative.spec index 21578a9..e293a10 100644 --- a/kf5-kdeclarative.spec +++ b/kf5-kdeclarative.spec @@ -8,7 +8,7 @@ %endif Name: kf5-%{framework} -Version: 5.38.0 +Version: 5.39.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 3 addon for Qt declarative @@ -134,6 +134,9 @@ make test ARGS="--output-on-failure --timeout 10 --verbose" -C %{_target_platfor %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 79ccb16..171d659 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kdeclarative-5.38.0.tar.xz) = 72ea8b2f17792e3075800de93882c0a0b03732121eef43ab38285c0d1988e148e079f40dd6d4fc8afef75bda47f2e02a3ac84b9546c6a6991b10aade1dbcb978 +SHA512 (kdeclarative-5.39.0.tar.xz) = 442f18403788d7cf137438b8991037369d65b0a1cfe14a6067fabb39dcaaebef91cd0cb59992b7d381fe7f54f00a72d7b3de6d84d02a157e5b3e7f0392bd583a From b4d48c09a802f5ab90003f052dc643c53e011e1b Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Sun, 8 Oct 2017 20:07:55 -0500 Subject: [PATCH 074/198] update %%files --- kf5-kdeclarative.spec | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/kf5-kdeclarative.spec b/kf5-kdeclarative.spec index e293a10..460b864 100644 --- a/kf5-kdeclarative.spec +++ b/kf5-kdeclarative.spec @@ -12,7 +12,7 @@ Version: 5.39.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 3 addon for Qt declarative -License: GPLv2+ and MIT +License: LGPLv2+ URL: https://cgit.kde.org/%{framework}.git/ %global versiondir %(echo %{version} | cut -d. -f1-2) @@ -87,7 +87,7 @@ make %{?_smp_mflags} -C %{_target_platform} %install make install/fast DESTDIR=%{buildroot} -C %{_target_platform} -%find_lang kdeclarative5_qt --with-qt --all-name +%find_lang %{name} --all-name --with-html --with-qt %check @@ -103,9 +103,9 @@ make test ARGS="--output-on-failure --timeout 10 --verbose" -C %{_target_platfor %post -p /sbin/ldconfig %postun -p /sbin/ldconfig -%files -f kdeclarative5_qt.lang +%files -f %{name}.lang %doc README.md -%license COPYING COPYING.LIB +%license COPYING* %{_kf5_bindir}/kpackagelauncherqml %{_kf5_libdir}/libKF5Declarative.so.* %{_kf5_libdir}/libKF5QuickAddons.so.* From 49fe04130f23c34dccce18313628075fa9152a98 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Mon, 9 Oct 2017 14:02:21 -0500 Subject: [PATCH 075/198] rebuild (qt5) --- kf5-kdeclarative.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/kf5-kdeclarative.spec b/kf5-kdeclarative.spec index 460b864..412f41c 100644 --- a/kf5-kdeclarative.spec +++ b/kf5-kdeclarative.spec @@ -9,7 +9,7 @@ Name: kf5-%{framework} Version: 5.39.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: KDE Frameworks 5 Tier 3 addon for Qt declarative License: LGPLv2+ @@ -134,6 +134,9 @@ make test ARGS="--output-on-failure --timeout 10 --verbose" -C %{_target_platfor %changelog +* Mon Oct 09 2017 Rex Dieter - 5.39.0-2 +- rebuild (qt5) + * Sun Oct 08 2017 Rex Dieter - 5.39.0-1 - 5.39.0 From a8b651bbb9eb510875771a194fbd2472ad3664ab Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Fri, 10 Nov 2017 09:35:15 -0600 Subject: [PATCH 076/198] 5.40.0 --- .gitignore | 1 + kf5-kdeclarative.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index da2f701..a3958a9 100644 --- a/.gitignore +++ b/.gitignore @@ -17,3 +17,4 @@ /kdeclarative-5.37.0.tar.xz /kdeclarative-5.38.0.tar.xz /kdeclarative-5.39.0.tar.xz +/kdeclarative-5.40.0.tar.xz diff --git a/kf5-kdeclarative.spec b/kf5-kdeclarative.spec index 412f41c..e6e283e 100644 --- a/kf5-kdeclarative.spec +++ b/kf5-kdeclarative.spec @@ -8,8 +8,8 @@ %endif Name: kf5-%{framework} -Version: 5.39.0 -Release: 2%{?dist} +Version: 5.40.0 +Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 3 addon for Qt declarative License: LGPLv2+ @@ -134,6 +134,9 @@ make test ARGS="--output-on-failure --timeout 10 --verbose" -C %{_target_platfor %changelog +* Fri Nov 10 2017 Rex Dieter - 5.40.0-1 +- 5.40.0 + * Mon Oct 09 2017 Rex Dieter - 5.39.0-2 - rebuild (qt5) diff --git a/sources b/sources index 171d659..9fff4e1 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kdeclarative-5.39.0.tar.xz) = 442f18403788d7cf137438b8991037369d65b0a1cfe14a6067fabb39dcaaebef91cd0cb59992b7d381fe7f54f00a72d7b3de6d84d02a157e5b3e7f0392bd583a +SHA512 (kdeclarative-5.40.0.tar.xz) = b934a4404717d2c47a28282937ef04e724e0b492e6838974765ccb3cd1ba62ac2d598c5e55e4e6cdd7831f521ae95c67dfeaab04353b89fb46393d9610d65e66 From 08576a0c2bd4de037884978de5f67719815edb6a Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Sun, 26 Nov 2017 11:32:50 -0600 Subject: [PATCH 077/198] rebuild (qt5) --- kf5-kdeclarative.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/kf5-kdeclarative.spec b/kf5-kdeclarative.spec index e6e283e..a12cbb4 100644 --- a/kf5-kdeclarative.spec +++ b/kf5-kdeclarative.spec @@ -9,7 +9,7 @@ Name: kf5-%{framework} Version: 5.40.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: KDE Frameworks 5 Tier 3 addon for Qt declarative License: LGPLv2+ @@ -134,6 +134,9 @@ make test ARGS="--output-on-failure --timeout 10 --verbose" -C %{_target_platfor %changelog +* Sun Nov 26 2017 Rex Dieter - 5.40.0-2 +- rebuild (qt5) + * Fri Nov 10 2017 Rex Dieter - 5.40.0-1 - 5.40.0 From e36d91b04471a41002b9a1f98ea5992255960434 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Mon, 4 Dec 2017 10:36:33 -0600 Subject: [PATCH 078/198] 5.41.0 --- .gitignore | 1 + kf5-kdeclarative.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index a3958a9..9cb066d 100644 --- a/.gitignore +++ b/.gitignore @@ -18,3 +18,4 @@ /kdeclarative-5.38.0.tar.xz /kdeclarative-5.39.0.tar.xz /kdeclarative-5.40.0.tar.xz +/kdeclarative-5.41.0.tar.xz diff --git a/kf5-kdeclarative.spec b/kf5-kdeclarative.spec index a12cbb4..b1eda2f 100644 --- a/kf5-kdeclarative.spec +++ b/kf5-kdeclarative.spec @@ -8,8 +8,8 @@ %endif Name: kf5-%{framework} -Version: 5.40.0 -Release: 2%{?dist} +Version: 5.41.0 +Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 3 addon for Qt declarative License: LGPLv2+ @@ -134,6 +134,9 @@ make test ARGS="--output-on-failure --timeout 10 --verbose" -C %{_target_platfor %changelog +* Mon Dec 04 2017 Rex Dieter - 5.41.0-1 +- 5.41.0 + * Sun Nov 26 2017 Rex Dieter - 5.40.0-2 - rebuild (qt5) diff --git a/sources b/sources index 9fff4e1..3af3414 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kdeclarative-5.40.0.tar.xz) = b934a4404717d2c47a28282937ef04e724e0b492e6838974765ccb3cd1ba62ac2d598c5e55e4e6cdd7831f521ae95c67dfeaab04353b89fb46393d9610d65e66 +SHA512 (kdeclarative-5.41.0.tar.xz) = e52cf32828cc94132b07844707ca3bb12b87457aa4978380e39655206164002b889e5dfb49151a2c6717a7d65d273f259eca7e35147d12b9c46d0755c6cabea2 From 1d0d903fff743d4f5216a68fce99b743b45adcd6 Mon Sep 17 00:00:00 2001 From: Jan Grulich Date: Wed, 20 Dec 2017 12:03:42 +0100 Subject: [PATCH 079/198] rebuild (qt5) --- kf5-kdeclarative.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/kf5-kdeclarative.spec b/kf5-kdeclarative.spec index b1eda2f..ab1f23a 100644 --- a/kf5-kdeclarative.spec +++ b/kf5-kdeclarative.spec @@ -9,7 +9,7 @@ Name: kf5-%{framework} Version: 5.41.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: KDE Frameworks 5 Tier 3 addon for Qt declarative License: LGPLv2+ @@ -134,6 +134,9 @@ make test ARGS="--output-on-failure --timeout 10 --verbose" -C %{_target_platfor %changelog +* Wed Dec 20 2017 Jan Grulich - 5.41.0-2 +- rebuild (qt5) + * Mon Dec 04 2017 Rex Dieter - 5.41.0-1 - 5.41.0 From 5091bcd1d62003352ece28f797ee989b02273969 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Mon, 8 Jan 2018 08:56:42 -0600 Subject: [PATCH 080/198] 5.42.0 --- .gitignore | 1 + kf5-kdeclarative.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 9cb066d..09746f7 100644 --- a/.gitignore +++ b/.gitignore @@ -19,3 +19,4 @@ /kdeclarative-5.39.0.tar.xz /kdeclarative-5.40.0.tar.xz /kdeclarative-5.41.0.tar.xz +/kdeclarative-5.42.0.tar.xz diff --git a/kf5-kdeclarative.spec b/kf5-kdeclarative.spec index ab1f23a..68c31a6 100644 --- a/kf5-kdeclarative.spec +++ b/kf5-kdeclarative.spec @@ -8,8 +8,8 @@ %endif Name: kf5-%{framework} -Version: 5.41.0 -Release: 2%{?dist} +Version: 5.42.0 +Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 3 addon for Qt declarative License: LGPLv2+ @@ -134,6 +134,9 @@ make test ARGS="--output-on-failure --timeout 10 --verbose" -C %{_target_platfor %changelog +* Mon Jan 08 2018 Rex Dieter - 5.42.0-1 +- 5.42.0 + * Wed Dec 20 2017 Jan Grulich - 5.41.0-2 - rebuild (qt5) diff --git a/sources b/sources index 3af3414..a763e16 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kdeclarative-5.41.0.tar.xz) = e52cf32828cc94132b07844707ca3bb12b87457aa4978380e39655206164002b889e5dfb49151a2c6717a7d65d273f259eca7e35147d12b9c46d0755c6cabea2 +SHA512 (kdeclarative-5.42.0.tar.xz) = da7feedb87131bbee2e526610dcd97ca557f5e4d0143e4664da2b210c727e85d300a768392f27cd115e9db750d34d7c524720ad39e84ec12953db653f832efea From f7fc7a99bedc2d50d2a4519473b6a6507289e959 Mon Sep 17 00:00:00 2001 From: Jan Grulich Date: Tue, 9 Jan 2018 11:06:55 +0100 Subject: [PATCH 081/198] List new files introduced in 5.42 --- kf5-kdeclarative.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/kf5-kdeclarative.spec b/kf5-kdeclarative.spec index 68c31a6..f9fc9df 100644 --- a/kf5-kdeclarative.spec +++ b/kf5-kdeclarative.spec @@ -121,6 +121,7 @@ make test ARGS="--output-on-failure --timeout 10 --verbose" -C %{_target_platfor %{_kf5_qmldir}/org/kde/private/kquickcontrols/ %{_kf5_qmldir}/org/kde/kio/ %{_kf5_qmldir}/org/kde/kwindowsystem/ +%{_kf5_qmldir}/org/kde/kcm/ %files devel %{_kf5_includedir}/kdeclarative_version.h From cadd2dd98399e03defb97c6b0a6737df11c2093f Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Thu, 25 Jan 2018 06:13:18 -0600 Subject: [PATCH 082/198] rebuild (qt5) --- kf5-kdeclarative.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/kf5-kdeclarative.spec b/kf5-kdeclarative.spec index f9fc9df..bc9da49 100644 --- a/kf5-kdeclarative.spec +++ b/kf5-kdeclarative.spec @@ -9,7 +9,7 @@ Name: kf5-%{framework} Version: 5.42.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: KDE Frameworks 5 Tier 3 addon for Qt declarative License: LGPLv2+ @@ -135,6 +135,9 @@ make test ARGS="--output-on-failure --timeout 10 --verbose" -C %{_target_platfor %changelog +* Thu Jan 25 2018 Rex Dieter - 5.42.0-2 +- rebuild (qt5) + * Mon Jan 08 2018 Rex Dieter - 5.42.0-1 - 5.42.0 From 3013ec3a98e3b1763d20802adfbceed2e31570df Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Wed, 7 Feb 2018 09:53:08 -0600 Subject: [PATCH 083/198] 5.43.0 --- .gitignore | 1 + kf5-kdeclarative.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 09746f7..ef75ebe 100644 --- a/.gitignore +++ b/.gitignore @@ -20,3 +20,4 @@ /kdeclarative-5.40.0.tar.xz /kdeclarative-5.41.0.tar.xz /kdeclarative-5.42.0.tar.xz +/kdeclarative-5.43.0.tar.xz diff --git a/kf5-kdeclarative.spec b/kf5-kdeclarative.spec index bc9da49..6dc81a9 100644 --- a/kf5-kdeclarative.spec +++ b/kf5-kdeclarative.spec @@ -8,8 +8,8 @@ %endif Name: kf5-%{framework} -Version: 5.42.0 -Release: 2%{?dist} +Version: 5.43.0 +Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 3 addon for Qt declarative License: LGPLv2+ @@ -135,6 +135,9 @@ make test ARGS="--output-on-failure --timeout 10 --verbose" -C %{_target_platfor %changelog +* Wed Feb 07 2018 Rex Dieter - 5.43.0-1 +- 5.43.0 + * Thu Jan 25 2018 Rex Dieter - 5.42.0-2 - rebuild (qt5) diff --git a/sources b/sources index a763e16..81cc00a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kdeclarative-5.42.0.tar.xz) = da7feedb87131bbee2e526610dcd97ca557f5e4d0143e4664da2b210c727e85d300a768392f27cd115e9db750d34d7c524720ad39e84ec12953db653f832efea +SHA512 (kdeclarative-5.43.0.tar.xz) = 5e9494adee19b40ffefbf006e318ba34302e073e9a22a94db255ebba2cec2e066df380063c7c617af81d0fc3f719753e2c050e6daf792f2f3a9d6c08163b616d From 46735bce2b71b65d60b47ca8420f45dd1fa126b3 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Wed, 7 Feb 2018 10:28:30 -0600 Subject: [PATCH 084/198] drop %%find_lang ... --with-qt --- kf5-kdeclarative.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kf5-kdeclarative.spec b/kf5-kdeclarative.spec index 6dc81a9..1e113b7 100644 --- a/kf5-kdeclarative.spec +++ b/kf5-kdeclarative.spec @@ -87,7 +87,7 @@ make %{?_smp_mflags} -C %{_target_platform} %install make install/fast DESTDIR=%{buildroot} -C %{_target_platform} -%find_lang %{name} --all-name --with-html --with-qt +%find_lang %{name} --all-name --with-html %check From 3af3e65c78766e883b83b11682cc609f02a4ff27 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 7 Feb 2018 19:58:23 +0000 Subject: [PATCH 085/198] - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- kf5-kdeclarative.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/kf5-kdeclarative.spec b/kf5-kdeclarative.spec index 1e113b7..06540ee 100644 --- a/kf5-kdeclarative.spec +++ b/kf5-kdeclarative.spec @@ -9,7 +9,7 @@ Name: kf5-%{framework} Version: 5.43.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: KDE Frameworks 5 Tier 3 addon for Qt declarative License: LGPLv2+ @@ -135,6 +135,9 @@ make test ARGS="--output-on-failure --timeout 10 --verbose" -C %{_target_platfor %changelog +* Wed Feb 07 2018 Fedora Release Engineering - 5.43.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild + * Wed Feb 07 2018 Rex Dieter - 5.43.0-1 - 5.43.0 From c9802e64e571a4d9b69098dad3cc55a936c6d280 Mon Sep 17 00:00:00 2001 From: Jan Grulich Date: Wed, 14 Feb 2018 09:42:19 +0100 Subject: [PATCH 086/198] rebuild (qt5) --- kf5-kdeclarative.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/kf5-kdeclarative.spec b/kf5-kdeclarative.spec index 06540ee..15ef3f1 100644 --- a/kf5-kdeclarative.spec +++ b/kf5-kdeclarative.spec @@ -9,7 +9,7 @@ Name: kf5-%{framework} Version: 5.43.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: KDE Frameworks 5 Tier 3 addon for Qt declarative License: LGPLv2+ @@ -135,6 +135,9 @@ make test ARGS="--output-on-failure --timeout 10 --verbose" -C %{_target_platfor %changelog +* Wed Feb 14 2018 Jan Grulich - 5.43.0-3 +- rebuild (qt5) + * Wed Feb 07 2018 Fedora Release Engineering - 5.43.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild From 01cdd3b8a6fa7e6f94905658e79d195d72deb342 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Sat, 3 Mar 2018 08:00:43 -0600 Subject: [PATCH 087/198] 5.44.0 --- .gitignore | 1 + kf5-kdeclarative.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index ef75ebe..ee09cf8 100644 --- a/.gitignore +++ b/.gitignore @@ -21,3 +21,4 @@ /kdeclarative-5.41.0.tar.xz /kdeclarative-5.42.0.tar.xz /kdeclarative-5.43.0.tar.xz +/kdeclarative-5.44.0.tar.xz diff --git a/kf5-kdeclarative.spec b/kf5-kdeclarative.spec index 15ef3f1..ca3a730 100644 --- a/kf5-kdeclarative.spec +++ b/kf5-kdeclarative.spec @@ -8,8 +8,8 @@ %endif Name: kf5-%{framework} -Version: 5.43.0 -Release: 3%{?dist} +Version: 5.44.0 +Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 3 addon for Qt declarative License: LGPLv2+ @@ -135,6 +135,9 @@ make test ARGS="--output-on-failure --timeout 10 --verbose" -C %{_target_platfor %changelog +* Sat Mar 03 2018 Rex Dieter - 5.44.0-1 +- 5.44.0 + * Wed Feb 14 2018 Jan Grulich - 5.43.0-3 - rebuild (qt5) diff --git a/sources b/sources index 81cc00a..be39d96 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kdeclarative-5.43.0.tar.xz) = 5e9494adee19b40ffefbf006e318ba34302e073e9a22a94db255ebba2cec2e066df380063c7c617af81d0fc3f719753e2c050e6daf792f2f3a9d6c08163b616d +SHA512 (kdeclarative-5.44.0.tar.xz) = ddad824dbce395a64bc6bf2362b4079a758a6b67e09edbd390c2b07c9631fee88a14aa24ee27844441d9580f4dfa6180b3c19f8a0eb4762fd33935b31a237a52 From 26380ffb4dbf9c51ce9b5bcc65f013b0923ff421 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Sun, 8 Apr 2018 07:34:55 -0500 Subject: [PATCH 088/198] 5.45.0 --- .gitignore | 1 + kf5-kdeclarative.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index ee09cf8..f5a2796 100644 --- a/.gitignore +++ b/.gitignore @@ -22,3 +22,4 @@ /kdeclarative-5.42.0.tar.xz /kdeclarative-5.43.0.tar.xz /kdeclarative-5.44.0.tar.xz +/kdeclarative-5.45.0.tar.xz diff --git a/kf5-kdeclarative.spec b/kf5-kdeclarative.spec index ca3a730..bcca513 100644 --- a/kf5-kdeclarative.spec +++ b/kf5-kdeclarative.spec @@ -8,7 +8,7 @@ %endif Name: kf5-%{framework} -Version: 5.44.0 +Version: 5.45.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 3 addon for Qt declarative @@ -135,6 +135,9 @@ make test ARGS="--output-on-failure --timeout 10 --verbose" -C %{_target_platfor %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 be39d96..a61648e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kdeclarative-5.44.0.tar.xz) = ddad824dbce395a64bc6bf2362b4079a758a6b67e09edbd390c2b07c9631fee88a14aa24ee27844441d9580f4dfa6180b3c19f8a0eb4762fd33935b31a237a52 +SHA512 (kdeclarative-5.45.0.tar.xz) = 63bcfb2a718b4369c143ef20ea961e593af71350f0a43b7d3ffcd858b94b8212b1c138058a5a602f35902deb3309f8bf1409ae801e9ffdad1453c778bb9ced6d From 04fa34969ab7a0420dab0b1c02b19f2ae2e0f581 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Sat, 5 May 2018 16:28:07 -0500 Subject: [PATCH 089/198] 5.46.0 --- .gitignore | 1 + kf5-kdeclarative.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index f5a2796..afe0f62 100644 --- a/.gitignore +++ b/.gitignore @@ -23,3 +23,4 @@ /kdeclarative-5.43.0.tar.xz /kdeclarative-5.44.0.tar.xz /kdeclarative-5.45.0.tar.xz +/kdeclarative-5.46.0.tar.xz diff --git a/kf5-kdeclarative.spec b/kf5-kdeclarative.spec index bcca513..93abfdc 100644 --- a/kf5-kdeclarative.spec +++ b/kf5-kdeclarative.spec @@ -8,7 +8,7 @@ %endif Name: kf5-%{framework} -Version: 5.45.0 +Version: 5.46.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 3 addon for Qt declarative @@ -135,6 +135,9 @@ make test ARGS="--output-on-failure --timeout 10 --verbose" -C %{_target_platfor %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 a61648e..6d39be0 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kdeclarative-5.45.0.tar.xz) = 63bcfb2a718b4369c143ef20ea961e593af71350f0a43b7d3ffcd858b94b8212b1c138058a5a602f35902deb3309f8bf1409ae801e9ffdad1453c778bb9ced6d +SHA512 (kdeclarative-5.46.0.tar.xz) = 43db00d3ddb61be339a341e727f8e83001ffec7e9230f1a7ea9c4e80ae97e4b00621d7eb17efb703dae831fe61683995341881b9230b5850d4adc6e184b89e3c From cb3415d39311206d2df5afffa7001538acd48601 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Tue, 15 May 2018 15:03:40 -0500 Subject: [PATCH 090/198] (branch) rebuild (qt5) --- kf5-kdeclarative.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/kf5-kdeclarative.spec b/kf5-kdeclarative.spec index 58ede63..8b09a71 100644 --- a/kf5-kdeclarative.spec +++ b/kf5-kdeclarative.spec @@ -9,7 +9,7 @@ Name: kf5-%{framework} Version: 5.36.0 -Release: 2%{?dist} +Release: 2%{?dist}.1 Summary: KDE Frameworks 5 Tier 3 addon for Qt declarative License: GPLv2+ and MIT @@ -134,6 +134,9 @@ make test ARGS="--output-on-failure --timeout 10 --verbose" -C %{_target_platfor %changelog +* Tue May 15 2018 Rex Dieter - 5.36.0-2.1 +- (branch) rebuild (qt5) + * Wed Jul 19 2017 Rex Dieter - 5.36.0-2 - rebuild (qt5) From 30f081348afc56bd2dd06a602a65d1e89ce72a48 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Sun, 27 May 2018 14:10:04 -0500 Subject: [PATCH 091/198] rebuild (qt5) use %make_build %ldconfig_scriptlets --- kf5-kdeclarative.spec | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/kf5-kdeclarative.spec b/kf5-kdeclarative.spec index 93abfdc..44f399b 100644 --- a/kf5-kdeclarative.spec +++ b/kf5-kdeclarative.spec @@ -9,7 +9,7 @@ Name: kf5-%{framework} Version: 5.46.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: KDE Frameworks 5 Tier 3 addon for Qt declarative License: LGPLv2+ @@ -81,7 +81,7 @@ pushd %{_target_platform} -DBUILD_TESTING:BOOL=%{?tests:ON}%{!?tests:OFF} popd -make %{?_smp_mflags} -C %{_target_platform} +%make_build -C %{_target_platform} %install @@ -100,8 +100,7 @@ make test ARGS="--output-on-failure --timeout 10 --verbose" -C %{_target_platfor %endif -%post -p /sbin/ldconfig -%postun -p /sbin/ldconfig +%ldconfig_scriptlets %files -f %{name}.lang %doc README.md @@ -135,6 +134,10 @@ make test ARGS="--output-on-failure --timeout 10 --verbose" -C %{_target_platfor %changelog +* Sun May 27 2018 Rex Dieter - 5.46.0-2 +- rebuild (qt5) +- use %%make_build %%ldconfig_scriptlets + * Sat May 05 2018 Rex Dieter - 5.46.0-1 - 5.46.0 From 241c8ad450a2c190e03d427c305e42ee285b05dd Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Sat, 2 Jun 2018 15:55:22 -0500 Subject: [PATCH 092/198] 5.47.0 --- .gitignore | 1 + kf5-kdeclarative.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index afe0f62..4641586 100644 --- a/.gitignore +++ b/.gitignore @@ -24,3 +24,4 @@ /kdeclarative-5.44.0.tar.xz /kdeclarative-5.45.0.tar.xz /kdeclarative-5.46.0.tar.xz +/kdeclarative-5.47.0.tar.xz diff --git a/kf5-kdeclarative.spec b/kf5-kdeclarative.spec index 44f399b..3d48e98 100644 --- a/kf5-kdeclarative.spec +++ b/kf5-kdeclarative.spec @@ -8,8 +8,8 @@ %endif Name: kf5-%{framework} -Version: 5.46.0 -Release: 2%{?dist} +Version: 5.47.0 +Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 3 addon for Qt declarative License: LGPLv2+ @@ -134,6 +134,9 @@ make test ARGS="--output-on-failure --timeout 10 --verbose" -C %{_target_platfor %changelog +* Sat Jun 02 2018 Rex Dieter - 5.47.0-1 +- 5.47.0 + * Sun May 27 2018 Rex Dieter - 5.46.0-2 - rebuild (qt5) - use %%make_build %%ldconfig_scriptlets diff --git a/sources b/sources index 6d39be0..c4601a0 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kdeclarative-5.46.0.tar.xz) = 43db00d3ddb61be339a341e727f8e83001ffec7e9230f1a7ea9c4e80ae97e4b00621d7eb17efb703dae831fe61683995341881b9230b5850d4adc6e184b89e3c +SHA512 (kdeclarative-5.47.0.tar.xz) = fed58997c474d5648335b689b0ba650d4b3c6be6636ddd1db1bc5d2a5db1bed67880bb77224cff7c3dece1d1e38eca3da79ebea7c6b9949bfd8c059ef9506cc5 From 75f9f977cd83a1eb87ae21a28839e93054eaa5ac Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Wed, 6 Jun 2018 15:31:32 -0500 Subject: [PATCH 093/198] Revert "(branch) rebuild (qt5)" This reverts commit cb3415d39311206d2df5afffa7001538acd48601. --- kf5-kdeclarative.spec | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/kf5-kdeclarative.spec b/kf5-kdeclarative.spec index 8b09a71..58ede63 100644 --- a/kf5-kdeclarative.spec +++ b/kf5-kdeclarative.spec @@ -9,7 +9,7 @@ Name: kf5-%{framework} Version: 5.36.0 -Release: 2%{?dist}.1 +Release: 2%{?dist} Summary: KDE Frameworks 5 Tier 3 addon for Qt declarative License: GPLv2+ and MIT @@ -134,9 +134,6 @@ make test ARGS="--output-on-failure --timeout 10 --verbose" -C %{_target_platfor %changelog -* Tue May 15 2018 Rex Dieter - 5.36.0-2.1 -- (branch) rebuild (qt5) - * Wed Jul 19 2017 Rex Dieter - 5.36.0-2 - rebuild (qt5) From 4b2a95716c779283f3e3a19ee8e26f7e5e12bae0 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Thu, 7 Jun 2018 16:48:14 -0500 Subject: [PATCH 094/198] cleanup, use %majmin --- .gitignore | 26 -------------------------- kf5-kdeclarative.spec | 37 +++++++++++++++++++------------------ 2 files changed, 19 insertions(+), 44 deletions(-) diff --git a/.gitignore b/.gitignore index 4641586..770e76b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,27 +1 @@ -/kdeclarative-5.19.0.tar.xz -/kdeclarative-5.20.0.tar.xz -/kdeclarative-5.21.0.tar.xz -/kdeclarative-5.22.0.tar.xz -/kdeclarative-5.23.0.tar.xz -/kdeclarative-5.24.0.tar.xz -/kdeclarative-5.25.0.tar.xz -/kdeclarative-5.26.0.tar.xz -/kdeclarative-5.27.0.tar.xz -/kdeclarative-5.29.0.tar.xz -/kdeclarative-5.31.0.tar.xz -/kdeclarative-5.32.0.tar.xz -/kdeclarative-5.33.0.tar.xz -/kdeclarative-5.34.0.tar.xz -/kdeclarative-5.35.0.tar.xz -/kdeclarative-5.36.0.tar.xz -/kdeclarative-5.37.0.tar.xz -/kdeclarative-5.38.0.tar.xz -/kdeclarative-5.39.0.tar.xz -/kdeclarative-5.40.0.tar.xz -/kdeclarative-5.41.0.tar.xz -/kdeclarative-5.42.0.tar.xz -/kdeclarative-5.43.0.tar.xz -/kdeclarative-5.44.0.tar.xz -/kdeclarative-5.45.0.tar.xz -/kdeclarative-5.46.0.tar.xz /kdeclarative-5.47.0.tar.xz diff --git a/kf5-kdeclarative.spec b/kf5-kdeclarative.spec index 3d48e98..efed5a1 100644 --- a/kf5-kdeclarative.spec +++ b/kf5-kdeclarative.spec @@ -9,37 +9,37 @@ Name: kf5-%{framework} Version: 5.47.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: KDE Frameworks 5 Tier 3 addon for Qt declarative 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 # filter qml provides %global __provides_exclude_from ^%{_kf5_qmldir}/.*\\.so$ ## upstream patches -BuildRequires: extra-cmake-modules >= %{version} -BuildRequires: kf5-kconfig-devel >= %{version} -BuildRequires: kf5-kglobalaccel-devel >= %{version} -BuildRequires: kf5-kguiaddons-devel >= %{version} -BuildRequires: kf5-ki18n-devel >= %{version} -BuildRequires: kf5-kiconthemes-devel >= %{version} -BuildRequires: kf5-kio-devel >= %{version} -BuildRequires: kf5-kpackage-devel >= %{version} -BuildRequires: kf5-kwidgetsaddons-devel >= %{version} -BuildRequires: kf5-kwindowsystem-devel >= %{version} -BuildRequires: kf5-rpm-macros >= %{version} +BuildRequires: extra-cmake-modules >= %{majmin} +BuildRequires: kf5-kconfig-devel >= %{majmin} +BuildRequires: kf5-kglobalaccel-devel >= %{majmin} +BuildRequires: kf5-kguiaddons-devel >= %{majmin} +BuildRequires: kf5-ki18n-devel >= %{majmin} +BuildRequires: kf5-kiconthemes-devel >= %{majmin} +BuildRequires: kf5-kio-devel >= %{majmin} +BuildRequires: kf5-kpackage-devel >= %{majmin} +BuildRequires: kf5-kwidgetsaddons-devel >= %{majmin} +BuildRequires: kf5-kwindowsystem-devel >= %{majmin} +BuildRequires: kf5-rpm-macros BuildRequires: libepoxy-devel BuildRequires: qt5-qtbase-devel # https://bugs.kde.org/show_bug.cgi?id=365569#c8 claims this may be needed, @@ -54,16 +54,14 @@ BuildRequires: time BuildRequires: xorg-x11-server-Xvfb %endif -Requires: kf5-filesystem >= %{version} - %description KDE Frameworks 5 Tier 3 addon for Qt declarative %package devel Summary: Development files for %{name} Requires: %{name}%{?_isa} = %{version}-%{release} -Requires: kf5-kconfig-devel >= %{version} -Requires: kf5-kpackage-devel >= %{version} +Requires: kf5-kconfig-devel >= %{majmin} +Requires: kf5-kpackage-devel >= %{majmin} Requires: qt5-qtdeclarative-devel %description devel The %{name}-devel package contains libraries and header files for @@ -134,6 +132,9 @@ make test ARGS="--output-on-failure --timeout 10 --verbose" -C %{_target_platfor %changelog +* Thu Jun 07 2018 Rex Dieter - 5.47.0-2 +- cleanup, use %%majmin + * Sat Jun 02 2018 Rex Dieter - 5.47.0-1 - 5.47.0 From fa3113615ac4cfd12f8bc8691321ff5a40ab8a18 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Fri, 8 Jun 2018 15:12:51 -0500 Subject: [PATCH 095/198] drop --with-html --- kf5-kdeclarative.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kf5-kdeclarative.spec b/kf5-kdeclarative.spec index efed5a1..562765f 100644 --- a/kf5-kdeclarative.spec +++ b/kf5-kdeclarative.spec @@ -85,7 +85,7 @@ popd %install make install/fast DESTDIR=%{buildroot} -C %{_target_platform} -%find_lang %{name} --all-name --with-html +%find_lang %{name} --all-name %check From d1ec5d7de4ceb517fc1b4dd1d4dfdbebb2d31247 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Wed, 20 Jun 2018 23:44:55 -0500 Subject: [PATCH 096/198] rebuild (qt5) --- kf5-kdeclarative.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/kf5-kdeclarative.spec b/kf5-kdeclarative.spec index 562765f..322f205 100644 --- a/kf5-kdeclarative.spec +++ b/kf5-kdeclarative.spec @@ -9,7 +9,7 @@ Name: kf5-%{framework} Version: 5.47.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: KDE Frameworks 5 Tier 3 addon for Qt declarative License: LGPLv2+ @@ -132,6 +132,9 @@ make test ARGS="--output-on-failure --timeout 10 --verbose" -C %{_target_platfor %changelog +* Wed Jun 20 2018 Rex Dieter - 5.47.0-3 +- rebuild (qt5) + * Thu Jun 07 2018 Rex Dieter - 5.47.0-2 - cleanup, use %%majmin From 5f2ef507c3581a3e031d3f3a3ae1da37d13e180c Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Sun, 8 Jul 2018 19:58:40 -0500 Subject: [PATCH 097/198] 5.48.0 --- .gitignore | 1 + kf5-kdeclarative.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 770e76b..db7ed6e 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /kdeclarative-5.47.0.tar.xz +/kdeclarative-5.48.0.tar.xz diff --git a/kf5-kdeclarative.spec b/kf5-kdeclarative.spec index 322f205..a485117 100644 --- a/kf5-kdeclarative.spec +++ b/kf5-kdeclarative.spec @@ -8,8 +8,8 @@ %endif Name: kf5-%{framework} -Version: 5.47.0 -Release: 3%{?dist} +Version: 5.48.0 +Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 3 addon for Qt declarative License: LGPLv2+ @@ -132,6 +132,9 @@ make test ARGS="--output-on-failure --timeout 10 --verbose" -C %{_target_platfor %changelog +* Mon Jul 09 2018 Rex Dieter - 5.48.0-1 +- 5.48.0 + * Wed Jun 20 2018 Rex Dieter - 5.47.0-3 - rebuild (qt5) diff --git a/sources b/sources index c4601a0..6f19743 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kdeclarative-5.47.0.tar.xz) = fed58997c474d5648335b689b0ba650d4b3c6be6636ddd1db1bc5d2a5db1bed67880bb77224cff7c3dece1d1e38eca3da79ebea7c6b9949bfd8c059ef9506cc5 +SHA512 (kdeclarative-5.48.0.tar.xz) = ab1cad3c84e9b64521a9387ca448abad2606088da215c55944415363a9e1e66ee17b02499dbb516cfc7f0bba7755aaba8f0f1ffc8ccd9cb57d9ac4ce44d4dcf1 From 3fefac895fab6d035d0643fa3dcedbc2bc7e377d Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Tue, 7 Aug 2018 10:18:17 -0500 Subject: [PATCH 098/198] 5.49.0 --- .gitignore | 1 + kf5-kdeclarative.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index db7ed6e..700182b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /kdeclarative-5.47.0.tar.xz /kdeclarative-5.48.0.tar.xz +/kdeclarative-5.49.0.tar.xz diff --git a/kf5-kdeclarative.spec b/kf5-kdeclarative.spec index a485117..c3b1ede 100644 --- a/kf5-kdeclarative.spec +++ b/kf5-kdeclarative.spec @@ -8,7 +8,7 @@ %endif Name: kf5-%{framework} -Version: 5.48.0 +Version: 5.49.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 3 addon for Qt declarative @@ -132,6 +132,9 @@ make test ARGS="--output-on-failure --timeout 10 --verbose" -C %{_target_platfor %changelog +* Tue Aug 07 2018 Rex Dieter - 5.49.0-1 +- 5.49.0 + * Mon Jul 09 2018 Rex Dieter - 5.48.0-1 - 5.48.0 diff --git a/sources b/sources index 6f19743..cc5e4e2 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kdeclarative-5.48.0.tar.xz) = ab1cad3c84e9b64521a9387ca448abad2606088da215c55944415363a9e1e66ee17b02499dbb516cfc7f0bba7755aaba8f0f1ffc8ccd9cb57d9ac4ce44d4dcf1 +SHA512 (kdeclarative-5.49.0.tar.xz) = f143169015b13a6e0558b9b3a0849ccae49d9d0979701b5b006e0e0737afa52457f3eb99a67deec1c1c4c69b995250e3f94596407a7f78e659daf6d58c0fb94f From f5842c95354ead960811f2b6c47fd3a5c56cd62a Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Tue, 4 Sep 2018 15:00:12 -0500 Subject: [PATCH 099/198] 5.50.0 --- .gitignore | 1 + kf5-kdeclarative.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 700182b..fbb433c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ /kdeclarative-5.47.0.tar.xz /kdeclarative-5.48.0.tar.xz /kdeclarative-5.49.0.tar.xz +/kdeclarative-5.50.0.tar.xz diff --git a/kf5-kdeclarative.spec b/kf5-kdeclarative.spec index c3b1ede..a792920 100644 --- a/kf5-kdeclarative.spec +++ b/kf5-kdeclarative.spec @@ -8,7 +8,7 @@ %endif Name: kf5-%{framework} -Version: 5.49.0 +Version: 5.50.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 3 addon for Qt declarative @@ -132,6 +132,9 @@ make test ARGS="--output-on-failure --timeout 10 --verbose" -C %{_target_platfor %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 cc5e4e2..eb71bfb 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kdeclarative-5.49.0.tar.xz) = f143169015b13a6e0558b9b3a0849ccae49d9d0979701b5b006e0e0737afa52457f3eb99a67deec1c1c4c69b995250e3f94596407a7f78e659daf6d58c0fb94f +SHA512 (kdeclarative-5.50.0.tar.xz) = ebe13f08a292cd3c1cf92cd242433160f1a2e9a5ea329379dab1d3b26d7c2a026261d77b8dc7b4abd1980a1a3d769b021bee6c2730ad2d4910b758c5b0e135dc From ecbdeaffff2a19096ced11b4a34bd46be64b45e3 Mon Sep 17 00:00:00 2001 From: Jan Grulich Date: Fri, 21 Sep 2018 19:52:27 +0200 Subject: [PATCH 100/198] rebuild (qt5) --- kf5-kdeclarative.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/kf5-kdeclarative.spec b/kf5-kdeclarative.spec index a792920..9566e02 100644 --- a/kf5-kdeclarative.spec +++ b/kf5-kdeclarative.spec @@ -9,7 +9,7 @@ Name: kf5-%{framework} Version: 5.50.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: KDE Frameworks 5 Tier 3 addon for Qt declarative License: LGPLv2+ @@ -132,6 +132,9 @@ make test ARGS="--output-on-failure --timeout 10 --verbose" -C %{_target_platfor %changelog +* Fri Sep 21 2018 Jan Grulich - 5.50.0-2 +- rebuild (qt5) + * Tue Sep 04 2018 Rex Dieter - 5.50.0-1 - 5.50.0 From 45eb6bcabdfc91d77c9ddd9e6eb4f5046e1f9e8f Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Wed, 10 Oct 2018 15:40:39 -0500 Subject: [PATCH 101/198] 5.51.0 --- .gitignore | 1 + kf5-kdeclarative.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index fbb433c..91c0bc4 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ /kdeclarative-5.48.0.tar.xz /kdeclarative-5.49.0.tar.xz /kdeclarative-5.50.0.tar.xz +/kdeclarative-5.51.0.tar.xz diff --git a/kf5-kdeclarative.spec b/kf5-kdeclarative.spec index 9566e02..16f871e 100644 --- a/kf5-kdeclarative.spec +++ b/kf5-kdeclarative.spec @@ -8,8 +8,8 @@ %endif Name: kf5-%{framework} -Version: 5.50.0 -Release: 2%{?dist} +Version: 5.51.0 +Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 3 addon for Qt declarative License: LGPLv2+ @@ -132,6 +132,9 @@ make test ARGS="--output-on-failure --timeout 10 --verbose" -C %{_target_platfor %changelog +* Wed Oct 10 2018 Rex Dieter - 5.51.0-1 +- 5.51.0 + * Fri Sep 21 2018 Jan Grulich - 5.50.0-2 - rebuild (qt5) diff --git a/sources b/sources index eb71bfb..3885afc 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kdeclarative-5.50.0.tar.xz) = ebe13f08a292cd3c1cf92cd242433160f1a2e9a5ea329379dab1d3b26d7c2a026261d77b8dc7b4abd1980a1a3d769b021bee6c2730ad2d4910b758c5b0e135dc +SHA512 (kdeclarative-5.51.0.tar.xz) = 860441e12d93807e112b8ced239a5890f5ae2dcf6bfcb6b3a3a5ebe7970529d23c932dbc1b8b965f2a3226d915e36c00043c7e040bcdded150d122286bb8e8b1 From 3663eba21de7583e0db81169a8f06b6810e0c3bf Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Sun, 4 Nov 2018 12:36:17 -0600 Subject: [PATCH 102/198] 5.52.0 --- .gitignore | 1 + kf5-kdeclarative.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 91c0bc4..438eaa6 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ /kdeclarative-5.49.0.tar.xz /kdeclarative-5.50.0.tar.xz /kdeclarative-5.51.0.tar.xz +/kdeclarative-5.52.0.tar.xz diff --git a/kf5-kdeclarative.spec b/kf5-kdeclarative.spec index 16f871e..9695c0c 100644 --- a/kf5-kdeclarative.spec +++ b/kf5-kdeclarative.spec @@ -8,7 +8,7 @@ %endif Name: kf5-%{framework} -Version: 5.51.0 +Version: 5.52.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 3 addon for Qt declarative @@ -132,6 +132,9 @@ make test ARGS="--output-on-failure --timeout 10 --verbose" -C %{_target_platfor %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 3885afc..f5ee78d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kdeclarative-5.51.0.tar.xz) = 860441e12d93807e112b8ced239a5890f5ae2dcf6bfcb6b3a3a5ebe7970529d23c932dbc1b8b965f2a3226d915e36c00043c7e040bcdded150d122286bb8e8b1 +SHA512 (kdeclarative-5.52.0.tar.xz) = 3464a45e53ff1cb51b648946d908e8d0aefb3ac8a6fd233afaf5313c1aa265c1bcf27d6ec624388470efadac28e445ad4906371154adf6b099df377324f47f2e From 02f9544b3f1490902d4bf038f0f963e79e806d10 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Sun, 9 Dec 2018 08:25:04 -0600 Subject: [PATCH 103/198] 5.53.0 --- .gitignore | 1 + kf5-kdeclarative.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 438eaa6..2f6e80c 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ /kdeclarative-5.50.0.tar.xz /kdeclarative-5.51.0.tar.xz /kdeclarative-5.52.0.tar.xz +/kdeclarative-5.53.0.tar.xz diff --git a/kf5-kdeclarative.spec b/kf5-kdeclarative.spec index 9695c0c..8cfebf6 100644 --- a/kf5-kdeclarative.spec +++ b/kf5-kdeclarative.spec @@ -8,7 +8,7 @@ %endif Name: kf5-%{framework} -Version: 5.52.0 +Version: 5.53.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 3 addon for Qt declarative @@ -132,6 +132,9 @@ make test ARGS="--output-on-failure --timeout 10 --verbose" -C %{_target_platfor %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 f5ee78d..4103b99 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kdeclarative-5.52.0.tar.xz) = 3464a45e53ff1cb51b648946d908e8d0aefb3ac8a6fd233afaf5313c1aa265c1bcf27d6ec624388470efadac28e445ad4906371154adf6b099df377324f47f2e +SHA512 (kdeclarative-5.53.0.tar.xz) = 1b23530a449a20d40c8a150814e01ccace0b1a328333076051c3e261b76d75b5d28b4a020203bf27d4125e34097cb55c25d72d2f53db19fca904db08bef34876 From 3e87dfed9e851a2c3abe1209f200d56f0dd8631f Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Tue, 11 Dec 2018 08:41:58 -0600 Subject: [PATCH 104/198] rebuild (qt5) --- kf5-kdeclarative.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/kf5-kdeclarative.spec b/kf5-kdeclarative.spec index 8cfebf6..646587a 100644 --- a/kf5-kdeclarative.spec +++ b/kf5-kdeclarative.spec @@ -9,7 +9,7 @@ Name: kf5-%{framework} Version: 5.53.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: KDE Frameworks 5 Tier 3 addon for Qt declarative License: LGPLv2+ @@ -132,6 +132,9 @@ make test ARGS="--output-on-failure --timeout 10 --verbose" -C %{_target_platfor %changelog +* Tue Dec 11 2018 Rex Dieter - 5.53.0-2 +- rebuild (qt5) + * Sun Dec 09 2018 Rex Dieter - 5.53.0-1 - 5.53.0 From e7ee358da34a2175146776e690d673a2b61db6e6 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Mon, 24 Dec 2018 08:42:35 -0600 Subject: [PATCH 105/198] rebuild (qt5) --- kf5-kdeclarative.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/kf5-kdeclarative.spec b/kf5-kdeclarative.spec index 646587a..709c941 100644 --- a/kf5-kdeclarative.spec +++ b/kf5-kdeclarative.spec @@ -9,7 +9,7 @@ Name: kf5-%{framework} Version: 5.53.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: KDE Frameworks 5 Tier 3 addon for Qt declarative License: LGPLv2+ @@ -132,6 +132,9 @@ make test ARGS="--output-on-failure --timeout 10 --verbose" -C %{_target_platfor %changelog +* Mon Dec 24 2018 Rex Dieter - 5.53.0-3 +- rebuild (qt5) + * Tue Dec 11 2018 Rex Dieter - 5.53.0-2 - rebuild (qt5) From 4273bb3475a204c6f4dcdc798830b32ba23ab371 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Tue, 8 Jan 2019 17:01:09 -0600 Subject: [PATCH 106/198] 5.54.0 --- .gitignore | 1 + kf5-kdeclarative.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 2f6e80c..c26cae5 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ /kdeclarative-5.51.0.tar.xz /kdeclarative-5.52.0.tar.xz /kdeclarative-5.53.0.tar.xz +/kdeclarative-5.54.0.tar.xz diff --git a/kf5-kdeclarative.spec b/kf5-kdeclarative.spec index 709c941..099e92a 100644 --- a/kf5-kdeclarative.spec +++ b/kf5-kdeclarative.spec @@ -8,8 +8,8 @@ %endif Name: kf5-%{framework} -Version: 5.53.0 -Release: 3%{?dist} +Version: 5.54.0 +Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 3 addon for Qt declarative License: LGPLv2+ @@ -132,6 +132,9 @@ make test ARGS="--output-on-failure --timeout 10 --verbose" -C %{_target_platfor %changelog +* Tue Jan 08 2019 Rex Dieter - 5.54.0-1 +- 5.54.0 + * Mon Dec 24 2018 Rex Dieter - 5.53.0-3 - rebuild (qt5) diff --git a/sources b/sources index 4103b99..588d9f2 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kdeclarative-5.53.0.tar.xz) = 1b23530a449a20d40c8a150814e01ccace0b1a328333076051c3e261b76d75b5d28b4a020203bf27d4125e34097cb55c25d72d2f53db19fca904db08bef34876 +SHA512 (kdeclarative-5.54.0.tar.xz) = 57a042a3c9be486b9582f133a0d6688758d1ae2dd4079168d3830cbd6b2d656b22d7b1fa321f77c1d14e216e2714984303db943df623b71d29c87d7c410871c2 From 3abbbc0635948f6c0c6da9f6184713eb58301a08 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 1 Feb 2019 05:28:01 +0000 Subject: [PATCH 107/198] - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- kf5-kdeclarative.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/kf5-kdeclarative.spec b/kf5-kdeclarative.spec index 099e92a..42bd7af 100644 --- a/kf5-kdeclarative.spec +++ b/kf5-kdeclarative.spec @@ -9,7 +9,7 @@ Name: kf5-%{framework} Version: 5.54.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: KDE Frameworks 5 Tier 3 addon for Qt declarative License: LGPLv2+ @@ -132,6 +132,9 @@ make test ARGS="--output-on-failure --timeout 10 --verbose" -C %{_target_platfor %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 c9b587bc2779173682b4b9a0d0f9501811edb7c9 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Mon, 4 Feb 2019 11:04:27 -0600 Subject: [PATCH 108/198] 5.55.0 --- .gitignore | 1 + kf5-kdeclarative.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index c26cae5..b5c7658 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,4 @@ /kdeclarative-5.52.0.tar.xz /kdeclarative-5.53.0.tar.xz /kdeclarative-5.54.0.tar.xz +/kdeclarative-5.55.0.tar.xz diff --git a/kf5-kdeclarative.spec b/kf5-kdeclarative.spec index 42bd7af..4a5b0ea 100644 --- a/kf5-kdeclarative.spec +++ b/kf5-kdeclarative.spec @@ -8,8 +8,8 @@ %endif Name: kf5-%{framework} -Version: 5.54.0 -Release: 2%{?dist} +Version: 5.55.0 +Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 3 addon for Qt declarative License: LGPLv2+ @@ -132,6 +132,9 @@ make test ARGS="--output-on-failure --timeout 10 --verbose" -C %{_target_platfor %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 588d9f2..6846997 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kdeclarative-5.54.0.tar.xz) = 57a042a3c9be486b9582f133a0d6688758d1ae2dd4079168d3830cbd6b2d656b22d7b1fa321f77c1d14e216e2714984303db943df623b71d29c87d7c410871c2 +SHA512 (kdeclarative-5.55.0.tar.xz) = 27530b0c512a3087804bf1c54bffe56ad3a178ccb77da65c750f150d892208845e344136edf20e6fb3cb6f3acb2e7b9cab7896f7ae94890a102f0a46682eba6c From a31516afd88cd5d1397b8b23823e94d9b559de0c Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Mon, 18 Feb 2019 11:12:54 -0600 Subject: [PATCH 109/198] rebuild (qt5) --- kf5-kdeclarative.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/kf5-kdeclarative.spec b/kf5-kdeclarative.spec index 4a5b0ea..81bb943 100644 --- a/kf5-kdeclarative.spec +++ b/kf5-kdeclarative.spec @@ -9,7 +9,7 @@ Name: kf5-%{framework} Version: 5.55.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: KDE Frameworks 5 Tier 3 addon for Qt declarative License: LGPLv2+ @@ -132,6 +132,9 @@ make test ARGS="--output-on-failure --timeout 10 --verbose" -C %{_target_platfor %changelog +* Mon Feb 18 2019 Rex Dieter - 5.55.0-2 +- rebuild (qt5) + * Mon Feb 04 2019 Rex Dieter - 5.55.0-1 - 5.55.0 From 4d1a29bea08c508d81f86aee31e974813111243b Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Tue, 5 Mar 2019 08:57:29 -0600 Subject: [PATCH 110/198] 5.56.0 --- .gitignore | 1 + kf5-kdeclarative.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index b5c7658..200cc74 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,4 @@ /kdeclarative-5.53.0.tar.xz /kdeclarative-5.54.0.tar.xz /kdeclarative-5.55.0.tar.xz +/kdeclarative-5.56.0.tar.xz diff --git a/kf5-kdeclarative.spec b/kf5-kdeclarative.spec index 81bb943..f2a5e41 100644 --- a/kf5-kdeclarative.spec +++ b/kf5-kdeclarative.spec @@ -8,8 +8,8 @@ %endif Name: kf5-%{framework} -Version: 5.55.0 -Release: 2%{?dist} +Version: 5.56.0 +Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 3 addon for Qt declarative License: LGPLv2+ @@ -132,6 +132,9 @@ make test ARGS="--output-on-failure --timeout 10 --verbose" -C %{_target_platfor %changelog +* Tue Mar 05 2019 Rex Dieter - 5.56.0-1 +- 5.56.0 + * Mon Feb 18 2019 Rex Dieter - 5.55.0-2 - rebuild (qt5) diff --git a/sources b/sources index 6846997..cdfc1ac 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kdeclarative-5.55.0.tar.xz) = 27530b0c512a3087804bf1c54bffe56ad3a178ccb77da65c750f150d892208845e344136edf20e6fb3cb6f3acb2e7b9cab7896f7ae94890a102f0a46682eba6c +SHA512 (kdeclarative-5.56.0.tar.xz) = 4bd565e319f467ab594521823f0f024452da78d214a9b768d6338dbf99bb25508576c06b3bdf02888d0f2f05f8691e43e26d1d24d904a9fc97b7e5bcf16fc47c From 4987c178ae51b7c6a9882ad5facb3877c6df82ea Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Tue, 9 Apr 2019 10:05:16 -0500 Subject: [PATCH 111/198] 5.57.0 --- .gitignore | 1 + kf5-kdeclarative.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 200cc74..e5b5568 100644 --- a/.gitignore +++ b/.gitignore @@ -8,3 +8,4 @@ /kdeclarative-5.54.0.tar.xz /kdeclarative-5.55.0.tar.xz /kdeclarative-5.56.0.tar.xz +/kdeclarative-5.57.0.tar.xz diff --git a/kf5-kdeclarative.spec b/kf5-kdeclarative.spec index f2a5e41..06e3463 100644 --- a/kf5-kdeclarative.spec +++ b/kf5-kdeclarative.spec @@ -8,7 +8,7 @@ %endif Name: kf5-%{framework} -Version: 5.56.0 +Version: 5.57.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 3 addon for Qt declarative @@ -132,6 +132,9 @@ make test ARGS="--output-on-failure --timeout 10 --verbose" -C %{_target_platfor %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 cdfc1ac..f109b15 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kdeclarative-5.56.0.tar.xz) = 4bd565e319f467ab594521823f0f024452da78d214a9b768d6338dbf99bb25508576c06b3bdf02888d0f2f05f8691e43e26d1d24d904a9fc97b7e5bcf16fc47c +SHA512 (kdeclarative-5.57.0.tar.xz) = 90e5fd9474a85b8d723cf33b5c5db443837710a6f40fa12f57e1cfe87733986b9ca9c2accfa7e254acf081ee69d5b3126b3f67b531024225172d737ef1c7df07 From 233a3474a379197676e96eb33ed2f66687a1ab4a Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Tue, 7 May 2019 13:51:15 -0500 Subject: [PATCH 112/198] 5.58.0 --- .gitignore | 1 + kf5-kdeclarative.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index e5b5568..1673430 100644 --- a/.gitignore +++ b/.gitignore @@ -9,3 +9,4 @@ /kdeclarative-5.55.0.tar.xz /kdeclarative-5.56.0.tar.xz /kdeclarative-5.57.0.tar.xz +/kdeclarative-5.58.0.tar.xz diff --git a/kf5-kdeclarative.spec b/kf5-kdeclarative.spec index 06e3463..6280b76 100644 --- a/kf5-kdeclarative.spec +++ b/kf5-kdeclarative.spec @@ -8,7 +8,7 @@ %endif Name: kf5-%{framework} -Version: 5.57.0 +Version: 5.58.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 3 addon for Qt declarative @@ -132,6 +132,9 @@ make test ARGS="--output-on-failure --timeout 10 --verbose" -C %{_target_platfor %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 f109b15..f894e8d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kdeclarative-5.57.0.tar.xz) = 90e5fd9474a85b8d723cf33b5c5db443837710a6f40fa12f57e1cfe87733986b9ca9c2accfa7e254acf081ee69d5b3126b3f67b531024225172d737ef1c7df07 +SHA512 (kdeclarative-5.58.0.tar.xz) = fffcb319a15cf89cc7179f0c543376eec83c0de8a49f533ab3c0488e13788b246b051a36249e0212517260fe24db647190e055a72cfa472dc168f0ae776cda41 From cb7991671c49c0db79c99a896c2001d8d199e5ae Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Tue, 4 Jun 2019 14:07:22 -0500 Subject: [PATCH 113/198] rebuild (qt5) --- kf5-kdeclarative.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/kf5-kdeclarative.spec b/kf5-kdeclarative.spec index 6280b76..cf1359f 100644 --- a/kf5-kdeclarative.spec +++ b/kf5-kdeclarative.spec @@ -9,7 +9,7 @@ Name: kf5-%{framework} Version: 5.58.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: KDE Frameworks 5 Tier 3 addon for Qt declarative License: LGPLv2+ @@ -132,6 +132,9 @@ make test ARGS="--output-on-failure --timeout 10 --verbose" -C %{_target_platfor %changelog +* Tue Jun 04 2019 Rex Dieter - 5.58.0-2 +- rebuild (qt5) + * Tue May 07 2019 Rex Dieter - 5.58.0-1 - 5.58.0 From c662eea98990c9d1bc4756871fd20f57eabd965b Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Thu, 6 Jun 2019 12:36:06 -0500 Subject: [PATCH 114/198] 5.59.0 --- .gitignore | 1 + kf5-kdeclarative.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 1673430..4bbc670 100644 --- a/.gitignore +++ b/.gitignore @@ -10,3 +10,4 @@ /kdeclarative-5.56.0.tar.xz /kdeclarative-5.57.0.tar.xz /kdeclarative-5.58.0.tar.xz +/kdeclarative-5.59.0.tar.xz diff --git a/kf5-kdeclarative.spec b/kf5-kdeclarative.spec index cf1359f..6dd5390 100644 --- a/kf5-kdeclarative.spec +++ b/kf5-kdeclarative.spec @@ -8,8 +8,8 @@ %endif Name: kf5-%{framework} -Version: 5.58.0 -Release: 2%{?dist} +Version: 5.59.0 +Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 3 addon for Qt declarative License: LGPLv2+ @@ -132,6 +132,9 @@ make test ARGS="--output-on-failure --timeout 10 --verbose" -C %{_target_platfor %changelog +* Thu Jun 06 2019 Rex Dieter - 5.59.0-1 +- 5.59.0 + * Tue Jun 04 2019 Rex Dieter - 5.58.0-2 - rebuild (qt5) diff --git a/sources b/sources index f894e8d..c7d58a3 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kdeclarative-5.58.0.tar.xz) = fffcb319a15cf89cc7179f0c543376eec83c0de8a49f533ab3c0488e13788b246b051a36249e0212517260fe24db647190e055a72cfa472dc168f0ae776cda41 +SHA512 (kdeclarative-5.59.0.tar.xz) = dd17d5a73c3751d9f8267f569ef3941dc9752855128d308f6425585ec777f2d9e65d6acc50e474378fdc2639c47a411c8197743da166d3a9018d9384981b53d2 From d9987aa7e81a3a10953e5a78bda48186a196209a Mon Sep 17 00:00:00 2001 From: Jan Grulich Date: Mon, 17 Jun 2019 09:00:17 +0200 Subject: [PATCH 115/198] rebuild (qt5) --- kf5-kdeclarative.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/kf5-kdeclarative.spec b/kf5-kdeclarative.spec index 6dd5390..5d54ee7 100644 --- a/kf5-kdeclarative.spec +++ b/kf5-kdeclarative.spec @@ -9,7 +9,7 @@ Name: kf5-%{framework} Version: 5.59.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: KDE Frameworks 5 Tier 3 addon for Qt declarative License: LGPLv2+ @@ -132,6 +132,9 @@ make test ARGS="--output-on-failure --timeout 10 --verbose" -C %{_target_platfor %changelog +* Mon Jun 17 2019 Jan Grulich - 5.59.0-2 +- rebuild (qt5) + * Thu Jun 06 2019 Rex Dieter - 5.59.0-1 - 5.59.0 From 4df024c4883ac1055c19181555bd3a45eabb705e Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Sat, 13 Jul 2019 12:04:31 -0500 Subject: [PATCH 116/198] 5.60.0 --- .gitignore | 1 + kf5-kdeclarative.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 4bbc670..c32518e 100644 --- a/.gitignore +++ b/.gitignore @@ -11,3 +11,4 @@ /kdeclarative-5.57.0.tar.xz /kdeclarative-5.58.0.tar.xz /kdeclarative-5.59.0.tar.xz +/kdeclarative-5.60.0.tar.xz diff --git a/kf5-kdeclarative.spec b/kf5-kdeclarative.spec index 5d54ee7..54f81bc 100644 --- a/kf5-kdeclarative.spec +++ b/kf5-kdeclarative.spec @@ -8,8 +8,8 @@ %endif Name: kf5-%{framework} -Version: 5.59.0 -Release: 2%{?dist} +Version: 5.60.0 +Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 3 addon for Qt declarative License: LGPLv2+ @@ -132,6 +132,9 @@ make test ARGS="--output-on-failure --timeout 10 --verbose" -C %{_target_platfor %changelog +* Sat Jul 13 2019 Rex Dieter - 5.60.0-1 +- 5.60.0 + * Mon Jun 17 2019 Jan Grulich - 5.59.0-2 - rebuild (qt5) diff --git a/sources b/sources index c7d58a3..5a4d8b5 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kdeclarative-5.59.0.tar.xz) = dd17d5a73c3751d9f8267f569ef3941dc9752855128d308f6425585ec777f2d9e65d6acc50e474378fdc2639c47a411c8197743da166d3a9018d9384981b53d2 +SHA512 (kdeclarative-5.60.0.tar.xz) = 37bb343a615dd5d1c273926dc448214089cd40bb05fd15f772cb3bdcb312a5dfdb32256bc288a2051025e4853554fa2b7b7d105657a9f90385092edc1ec83705 From aa6e124cd2023e04daac4d42968c0ec8de373154 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 25 Jul 2019 11:30:42 +0000 Subject: [PATCH 117/198] - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- kf5-kdeclarative.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/kf5-kdeclarative.spec b/kf5-kdeclarative.spec index 54f81bc..2a06845 100644 --- a/kf5-kdeclarative.spec +++ b/kf5-kdeclarative.spec @@ -9,7 +9,7 @@ Name: kf5-%{framework} Version: 5.60.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: KDE Frameworks 5 Tier 3 addon for Qt declarative License: LGPLv2+ @@ -132,6 +132,9 @@ make test ARGS="--output-on-failure --timeout 10 --verbose" -C %{_target_platfor %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 ebd758b4a7d623a0dde6c01fd35ea7b8097c0452 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Wed, 7 Aug 2019 09:57:54 -0500 Subject: [PATCH 118/198] 5.61.0 --- .gitignore | 1 + kf5-kdeclarative.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index c32518e..177a0de 100644 --- a/.gitignore +++ b/.gitignore @@ -12,3 +12,4 @@ /kdeclarative-5.58.0.tar.xz /kdeclarative-5.59.0.tar.xz /kdeclarative-5.60.0.tar.xz +/kdeclarative-5.61.0.tar.xz diff --git a/kf5-kdeclarative.spec b/kf5-kdeclarative.spec index 2a06845..a8a8b23 100644 --- a/kf5-kdeclarative.spec +++ b/kf5-kdeclarative.spec @@ -8,8 +8,8 @@ %endif Name: kf5-%{framework} -Version: 5.60.0 -Release: 2%{?dist} +Version: 5.61.0 +Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 3 addon for Qt declarative License: LGPLv2+ @@ -132,6 +132,9 @@ make test ARGS="--output-on-failure --timeout 10 --verbose" -C %{_target_platfor %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 5a4d8b5..8f43ca3 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kdeclarative-5.60.0.tar.xz) = 37bb343a615dd5d1c273926dc448214089cd40bb05fd15f772cb3bdcb312a5dfdb32256bc288a2051025e4853554fa2b7b7d105657a9f90385092edc1ec83705 +SHA512 (kdeclarative-5.61.0.tar.xz) = 8f6667812e55bb8f8aca38d1bc8c0df83d10ed4bab1dd7a22695f76adecf1c5dd0d0852f3b19c9ad4d292c6284845ff5c06fcd897ac764c8f1d6e891754e15ce From 6572e29842bcca9c8db12967582717ec5a3898f9 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Mon, 16 Sep 2019 16:31:54 -0500 Subject: [PATCH 119/198] 5.62.0 --- .gitignore | 1 + kf5-kdeclarative.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 177a0de..fc750db 100644 --- a/.gitignore +++ b/.gitignore @@ -13,3 +13,4 @@ /kdeclarative-5.59.0.tar.xz /kdeclarative-5.60.0.tar.xz /kdeclarative-5.61.0.tar.xz +/kdeclarative-5.62.0.tar.xz diff --git a/kf5-kdeclarative.spec b/kf5-kdeclarative.spec index a8a8b23..84a3d61 100644 --- a/kf5-kdeclarative.spec +++ b/kf5-kdeclarative.spec @@ -8,7 +8,7 @@ %endif Name: kf5-%{framework} -Version: 5.61.0 +Version: 5.62.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 3 addon for Qt declarative @@ -132,6 +132,9 @@ make test ARGS="--output-on-failure --timeout 10 --verbose" -C %{_target_platfor %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 8f43ca3..278e025 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kdeclarative-5.61.0.tar.xz) = 8f6667812e55bb8f8aca38d1bc8c0df83d10ed4bab1dd7a22695f76adecf1c5dd0d0852f3b19c9ad4d292c6284845ff5c06fcd897ac764c8f1d6e891754e15ce +SHA512 (kdeclarative-5.62.0.tar.xz) = fd2183dbe4838d357cef8df04becd4552733a2992a45fa44f12e7e5f3fb1881488a21c07360bdaecd31e0a2217678b1a533631f11c00231e3a696e86f27491ab From de51937e1025edf594201d5705d7f569f223c012 Mon Sep 17 00:00:00 2001 From: Jan Grulich Date: Wed, 25 Sep 2019 12:04:21 +0200 Subject: [PATCH 120/198] rebuild (qt5) --- kf5-kdeclarative.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/kf5-kdeclarative.spec b/kf5-kdeclarative.spec index 84a3d61..3b99744 100644 --- a/kf5-kdeclarative.spec +++ b/kf5-kdeclarative.spec @@ -9,7 +9,7 @@ Name: kf5-%{framework} Version: 5.62.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: KDE Frameworks 5 Tier 3 addon for Qt declarative License: LGPLv2+ @@ -132,6 +132,9 @@ make test ARGS="--output-on-failure --timeout 10 --verbose" -C %{_target_platfor %changelog +* Wed Sep 25 2019 Jan Grulich - 5.62.0-2 +- rebuild (qt5) + * Mon Sep 16 2019 Rex Dieter - 5.62.0-1 - 5.62.0 From 454342b6edb061b12f9376a9918f8b25d6210cc7 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Tue, 22 Oct 2019 08:29:15 -0500 Subject: [PATCH 121/198] 5.63.0 --- .gitignore | 1 + kf5-kdeclarative.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index fc750db..b2e0f82 100644 --- a/.gitignore +++ b/.gitignore @@ -14,3 +14,4 @@ /kdeclarative-5.60.0.tar.xz /kdeclarative-5.61.0.tar.xz /kdeclarative-5.62.0.tar.xz +/kdeclarative-5.63.0.tar.xz diff --git a/kf5-kdeclarative.spec b/kf5-kdeclarative.spec index 3b99744..bd98f7b 100644 --- a/kf5-kdeclarative.spec +++ b/kf5-kdeclarative.spec @@ -8,8 +8,8 @@ %endif Name: kf5-%{framework} -Version: 5.62.0 -Release: 2%{?dist} +Version: 5.63.0 +Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 3 addon for Qt declarative License: LGPLv2+ @@ -132,6 +132,9 @@ make test ARGS="--output-on-failure --timeout 10 --verbose" -C %{_target_platfor %changelog +* Tue Oct 22 2019 Rex Dieter - 5.63.0-1 +- 5.63.0 + * Wed Sep 25 2019 Jan Grulich - 5.62.0-2 - rebuild (qt5) diff --git a/sources b/sources index 278e025..c3ff108 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kdeclarative-5.62.0.tar.xz) = fd2183dbe4838d357cef8df04becd4552733a2992a45fa44f12e7e5f3fb1881488a21c07360bdaecd31e0a2217678b1a533631f11c00231e3a696e86f27491ab +SHA512 (kdeclarative-5.63.0.tar.xz) = d2cd35c43356a45915fbd507913770838b86b78bd7cb7a48955ac6cbb001b3d9fe06aa36cd8e07c598011e7fac34b03cc7f5c37c393c0e8fcd151bdb5ed16390 From 24f58175374cec08f441cb068601159db468da42 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Fri, 8 Nov 2019 10:23:53 -0600 Subject: [PATCH 122/198] 5.64.0 --- .gitignore | 1 + kf5-kdeclarative.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index b2e0f82..a178e0f 100644 --- a/.gitignore +++ b/.gitignore @@ -15,3 +15,4 @@ /kdeclarative-5.61.0.tar.xz /kdeclarative-5.62.0.tar.xz /kdeclarative-5.63.0.tar.xz +/kdeclarative-5.64.0.tar.xz diff --git a/kf5-kdeclarative.spec b/kf5-kdeclarative.spec index bd98f7b..97cc536 100644 --- a/kf5-kdeclarative.spec +++ b/kf5-kdeclarative.spec @@ -8,7 +8,7 @@ %endif Name: kf5-%{framework} -Version: 5.63.0 +Version: 5.64.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 3 addon for Qt declarative @@ -132,6 +132,9 @@ make test ARGS="--output-on-failure --timeout 10 --verbose" -C %{_target_platfor %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 c3ff108..cf3dd53 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kdeclarative-5.63.0.tar.xz) = d2cd35c43356a45915fbd507913770838b86b78bd7cb7a48955ac6cbb001b3d9fe06aa36cd8e07c598011e7fac34b03cc7f5c37c393c0e8fcd151bdb5ed16390 +SHA512 (kdeclarative-5.64.0.tar.xz) = 1e15b67b0ce4f165307750854fd7cb8265f922ccd46f66971106a1ba21a1e798d429ced41830705f1bee0819edefccc788da9fc983ad3f316b7162be4e85f364 From 521283a5046dada85c3caf40223d1296e1278164 Mon Sep 17 00:00:00 2001 From: Jan Grulich Date: Mon, 9 Dec 2019 21:18:05 +0100 Subject: [PATCH 123/198] rebuild (qt5) --- kf5-kdeclarative.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/kf5-kdeclarative.spec b/kf5-kdeclarative.spec index 97cc536..0924198 100644 --- a/kf5-kdeclarative.spec +++ b/kf5-kdeclarative.spec @@ -9,7 +9,7 @@ Name: kf5-%{framework} Version: 5.64.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: KDE Frameworks 5 Tier 3 addon for Qt declarative License: LGPLv2+ @@ -132,6 +132,9 @@ make test ARGS="--output-on-failure --timeout 10 --verbose" -C %{_target_platfor %changelog +* Mon Dec 09 2019 Jan Grulich - 5.64.0-2 +- rebuild (qt5) + * Fri Nov 08 2019 Rex Dieter - 5.64.0-1 - 5.64.0 From 7e38069126a319377522e5f679f352a885cf8631 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Tue, 17 Dec 2019 11:04:44 -0600 Subject: [PATCH 124/198] 5.65.0 --- .gitignore | 1 + kf5-kdeclarative.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index a178e0f..d85b75e 100644 --- a/.gitignore +++ b/.gitignore @@ -16,3 +16,4 @@ /kdeclarative-5.62.0.tar.xz /kdeclarative-5.63.0.tar.xz /kdeclarative-5.64.0.tar.xz +/kdeclarative-5.65.0.tar.xz diff --git a/kf5-kdeclarative.spec b/kf5-kdeclarative.spec index 0924198..a01aa19 100644 --- a/kf5-kdeclarative.spec +++ b/kf5-kdeclarative.spec @@ -8,8 +8,8 @@ %endif Name: kf5-%{framework} -Version: 5.64.0 -Release: 2%{?dist} +Version: 5.65.0 +Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 3 addon for Qt declarative License: LGPLv2+ @@ -132,6 +132,9 @@ make test ARGS="--output-on-failure --timeout 10 --verbose" -C %{_target_platfor %changelog +* Tue Dec 17 2019 Rex Dieter - 5.65.0-1 +- 5.65.0 + * Mon Dec 09 2019 Jan Grulich - 5.64.0-2 - rebuild (qt5) diff --git a/sources b/sources index cf3dd53..c9ee129 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kdeclarative-5.64.0.tar.xz) = 1e15b67b0ce4f165307750854fd7cb8265f922ccd46f66971106a1ba21a1e798d429ced41830705f1bee0819edefccc788da9fc983ad3f316b7162be4e85f364 +SHA512 (kdeclarative-5.65.0.tar.xz) = d8cabccb96c7ef820533b0350cd18125a534e75fcf9e9debbb5bb38225c2ad718093574a1ba790b9671550f5ccdefc2ea8363526df0fab91dd692ee34e5c4b8d From 2e2df11224a463d57f5d6f5dbaa4d43633b094f2 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Tue, 7 Jan 2020 14:09:00 -0600 Subject: [PATCH 125/198] 5.66.0 --- .gitignore | 1 + kf5-kdeclarative.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index d85b75e..7d9c823 100644 --- a/.gitignore +++ b/.gitignore @@ -17,3 +17,4 @@ /kdeclarative-5.63.0.tar.xz /kdeclarative-5.64.0.tar.xz /kdeclarative-5.65.0.tar.xz +/kdeclarative-5.66.0.tar.xz diff --git a/kf5-kdeclarative.spec b/kf5-kdeclarative.spec index a01aa19..e6f9f27 100644 --- a/kf5-kdeclarative.spec +++ b/kf5-kdeclarative.spec @@ -8,7 +8,7 @@ %endif Name: kf5-%{framework} -Version: 5.65.0 +Version: 5.66.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 3 addon for Qt declarative @@ -132,6 +132,9 @@ make test ARGS="--output-on-failure --timeout 10 --verbose" -C %{_target_platfor %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 c9ee129..5f6ee9a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kdeclarative-5.65.0.tar.xz) = d8cabccb96c7ef820533b0350cd18125a534e75fcf9e9debbb5bb38225c2ad718093574a1ba790b9671550f5ccdefc2ea8363526df0fab91dd692ee34e5c4b8d +SHA512 (kdeclarative-5.66.0.tar.xz) = 5353cba20b2b4d22ef3fe34bf12f257b1048577775fbd683d8ac439b5b29677bc4fd10be96d58abaacaa14dd671b2688a480e0c31be82b56563e3d9fa04f2170 From 4ebf087c98e116002d7c44477d410035dba14e3d Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 29 Jan 2020 07:09:15 +0000 Subject: [PATCH 126/198] - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- kf5-kdeclarative.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/kf5-kdeclarative.spec b/kf5-kdeclarative.spec index e6f9f27..5ad71eb 100644 --- a/kf5-kdeclarative.spec +++ b/kf5-kdeclarative.spec @@ -9,7 +9,7 @@ Name: kf5-%{framework} Version: 5.66.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: KDE Frameworks 5 Tier 3 addon for Qt declarative License: LGPLv2+ @@ -132,6 +132,9 @@ make test ARGS="--output-on-failure --timeout 10 --verbose" -C %{_target_platfor %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 ffe0415b3e11aa715aa7033b144f8dcf909d39df Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Sun, 2 Feb 2020 17:56:11 -0600 Subject: [PATCH 127/198] 5.67.0 --- .gitignore | 1 + kf5-kdeclarative.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 7d9c823..94d8801 100644 --- a/.gitignore +++ b/.gitignore @@ -18,3 +18,4 @@ /kdeclarative-5.64.0.tar.xz /kdeclarative-5.65.0.tar.xz /kdeclarative-5.66.0.tar.xz +/kdeclarative-5.67.0.tar.xz diff --git a/kf5-kdeclarative.spec b/kf5-kdeclarative.spec index 5ad71eb..48593c1 100644 --- a/kf5-kdeclarative.spec +++ b/kf5-kdeclarative.spec @@ -8,8 +8,8 @@ %endif Name: kf5-%{framework} -Version: 5.66.0 -Release: 2%{?dist} +Version: 5.67.0 +Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 3 addon for Qt declarative License: LGPLv2+ @@ -132,6 +132,9 @@ make test ARGS="--output-on-failure --timeout 10 --verbose" -C %{_target_platfor %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 5f6ee9a..c60a1a0 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kdeclarative-5.66.0.tar.xz) = 5353cba20b2b4d22ef3fe34bf12f257b1048577775fbd683d8ac439b5b29677bc4fd10be96d58abaacaa14dd671b2688a480e0c31be82b56563e3d9fa04f2170 +SHA512 (kdeclarative-5.67.0.tar.xz) = 0a4eb4c2975c586286fe758c96dc34a3d5aa290c29578b957237602d4ff43a4f4f9423a2e883302e39e4e25029d5ecb18d5d49b8cdebe498b56d13a58c2ae55f From 97fedd0bba3de0f07c0d18da695b8be815799ff9 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Thu, 19 Mar 2020 22:02:03 -0500 Subject: [PATCH 128/198] 5.68.0 --- .gitignore | 1 + kf5-kdeclarative.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 94d8801..ede8b64 100644 --- a/.gitignore +++ b/.gitignore @@ -19,3 +19,4 @@ /kdeclarative-5.65.0.tar.xz /kdeclarative-5.66.0.tar.xz /kdeclarative-5.67.0.tar.xz +/kdeclarative-5.68.0.tar.xz diff --git a/kf5-kdeclarative.spec b/kf5-kdeclarative.spec index 48593c1..601895e 100644 --- a/kf5-kdeclarative.spec +++ b/kf5-kdeclarative.spec @@ -8,7 +8,7 @@ %endif Name: kf5-%{framework} -Version: 5.67.0 +Version: 5.68.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 3 addon for Qt declarative @@ -132,6 +132,9 @@ make test ARGS="--output-on-failure --timeout 10 --verbose" -C %{_target_platfor %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 c60a1a0..dc5579b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kdeclarative-5.67.0.tar.xz) = 0a4eb4c2975c586286fe758c96dc34a3d5aa290c29578b957237602d4ff43a4f4f9423a2e883302e39e4e25029d5ecb18d5d49b8cdebe498b56d13a58c2ae55f +SHA512 (kdeclarative-5.68.0.tar.xz) = 2c3253b1374e66c59436e4c88b8fd296dc60f7a19ef64fa750663afaf86f144b16323cde5af79c0a55d6f5e780085d671deac923d84410d6c31c2b88564ad363 From 18398207b49e4a8ff00e7bd8b74a7d6bf78c2b6f Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Sun, 5 Apr 2020 19:55:56 -0500 Subject: [PATCH 129/198] rebuild (qt5) --- kf5-kdeclarative.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/kf5-kdeclarative.spec b/kf5-kdeclarative.spec index 601895e..b11c4cf 100644 --- a/kf5-kdeclarative.spec +++ b/kf5-kdeclarative.spec @@ -9,7 +9,7 @@ Name: kf5-%{framework} Version: 5.68.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: KDE Frameworks 5 Tier 3 addon for Qt declarative License: LGPLv2+ @@ -132,6 +132,9 @@ make test ARGS="--output-on-failure --timeout 10 --verbose" -C %{_target_platfor %changelog +* Sun Apr 05 2020 Rex Dieter - 5.68.0-2 +- rebuild (qt5) + * Fri Mar 20 2020 Rex Dieter - 5.68.0-1 - 5.68.0 From 1edcc5a97be7fdb3effc782a1352ff3e46c7b0ad Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Tue, 21 Apr 2020 13:28:20 -0500 Subject: [PATCH 130/198] 5.69.0 --- .gitignore | 1 + kf5-kdeclarative.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index ede8b64..83efd8a 100644 --- a/.gitignore +++ b/.gitignore @@ -20,3 +20,4 @@ /kdeclarative-5.66.0.tar.xz /kdeclarative-5.67.0.tar.xz /kdeclarative-5.68.0.tar.xz +/kdeclarative-5.69.0.tar.xz diff --git a/kf5-kdeclarative.spec b/kf5-kdeclarative.spec index b11c4cf..54c0118 100644 --- a/kf5-kdeclarative.spec +++ b/kf5-kdeclarative.spec @@ -8,8 +8,8 @@ %endif Name: kf5-%{framework} -Version: 5.68.0 -Release: 2%{?dist} +Version: 5.69.0 +Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 3 addon for Qt declarative License: LGPLv2+ @@ -132,6 +132,9 @@ make test ARGS="--output-on-failure --timeout 10 --verbose" -C %{_target_platfor %changelog +* Tue Apr 21 2020 Rex Dieter - 5.69.0-1 +- 5.69.0 + * Sun Apr 05 2020 Rex Dieter - 5.68.0-2 - rebuild (qt5) diff --git a/sources b/sources index dc5579b..a4bd38d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kdeclarative-5.68.0.tar.xz) = 2c3253b1374e66c59436e4c88b8fd296dc60f7a19ef64fa750663afaf86f144b16323cde5af79c0a55d6f5e780085d671deac923d84410d6c31c2b88564ad363 +SHA512 (kdeclarative-5.69.0.tar.xz) = 5f4187c4af36d6f2116ba28b015eabbef4431dde14837605bcc1cb4e6eef9ca8ea188efd33a5d58e94e4315ee4f23db74100bd6b76be1be5c47f9d7b50ce623b From 0be9ee9a97dbf5066249a5286b8666e1f815f2b4 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Mon, 4 May 2020 16:51:21 -0500 Subject: [PATCH 131/198] 5.70.0 --- .gitignore | 1 + kf5-kdeclarative.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 83efd8a..e0105f2 100644 --- a/.gitignore +++ b/.gitignore @@ -21,3 +21,4 @@ /kdeclarative-5.67.0.tar.xz /kdeclarative-5.68.0.tar.xz /kdeclarative-5.69.0.tar.xz +/kdeclarative-5.70.0.tar.xz diff --git a/kf5-kdeclarative.spec b/kf5-kdeclarative.spec index 54c0118..871339d 100644 --- a/kf5-kdeclarative.spec +++ b/kf5-kdeclarative.spec @@ -8,7 +8,7 @@ %endif Name: kf5-%{framework} -Version: 5.69.0 +Version: 5.70.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 3 addon for Qt declarative @@ -132,6 +132,9 @@ make test ARGS="--output-on-failure --timeout 10 --verbose" -C %{_target_platfor %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 a4bd38d..2dac1a3 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kdeclarative-5.69.0.tar.xz) = 5f4187c4af36d6f2116ba28b015eabbef4431dde14837605bcc1cb4e6eef9ca8ea188efd33a5d58e94e4315ee4f23db74100bd6b76be1be5c47f9d7b50ce623b +SHA512 (kdeclarative-5.70.0.tar.xz) = c974edf29cf5e02ce01bd0e158c1ee25ede8bac192d30d1398afa680420de05e0a8f4ba1b7f74577b6fd9c3e41d4bb5f7ec2730eddf1834b79dcda623b5f6714 From 01078931cfe5b9125ad547f284cc44a95a04d511 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Tue, 16 Jun 2020 09:25:02 -0500 Subject: [PATCH 132/198] 5.71.0 --- .gitignore | 1 + kf5-kdeclarative.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index e0105f2..2434bfb 100644 --- a/.gitignore +++ b/.gitignore @@ -22,3 +22,4 @@ /kdeclarative-5.68.0.tar.xz /kdeclarative-5.69.0.tar.xz /kdeclarative-5.70.0.tar.xz +/kdeclarative-5.71.0.tar.xz diff --git a/kf5-kdeclarative.spec b/kf5-kdeclarative.spec index 871339d..bf11309 100644 --- a/kf5-kdeclarative.spec +++ b/kf5-kdeclarative.spec @@ -8,7 +8,7 @@ %endif Name: kf5-%{framework} -Version: 5.70.0 +Version: 5.71.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 3 addon for Qt declarative @@ -132,6 +132,9 @@ make test ARGS="--output-on-failure --timeout 10 --verbose" -C %{_target_platfor %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 2dac1a3..dcf8d68 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kdeclarative-5.70.0.tar.xz) = c974edf29cf5e02ce01bd0e158c1ee25ede8bac192d30d1398afa680420de05e0a8f4ba1b7f74577b6fd9c3e41d4bb5f7ec2730eddf1834b79dcda623b5f6714 +SHA512 (kdeclarative-5.71.0.tar.xz) = aab2e6083a8fb84e9d54f864a519f65b7ec7179a90f032e0a5a7a21e3b66fe4155252ade5b176cc4f16e48c2483c68be358102722d6876b802f2319ee058c0c9 From 12622bab8b43c3ee42c1bee90626dfdd695ab0a1 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Tue, 7 Jul 2020 12:17:00 -0500 Subject: [PATCH 133/198] 5.72.0 --- .gitignore | 1 + kf5-kdeclarative.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 2434bfb..d4f91dc 100644 --- a/.gitignore +++ b/.gitignore @@ -23,3 +23,4 @@ /kdeclarative-5.69.0.tar.xz /kdeclarative-5.70.0.tar.xz /kdeclarative-5.71.0.tar.xz +/kdeclarative-5.72.0.tar.xz diff --git a/kf5-kdeclarative.spec b/kf5-kdeclarative.spec index bf11309..3254af4 100644 --- a/kf5-kdeclarative.spec +++ b/kf5-kdeclarative.spec @@ -8,7 +8,7 @@ %endif Name: kf5-%{framework} -Version: 5.71.0 +Version: 5.72.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 3 addon for Qt declarative @@ -132,6 +132,9 @@ make test ARGS="--output-on-failure --timeout 10 --verbose" -C %{_target_platfor %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 dcf8d68..58bcc5e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kdeclarative-5.71.0.tar.xz) = aab2e6083a8fb84e9d54f864a519f65b7ec7179a90f032e0a5a7a21e3b66fe4155252ade5b176cc4f16e48c2483c68be358102722d6876b802f2319ee058c0c9 +SHA512 (kdeclarative-5.72.0.tar.xz) = 93d07dcb5c6d1afd94f08b370ec4c1400156e725d80ea955d21cad48ab511dcb828f95ccf2e301a120c49d22d8f29b94308e0c1fbf3059742701570f2038b988 From d7c2441379cb8490fea9d0fb8b74d4f49dc6b506 Mon Sep 17 00:00:00 2001 From: Igor Raits Date: Sat, 18 Jul 2020 09:32:06 +0200 Subject: [PATCH 134/198] Improve compatibility with new CMake macro Signed-off-by: Igor Raits --- kf5-kdeclarative.spec | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/kf5-kdeclarative.spec b/kf5-kdeclarative.spec index 3254af4..7c81b9a 100644 --- a/kf5-kdeclarative.spec +++ b/kf5-kdeclarative.spec @@ -1,3 +1,4 @@ +%undefine __cmake_in_source_build %global framework kdeclarative # uncomment to enable bootstrap mode @@ -73,17 +74,13 @@ developing applications that use %{name}. %build -mkdir %{_target_platform} -pushd %{_target_platform} -%{cmake_kf5} .. \ +%{cmake_kf5} \ -DBUILD_TESTING:BOOL=%{?tests:ON}%{!?tests:OFF} -popd - -%make_build -C %{_target_platform} +%cmake_build %install -make install/fast DESTDIR=%{buildroot} -C %{_target_platform} +%cmake_install %find_lang %{name} --all-name From 7c8cd0d45a0d439837543f4297893b64d26ed206 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Tue, 28 Jul 2020 03:08:14 +0000 Subject: [PATCH 135/198] - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- kf5-kdeclarative.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/kf5-kdeclarative.spec b/kf5-kdeclarative.spec index 7c81b9a..329bae4 100644 --- a/kf5-kdeclarative.spec +++ b/kf5-kdeclarative.spec @@ -10,7 +10,7 @@ Name: kf5-%{framework} Version: 5.72.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: KDE Frameworks 5 Tier 3 addon for Qt declarative License: LGPLv2+ @@ -129,6 +129,9 @@ make test ARGS="--output-on-failure --timeout 10 --verbose" -C %{_target_platfor %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 2d5af63b45fd5ef18ff59302c386e2f8f4950d41 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Mon, 3 Aug 2020 11:39:38 -0500 Subject: [PATCH 136/198] 5.73.0 --- .gitignore | 1 + kf5-kdeclarative.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index d4f91dc..ddb64a9 100644 --- a/.gitignore +++ b/.gitignore @@ -24,3 +24,4 @@ /kdeclarative-5.70.0.tar.xz /kdeclarative-5.71.0.tar.xz /kdeclarative-5.72.0.tar.xz +/kdeclarative-5.73.0.tar.xz diff --git a/kf5-kdeclarative.spec b/kf5-kdeclarative.spec index 329bae4..7eb1072 100644 --- a/kf5-kdeclarative.spec +++ b/kf5-kdeclarative.spec @@ -9,8 +9,8 @@ %endif Name: kf5-%{framework} -Version: 5.72.0 -Release: 2%{?dist} +Version: 5.73.0 +Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 3 addon for Qt declarative License: LGPLv2+ @@ -129,6 +129,9 @@ make test ARGS="--output-on-failure --timeout 10 --verbose" -C %{_target_platfor %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 58bcc5e..11d027b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kdeclarative-5.72.0.tar.xz) = 93d07dcb5c6d1afd94f08b370ec4c1400156e725d80ea955d21cad48ab511dcb828f95ccf2e301a120c49d22d8f29b94308e0c1fbf3059742701570f2038b988 +SHA512 (kdeclarative-5.73.0.tar.xz) = 1b91e206d6d5a90badc39a242e4ea6f988a7bcc48b254fbf711af1c7dc4c1e96a4343e98e8c9dc0e516aef8f02f7a37a8b632e112f67bdd493825ce002afc6f4 From 05eee68f28edb41005b7d558dc1c1d34e0b62d7e Mon Sep 17 00:00:00 2001 From: Jan Grulich Date: Fri, 11 Sep 2020 11:29:46 +0200 Subject: [PATCH 137/198] rebuild (qt5) --- kf5-kdeclarative.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/kf5-kdeclarative.spec b/kf5-kdeclarative.spec index 7eb1072..19c28cf 100644 --- a/kf5-kdeclarative.spec +++ b/kf5-kdeclarative.spec @@ -10,7 +10,7 @@ Name: kf5-%{framework} Version: 5.73.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: KDE Frameworks 5 Tier 3 addon for Qt declarative License: LGPLv2+ @@ -129,6 +129,9 @@ make test ARGS="--output-on-failure --timeout 10 --verbose" -C %{_target_platfor %changelog +* Fri Sep 11 2020 Jan Grulich - 5.73.0-2 +- rebuild (qt5) + * Mon Aug 03 2020 Rex Dieter - 5.73.0-1 - 5.73.0 From 6ee72eb5b3f9f37382fe1e85bd063ee06e5d7912 Mon Sep 17 00:00:00 2001 From: Jan Grulich Date: Fri, 18 Sep 2020 11:02:52 +0200 Subject: [PATCH 138/198] 5.74.0 --- .gitignore | 1 + kf5-kdeclarative.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index ddb64a9..70adac9 100644 --- a/.gitignore +++ b/.gitignore @@ -25,3 +25,4 @@ /kdeclarative-5.71.0.tar.xz /kdeclarative-5.72.0.tar.xz /kdeclarative-5.73.0.tar.xz +/kdeclarative-5.74.0.tar.xz diff --git a/kf5-kdeclarative.spec b/kf5-kdeclarative.spec index 19c28cf..ac7de16 100644 --- a/kf5-kdeclarative.spec +++ b/kf5-kdeclarative.spec @@ -9,8 +9,8 @@ %endif Name: kf5-%{framework} -Version: 5.73.0 -Release: 2%{?dist} +Version: 5.74.0 +Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 3 addon for Qt declarative License: LGPLv2+ @@ -129,6 +129,9 @@ make test ARGS="--output-on-failure --timeout 10 --verbose" -C %{_target_platfor %changelog +* Fri Sep 18 2020 Jan Grulich - 5.74.0-1 +- 5.74.0 + * Fri Sep 11 2020 Jan Grulich - 5.73.0-2 - rebuild (qt5) diff --git a/sources b/sources index 11d027b..9dbf94f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kdeclarative-5.73.0.tar.xz) = 1b91e206d6d5a90badc39a242e4ea6f988a7bcc48b254fbf711af1c7dc4c1e96a4343e98e8c9dc0e516aef8f02f7a37a8b632e112f67bdd493825ce002afc6f4 +SHA512 (kdeclarative-5.74.0.tar.xz) = 8428a60146275dff201518764678bb7c5acce473bcfa584ea1b4924db485ade1b45e55f3aa758fbcf326b15e0e24dcb0913fbabbedd795b7b47e3b3f7e897f78 From 0f83fbbf0ffd111e0534641c8e681979e57226b5 Mon Sep 17 00:00:00 2001 From: Jan Grulich Date: Fri, 18 Sep 2020 13:43:37 +0200 Subject: [PATCH 139/198] Fix installation of license files --- kf5-kdeclarative.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kf5-kdeclarative.spec b/kf5-kdeclarative.spec index ac7de16..55d96f0 100644 --- a/kf5-kdeclarative.spec +++ b/kf5-kdeclarative.spec @@ -99,7 +99,7 @@ make test ARGS="--output-on-failure --timeout 10 --verbose" -C %{_target_platfor %files -f %{name}.lang %doc README.md -%license COPYING* +%license LICENSES/*.txt %{_kf5_bindir}/kpackagelauncherqml %{_kf5_libdir}/libKF5Declarative.so.* %{_kf5_libdir}/libKF5QuickAddons.so.* From 5d7ef97db65c899ca6d4e34a85f4295736bbb36e Mon Sep 17 00:00:00 2001 From: Jan Grulich Date: Fri, 18 Sep 2020 17:18:08 +0200 Subject: [PATCH 140/198] BR: kf5-knotifications --- kf5-kdeclarative.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/kf5-kdeclarative.spec b/kf5-kdeclarative.spec index 55d96f0..700a099 100644 --- a/kf5-kdeclarative.spec +++ b/kf5-kdeclarative.spec @@ -37,6 +37,7 @@ BuildRequires: kf5-kguiaddons-devel >= %{majmin} BuildRequires: kf5-ki18n-devel >= %{majmin} BuildRequires: kf5-kiconthemes-devel >= %{majmin} BuildRequires: kf5-kio-devel >= %{majmin} +BuildRequires: kf5-knotifications-devel >= %{majmin} BuildRequires: kf5-kpackage-devel >= %{majmin} BuildRequires: kf5-kwidgetsaddons-devel >= %{majmin} BuildRequires: kf5-kwindowsystem-devel >= %{majmin} From f13baa8579036799ff6897cbffb0e324d63cc8dc Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Wed, 14 Oct 2020 09:50:50 -0500 Subject: [PATCH 141/198] 5.75.0 --- .gitignore | 1 + kf5-kdeclarative.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 70adac9..315960e 100644 --- a/.gitignore +++ b/.gitignore @@ -26,3 +26,4 @@ /kdeclarative-5.72.0.tar.xz /kdeclarative-5.73.0.tar.xz /kdeclarative-5.74.0.tar.xz +/kdeclarative-5.75.0.tar.xz diff --git a/kf5-kdeclarative.spec b/kf5-kdeclarative.spec index 700a099..cb2a571 100644 --- a/kf5-kdeclarative.spec +++ b/kf5-kdeclarative.spec @@ -9,7 +9,7 @@ %endif Name: kf5-%{framework} -Version: 5.74.0 +Version: 5.75.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 3 addon for Qt declarative @@ -130,6 +130,9 @@ make test ARGS="--output-on-failure --timeout 10 --verbose" -C %{_target_platfor %changelog +* Wed Oct 14 09:50:44 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 9dbf94f..fb15c36 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kdeclarative-5.74.0.tar.xz) = 8428a60146275dff201518764678bb7c5acce473bcfa584ea1b4924db485ade1b45e55f3aa758fbcf326b15e0e24dcb0913fbabbedd795b7b47e3b3f7e897f78 +SHA512 (kdeclarative-5.75.0.tar.xz) = 9dac6929cff1c1aeef8f4fcfcf76023bb510ef5584542489c13c6fac408397215c8305ce71566655c85967c77b5beffebaa42a2b24aa77e90752f769c5de491a From 4f44e4ac4759069e561cf815c776f272955d44b3 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Thu, 19 Nov 2020 08:59:29 -0600 Subject: [PATCH 142/198] 5.76.0 --- .gitignore | 1 + kf5-kdeclarative.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 315960e..37c5e8f 100644 --- a/.gitignore +++ b/.gitignore @@ -27,3 +27,4 @@ /kdeclarative-5.73.0.tar.xz /kdeclarative-5.74.0.tar.xz /kdeclarative-5.75.0.tar.xz +/kdeclarative-5.76.0.tar.xz diff --git a/kf5-kdeclarative.spec b/kf5-kdeclarative.spec index cb2a571..3c3285a 100644 --- a/kf5-kdeclarative.spec +++ b/kf5-kdeclarative.spec @@ -9,7 +9,7 @@ %endif Name: kf5-%{framework} -Version: 5.75.0 +Version: 5.76.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 3 addon for Qt declarative @@ -130,6 +130,9 @@ make test ARGS="--output-on-failure --timeout 10 --verbose" -C %{_target_platfor %changelog +* Thu Nov 19 08:59:21 CST 2020 Rex Dieter - 5.76.0-1 +- 5.76.0 + * Wed Oct 14 09:50:44 CDT 2020 Rex Dieter - 5.75.0-1 - 5.75.0 diff --git a/sources b/sources index fb15c36..63ce3e5 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kdeclarative-5.75.0.tar.xz) = 9dac6929cff1c1aeef8f4fcfcf76023bb510ef5584542489c13c6fac408397215c8305ce71566655c85967c77b5beffebaa42a2b24aa77e90752f769c5de491a +SHA512 (kdeclarative-5.76.0.tar.xz) = 282a3969f078af768f1d03f2ec7a9d4ba4118fdadb97f97413db6c169ad0cce96f3127949558cb4966d5fb156441f090a58498ae132d6c880d0abd6e53df0451 From ea92bcd397a8c7ecdfa36f828ee4caa8a771e509 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Thu, 19 Nov 2020 11:54:58 -0600 Subject: [PATCH 143/198] .spec cleanup, update URL --- kf5-kdeclarative.spec | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/kf5-kdeclarative.spec b/kf5-kdeclarative.spec index 3c3285a..ee68690 100644 --- a/kf5-kdeclarative.spec +++ b/kf5-kdeclarative.spec @@ -1,4 +1,3 @@ -%undefine __cmake_in_source_build %global framework kdeclarative # uncomment to enable bootstrap mode @@ -14,7 +13,7 @@ Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 3 addon for Qt declarative 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) @@ -42,13 +41,17 @@ BuildRequires: kf5-kpackage-devel >= %{majmin} BuildRequires: kf5-kwidgetsaddons-devel >= %{majmin} BuildRequires: kf5-kwindowsystem-devel >= %{majmin} BuildRequires: kf5-rpm-macros + BuildRequires: libepoxy-devel + BuildRequires: qt5-qtbase-devel + # https://bugs.kde.org/show_bug.cgi?id=365569#c8 claims this may be needed, # so err on the side of caution BuildRequires: qt5-qtbase-private-devel %{?_qt5:Requires: %{_qt5}%{?_isa} = %{_qt5_version}} BuildRequires: qt5-qtdeclarative-devel + %if 0%{?tests} BuildRequires: dbus-x11 BuildRequires: mesa-dri-drivers @@ -75,8 +78,9 @@ developing applications that use %{name}. %build -%{cmake_kf5} \ +%cmake_kf5 \ -DBUILD_TESTING:BOOL=%{?tests:ON}%{!?tests:OFF} + %cmake_build @@ -132,6 +136,7 @@ make test ARGS="--output-on-failure --timeout 10 --verbose" -C %{_target_platfor %changelog * Thu Nov 19 08:59:21 CST 2020 Rex Dieter - 5.76.0-1 - 5.76.0 +- .spec cleanup, update URL * Wed Oct 14 09:50:44 CDT 2020 Rex Dieter - 5.75.0-1 - 5.75.0 From 4d2fb9ffe12268aa2e1447ef7c4a132426cf1d9f Mon Sep 17 00:00:00 2001 From: Jan Grulich Date: Mon, 23 Nov 2020 07:52:51 +0100 Subject: [PATCH 144/198] rebuild (qt5) --- kf5-kdeclarative.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/kf5-kdeclarative.spec b/kf5-kdeclarative.spec index ee68690..c257a1b 100644 --- a/kf5-kdeclarative.spec +++ b/kf5-kdeclarative.spec @@ -9,7 +9,7 @@ Name: kf5-%{framework} Version: 5.76.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: KDE Frameworks 5 Tier 3 addon for Qt declarative License: LGPLv2+ @@ -134,6 +134,9 @@ make test ARGS="--output-on-failure --timeout 10 --verbose" -C %{_target_platfor %changelog +* Mon Nov 23 07:52:51 CET 2020 Jan Grulich - 5.76.0-2 +- rebuild (qt5) + * Thu Nov 19 08:59:21 CST 2020 Rex Dieter - 5.76.0-1 - 5.76.0 - .spec cleanup, update URL From 67d26d5a89237bf31d1df99d9062c2917c6e17b2 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Sun, 13 Dec 2020 14:11:05 -0600 Subject: [PATCH 145/198] 5.77.0 --- .gitignore | 1 + kf5-kdeclarative.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 37c5e8f..e0c5baa 100644 --- a/.gitignore +++ b/.gitignore @@ -28,3 +28,4 @@ /kdeclarative-5.74.0.tar.xz /kdeclarative-5.75.0.tar.xz /kdeclarative-5.76.0.tar.xz +/kdeclarative-5.77.0.tar.xz diff --git a/kf5-kdeclarative.spec b/kf5-kdeclarative.spec index c257a1b..8eeceef 100644 --- a/kf5-kdeclarative.spec +++ b/kf5-kdeclarative.spec @@ -8,8 +8,8 @@ %endif Name: kf5-%{framework} -Version: 5.76.0 -Release: 2%{?dist} +Version: 5.77.0 +Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 3 addon for Qt declarative License: LGPLv2+ @@ -134,6 +134,9 @@ make test ARGS="--output-on-failure --timeout 10 --verbose" -C %{_target_platfor %changelog +* Sun Dec 13 14:11:00 CST 2020 Rex Dieter - 5.77.0-1 +- 5.77.0 + * Mon Nov 23 07:52:51 CET 2020 Jan Grulich - 5.76.0-2 - rebuild (qt5) diff --git a/sources b/sources index 63ce3e5..27ec08a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kdeclarative-5.76.0.tar.xz) = 282a3969f078af768f1d03f2ec7a9d4ba4118fdadb97f97413db6c169ad0cce96f3127949558cb4966d5fb156441f090a58498ae132d6c880d0abd6e53df0451 +SHA512 (kdeclarative-5.77.0.tar.xz) = 188dbb2ba5080b2b5cb9815686c0bc619921390389e2865330c6183c3cf0c6f0df6bba7009f9215f2c99759322bf1ed4cae68df5c696fd1c3ecaecbaf327419c From 0d97921771ee7554b9a881ad3cd8a0122d23166c Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Mon, 4 Jan 2021 08:43:59 -0600 Subject: [PATCH 146/198] 5.78.0 --- .gitignore | 1 + kf5-kdeclarative.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index e0c5baa..2466cdb 100644 --- a/.gitignore +++ b/.gitignore @@ -29,3 +29,4 @@ /kdeclarative-5.75.0.tar.xz /kdeclarative-5.76.0.tar.xz /kdeclarative-5.77.0.tar.xz +/kdeclarative-5.78.0.tar.xz diff --git a/kf5-kdeclarative.spec b/kf5-kdeclarative.spec index 8eeceef..eae5f3f 100644 --- a/kf5-kdeclarative.spec +++ b/kf5-kdeclarative.spec @@ -8,7 +8,7 @@ %endif Name: kf5-%{framework} -Version: 5.77.0 +Version: 5.78.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 3 addon for Qt declarative @@ -134,6 +134,9 @@ make test ARGS="--output-on-failure --timeout 10 --verbose" -C %{_target_platfor %changelog +* Mon Jan 4 08:43:52 CST 2021 Rex Dieter - 5.78.0-1 +- 5.78.0 + * Sun Dec 13 14:11:00 CST 2020 Rex Dieter - 5.77.0-1 - 5.77.0 diff --git a/sources b/sources index 27ec08a..3bae572 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kdeclarative-5.77.0.tar.xz) = 188dbb2ba5080b2b5cb9815686c0bc619921390389e2865330c6183c3cf0c6f0df6bba7009f9215f2c99759322bf1ed4cae68df5c696fd1c3ecaecbaf327419c +SHA512 (kdeclarative-5.78.0.tar.xz) = cb98f7041f93c8a21da74a6bcaf463fdd257aa96a5495200c749d60d517817c6d9be2b58e99b0a8e23996861ed9dcd9043da1643062ac94755070fb1d2b13add From d0b5d36628fe4a66cbf413781573681cc3fde3ee Mon Sep 17 00:00:00 2001 From: Tom Stellard Date: Tue, 5 Jan 2021 21:42:22 +0000 Subject: [PATCH 147/198] Add BuildRequires: make https://fedoraproject.org/wiki/Changes/Remove_make_from_BuildRoot --- kf5-kdeclarative.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/kf5-kdeclarative.spec b/kf5-kdeclarative.spec index eae5f3f..c7c2bd4 100644 --- a/kf5-kdeclarative.spec +++ b/kf5-kdeclarative.spec @@ -29,6 +29,7 @@ Source0: http://download.kde.org/%{stable}/frameworks/%{majmin}/%{framewo ## upstream patches +BuildRequires: make BuildRequires: extra-cmake-modules >= %{majmin} BuildRequires: kf5-kconfig-devel >= %{majmin} BuildRequires: kf5-kglobalaccel-devel >= %{majmin} From cc352632e5b46319cbd7719e07d750ee4609091e Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Tue, 26 Jan 2021 15:35:40 +0000 Subject: [PATCH 148/198] - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- kf5-kdeclarative.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/kf5-kdeclarative.spec b/kf5-kdeclarative.spec index c7c2bd4..894cfce 100644 --- a/kf5-kdeclarative.spec +++ b/kf5-kdeclarative.spec @@ -9,7 +9,7 @@ Name: kf5-%{framework} Version: 5.78.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: KDE Frameworks 5 Tier 3 addon for Qt declarative License: LGPLv2+ @@ -135,6 +135,9 @@ make test ARGS="--output-on-failure --timeout 10 --verbose" -C %{_target_platfor %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:43:52 CST 2021 Rex Dieter - 5.78.0-1 - 5.78.0 From 4573c2754a69ab96a801085c7f1ecc335b2998c1 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Sat, 6 Feb 2021 09:50:04 -0600 Subject: [PATCH 149/198] 5.79.0 --- .gitignore | 1 + kf5-kdeclarative.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 2466cdb..3d89318 100644 --- a/.gitignore +++ b/.gitignore @@ -30,3 +30,4 @@ /kdeclarative-5.76.0.tar.xz /kdeclarative-5.77.0.tar.xz /kdeclarative-5.78.0.tar.xz +/kdeclarative-5.79.0.tar.xz diff --git a/kf5-kdeclarative.spec b/kf5-kdeclarative.spec index 894cfce..0fe4fe2 100644 --- a/kf5-kdeclarative.spec +++ b/kf5-kdeclarative.spec @@ -8,8 +8,8 @@ %endif Name: kf5-%{framework} -Version: 5.78.0 -Release: 2%{?dist} +Version: 5.79.0 +Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 3 addon for Qt declarative License: LGPLv2+ @@ -135,6 +135,9 @@ make test ARGS="--output-on-failure --timeout 10 --verbose" -C %{_target_platfor %changelog +* Sat Feb 06 2021 Rex Dieter - 5.79.0-1 +- 5.79.0 + * Tue Jan 26 2021 Fedora Release Engineering - 5.78.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild diff --git a/sources b/sources index 3bae572..7949a3c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kdeclarative-5.78.0.tar.xz) = cb98f7041f93c8a21da74a6bcaf463fdd257aa96a5495200c749d60d517817c6d9be2b58e99b0a8e23996861ed9dcd9043da1643062ac94755070fb1d2b13add +SHA512 (kdeclarative-5.79.0.tar.xz) = d6069405a1c7624d7b3f1255886bbe2ecc3cf00a9fe26f802d8bd56ab9d364db4ec6492f33a5cdb7b13718c1a1e1d6dae7d2061730ce7ac43a4ba0172fae6c69 From 4dd3c45d1bbc0079ed5e20312464090b0746701b Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Sat, 6 Feb 2021 15:13:00 -0600 Subject: [PATCH 150/198] respin --- kf5-kdeclarative.spec | 5 ++++- sources | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/kf5-kdeclarative.spec b/kf5-kdeclarative.spec index 0fe4fe2..095c3d5 100644 --- a/kf5-kdeclarative.spec +++ b/kf5-kdeclarative.spec @@ -9,7 +9,7 @@ Name: kf5-%{framework} Version: 5.79.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: KDE Frameworks 5 Tier 3 addon for Qt declarative License: LGPLv2+ @@ -135,6 +135,9 @@ make test ARGS="--output-on-failure --timeout 10 --verbose" -C %{_target_platfor %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 7949a3c..8cf7032 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kdeclarative-5.79.0.tar.xz) = d6069405a1c7624d7b3f1255886bbe2ecc3cf00a9fe26f802d8bd56ab9d364db4ec6492f33a5cdb7b13718c1a1e1d6dae7d2061730ce7ac43a4ba0172fae6c69 +SHA512 (kdeclarative-5.79.0.tar.xz) = 67084785363c3578f7f8bef111b8c3830e82b2c1b79e4217ea2964f01b9708a9c3f2473075144e1e5c85ea740003451fac9b02d1492be5707ee939c6307aaf12 From 72e13d7b84bb4604f594350e5c625f34fced4710 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Tue, 9 Mar 2021 08:36:18 -0600 Subject: [PATCH 151/198] 5.80.0 --- .gitignore | 1 + kf5-kdeclarative.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 3d89318..0fa911f 100644 --- a/.gitignore +++ b/.gitignore @@ -31,3 +31,4 @@ /kdeclarative-5.77.0.tar.xz /kdeclarative-5.78.0.tar.xz /kdeclarative-5.79.0.tar.xz +/kdeclarative-5.80.0.tar.xz diff --git a/kf5-kdeclarative.spec b/kf5-kdeclarative.spec index 095c3d5..d0d1b17 100644 --- a/kf5-kdeclarative.spec +++ b/kf5-kdeclarative.spec @@ -8,8 +8,8 @@ %endif Name: kf5-%{framework} -Version: 5.79.0 -Release: 2%{?dist} +Version: 5.80.0 +Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 3 addon for Qt declarative License: LGPLv2+ @@ -135,6 +135,9 @@ make test ARGS="--output-on-failure --timeout 10 --verbose" -C %{_target_platfor %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 8cf7032..c4d4a0b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kdeclarative-5.79.0.tar.xz) = 67084785363c3578f7f8bef111b8c3830e82b2c1b79e4217ea2964f01b9708a9c3f2473075144e1e5c85ea740003451fac9b02d1492be5707ee939c6307aaf12 +SHA512 (kdeclarative-5.80.0.tar.xz) = e3db516267474acab8967464eb7ec7ff0ce93614efd708d76d9df5273d31cc104e6ec3a4dd8115d86ffc357e85a27afb797c5842d489ae93636d9a1f16d9915a From e2f1ba63c00829f2528a40b5db57c6e4136bae04 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Tue, 6 Apr 2021 08:49:55 -0500 Subject: [PATCH 152/198] 5.81.0 --- .gitignore | 1 + kf5-kdeclarative.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 0fa911f..3ae4690 100644 --- a/.gitignore +++ b/.gitignore @@ -32,3 +32,4 @@ /kdeclarative-5.78.0.tar.xz /kdeclarative-5.79.0.tar.xz /kdeclarative-5.80.0.tar.xz +/kdeclarative-5.81.0.tar.xz diff --git a/kf5-kdeclarative.spec b/kf5-kdeclarative.spec index d0d1b17..09517e7 100644 --- a/kf5-kdeclarative.spec +++ b/kf5-kdeclarative.spec @@ -8,7 +8,7 @@ %endif Name: kf5-%{framework} -Version: 5.80.0 +Version: 5.81.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 3 addon for Qt declarative @@ -135,6 +135,9 @@ make test ARGS="--output-on-failure --timeout 10 --verbose" -C %{_target_platfor %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 c4d4a0b..e94b41f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kdeclarative-5.80.0.tar.xz) = e3db516267474acab8967464eb7ec7ff0ce93614efd708d76d9df5273d31cc104e6ec3a4dd8115d86ffc357e85a27afb797c5842d489ae93636d9a1f16d9915a +SHA512 (kdeclarative-5.81.0.tar.xz) = b3050dc06f87ba3d9a78315ba2a542c81f2c0d8b47ec03e69dee13c90193b839a0c8cab5ccf29eb4afbf2c28bf4a89020ff7dfa52c85fb4a596b42416f798900 From 467a2361557caad9f6e38c885ddf795dc6f3b0fb Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Mon, 3 May 2021 08:37:03 -0500 Subject: [PATCH 153/198] 5.82.0 --- .gitignore | 1 + kf5-kdeclarative.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 3ae4690..a819199 100644 --- a/.gitignore +++ b/.gitignore @@ -33,3 +33,4 @@ /kdeclarative-5.79.0.tar.xz /kdeclarative-5.80.0.tar.xz /kdeclarative-5.81.0.tar.xz +/kdeclarative-5.82.0.tar.xz diff --git a/kf5-kdeclarative.spec b/kf5-kdeclarative.spec index 09517e7..f1a2a63 100644 --- a/kf5-kdeclarative.spec +++ b/kf5-kdeclarative.spec @@ -8,7 +8,7 @@ %endif Name: kf5-%{framework} -Version: 5.81.0 +Version: 5.82.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 3 addon for Qt declarative @@ -135,6 +135,9 @@ make test ARGS="--output-on-failure --timeout 10 --verbose" -C %{_target_platfor %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 e94b41f..8024469 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kdeclarative-5.81.0.tar.xz) = b3050dc06f87ba3d9a78315ba2a542c81f2c0d8b47ec03e69dee13c90193b839a0c8cab5ccf29eb4afbf2c28bf4a89020ff7dfa52c85fb4a596b42416f798900 +SHA512 (kdeclarative-5.82.0.tar.xz) = 48ea28aac41cb6d5d15488b80e5cf7abc18b774fe35d22dc14d030b22e56b3b9bd116a44a0e7c44adf9fd26d0d4cd73782a6aa187f35375ffbbbf08374cb5658 From 604b750c3e4c4f59d85f666a47e9dc2d859dca13 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Tue, 8 Jun 2021 15:59:03 -0500 Subject: [PATCH 154/198] 5.83.0 --- .gitignore | 1 + kf5-kdeclarative.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index a819199..4cbb75c 100644 --- a/.gitignore +++ b/.gitignore @@ -34,3 +34,4 @@ /kdeclarative-5.80.0.tar.xz /kdeclarative-5.81.0.tar.xz /kdeclarative-5.82.0.tar.xz +/kdeclarative-5.83.0.tar.xz diff --git a/kf5-kdeclarative.spec b/kf5-kdeclarative.spec index f1a2a63..ccab547 100644 --- a/kf5-kdeclarative.spec +++ b/kf5-kdeclarative.spec @@ -8,7 +8,7 @@ %endif Name: kf5-%{framework} -Version: 5.82.0 +Version: 5.83.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 3 addon for Qt declarative @@ -135,6 +135,9 @@ make test ARGS="--output-on-failure --timeout 10 --verbose" -C %{_target_platfor %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 8024469..f9dc3c9 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kdeclarative-5.82.0.tar.xz) = 48ea28aac41cb6d5d15488b80e5cf7abc18b774fe35d22dc14d030b22e56b3b9bd116a44a0e7c44adf9fd26d0d4cd73782a6aa187f35375ffbbbf08374cb5658 +SHA512 (kdeclarative-5.83.0.tar.xz) = c3ca9f3baf3f8b7d8279ad6854eac5174bb8bf2c7534c8842456717e03762c5a6e2d22d5927a6d0e89eed720437bc0165066c8c979c00d1c8c7273c1553bdd4c From 361ca390aa5515579a7e432a75bf24dcb21e6cab Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 22 Jul 2021 09:49:56 +0000 Subject: [PATCH 155/198] - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- kf5-kdeclarative.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/kf5-kdeclarative.spec b/kf5-kdeclarative.spec index ccab547..9c46703 100644 --- a/kf5-kdeclarative.spec +++ b/kf5-kdeclarative.spec @@ -9,7 +9,7 @@ Name: kf5-%{framework} Version: 5.83.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: KDE Frameworks 5 Tier 3 addon for Qt declarative License: LGPLv2+ @@ -135,6 +135,9 @@ make test ARGS="--output-on-failure --timeout 10 --verbose" -C %{_target_platfor %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 06805cd621c764fed5780286fcddfebd6303e897 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Thu, 12 Aug 2021 11:03:45 -0500 Subject: [PATCH 156/198] 5.85.0 --- .gitignore | 1 + kf5-kdeclarative.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 4cbb75c..01bd51f 100644 --- a/.gitignore +++ b/.gitignore @@ -35,3 +35,4 @@ /kdeclarative-5.81.0.tar.xz /kdeclarative-5.82.0.tar.xz /kdeclarative-5.83.0.tar.xz +/kdeclarative-5.85.0.tar.xz diff --git a/kf5-kdeclarative.spec b/kf5-kdeclarative.spec index 9c46703..6bc86b8 100644 --- a/kf5-kdeclarative.spec +++ b/kf5-kdeclarative.spec @@ -8,8 +8,8 @@ %endif Name: kf5-%{framework} -Version: 5.83.0 -Release: 2%{?dist} +Version: 5.85.0 +Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 3 addon for Qt declarative License: LGPLv2+ @@ -135,6 +135,9 @@ make test ARGS="--output-on-failure --timeout 10 --verbose" -C %{_target_platfor %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 f9dc3c9..77fb415 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kdeclarative-5.83.0.tar.xz) = c3ca9f3baf3f8b7d8279ad6854eac5174bb8bf2c7534c8842456717e03762c5a6e2d22d5927a6d0e89eed720437bc0165066c8c979c00d1c8c7273c1553bdd4c +SHA512 (kdeclarative-5.85.0.tar.xz) = 49eb6f6318875af5c5aae1d6c937c600bec395d5a4edbeadf5e36c68d40f5fe400c0b7ef127e1ed10d442b42564c8dee6ebf159915f5cd0618392ca07b858276 From 07df89b278985002d5f489a827c672e531482b80 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Fri, 13 Aug 2021 13:56:44 -0500 Subject: [PATCH 157/198] update %%files --- kf5-kdeclarative.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/kf5-kdeclarative.spec b/kf5-kdeclarative.spec index 6bc86b8..4967fe1 100644 --- a/kf5-kdeclarative.spec +++ b/kf5-kdeclarative.spec @@ -113,6 +113,7 @@ make test ARGS="--output-on-failure --timeout 10 --verbose" -C %{_target_platfor %dir %{_kf5_qmldir}/org/ %dir %{_kf5_qmldir}/org/kde/ %{_kf5_qmldir}/org/kde/draganddrop/ +%{_kf5_qmldir}/org/kde/graphicaleffects/ %{_kf5_qmldir}/org/kde/kconfig/ %{_kf5_qmldir}/org/kde/kcoreaddons/ %{_kf5_qmldir}/org/kde/kquickcontrols/ From 120c21e01f01096d5104a7df1a655c9360aa7320 Mon Sep 17 00:00:00 2001 From: Marc Deop Date: Wed, 15 Sep 2021 00:18:48 +0200 Subject: [PATCH 158/198] 5.86.0 --- .gitignore | 1 + kf5-kdeclarative.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 01bd51f..ceea366 100644 --- a/.gitignore +++ b/.gitignore @@ -36,3 +36,4 @@ /kdeclarative-5.82.0.tar.xz /kdeclarative-5.83.0.tar.xz /kdeclarative-5.85.0.tar.xz +/kdeclarative-5.86.0.tar.xz diff --git a/kf5-kdeclarative.spec b/kf5-kdeclarative.spec index 4967fe1..30e9e71 100644 --- a/kf5-kdeclarative.spec +++ b/kf5-kdeclarative.spec @@ -8,7 +8,7 @@ %endif Name: kf5-%{framework} -Version: 5.85.0 +Version: 5.86.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 3 addon for Qt declarative @@ -136,6 +136,9 @@ make test ARGS="--output-on-failure --timeout 10 --verbose" -C %{_target_platfor %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 77fb415..06fe44c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kdeclarative-5.85.0.tar.xz) = 49eb6f6318875af5c5aae1d6c937c600bec395d5a4edbeadf5e36c68d40f5fe400c0b7ef127e1ed10d442b42564c8dee6ebf159915f5cd0618392ca07b858276 +SHA512 (kdeclarative-5.86.0.tar.xz) = ea6dbcad575ee1480087c6c01f2040b1fd9bc68da9705416e72683ddb158cd3724e30fcc88a832cd33682094f839e679d7db17cd5ee893cd842a02c3eba0ba93 From 5b8bbcc059f35d87e2b0432a2c9a79f87a7bd05c Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Tue, 5 Oct 2021 09:19:08 -0500 Subject: [PATCH 159/198] 5.87.0 --- .gitignore | 1 + kf5-kdeclarative.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index ceea366..20e4f81 100644 --- a/.gitignore +++ b/.gitignore @@ -37,3 +37,4 @@ /kdeclarative-5.83.0.tar.xz /kdeclarative-5.85.0.tar.xz /kdeclarative-5.86.0.tar.xz +/kdeclarative-5.87.0.tar.xz diff --git a/kf5-kdeclarative.spec b/kf5-kdeclarative.spec index 30e9e71..626d975 100644 --- a/kf5-kdeclarative.spec +++ b/kf5-kdeclarative.spec @@ -8,7 +8,7 @@ %endif Name: kf5-%{framework} -Version: 5.86.0 +Version: 5.87.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 3 addon for Qt declarative @@ -136,6 +136,9 @@ make test ARGS="--output-on-failure --timeout 10 --verbose" -C %{_target_platfor %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 06fe44c..41c4b36 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kdeclarative-5.86.0.tar.xz) = ea6dbcad575ee1480087c6c01f2040b1fd9bc68da9705416e72683ddb158cd3724e30fcc88a832cd33682094f839e679d7db17cd5ee893cd842a02c3eba0ba93 +SHA512 (kdeclarative-5.87.0.tar.xz) = 529e0d3009227c9f71670633c9d0d524cdc551e8a971952ea54c557e6462ab34923d8b9ea7ad83b3dd33536f5dbc532ef7e4051374a4dbf6444cc98b541d9411 From 757929919134e0135c5821662c27c25fb78396b1 Mon Sep 17 00:00:00 2001 From: Marc Deop Date: Tue, 9 Nov 2021 10:00:12 +0100 Subject: [PATCH 160/198] 5.88.0 --- .gitignore | 1 + kf5-kdeclarative.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 20e4f81..872e637 100644 --- a/.gitignore +++ b/.gitignore @@ -38,3 +38,4 @@ /kdeclarative-5.85.0.tar.xz /kdeclarative-5.86.0.tar.xz /kdeclarative-5.87.0.tar.xz +/kdeclarative-5.88.0.tar.xz diff --git a/kf5-kdeclarative.spec b/kf5-kdeclarative.spec index 626d975..207b0eb 100644 --- a/kf5-kdeclarative.spec +++ b/kf5-kdeclarative.spec @@ -8,7 +8,7 @@ %endif Name: kf5-%{framework} -Version: 5.87.0 +Version: 5.88.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 3 addon for Qt declarative @@ -136,6 +136,9 @@ make test ARGS="--output-on-failure --timeout 10 --verbose" -C %{_target_platfor %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 41c4b36..d63ccfd 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kdeclarative-5.87.0.tar.xz) = 529e0d3009227c9f71670633c9d0d524cdc551e8a971952ea54c557e6462ab34923d8b9ea7ad83b3dd33536f5dbc532ef7e4051374a4dbf6444cc98b541d9411 +SHA512 (kdeclarative-5.88.0.tar.xz) = f72221bd6bd5fa739994482607161ea2ed7e659c18c4c9f3a161a765925c10a18cf7b5737a0489e589de13201c624d5a597e248eddaa77e1006b22ef8f19efb2 From b748ab7f09ba5189091cda9ff14c719ac3eab016 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Wed, 8 Dec 2021 09:30:49 -0600 Subject: [PATCH 161/198] 5.89.0 --- .gitignore | 1 + kf5-kdeclarative.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 872e637..2e4d5fc 100644 --- a/.gitignore +++ b/.gitignore @@ -39,3 +39,4 @@ /kdeclarative-5.86.0.tar.xz /kdeclarative-5.87.0.tar.xz /kdeclarative-5.88.0.tar.xz +/kdeclarative-5.89.0.tar.xz diff --git a/kf5-kdeclarative.spec b/kf5-kdeclarative.spec index 207b0eb..c4f7bcb 100644 --- a/kf5-kdeclarative.spec +++ b/kf5-kdeclarative.spec @@ -8,7 +8,7 @@ %endif Name: kf5-%{framework} -Version: 5.88.0 +Version: 5.89.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 3 addon for Qt declarative @@ -136,6 +136,9 @@ make test ARGS="--output-on-failure --timeout 10 --verbose" -C %{_target_platfor %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 d63ccfd..a8d7f7f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kdeclarative-5.88.0.tar.xz) = f72221bd6bd5fa739994482607161ea2ed7e659c18c4c9f3a161a765925c10a18cf7b5737a0489e589de13201c624d5a597e248eddaa77e1006b22ef8f19efb2 +SHA512 (kdeclarative-5.89.0.tar.xz) = 562461ef526f0eb4b6569603382bbc6aae4a8d5b2008d7968614532ac4ff83bda36e67cb39ac8e74e4c9f9ecda015a895c0a24a398294fc49d75bf1dec61bdf3 From cba42ce96de862bb56347d1aefe45752b0e0f09c Mon Sep 17 00:00:00 2001 From: Marc Deop Date: Tue, 4 Jan 2022 09:31:15 +0100 Subject: [PATCH 162/198] 5.90.0 --- .gitignore | 1 + kf5-kdeclarative.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 2e4d5fc..8a90723 100644 --- a/.gitignore +++ b/.gitignore @@ -40,3 +40,4 @@ /kdeclarative-5.87.0.tar.xz /kdeclarative-5.88.0.tar.xz /kdeclarative-5.89.0.tar.xz +/kdeclarative-5.90.0.tar.xz diff --git a/kf5-kdeclarative.spec b/kf5-kdeclarative.spec index c4f7bcb..2294963 100644 --- a/kf5-kdeclarative.spec +++ b/kf5-kdeclarative.spec @@ -8,7 +8,7 @@ %endif Name: kf5-%{framework} -Version: 5.89.0 +Version: 5.90.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 3 addon for Qt declarative @@ -136,6 +136,9 @@ make test ARGS="--output-on-failure --timeout 10 --verbose" -C %{_target_platfor %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 a8d7f7f..fac8bb0 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kdeclarative-5.89.0.tar.xz) = 562461ef526f0eb4b6569603382bbc6aae4a8d5b2008d7968614532ac4ff83bda36e67cb39ac8e74e4c9f9ecda015a895c0a24a398294fc49d75bf1dec61bdf3 +SHA512 (kdeclarative-5.90.0.tar.xz) = 6e2dc0c19f16915b35f0c0bd1526b986987fbd450ad75666c1b5c94e2f30efbef857ffff424f3026a3da3762209dbb166d48a8146540b0d625d2203d4dda0679 From adb0738e7f0557a87d455528c746a0bd4284e5f2 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 20 Jan 2022 14:34:31 +0000 Subject: [PATCH 163/198] - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- kf5-kdeclarative.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/kf5-kdeclarative.spec b/kf5-kdeclarative.spec index 2294963..80c6379 100644 --- a/kf5-kdeclarative.spec +++ b/kf5-kdeclarative.spec @@ -9,7 +9,7 @@ Name: kf5-%{framework} Version: 5.90.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: KDE Frameworks 5 Tier 3 addon for Qt declarative License: LGPLv2+ @@ -136,6 +136,9 @@ make test ARGS="--output-on-failure --timeout 10 --verbose" -C %{_target_platfor %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 4d9e10da47f2d2d5fdece009274297950fc0c5b9 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Fri, 11 Feb 2022 12:25:19 -0600 Subject: [PATCH 164/198] 5.91.0 --- .gitignore | 1 + kf5-kdeclarative.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 8a90723..132b425 100644 --- a/.gitignore +++ b/.gitignore @@ -41,3 +41,4 @@ /kdeclarative-5.88.0.tar.xz /kdeclarative-5.89.0.tar.xz /kdeclarative-5.90.0.tar.xz +/kdeclarative-5.91.0.tar.xz diff --git a/kf5-kdeclarative.spec b/kf5-kdeclarative.spec index 80c6379..3084cb9 100644 --- a/kf5-kdeclarative.spec +++ b/kf5-kdeclarative.spec @@ -8,8 +8,8 @@ %endif Name: kf5-%{framework} -Version: 5.90.0 -Release: 2%{?dist} +Version: 5.91.0 +Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 3 addon for Qt declarative License: LGPLv2+ @@ -136,6 +136,9 @@ make test ARGS="--output-on-failure --timeout 10 --verbose" -C %{_target_platfor %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 fac8bb0..71b4905 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kdeclarative-5.90.0.tar.xz) = 6e2dc0c19f16915b35f0c0bd1526b986987fbd450ad75666c1b5c94e2f30efbef857ffff424f3026a3da3762209dbb166d48a8146540b0d625d2203d4dda0679 +SHA512 (kdeclarative-5.91.0.tar.xz) = 04a1e321143672489a7441e4fbc5f31ce3508047a0ba582e42632bc51e364086f245df9562b90d8a5a2cf2b31545d8cb862e07f61df30a9d811f6e66ba16d08c From 79271ccb6d0b1ff08abb582b57ea5a4205705ad6 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Tue, 15 Feb 2022 10:06:54 -0600 Subject: [PATCH 165/198] update %%files --- kf5-kdeclarative.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kf5-kdeclarative.spec b/kf5-kdeclarative.spec index 3084cb9..26071d7 100644 --- a/kf5-kdeclarative.spec +++ b/kf5-kdeclarative.spec @@ -125,7 +125,7 @@ make test ARGS="--output-on-failure --timeout 10 --verbose" -C %{_target_platfor %{_kf5_qmldir}/org/kde/kcm/ %files devel -%{_kf5_includedir}/kdeclarative_version.h + %{_kf5_includedir}/KDeclarative/ %{_kf5_libdir}/libKF5Declarative.so %{_kf5_libdir}/libKF5QuickAddons.so From 2b62531dd0b98629724929ec5bfd9224e3bfced5 Mon Sep 17 00:00:00 2001 From: Jan Grulich Date: Tue, 8 Mar 2022 08:52:17 +0100 Subject: [PATCH 166/198] Rebuild (qt5) --- kf5-kdeclarative.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/kf5-kdeclarative.spec b/kf5-kdeclarative.spec index 26071d7..17e5340 100644 --- a/kf5-kdeclarative.spec +++ b/kf5-kdeclarative.spec @@ -9,7 +9,7 @@ Name: kf5-%{framework} Version: 5.91.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: KDE Frameworks 5 Tier 3 addon for Qt declarative License: LGPLv2+ @@ -136,6 +136,9 @@ make test ARGS="--output-on-failure --timeout 10 --verbose" -C %{_target_platfor %changelog +* Tue Mar 08 2022 Jan Grulich - 5.91.0-2 +- Rebuild (qt5) + * Fri Feb 11 2022 Rex Dieter - 5.91.0-1 - 5.91.0 From c45845633387af3d8157dbdac51d4bc843827d4f Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Thu, 10 Mar 2022 14:58:10 -0600 Subject: [PATCH 167/198] 5.92.0 --- .gitignore | 1 + kf5-kdeclarative.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 132b425..af302fd 100644 --- a/.gitignore +++ b/.gitignore @@ -42,3 +42,4 @@ /kdeclarative-5.89.0.tar.xz /kdeclarative-5.90.0.tar.xz /kdeclarative-5.91.0.tar.xz +/kdeclarative-5.92.0.tar.xz diff --git a/kf5-kdeclarative.spec b/kf5-kdeclarative.spec index 17e5340..1ae81e4 100644 --- a/kf5-kdeclarative.spec +++ b/kf5-kdeclarative.spec @@ -8,8 +8,8 @@ %endif Name: kf5-%{framework} -Version: 5.91.0 -Release: 2%{?dist} +Version: 5.92.0 +Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 3 addon for Qt declarative License: LGPLv2+ @@ -136,6 +136,9 @@ make test ARGS="--output-on-failure --timeout 10 --verbose" -C %{_target_platfor %changelog +* Thu Mar 10 2022 Rex Dieter - 5.92.0-1 +- 5.92.0 + * Tue Mar 08 2022 Jan Grulich - 5.91.0-2 - Rebuild (qt5) diff --git a/sources b/sources index 71b4905..b3fa973 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kdeclarative-5.91.0.tar.xz) = 04a1e321143672489a7441e4fbc5f31ce3508047a0ba582e42632bc51e364086f245df9562b90d8a5a2cf2b31545d8cb862e07f61df30a9d811f6e66ba16d08c +SHA512 (kdeclarative-5.92.0.tar.xz) = f4dee788269405607be0818593420ca7e018fc48972d38f716e9d0319a8ef6557557ca553cff3c62d4f123999e6639e106089c2a4eccd0df824cd0bbdd5cad4b From 519fa243d305141c997201e1d6eda17bbbb8d0a1 Mon Sep 17 00:00:00 2001 From: Jan Grulich Date: Tue, 22 Mar 2022 08:39:13 +0100 Subject: [PATCH 168/198] Rebuild (qt5) --- kf5-kdeclarative.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/kf5-kdeclarative.spec b/kf5-kdeclarative.spec index 26071d7..5ecb488 100644 --- a/kf5-kdeclarative.spec +++ b/kf5-kdeclarative.spec @@ -9,7 +9,7 @@ Name: kf5-%{framework} Version: 5.91.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: KDE Frameworks 5 Tier 3 addon for Qt declarative License: LGPLv2+ @@ -136,6 +136,9 @@ make test ARGS="--output-on-failure --timeout 10 --verbose" -C %{_target_platfor %changelog +* Tue Mar 22 2022 Jan Grulich - 5.91.0-2 +- Rebuild (qt5) + * Fri Feb 11 2022 Rex Dieter - 5.91.0-1 - 5.91.0 From 6b4e554d04be9c7d1d340e10c206953cf21186a2 Mon Sep 17 00:00:00 2001 From: Justin Zobel Date: Sun, 10 Apr 2022 13:23:36 +0930 Subject: [PATCH 169/198] Update to 5.93 --- .gitignore | 1 + kf5-kdeclarative.spec | 5 ++++- sources | 1 + 3 files changed, 6 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index af302fd..a9f8f84 100644 --- a/.gitignore +++ b/.gitignore @@ -43,3 +43,4 @@ /kdeclarative-5.90.0.tar.xz /kdeclarative-5.91.0.tar.xz /kdeclarative-5.92.0.tar.xz +./kdeclarative-5.93.tar.xz diff --git a/kf5-kdeclarative.spec b/kf5-kdeclarative.spec index 1ae81e4..d73f3b6 100644 --- a/kf5-kdeclarative.spec +++ b/kf5-kdeclarative.spec @@ -8,7 +8,7 @@ %endif Name: kf5-%{framework} -Version: 5.92.0 +Version: 5.93.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 3 addon for Qt declarative @@ -136,6 +136,9 @@ make test ARGS="--output-on-failure --timeout 10 --verbose" -C %{_target_platfor %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 b3fa973..01fabfe 100644 --- a/sources +++ b/sources @@ -1 +1,2 @@ SHA512 (kdeclarative-5.92.0.tar.xz) = f4dee788269405607be0818593420ca7e018fc48972d38f716e9d0319a8ef6557557ca553cff3c62d4f123999e6639e106089c2a4eccd0df824cd0bbdd5cad4b +SHA512 (kdeclarative-5.93.0.tar.xz) = b04f44fdee1f10ba0e845cffa345373c3dcc63984874114cf9e71c399fb0c21736942a72359cabca4446ceadb06edd2613a9abfac0008ef3227c21099670b3bc From 0bf17e4192eccf83905afafa4c4f0ad6be4b177a Mon Sep 17 00:00:00 2001 From: Justin Zobel Date: Mon, 11 Apr 2022 15:25:35 +0930 Subject: [PATCH 170/198] Update to 5.93.0 --- .gitignore | 1 + kf5-kdeclarative.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 132b425..c4df4fc 100644 --- a/.gitignore +++ b/.gitignore @@ -42,3 +42,4 @@ /kdeclarative-5.89.0.tar.xz /kdeclarative-5.90.0.tar.xz /kdeclarative-5.91.0.tar.xz +/kdeclarative-5.93.0.tar.xz diff --git a/kf5-kdeclarative.spec b/kf5-kdeclarative.spec index 5ecb488..8685ee4 100644 --- a/kf5-kdeclarative.spec +++ b/kf5-kdeclarative.spec @@ -8,7 +8,7 @@ %endif Name: kf5-%{framework} -Version: 5.91.0 +Version: 5.93.0 Release: 2%{?dist} Summary: KDE Frameworks 5 Tier 3 addon for Qt declarative @@ -136,6 +136,9 @@ make test ARGS="--output-on-failure --timeout 10 --verbose" -C %{_target_platfor %changelog +* Mon Apr 11 2022 Justin Zobel - 5.93.0-1 +- Update to 5.93.0 + * Tue Mar 22 2022 Jan Grulich - 5.91.0-2 - Rebuild (qt5) diff --git a/sources b/sources index 71b4905..cf5db82 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kdeclarative-5.91.0.tar.xz) = 04a1e321143672489a7441e4fbc5f31ce3508047a0ba582e42632bc51e364086f245df9562b90d8a5a2cf2b31545d8cb862e07f61df30a9d811f6e66ba16d08c +SHA512 (kdeclarative-5.93.0.tar.xz) = b04f44fdee1f10ba0e845cffa345373c3dcc63984874114cf9e71c399fb0c21736942a72359cabca4446ceadb06edd2613a9abfac0008ef3227c21099670b3bc From e47b646ba28a7191064c8da3b43c07df2c54425a Mon Sep 17 00:00:00 2001 From: Troy Dawson Date: Tue, 26 Apr 2022 09:19:41 -0700 Subject: [PATCH 171/198] Revert back --- kf5-kdeclarative.spec | 25 ++----------------------- sources | 3 +-- sources.basename | 1 - 3 files changed, 3 insertions(+), 26 deletions(-) delete mode 100644 sources.basename diff --git a/kf5-kdeclarative.spec b/kf5-kdeclarative.spec index d73f3b6..207b0eb 100644 --- a/kf5-kdeclarative.spec +++ b/kf5-kdeclarative.spec @@ -8,7 +8,7 @@ %endif Name: kf5-%{framework} -Version: 5.93.0 +Version: 5.88.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 3 addon for Qt declarative @@ -125,7 +125,7 @@ make test ARGS="--output-on-failure --timeout 10 --verbose" -C %{_target_platfor %{_kf5_qmldir}/org/kde/kcm/ %files devel - +%{_kf5_includedir}/kdeclarative_version.h %{_kf5_includedir}/KDeclarative/ %{_kf5_libdir}/libKF5Declarative.so %{_kf5_libdir}/libKF5QuickAddons.so @@ -136,27 +136,6 @@ make test ARGS="--output-on-failure --timeout 10 --verbose" -C %{_target_platfor %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 - -* Tue Mar 08 2022 Jan Grulich - 5.91.0-2 -- Rebuild (qt5) - -* 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 - -* 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 - * Mon Nov 08 2021 Marc Deop - 5.88.0-1 - 5.88.0 diff --git a/sources b/sources index 01fabfe..d63ccfd 100644 --- a/sources +++ b/sources @@ -1,2 +1 @@ -SHA512 (kdeclarative-5.92.0.tar.xz) = f4dee788269405607be0818593420ca7e018fc48972d38f716e9d0319a8ef6557557ca553cff3c62d4f123999e6639e106089c2a4eccd0df824cd0bbdd5cad4b -SHA512 (kdeclarative-5.93.0.tar.xz) = b04f44fdee1f10ba0e845cffa345373c3dcc63984874114cf9e71c399fb0c21736942a72359cabca4446ceadb06edd2613a9abfac0008ef3227c21099670b3bc +SHA512 (kdeclarative-5.88.0.tar.xz) = f72221bd6bd5fa739994482607161ea2ed7e659c18c4c9f3a161a765925c10a18cf7b5737a0489e589de13201c624d5a597e248eddaa77e1006b22ef8f19efb2 diff --git a/sources.basename b/sources.basename deleted file mode 100644 index 770bc1b..0000000 --- a/sources.basename +++ /dev/null @@ -1 +0,0 @@ -kdeclarative From 3197ac4e63577b0ec31eec145fe97162ec77a9bd Mon Sep 17 00:00:00 2001 From: Troy Dawson Date: Tue, 26 Apr 2022 09:21:09 -0700 Subject: [PATCH 172/198] Rebuild for qt5-5.15.3 --- kf5-kdeclarative.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/kf5-kdeclarative.spec b/kf5-kdeclarative.spec index 207b0eb..b40f659 100644 --- a/kf5-kdeclarative.spec +++ b/kf5-kdeclarative.spec @@ -9,7 +9,7 @@ Name: kf5-%{framework} Version: 5.88.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: KDE Frameworks 5 Tier 3 addon for Qt declarative License: LGPLv2+ @@ -136,6 +136,9 @@ make test ARGS="--output-on-failure --timeout 10 --verbose" -C %{_target_platfor %changelog +* Tue Apr 26 2022 Troy Dawson - 5.88.0-2 +- Rebuild for qt5-5.15.3 + * Mon Nov 08 2021 Marc Deop - 5.88.0-1 - 5.88.0 From 1e95f853539ab2bde90e032c267fc876be6c2406 Mon Sep 17 00:00:00 2001 From: Troy Dawson Date: Tue, 26 Apr 2022 09:29:09 -0700 Subject: [PATCH 173/198] Revert "Rebuild for qt5-5.15.3" This reverts commit 3197ac4e63577b0ec31eec145fe97162ec77a9bd. --- kf5-kdeclarative.spec | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/kf5-kdeclarative.spec b/kf5-kdeclarative.spec index b40f659..207b0eb 100644 --- a/kf5-kdeclarative.spec +++ b/kf5-kdeclarative.spec @@ -9,7 +9,7 @@ Name: kf5-%{framework} Version: 5.88.0 -Release: 2%{?dist} +Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 3 addon for Qt declarative License: LGPLv2+ @@ -136,9 +136,6 @@ make test ARGS="--output-on-failure --timeout 10 --verbose" -C %{_target_platfor %changelog -* Tue Apr 26 2022 Troy Dawson - 5.88.0-2 -- Rebuild for qt5-5.15.3 - * Mon Nov 08 2021 Marc Deop - 5.88.0-1 - 5.88.0 From 771724cd4b215e109b828297487db34f7bef2afe Mon Sep 17 00:00:00 2001 From: Troy Dawson Date: Tue, 26 Apr 2022 09:36:43 -0700 Subject: [PATCH 174/198] Revert "Revert back" This reverts commit e47b646ba28a7191064c8da3b43c07df2c54425a. --- kf5-kdeclarative.spec | 25 +++++++++++++++++++++++-- sources | 3 ++- sources.basename | 1 + 3 files changed, 26 insertions(+), 3 deletions(-) create mode 100644 sources.basename diff --git a/kf5-kdeclarative.spec b/kf5-kdeclarative.spec index 207b0eb..d73f3b6 100644 --- a/kf5-kdeclarative.spec +++ b/kf5-kdeclarative.spec @@ -8,7 +8,7 @@ %endif Name: kf5-%{framework} -Version: 5.88.0 +Version: 5.93.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 3 addon for Qt declarative @@ -125,7 +125,7 @@ make test ARGS="--output-on-failure --timeout 10 --verbose" -C %{_target_platfor %{_kf5_qmldir}/org/kde/kcm/ %files devel -%{_kf5_includedir}/kdeclarative_version.h + %{_kf5_includedir}/KDeclarative/ %{_kf5_libdir}/libKF5Declarative.so %{_kf5_libdir}/libKF5QuickAddons.so @@ -136,6 +136,27 @@ make test ARGS="--output-on-failure --timeout 10 --verbose" -C %{_target_platfor %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 + +* Tue Mar 08 2022 Jan Grulich - 5.91.0-2 +- Rebuild (qt5) + +* 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 + +* 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 + * Mon Nov 08 2021 Marc Deop - 5.88.0-1 - 5.88.0 diff --git a/sources b/sources index d63ccfd..01fabfe 100644 --- a/sources +++ b/sources @@ -1 +1,2 @@ -SHA512 (kdeclarative-5.88.0.tar.xz) = f72221bd6bd5fa739994482607161ea2ed7e659c18c4c9f3a161a765925c10a18cf7b5737a0489e589de13201c624d5a597e248eddaa77e1006b22ef8f19efb2 +SHA512 (kdeclarative-5.92.0.tar.xz) = f4dee788269405607be0818593420ca7e018fc48972d38f716e9d0319a8ef6557557ca553cff3c62d4f123999e6639e106089c2a4eccd0df824cd0bbdd5cad4b +SHA512 (kdeclarative-5.93.0.tar.xz) = b04f44fdee1f10ba0e845cffa345373c3dcc63984874114cf9e71c399fb0c21736942a72359cabca4446ceadb06edd2613a9abfac0008ef3227c21099670b3bc diff --git a/sources.basename b/sources.basename new file mode 100644 index 0000000..770bc1b --- /dev/null +++ b/sources.basename @@ -0,0 +1 @@ +kdeclarative From 2b14d2051a4cc4d728b3c9accc9dff22815933ca Mon Sep 17 00:00:00 2001 From: Troy Dawson Date: Tue, 26 Apr 2022 09:53:26 -0700 Subject: [PATCH 175/198] Revert back --- kf5-kdeclarative.spec | 16 ++-------------- sources | 2 +- sources.basename | 1 - 3 files changed, 3 insertions(+), 16 deletions(-) delete mode 100644 sources.basename diff --git a/kf5-kdeclarative.spec b/kf5-kdeclarative.spec index 26071d7..207b0eb 100644 --- a/kf5-kdeclarative.spec +++ b/kf5-kdeclarative.spec @@ -8,7 +8,7 @@ %endif Name: kf5-%{framework} -Version: 5.91.0 +Version: 5.88.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 3 addon for Qt declarative @@ -125,7 +125,7 @@ make test ARGS="--output-on-failure --timeout 10 --verbose" -C %{_target_platfor %{_kf5_qmldir}/org/kde/kcm/ %files devel - +%{_kf5_includedir}/kdeclarative_version.h %{_kf5_includedir}/KDeclarative/ %{_kf5_libdir}/libKF5Declarative.so %{_kf5_libdir}/libKF5QuickAddons.so @@ -136,18 +136,6 @@ make test ARGS="--output-on-failure --timeout 10 --verbose" -C %{_target_platfor %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 - -* 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 - * Mon Nov 08 2021 Marc Deop - 5.88.0-1 - 5.88.0 diff --git a/sources b/sources index 71b4905..d63ccfd 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kdeclarative-5.91.0.tar.xz) = 04a1e321143672489a7441e4fbc5f31ce3508047a0ba582e42632bc51e364086f245df9562b90d8a5a2cf2b31545d8cb862e07f61df30a9d811f6e66ba16d08c +SHA512 (kdeclarative-5.88.0.tar.xz) = f72221bd6bd5fa739994482607161ea2ed7e659c18c4c9f3a161a765925c10a18cf7b5737a0489e589de13201c624d5a597e248eddaa77e1006b22ef8f19efb2 diff --git a/sources.basename b/sources.basename deleted file mode 100644 index 770bc1b..0000000 --- a/sources.basename +++ /dev/null @@ -1 +0,0 @@ -kdeclarative From d7edc0fcaab593bee787f021d035ca1ccb0a60cb Mon Sep 17 00:00:00 2001 From: Troy Dawson Date: Tue, 26 Apr 2022 09:54:49 -0700 Subject: [PATCH 176/198] Rebuild for qt5-5.15.3 --- kf5-kdeclarative.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/kf5-kdeclarative.spec b/kf5-kdeclarative.spec index 207b0eb..b40f659 100644 --- a/kf5-kdeclarative.spec +++ b/kf5-kdeclarative.spec @@ -9,7 +9,7 @@ Name: kf5-%{framework} Version: 5.88.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: KDE Frameworks 5 Tier 3 addon for Qt declarative License: LGPLv2+ @@ -136,6 +136,9 @@ make test ARGS="--output-on-failure --timeout 10 --verbose" -C %{_target_platfor %changelog +* Tue Apr 26 2022 Troy Dawson - 5.88.0-2 +- Rebuild for qt5-5.15.3 + * Mon Nov 08 2021 Marc Deop - 5.88.0-1 - 5.88.0 From bfd30d19f42a852936ef7ba3b2454f8c751f4ea3 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Fri, 13 May 2022 11:13:41 -0500 Subject: [PATCH 177/198] 5.94.0 --- .gitignore | 1 + kf5-kdeclarative.spec | 5 ++++- sources | 3 +-- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index a9f8f84..99e66b4 100644 --- a/.gitignore +++ b/.gitignore @@ -44,3 +44,4 @@ /kdeclarative-5.91.0.tar.xz /kdeclarative-5.92.0.tar.xz ./kdeclarative-5.93.tar.xz +/kdeclarative-5.94.0.tar.xz diff --git a/kf5-kdeclarative.spec b/kf5-kdeclarative.spec index d73f3b6..b63b75b 100644 --- a/kf5-kdeclarative.spec +++ b/kf5-kdeclarative.spec @@ -8,7 +8,7 @@ %endif Name: kf5-%{framework} -Version: 5.93.0 +Version: 5.94.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 3 addon for Qt declarative @@ -136,6 +136,9 @@ make test ARGS="--output-on-failure --timeout 10 --verbose" -C %{_target_platfor %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 01fabfe..a4bf8b1 100644 --- a/sources +++ b/sources @@ -1,2 +1 @@ -SHA512 (kdeclarative-5.92.0.tar.xz) = f4dee788269405607be0818593420ca7e018fc48972d38f716e9d0319a8ef6557557ca553cff3c62d4f123999e6639e106089c2a4eccd0df824cd0bbdd5cad4b -SHA512 (kdeclarative-5.93.0.tar.xz) = b04f44fdee1f10ba0e845cffa345373c3dcc63984874114cf9e71c399fb0c21736942a72359cabca4446ceadb06edd2613a9abfac0008ef3227c21099670b3bc +SHA512 (kdeclarative-5.94.0.tar.xz) = dfe5359a0dcc75e00ef0ece97903b4217e896d3427633e9dbec834cf924d921982576651139e9215b01d283213ce0d73d03ab67b9d3561763ca0596ad80067b4 From c737cebdd321f8c324d78bf215180d235bcc9009 Mon Sep 17 00:00:00 2001 From: Jan Grulich Date: Tue, 17 May 2022 13:03:10 +0200 Subject: [PATCH 178/198] Rebuild (qt5) --- kf5-kdeclarative.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/kf5-kdeclarative.spec b/kf5-kdeclarative.spec index b63b75b..57111c5 100644 --- a/kf5-kdeclarative.spec +++ b/kf5-kdeclarative.spec @@ -9,7 +9,7 @@ Name: kf5-%{framework} Version: 5.94.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: KDE Frameworks 5 Tier 3 addon for Qt declarative License: LGPLv2+ @@ -136,6 +136,9 @@ make test ARGS="--output-on-failure --timeout 10 --verbose" -C %{_target_platfor %changelog +* Tue May 17 2022 Jan Grulich - 5.94.0-2 +- Rebuild (qt5) + * Fri May 13 2022 Rex Dieter - 5.94.0-1 - 5.94.0 From 4fee02d44e5df25d07531001241db71f63668bf2 Mon Sep 17 00:00:00 2001 From: Marc Deop Date: Sun, 3 Jul 2022 23:25:45 +0200 Subject: [PATCH 179/198] 5.96.0 --- .gitignore | 1 + kf5-kdeclarative.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 99e66b4..2e388c7 100644 --- a/.gitignore +++ b/.gitignore @@ -45,3 +45,4 @@ /kdeclarative-5.92.0.tar.xz ./kdeclarative-5.93.tar.xz /kdeclarative-5.94.0.tar.xz +/kdeclarative-5.96.0.tar.xz diff --git a/kf5-kdeclarative.spec b/kf5-kdeclarative.spec index 57111c5..cafedfd 100644 --- a/kf5-kdeclarative.spec +++ b/kf5-kdeclarative.spec @@ -8,8 +8,8 @@ %endif Name: kf5-%{framework} -Version: 5.94.0 -Release: 2%{?dist} +Version: 5.96.0 +Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 3 addon for Qt declarative License: LGPLv2+ @@ -136,6 +136,9 @@ make test ARGS="--output-on-failure --timeout 10 --verbose" -C %{_target_platfor %changelog +* Sun Jul 03 2022 Marc Deop - 5.96.0-1 +- 5.96.0 + * Tue May 17 2022 Jan Grulich - 5.94.0-2 - Rebuild (qt5) diff --git a/sources b/sources index a4bf8b1..c0c3415 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kdeclarative-5.94.0.tar.xz) = dfe5359a0dcc75e00ef0ece97903b4217e896d3427633e9dbec834cf924d921982576651139e9215b01d283213ce0d73d03ab67b9d3561763ca0596ad80067b4 +SHA512 (kdeclarative-5.96.0.tar.xz) = 088359b8f46703c5238ba632325b955d7c5f8e32bb1471f4841f821b07672f1022c144fc619c00029011dce12d0dbd45bf9d2e894861ad679b07c851d85a6096 From f37b155e01fae676a113d9e30cde63c77c25f4b7 Mon Sep 17 00:00:00 2001 From: Jan Grulich Date: Thu, 14 Jul 2022 15:03:24 +0200 Subject: [PATCH 180/198] Rebuild (qt5) --- kf5-kdeclarative.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/kf5-kdeclarative.spec b/kf5-kdeclarative.spec index cafedfd..9e3a92e 100644 --- a/kf5-kdeclarative.spec +++ b/kf5-kdeclarative.spec @@ -9,7 +9,7 @@ Name: kf5-%{framework} Version: 5.96.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: KDE Frameworks 5 Tier 3 addon for Qt declarative License: LGPLv2+ @@ -50,7 +50,7 @@ BuildRequires: qt5-qtbase-devel # https://bugs.kde.org/show_bug.cgi?id=365569#c8 claims this may be needed, # so err on the side of caution BuildRequires: qt5-qtbase-private-devel -%{?_qt5:Requires: %{_qt5}%{?_isa} = %{_qt5_version}} + BuildRequires: qt5-qtdeclarative-devel %if 0%{?tests} @@ -136,6 +136,9 @@ make test ARGS="--output-on-failure --timeout 10 --verbose" -C %{_target_platfor %changelog +* Thu Jul 14 2022 Jan Grulich - 5.96.0-2 +- Rebuild (qt5) + * Sun Jul 03 2022 Marc Deop - 5.96.0-1 - 5.96.0 From 14c347d15f47a238f3d44b082c8abacb0e926cfb Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 21 Jul 2022 16:01:01 +0000 Subject: [PATCH 181/198] Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- kf5-kdeclarative.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/kf5-kdeclarative.spec b/kf5-kdeclarative.spec index 9e3a92e..2386390 100644 --- a/kf5-kdeclarative.spec +++ b/kf5-kdeclarative.spec @@ -9,7 +9,7 @@ Name: kf5-%{framework} Version: 5.96.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: KDE Frameworks 5 Tier 3 addon for Qt declarative License: LGPLv2+ @@ -136,6 +136,9 @@ make test ARGS="--output-on-failure --timeout 10 --verbose" -C %{_target_platfor %changelog +* Thu Jul 21 2022 Fedora Release Engineering - 5.96.0-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild + * Thu Jul 14 2022 Jan Grulich - 5.96.0-2 - Rebuild (qt5) From 98495eff19c16616139fa32391bc7b7331c2fa80 Mon Sep 17 00:00:00 2001 From: Justin Zobel Date: Sun, 14 Aug 2022 13:04:45 +0930 Subject: [PATCH 182/198] Update to 5.97.0 --- .gitignore | 1 + kf5-kdeclarative.spec | 7 +++++-- sources | 1 + 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 2e388c7..548a3ac 100644 --- a/.gitignore +++ b/.gitignore @@ -46,3 +46,4 @@ ./kdeclarative-5.93.tar.xz /kdeclarative-5.94.0.tar.xz /kdeclarative-5.96.0.tar.xz +/kdeclarative-5.97.0.tar.xz diff --git a/kf5-kdeclarative.spec b/kf5-kdeclarative.spec index 2386390..58ec462 100644 --- a/kf5-kdeclarative.spec +++ b/kf5-kdeclarative.spec @@ -8,8 +8,8 @@ %endif Name: kf5-%{framework} -Version: 5.96.0 -Release: 3%{?dist} +Version: 5.97.0 +Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 3 addon for Qt declarative License: LGPLv2+ @@ -136,6 +136,9 @@ make test ARGS="--output-on-failure --timeout 10 --verbose" -C %{_target_platfor %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-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild diff --git a/sources b/sources index c0c3415..384894e 100644 --- a/sources +++ b/sources @@ -1 +1,2 @@ SHA512 (kdeclarative-5.96.0.tar.xz) = 088359b8f46703c5238ba632325b955d7c5f8e32bb1471f4841f821b07672f1022c144fc619c00029011dce12d0dbd45bf9d2e894861ad679b07c851d85a6096 +SHA512 (kdeclarative-5.97.0.tar.xz) = 523386af26be4eea161005a71e15ccb852f37267f6f73db3dedad4a1ad0c7c8900e77c78b76c382753cd9a23e7d646b09d455e5588cda00dcba88c91884b5291 From 0d1f6906937fb02903342217e8a62e4fb2f0eb25 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 183/198] 5.98.0 --- .gitignore | 1 + kf5-kdeclarative.spec | 5 ++++- sources | 3 +-- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 548a3ac..0903a42 100644 --- a/.gitignore +++ b/.gitignore @@ -47,3 +47,4 @@ /kdeclarative-5.94.0.tar.xz /kdeclarative-5.96.0.tar.xz /kdeclarative-5.97.0.tar.xz +/kdeclarative-5.98.0.tar.xz diff --git a/kf5-kdeclarative.spec b/kf5-kdeclarative.spec index 58ec462..51db75a 100644 --- a/kf5-kdeclarative.spec +++ b/kf5-kdeclarative.spec @@ -8,7 +8,7 @@ %endif Name: kf5-%{framework} -Version: 5.97.0 +Version: 5.98.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 3 addon for Qt declarative @@ -136,6 +136,9 @@ make test ARGS="--output-on-failure --timeout 10 --verbose" -C %{_target_platfor %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 384894e..70282ae 100644 --- a/sources +++ b/sources @@ -1,2 +1 @@ -SHA512 (kdeclarative-5.96.0.tar.xz) = 088359b8f46703c5238ba632325b955d7c5f8e32bb1471f4841f821b07672f1022c144fc619c00029011dce12d0dbd45bf9d2e894861ad679b07c851d85a6096 -SHA512 (kdeclarative-5.97.0.tar.xz) = 523386af26be4eea161005a71e15ccb852f37267f6f73db3dedad4a1ad0c7c8900e77c78b76c382753cd9a23e7d646b09d455e5588cda00dcba88c91884b5291 +SHA512 (kdeclarative-5.98.0.tar.xz) = 2302d076effe7799dbdc3069aa891c1f8569d0b5e34af230ba158a77e3801156ad788d63649073922b0c5f740162926a5de0e9b35c85c5761155147039d79855 From 997e7239ceae1d798feb55dba67f705fb05af229 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 184/198] 5.99.0 --- .gitignore | 1 + kf5-kdeclarative.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 0903a42..4b1f4bb 100644 --- a/.gitignore +++ b/.gitignore @@ -48,3 +48,4 @@ /kdeclarative-5.96.0.tar.xz /kdeclarative-5.97.0.tar.xz /kdeclarative-5.98.0.tar.xz +/kdeclarative-5.99.0.tar.xz diff --git a/kf5-kdeclarative.spec b/kf5-kdeclarative.spec index 51db75a..87e9520 100644 --- a/kf5-kdeclarative.spec +++ b/kf5-kdeclarative.spec @@ -8,7 +8,7 @@ %endif Name: kf5-%{framework} -Version: 5.98.0 +Version: 5.99.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 3 addon for Qt declarative @@ -136,6 +136,9 @@ make test ARGS="--output-on-failure --timeout 10 --verbose" -C %{_target_platfor %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 70282ae..e424f64 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kdeclarative-5.98.0.tar.xz) = 2302d076effe7799dbdc3069aa891c1f8569d0b5e34af230ba158a77e3801156ad788d63649073922b0c5f740162926a5de0e9b35c85c5761155147039d79855 +SHA512 (kdeclarative-5.99.0.tar.xz) = 924847fb519ce88e76609158b1a53dda5fc9cdd231b04d25417e5ae28d0a56ee947686ae8c70c444fa54aed790dba69f87765caecd5f4f54ce36d6bfec6ac8db From a74eeb89074f14ed8ae253bf85f6144d390d6d3f 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 185/198] 5.100.0 --- .gitignore | 1 + kf5-kdeclarative.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 4b1f4bb..6de63a7 100644 --- a/.gitignore +++ b/.gitignore @@ -49,3 +49,4 @@ /kdeclarative-5.97.0.tar.xz /kdeclarative-5.98.0.tar.xz /kdeclarative-5.99.0.tar.xz +/kdeclarative-5.100.0.tar.xz diff --git a/kf5-kdeclarative.spec b/kf5-kdeclarative.spec index 87e9520..b0fce08 100644 --- a/kf5-kdeclarative.spec +++ b/kf5-kdeclarative.spec @@ -8,7 +8,7 @@ %endif Name: kf5-%{framework} -Version: 5.99.0 +Version: 5.100.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 3 addon for Qt declarative @@ -136,6 +136,9 @@ make test ARGS="--output-on-failure --timeout 10 --verbose" -C %{_target_platfor %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 e424f64..0717707 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kdeclarative-5.99.0.tar.xz) = 924847fb519ce88e76609158b1a53dda5fc9cdd231b04d25417e5ae28d0a56ee947686ae8c70c444fa54aed790dba69f87765caecd5f4f54ce36d6bfec6ac8db +SHA512 (kdeclarative-5.100.0.tar.xz) = a15a4f50f19f39144e0e893aa7e4426a3c4337cbb23d609fbc99fb173c29f213faed375f120df13706a0c2da8c447176360874e3f2f00241237854fddbe2899e From b2c6239f5adcc3bdd42531048cccae220d548273 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 186/198] 5.101.0 --- .gitignore | 1 + kf5-kdeclarative.spec | 13 ++++++------- sources | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.gitignore b/.gitignore index 6de63a7..47db724 100644 --- a/.gitignore +++ b/.gitignore @@ -50,3 +50,4 @@ /kdeclarative-5.98.0.tar.xz /kdeclarative-5.99.0.tar.xz /kdeclarative-5.100.0.tar.xz +/kdeclarative-5.101.0.tar.xz diff --git a/kf5-kdeclarative.spec b/kf5-kdeclarative.spec index b0fce08..76a8d9d 100644 --- a/kf5-kdeclarative.spec +++ b/kf5-kdeclarative.spec @@ -8,7 +8,7 @@ %endif Name: kf5-%{framework} -Version: 5.100.0 +Version: 5.101.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 3 addon for Qt declarative @@ -16,12 +16,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 # filter qml provides @@ -136,6 +131,10 @@ make test ARGS="--output-on-failure --timeout 10 --verbose" -C %{_target_platfor %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 0717707..1e115e3 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kdeclarative-5.100.0.tar.xz) = a15a4f50f19f39144e0e893aa7e4426a3c4337cbb23d609fbc99fb173c29f213faed375f120df13706a0c2da8c447176360874e3f2f00241237854fddbe2899e +SHA512 (kdeclarative-5.101.0.tar.xz) = 3e7068cb7324530f7718eaf31fd1c828983fa110b5e54423cd3358d039804f72ef29eb1f294ba9fb92ecc854c40ad5f305d7866a6e2a32bf371525821a08e9b1 From b9bf1283cc6a32b4d41c26d04cf881a6d6d6bf29 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 187/198] 5.102.0 --- .gitignore | 1 + kf5-kdeclarative.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 47db724..c31557f 100644 --- a/.gitignore +++ b/.gitignore @@ -51,3 +51,4 @@ /kdeclarative-5.99.0.tar.xz /kdeclarative-5.100.0.tar.xz /kdeclarative-5.101.0.tar.xz +/kdeclarative-5.102.0.tar.xz diff --git a/kf5-kdeclarative.spec b/kf5-kdeclarative.spec index 76a8d9d..a2d7a86 100644 --- a/kf5-kdeclarative.spec +++ b/kf5-kdeclarative.spec @@ -8,7 +8,7 @@ %endif Name: kf5-%{framework} -Version: 5.101.0 +Version: 5.102.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 3 addon for Qt declarative @@ -131,6 +131,9 @@ make test ARGS="--output-on-failure --timeout 10 --verbose" -C %{_target_platfor %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 1e115e3..2b76c24 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kdeclarative-5.101.0.tar.xz) = 3e7068cb7324530f7718eaf31fd1c828983fa110b5e54423cd3358d039804f72ef29eb1f294ba9fb92ecc854c40ad5f305d7866a6e2a32bf371525821a08e9b1 +SHA512 (kdeclarative-5.102.0.tar.xz) = bff8f30725b0bdaa8dec8ec3745d9270c8564ebf6090f5c5e1aa842340f6549f8ceeebe1f08f71fbae1968a4d27c4cd6042af00ea46e0f1361e1ca110456c2e4 From ed9fd57a257cf129bc110214a0ae8452498df823 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 188/198] fix: use macros from macros.kf5 instead of custom code --- kf5-kdeclarative.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kf5-kdeclarative.spec b/kf5-kdeclarative.spec index a2d7a86..15a068f 100644 --- a/kf5-kdeclarative.spec +++ b/kf5-kdeclarative.spec @@ -15,7 +15,7 @@ Summary: KDE Frameworks 5 Tier 3 addon for Qt declarative 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 cb15a8e22418790a4e6ca47011726f4132f2aa52 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 19 Jan 2023 14:30:56 +0000 Subject: [PATCH 189/198] Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- kf5-kdeclarative.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/kf5-kdeclarative.spec b/kf5-kdeclarative.spec index 15a068f..f7b34cd 100644 --- a/kf5-kdeclarative.spec +++ b/kf5-kdeclarative.spec @@ -9,7 +9,7 @@ Name: kf5-%{framework} Version: 5.102.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: KDE Frameworks 5 Tier 3 addon for Qt declarative License: LGPLv2+ @@ -131,6 +131,9 @@ make test ARGS="--output-on-failure --timeout 10 --verbose" -C %{_target_platfor %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 ba11c80b1c0b7fda61380150f05a2fcfea4ba8db Mon Sep 17 00:00:00 2001 From: Troy Dawson Date: Wed, 25 Jan 2023 14:41:09 -0800 Subject: [PATCH 190/198] fix diffs --- .gitignore | 2 +- kf5-kdeclarative.spec | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 19aae7f..c31557f 100644 --- a/.gitignore +++ b/.gitignore @@ -43,7 +43,7 @@ /kdeclarative-5.90.0.tar.xz /kdeclarative-5.91.0.tar.xz /kdeclarative-5.92.0.tar.xz -/kdeclarative-5.93.0.tar.xz +./kdeclarative-5.93.tar.xz /kdeclarative-5.94.0.tar.xz /kdeclarative-5.96.0.tar.xz /kdeclarative-5.97.0.tar.xz diff --git a/kf5-kdeclarative.spec b/kf5-kdeclarative.spec index 0dd8169..a2d7a86 100644 --- a/kf5-kdeclarative.spec +++ b/kf5-kdeclarative.spec @@ -165,8 +165,8 @@ make test ARGS="--output-on-failure --timeout 10 --verbose" -C %{_target_platfor * Fri May 13 2022 Rex Dieter - 5.94.0-1 - 5.94.0 -* Mon Apr 11 2022 Justin Zobel - 5.93.0-1 -- Update to 5.93.0 +* 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 From 57fab0f69368d518be1af61128a5413e6df0d94b 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 191/198] 5.103.0 --- .gitignore | 1 + kf5-kdeclarative.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index c31557f..2adbe4d 100644 --- a/.gitignore +++ b/.gitignore @@ -52,3 +52,4 @@ /kdeclarative-5.100.0.tar.xz /kdeclarative-5.101.0.tar.xz /kdeclarative-5.102.0.tar.xz +/kdeclarative-5.103.0.tar.xz diff --git a/kf5-kdeclarative.spec b/kf5-kdeclarative.spec index f7b34cd..ca47003 100644 --- a/kf5-kdeclarative.spec +++ b/kf5-kdeclarative.spec @@ -8,8 +8,8 @@ %endif Name: kf5-%{framework} -Version: 5.102.0 -Release: 2%{?dist} +Version: 5.103.0 +Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 3 addon for Qt declarative License: LGPLv2+ @@ -131,6 +131,9 @@ make test ARGS="--output-on-failure --timeout 10 --verbose" -C %{_target_platfor %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 2b76c24..7365462 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kdeclarative-5.102.0.tar.xz) = bff8f30725b0bdaa8dec8ec3745d9270c8564ebf6090f5c5e1aa842340f6549f8ceeebe1f08f71fbae1968a4d27c4cd6042af00ea46e0f1361e1ca110456c2e4 +SHA512 (kdeclarative-5.103.0.tar.xz) = 12fa2df80dd2382f8b49d0ddbf2322cc6a7efe626b53ae0a70e9ce5f87ea72cd950b0340eed1763ca3f2764329c87087d2cd7ca01590ff8c5f734d89c147933a From 0464ae1320a5a536bbceaacaf829a213d3b49058 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 192/198] 5.104.0 --- .gitignore | 1 + kf5-kdeclarative.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 2adbe4d..a02d860 100644 --- a/.gitignore +++ b/.gitignore @@ -53,3 +53,4 @@ /kdeclarative-5.101.0.tar.xz /kdeclarative-5.102.0.tar.xz /kdeclarative-5.103.0.tar.xz +/kdeclarative-5.104.0.tar.xz diff --git a/kf5-kdeclarative.spec b/kf5-kdeclarative.spec index ca47003..1641bf6 100644 --- a/kf5-kdeclarative.spec +++ b/kf5-kdeclarative.spec @@ -8,7 +8,7 @@ %endif Name: kf5-%{framework} -Version: 5.103.0 +Version: 5.104.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 3 addon for Qt declarative @@ -131,6 +131,9 @@ make test ARGS="--output-on-failure --timeout 10 --verbose" -C %{_target_platfor %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 7365462..d340af7 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kdeclarative-5.103.0.tar.xz) = 12fa2df80dd2382f8b49d0ddbf2322cc6a7efe626b53ae0a70e9ce5f87ea72cd950b0340eed1763ca3f2764329c87087d2cd7ca01590ff8c5f734d89c147933a +SHA512 (kdeclarative-5.104.0.tar.xz) = 2106e79fda831a5bcf750940ba9b3eda348dc7aafe7c23af60454411e0c3ff8699aca54155d750af21c1ac9b0049849c2b38ef1b40d1d0b66c2e47ed1174a1e3 From 1fc30df30b6c9d99eb997aefa4bf7e14f44a0dce 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 193/198] 5.105.0 --- .gitignore | 1 + kf5-kdeclarative.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index a02d860..3c6b05d 100644 --- a/.gitignore +++ b/.gitignore @@ -54,3 +54,4 @@ /kdeclarative-5.102.0.tar.xz /kdeclarative-5.103.0.tar.xz /kdeclarative-5.104.0.tar.xz +/kdeclarative-5.105.0.tar.xz diff --git a/kf5-kdeclarative.spec b/kf5-kdeclarative.spec index 1641bf6..d6399a9 100644 --- a/kf5-kdeclarative.spec +++ b/kf5-kdeclarative.spec @@ -8,7 +8,7 @@ %endif Name: kf5-%{framework} -Version: 5.104.0 +Version: 5.105.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 3 addon for Qt declarative @@ -131,6 +131,9 @@ make test ARGS="--output-on-failure --timeout 10 --verbose" -C %{_target_platfor %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 d340af7..de4f4c6 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kdeclarative-5.104.0.tar.xz) = 2106e79fda831a5bcf750940ba9b3eda348dc7aafe7c23af60454411e0c3ff8699aca54155d750af21c1ac9b0049849c2b38ef1b40d1d0b66c2e47ed1174a1e3 +SHA512 (kdeclarative-5.105.0.tar.xz) = b4680711c6ae02f5f2a9803c6df19e9450c4e48fcdea36a846e075ed760d990bf71f2e4dbe746ba07e652d06b2c668c5f611234f9fbe8738e72a3e40397b6ea9 From 1b65cbf1fb0e6f8c4ec61ac5dc452f3100324019 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Deop=20i=20Argem=C3=AD?= Date: Mon, 15 May 2023 21:55:23 +0200 Subject: [PATCH 194/198] 5.106.0 --- .gitignore | 1 + kf5-kdeclarative.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 3c6b05d..bb268d3 100644 --- a/.gitignore +++ b/.gitignore @@ -55,3 +55,4 @@ /kdeclarative-5.103.0.tar.xz /kdeclarative-5.104.0.tar.xz /kdeclarative-5.105.0.tar.xz +/kdeclarative-5.106.0.tar.xz diff --git a/kf5-kdeclarative.spec b/kf5-kdeclarative.spec index d6399a9..ad89866 100644 --- a/kf5-kdeclarative.spec +++ b/kf5-kdeclarative.spec @@ -8,7 +8,7 @@ %endif Name: kf5-%{framework} -Version: 5.105.0 +Version: 5.106.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 3 addon for Qt declarative @@ -131,6 +131,9 @@ make test ARGS="--output-on-failure --timeout 10 --verbose" -C %{_target_platfor %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 de4f4c6..710d5cf 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kdeclarative-5.105.0.tar.xz) = b4680711c6ae02f5f2a9803c6df19e9450c4e48fcdea36a846e075ed760d990bf71f2e4dbe746ba07e652d06b2c668c5f611234f9fbe8738e72a3e40397b6ea9 +SHA512 (kdeclarative-5.106.0.tar.xz) = 9faed6c524de26929f22df20f9cdfa611f91560892bdcbe4748dd7debd55f84f4b48682904d92b9a7c582a3a4db302073e2c84e832744dc296e55fc7a3badefe From 390486dcafab710a279022cb408f20866039ce58 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Deop=20i=20Argem=C3=AD?= Date: Sat, 3 Jun 2023 15:29:18 +0200 Subject: [PATCH 195/198] 5.107.0 --- .gitignore | 1 + kf5-kdeclarative.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index bb268d3..1f7ac08 100644 --- a/.gitignore +++ b/.gitignore @@ -56,3 +56,4 @@ /kdeclarative-5.104.0.tar.xz /kdeclarative-5.105.0.tar.xz /kdeclarative-5.106.0.tar.xz +/kdeclarative-5.107.0.tar.xz diff --git a/kf5-kdeclarative.spec b/kf5-kdeclarative.spec index ad89866..6a614f9 100644 --- a/kf5-kdeclarative.spec +++ b/kf5-kdeclarative.spec @@ -8,7 +8,7 @@ %endif Name: kf5-%{framework} -Version: 5.106.0 +Version: 5.107.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 3 addon for Qt declarative @@ -131,6 +131,9 @@ make test ARGS="--output-on-failure --timeout 10 --verbose" -C %{_target_platfor %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 710d5cf..585b79e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kdeclarative-5.106.0.tar.xz) = 9faed6c524de26929f22df20f9cdfa611f91560892bdcbe4748dd7debd55f84f4b48682904d92b9a7c582a3a4db302073e2c84e832744dc296e55fc7a3badefe +SHA512 (kdeclarative-5.107.0.tar.xz) = ebfb71e2b71918a096ca403fc6c3fb1d553efad7662befabf9ab19a331aa40a2310501de9ba15331b83293936c55c4d561fa128f704bd2cf17f62798eeda4b49 From bef73b4fe01f53a974aa9835ab7995d9453dfc56 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 196/198] 5.108.0 --- .gitignore | 1 + kf5-kdeclarative.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 1f7ac08..ff84380 100644 --- a/.gitignore +++ b/.gitignore @@ -57,3 +57,4 @@ /kdeclarative-5.105.0.tar.xz /kdeclarative-5.106.0.tar.xz /kdeclarative-5.107.0.tar.xz +/kdeclarative-5.108.0.tar.xz diff --git a/kf5-kdeclarative.spec b/kf5-kdeclarative.spec index 6a614f9..7dfff68 100644 --- a/kf5-kdeclarative.spec +++ b/kf5-kdeclarative.spec @@ -8,7 +8,7 @@ %endif Name: kf5-%{framework} -Version: 5.107.0 +Version: 5.108.0 Release: 1%{?dist} Summary: KDE Frameworks 5 Tier 3 addon for Qt declarative @@ -131,6 +131,9 @@ make test ARGS="--output-on-failure --timeout 10 --verbose" -C %{_target_platfor %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 585b79e..2f00d3f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (kdeclarative-5.107.0.tar.xz) = ebfb71e2b71918a096ca403fc6c3fb1d553efad7662befabf9ab19a331aa40a2310501de9ba15331b83293936c55c4d561fa128f704bd2cf17f62798eeda4b49 +SHA512 (kdeclarative-5.108.0.tar.xz) = 2f9f9200b18cf577cc0e67e82bd2010702c34c946533f97b0d4c2b2008b3c793ee9373058b46791003e8603e2179c6e96d42c0c57f3de66c2d2ff707331a4a5e From 527f16bb070c856cf575bb3ebc6794430bcededc Mon Sep 17 00:00:00 2001 From: Troy Dawson Date: Fri, 20 Oct 2023 18:57:49 -0700 Subject: [PATCH 197/198] Add 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..770bc1b --- /dev/null +++ b/sources.basename @@ -0,0 +1 @@ +kdeclarative From 5c7734acc016dd65046f6e11b53715c290f86799 Mon Sep 17 00:00:00 2001 From: MSVSphere Packaging Team Date: Mon, 30 Oct 2023 22:37:10 +0300 Subject: [PATCH 198/198] 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 2f00d3f..0000000 --- a/sources +++ /dev/null @@ -1 +0,0 @@ -SHA512 (kdeclarative-5.108.0.tar.xz) = 2f9f9200b18cf577cc0e67e82bd2010702c34c946533f97b0d4c2b2008b3c793ee9373058b46791003e8603e2179c6e96d42c0c57f3de66c2d2ff707331a4a5e diff --git a/sources.basename b/sources.basename deleted file mode 100644 index 770bc1b..0000000 --- a/sources.basename +++ /dev/null @@ -1 +0,0 @@ -kdeclarative