commit kdeclarative for openSUSE:Factory
Hello community, here is the log from the commit of package kdeclarative for openSUSE:Factory checked in at 2015-09-02 07:44:48 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kdeclarative (Old) and /work/SRC/openSUSE:Factory/.kdeclarative.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "kdeclarative" Changes: -------- --- /work/SRC/openSUSE:Factory/kdeclarative/kdeclarative.changes 2015-08-10 09:10:31.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.kdeclarative.new/kdeclarative.changes 2015-09-02 07:44:49.000000000 +0200 @@ -1,0 +2,22 @@ +Tue Aug 4 19:20:20 UTC 2015 - hrvoje.senjan@gmail.com + +- Update to 5.13.0 + * The Qt version requirement has been bumped from 5.2 to 5.3 + * Debug output has been ported to categorized output, for less + noise by default + * Docbook documentation has been reviewed and updated + * Fix deprecated KRun::run call + * Same behavior of MouseArea to map coords of filtered child + events + * Detect initial face icon being created + * Don't refresh the entire window when we render the plotter + (kde#348385) + * add the userPaths context property + * Don't choke on empty QIconItem + * For more details please see: + https://www.kde.org/announcements/kde-frameworks-5.13.0.php +- Drop patches merged upstream: + 0001-Only-resize-plot-texture-if-size-actually-changes.patch + 0001-Don-t-refresh-the-entire-window-when-we-render-the-p.patch + +------------------------------------------------------------------- Old: ---- 0001-Don-t-refresh-the-entire-window-when-we-render-the-p.patch 0001-Only-resize-plot-texture-if-size-actually-changes.patch kdeclarative-5.12.0.tar.xz New: ---- kdeclarative-5.13.0.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kdeclarative.spec ++++++ --- /var/tmp/diff_new_pack.ZvbnVF/_old 2015-09-02 07:44:50.000000000 +0200 +++ /var/tmp/diff_new_pack.ZvbnVF/_new 2015-09-02 07:44:50.000000000 +0200 @@ -18,9 +18,9 @@ %bcond_without lang %define lname libKF5Declarative5 -%define _tar_path 5.12 +%define _tar_path 5.13 Name: kdeclarative -Version: 5.12.0 +Version: 5.13.0 Release: 0 %define kf5_version %{version} BuildRequires: cmake >= 2.8.12 @@ -38,21 +38,17 @@ BuildRequires: kwidgetsaddons-devel >= %{_tar_path} BuildRequires: kwindowsystem-devel >= %{_tar_path} BuildRequires: libepoxy-devel -BuildRequires: pkgconfig(Qt5Core) >= 5.2.0 -BuildRequires: pkgconfig(Qt5Gui) >= 5.2.0 -BuildRequires: pkgconfig(Qt5Qml) >= 5.2.0 -BuildRequires: pkgconfig(Qt5Quick) >= 5.2.0 -BuildRequires: pkgconfig(Qt5Test) >= 5.2.0 +BuildRequires: cmake(Qt5Core) >= 5.3.0 +BuildRequires: cmake(Qt5Gui) >= 5.3.0 +BuildRequires: cmake(Qt5Qml) >= 5.3.0 +BuildRequires: cmake(Qt5Quick) >= 5.3.0 +BuildRequires: cmake(Qt5Test) >= 5.3.0 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/%{_tar_path}/%{name}-%{version}.tar.xz Source1: baselibs.conf -# PATCH-FIX-UPSTREAM 0001-Only-resize-plot-texture-if-size-actually-changes.patch -Patch0: 0001-Only-resize-plot-texture-if-size-actually-changes.patch -# PATCH-FIX-UPSTREAM 0001-Don-t-refresh-the-entire-window-when-we-render-the-p.patch -Patch1: 0001-Don-t-refresh-the-entire-window-when-we-render-the-p.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %description @@ -99,7 +95,7 @@ Requires: kcoreaddons-devel >= %{_tar_path} Requires: kpackage-devel >= %{_tar_path} Requires: libKF5QuickAddons5 = %{version} -Requires: pkgconfig(Qt5Qml) >= 5.2.0 +Requires: cmake(Qt5Qml) >= 5.3.0 %description devel KDeclarative provides integration of QML and KDE workspaces. @@ -108,8 +104,6 @@ %lang_package -n %lname %prep %setup -q -%patch0 -p1 -%patch1 -p1 %build %cmake_kf5 -d build ++++++ kdeclarative-5.12.0.tar.xz -> kdeclarative-5.13.0.tar.xz ++++++ ++++ 2791 lines of diff (skipped)
participants (1)
-
root@hilbert.suse.de