From 6833514a11c2ccacbca2431e677ea77eed877ceb5d183c52b5f9533aadd64926 Mon Sep 17 00:00:00 2001 From: Hrvoje Senjan Date: Sun, 2 Nov 2014 18:07:30 +0000 Subject: [PATCH 1/3] 5.4.0 OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kdeclarative?expand=0&rev=33 --- kdeclarative-5.3.0.tar.xz | 3 --- kdeclarative-5.4.0.tar.xz | 3 +++ kdeclarative.changes | 7 +++++++ kdeclarative.spec | 6 +++--- 4 files changed, 13 insertions(+), 6 deletions(-) delete mode 100644 kdeclarative-5.3.0.tar.xz create mode 100644 kdeclarative-5.4.0.tar.xz diff --git a/kdeclarative-5.3.0.tar.xz b/kdeclarative-5.3.0.tar.xz deleted file mode 100644 index a9f298f..0000000 --- a/kdeclarative-5.3.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:72a3871e940b9c9144a26f567ea142f662b685998424c24081e93e868ecb8fe8 -size 98652 diff --git a/kdeclarative-5.4.0.tar.xz b/kdeclarative-5.4.0.tar.xz new file mode 100644 index 0000000..800967c --- /dev/null +++ b/kdeclarative-5.4.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14bb9d9922be59ed3834d41cfc9d737d42d3e1f49855051ebf1d63530c2b26f7 +size 100260 diff --git a/kdeclarative.changes b/kdeclarative.changes index 22fda59..68daea1 100644 --- a/kdeclarative.changes +++ b/kdeclarative.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Sun Nov 2 17:47:25 UTC 2014 - hrvoje.senjan@gmail.com + +- Update to 5.4.0 + * For more details please see: + https://www.kde.org/announcements/kde-frameworks-5.4.0.php + ------------------------------------------------------------------- Sat Oct 4 17:59:52 UTC 2014 - hrvoje.senjan@gmail.com diff --git a/kdeclarative.spec b/kdeclarative.spec index 1307213..66e3bab 100644 --- a/kdeclarative.spec +++ b/kdeclarative.spec @@ -18,11 +18,11 @@ %define lname libKF5Declarative5 Name: kdeclarative -Version: 5.3.0 +Version: 5.4.0 Release: 0 %define kf5_version %{version} BuildRequires: cmake >= 2.8.12 -BuildRequires: extra-cmake-modules >= 1.3.0 +BuildRequires: extra-cmake-modules >= 1.4.0 BuildRequires: fdupes BuildRequires: kconfig-devel >= %{kf5_version} BuildRequires: kcoreaddons-devel >= %{kf5_version} @@ -43,7 +43,7 @@ Summary: Integration of QML and KDE workspaces License: LGPL-2.1+ Group: System/GUI/KDE Url: http://www.kde.org -Source: http://download.kde.org/stable/frameworks/%{version}/%{name}-%{version}.tar.xz +Source: http://download.kde.org/stable/frameworks/5.4/%{name}-%{version}.tar.xz Source1: baselibs.conf BuildRoot: %{_tmppath}/%{name}-%{version}-build From 13642c613c94847983f607c81eb78c66c45cf125e821704ca4ffdec0bea5d8be Mon Sep 17 00:00:00 2001 From: Hrvoje Senjan Date: Sun, 2 Nov 2014 23:21:16 +0000 Subject: [PATCH 2/3] OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kdeclarative?expand=0&rev=34 --- baselibs.conf | 4 ++++ kdeclarative.changes | 2 ++ kdeclarative.spec | 31 +++++++++++++++++++++++++++++++ 3 files changed, 37 insertions(+) diff --git a/baselibs.conf b/baselibs.conf index 7c6cf27..2f435eb 100644 --- a/baselibs.conf +++ b/baselibs.conf @@ -1,3 +1,7 @@ libKF5Declarative5 +libKF5QuickAddons5 +kdeclarative-components kdeclarative-devel requires "libKF5Declarative5- = " + requires "libKF5QuickAddons5- = " + requires "kdeclarative-components- = " \ No newline at end of file diff --git a/kdeclarative.changes b/kdeclarative.changes index 68daea1..37c1c8b 100644 --- a/kdeclarative.changes +++ b/kdeclarative.changes @@ -4,6 +4,8 @@ Sun Nov 2 17:47:25 UTC 2014 - hrvoje.senjan@gmail.com - Update to 5.4.0 * For more details please see: https://www.kde.org/announcements/kde-frameworks-5.4.0.php +- Split out libKF5QuickAddons library, and QML components into + separate subpackages ------------------------------------------------------------------- Sat Oct 4 17:59:52 UTC 2014 - hrvoje.senjan@gmail.com diff --git a/kdeclarative.spec b/kdeclarative.spec index 66e3bab..fd85e5d 100644 --- a/kdeclarative.spec +++ b/kdeclarative.spec @@ -58,12 +58,28 @@ Recommends: %lname-lang = %{version} %description -n %lname KDeclarative provides integration of QML and KDE workspaces. +%package -n libKF5QuickAddons5 +Summary: Integration of QML and KDE workspaces +Group: System/GUI/KDE + +%description -n libKF5QuickAddons5 +KDeclarative provides integration of QML and KDE workspaces. + +%package components +Summary: KDeclarative QML components +Group: System/GUI/KDE + +%description components +KDeclarative provides integration of QML and KDE workspaces. + %package devel Summary: Integration of QML and KDE workspaces: Build Environment Group: Development/Libraries/KDE Requires: %lname = %{version} +Requires: %{name}-components = %{version} Requires: extra-cmake-modules Requires: kio-devel >= %{kf5_version} +Requires: libKF5QuickAddons5 = %{version} %description devel KDeclarative provides integration of QML and KDE workspaces. @@ -87,21 +103,36 @@ Development files. %postun -n %lname -p /sbin/ldconfig +%post -n libKF5QuickAddons5 -p /sbin/ldconfig + +%postun -n libKF5QuickAddons5 -p /sbin/ldconfig + %files -n %lname-lang -f %{name}5.lang %files -n %lname %defattr(-,root,root) %doc COPYING* README* %{_kf5_libdir}/libKF5Declarative.so.* + +%files -n libKF5QuickAddons5 +%defattr(-,root,root) +%doc COPYING* README* +%{_kf5_libdir}/libKF5QuickAddons.so.* + +%files components +%defattr(-,root,root) +%doc COPYING* README* %{_kf5_libdir}/qt5/qml/ %files devel %defattr(-,root,root) %{_kf5_libdir}/libKF5Declarative.so +%{_kf5_libdir}/libKF5QuickAddons.so %{_kf5_libdir}/cmake/KF5Declarative/ %{_kf5_includedir}/*.h %dir %{_kf5_includedir}/*/ %{_kf5_includedir}/*/ %{_kf5_mkspecsdir}/qt_KDeclarative.pri +%{_kf5_mkspecsdir}/qt_QuickAddons.pri %changelog From bf3ec333c014eac7fed8527cfcc122e2c6975d2239744f6966da1d45debebd6b Mon Sep 17 00:00:00 2001 From: Hrvoje Senjan Date: Mon, 3 Nov 2014 17:42:36 +0000 Subject: [PATCH 3/3] Update changelogs OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kdeclarative?expand=0&rev=35 --- kdeclarative.changes | 1 + 1 file changed, 1 insertion(+) diff --git a/kdeclarative.changes b/kdeclarative.changes index 37c1c8b..ef84dd1 100644 --- a/kdeclarative.changes +++ b/kdeclarative.changes @@ -2,6 +2,7 @@ Sun Nov 2 17:47:25 UTC 2014 - hrvoje.senjan@gmail.com - Update to 5.4.0 + * Optimize IconItem in QIconItem in memory and speed * For more details please see: https://www.kde.org/announcements/kde-frameworks-5.4.0.php - Split out libKF5QuickAddons library, and QML components into