Accepting request 360953 from KDE:Frameworks5
Update to 5.19.0 OBS-URL: https://build.opensuse.org/request/show/360953 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kdeclarative?expand=0&rev=26
This commit is contained in:
commit
dc4120cdfd
@ -1,7 +1,9 @@
|
|||||||
libKF5Declarative5
|
libKF5Declarative5
|
||||||
libKF5QuickAddons5
|
libKF5QuickAddons5
|
||||||
|
libKF5CalendarEvents5
|
||||||
kdeclarative-components
|
kdeclarative-components
|
||||||
kdeclarative-devel
|
kdeclarative-devel
|
||||||
requires "libKF5Declarative5-<targettype> = <version>"
|
requires "libKF5Declarative5-<targettype> = <version>"
|
||||||
requires "libKF5QuickAddons5-<targettype> = <version>"
|
requires "libKF5QuickAddons5-<targettype> = <version>"
|
||||||
|
requires "libKF5CalendarEvents5-<targettype> = <version>"
|
||||||
requires "kdeclarative-components-<targettype> = <version>"
|
requires "kdeclarative-components-<targettype> = <version>"
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:46a5cead4e8df189de16fdeedba52088ce2c06b73be4f013d3e3e96a84e5fb56
|
|
||||||
size 167512
|
|
3
kdeclarative-5.19.0.tar.xz
Normal file
3
kdeclarative-5.19.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:4f146f455fac81a5d968e189419c4ed2cb7315fa62f4fef1bef54b7efc17e00d
|
||||||
|
size 167340
|
@ -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
|
Sat Jan 2 17:42:30 UTC 2016 - hrvoje.senjan@gmail.com
|
||||||
|
|
||||||
|
@ -18,9 +18,9 @@
|
|||||||
|
|
||||||
%bcond_without lang
|
%bcond_without lang
|
||||||
%define lname libKF5Declarative5
|
%define lname libKF5Declarative5
|
||||||
%define _tar_path 5.18
|
%define _tar_path 5.19
|
||||||
Name: kdeclarative
|
Name: kdeclarative
|
||||||
Version: 5.18.0
|
Version: 5.19.0
|
||||||
Release: 0
|
Release: 0
|
||||||
%define kf5_version %{version}
|
%define kf5_version %{version}
|
||||||
BuildRequires: cmake >= 2.8.12
|
BuildRequires: cmake >= 2.8.12
|
||||||
|
Loading…
Reference in New Issue
Block a user