diff --git a/kdeclarative-5.24.0.tar.xz b/kdeclarative-5.24.0.tar.xz deleted file mode 100644 index 1e0b585..0000000 --- a/kdeclarative-5.24.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7ff5b80cefa60fb625f53752007a418fd59edf67de24dc662ecf7893034e3302 -size 167744 diff --git a/kdeclarative-5.25.0.tar.xz b/kdeclarative-5.25.0.tar.xz new file mode 100644 index 0000000..6098cf1 --- /dev/null +++ b/kdeclarative-5.25.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c470e239b5dc7c42ed94a39d0d88fdb05e6c65eb49727985379f39504d269623 +size 167732 diff --git a/kdeclarative.changes b/kdeclarative.changes index f628c63..0306c31 100644 --- a/kdeclarative.changes +++ b/kdeclarative.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Sun Aug 7 21:51:33 UTC 2016 - hrvoje.senjan@gmail.com + +- Update to 5.25.0 + * Qt >= 5.5 is now required + * Actually emit valueChanged + * For more details please see: + https://www.kde.org/announcements/kde-frameworks-5.25.0.php + ------------------------------------------------------------------- Wed Jul 6 15:02:47 UTC 2016 - hrvoje.senjan@gmail.com diff --git a/kdeclarative.spec b/kdeclarative.spec index 81e4b19..22e2efd 100644 --- a/kdeclarative.spec +++ b/kdeclarative.spec @@ -18,9 +18,9 @@ %bcond_without lang %define lname libKF5Declarative5 -%define _tar_path 5.24 +%define _tar_path 5.25 Name: kdeclarative -Version: 5.24.0 +Version: 5.25.0 Release: 0 %define kf5_version %{version} BuildRequires: cmake >= 2.8.12 @@ -38,11 +38,11 @@ BuildRequires: kpackage-devel >= %{_tar_path} BuildRequires: kwidgetsaddons-devel >= %{_tar_path} BuildRequires: kwindowsystem-devel >= %{_tar_path} BuildRequires: libepoxy-devel -BuildRequires: cmake(Qt5Core) >= 5.4.0 -BuildRequires: cmake(Qt5Gui) >= 5.4.0 -BuildRequires: cmake(Qt5Qml) >= 5.4.0 -BuildRequires: cmake(Qt5Quick) >= 5.4.0 -BuildRequires: cmake(Qt5Test) >= 5.4.0 +BuildRequires: cmake(Qt5Core) >= 5.5.0 +BuildRequires: cmake(Qt5Gui) >= 5.5.0 +BuildRequires: cmake(Qt5Qml) >= 5.5.0 +BuildRequires: cmake(Qt5Quick) >= 5.5.0 +BuildRequires: cmake(Qt5Test) >= 5.5.0 Summary: Integration of QML and KDE workspaces License: LGPL-2.1+ Group: System/GUI/KDE @@ -106,7 +106,7 @@ Requires: kcoreaddons-devel >= %{_tar_path} Requires: kpackage-devel >= %{_tar_path} Requires: libKF5CalendarEvents5 = %{version} Requires: libKF5QuickAddons5 = %{version} -Requires: cmake(Qt5Qml) >= 5.4.0 +Requires: cmake(Qt5Qml) >= 5.5.0 %description devel KDeclarative provides integration of QML and KDE workspaces.