diff --git a/baselibs.conf b/baselibs.conf index 2f435eb..96b65cb 100644 --- a/baselibs.conf +++ b/baselibs.conf @@ -1,7 +1,9 @@ libKF5Declarative5 libKF5QuickAddons5 +libKF5CalendarEvents5 kdeclarative-components kdeclarative-devel requires "libKF5Declarative5- = " requires "libKF5QuickAddons5- = " + requires "libKF5CalendarEvents5- = " requires "kdeclarative-components- = " \ No newline at end of file diff --git a/kdeclarative-5.18.0.tar.xz b/kdeclarative-5.18.0.tar.xz deleted file mode 100644 index bb8770b..0000000 --- a/kdeclarative-5.18.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:46a5cead4e8df189de16fdeedba52088ce2c06b73be4f013d3e3e96a84e5fb56 -size 167512 diff --git a/kdeclarative-5.19.0.tar.xz b/kdeclarative-5.19.0.tar.xz new file mode 100644 index 0000000..ccf47c4 --- /dev/null +++ b/kdeclarative-5.19.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f146f455fac81a5d968e189419c4ed2cb7315fa62f4fef1bef54b7efc17e00d +size 167340 diff --git a/kdeclarative.changes b/kdeclarative.changes index e4f1495..2507ee4 100644 --- a/kdeclarative.changes +++ b/kdeclarative.changes @@ -1,3 +1,21 @@ +------------------------------------------------------------------- +Sat Feb 6 18:00:35 UTC 2016 - hrvoje.senjan@gmail.com + +- Update to 5.19.0 (boo#967668) + * Clean up dependencies for KDeclarative/QuickAddons + * [KWindowSystemProxy] Add setter for showingDesktop + * DropArea: Fix correctly ignoring dragEnter event with + preventStealing + * DragArea: Implement grabbing delegate item + * DragDropEvent: Add ignore() function + * For more details please see: + https://www.kde.org/announcements/kde-frameworks-5.19.0.php + +------------------------------------------------------------------- +Mon Feb 1 17:56:12 UTC 2016 - hrvoje.senjan@gmail.com + +- Add missing libKF5CalendarEvents5 to baselibs.conf + ------------------------------------------------------------------- Sat Jan 2 17:42:30 UTC 2016 - hrvoje.senjan@gmail.com diff --git a/kdeclarative.spec b/kdeclarative.spec index 9b85d83..700713b 100644 --- a/kdeclarative.spec +++ b/kdeclarative.spec @@ -18,9 +18,9 @@ %bcond_without lang %define lname libKF5Declarative5 -%define _tar_path 5.18 +%define _tar_path 5.19 Name: kdeclarative -Version: 5.18.0 +Version: 5.19.0 Release: 0 %define kf5_version %{version} BuildRequires: cmake >= 2.8.12