Accepting request 871684 from KDE:Frameworks5
KDE Frameworks 5.79 (forwarded request 871084 from cgiboudeaux) OBS-URL: https://build.opensuse.org/request/show/871684 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kdeclarative?expand=0&rev=89
This commit is contained in:
commit
e1750200bf
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4759319fd1569d64f53d299f67c8564e75f687376f2774dadc7c53e45d2f4797
|
||||
size 185136
|
@ -1,11 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAl/weesACgkQWNDuZIpI
|
||||
s7uJJgf/d5kUbUOlDEGFDStv7HR/EiG3rhjuC4nuTYmhv7MvwQVa1yfS9cTm5Z7i
|
||||
1Z6/vKDQWvRVy6/88DaLJVKboFgFcPFjnsrIHeXx2bjtiEAcKeq+FGyQAlxLQvNi
|
||||
36oDwQniNkdEVUZg8+MZpQVHfX7hE6f6gaKE+vsspOhSqMKyBZflTv3l8G/s5oLX
|
||||
5K2cUVZCBqVjUi6z3XEG9FLyt9Z2zaju2rdE7WQx2cpDDHVkobDAmATDnyV7X5nu
|
||||
LUFX/c/fyxegofgPFA8V8oSj1HBhi8VFTeu1EqPf8U6EN8iLdLykQgZ46nj2aCH7
|
||||
kdrE9CSdgRO1liPt9yTW57DW7C6G/A==
|
||||
=fEn9
|
||||
-----END PGP SIGNATURE-----
|
3
kdeclarative-5.79.0.tar.xz
Normal file
3
kdeclarative-5.79.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f07b19a737cd0c5d824718332a2f20386583645fc075aca3b06d781cf7556115
|
||||
size 185144
|
11
kdeclarative-5.79.0.tar.xz.sig
Normal file
11
kdeclarative-5.79.0.tar.xz.sig
Normal file
@ -0,0 +1,11 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmAe6uYACgkQWNDuZIpI
|
||||
s7uDcQf/aTCmYN9KEkCamo2lPLRRuWioi71Ho/G0hijZlsonKnDhl7rmuzX/maTL
|
||||
cOBFWVpuF4Zi/OQNxH3WWwf0OvIrRl1lk4XGuFcBPEk0Mp7CNv41Na/fkrWojWtP
|
||||
q1q+JqFGlV6TUEf+xOpa2pxdPNcxK0yA4RugZ1MPOcIMRq0WBbuHCp6QQSYEehxA
|
||||
0SFXGT2eYsLwKaxW5FRW0PFNORQBzshB7Bx0J597nPH/YC7vdg6Qk9auuaSed6nd
|
||||
dx6u9J7fSM/kRY4gNQ/svGwePZxD4q++UHuDA5sdvPy4q6Qi1gH+rdh6xwslmI2x
|
||||
RqayPlXkE6iMYn4wJvC1ITIRt8/4+w==
|
||||
=m+BV
|
||||
-----END PGP SIGNATURE-----
|
@ -1,3 +1,19 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 8 08:46:11 UTC 2021 - Christophe Giboudeaux <christophe@krop.fr>
|
||||
|
||||
- Update to 5.79.0
|
||||
* New feature release
|
||||
* For more details please see:
|
||||
* https://kde.org/announcements/kde-frameworks-5.79.0
|
||||
- Changes since 5.78.0:
|
||||
* 1 column lower limit on mobile 2 elsewhere
|
||||
* allow single column items
|
||||
* KeySequenceItem: Assign empty string on clear instead of undefined (kde#432106)
|
||||
* typo--
|
||||
* Disambiguate selected vs hovered states for GridDelegate (kde#406914)
|
||||
* Use Single mode by default
|
||||
* GridDelegate: remove hover animations
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 6 10:47:30 UTC 2021 - Christophe Giboudeaux <christophe@krop.fr>
|
||||
|
||||
|
@ -17,14 +17,14 @@
|
||||
|
||||
|
||||
%define lname libKF5Declarative5
|
||||
%define _tar_path 5.78
|
||||
%define _tar_path 5.79
|
||||
# Full KF5 version (e.g. 5.33.0)
|
||||
%{!?_kf5_version: %global _kf5_version %{version}}
|
||||
# Last major and minor KF5 version (e.g. 5.33)
|
||||
%{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | awk -F. '{print $1"."$2}')}
|
||||
%bcond_without lang
|
||||
Name: kdeclarative
|
||||
Version: 5.78.0
|
||||
Version: 5.79.0
|
||||
Release: 0
|
||||
Summary: Integration of QML and KDE workspaces
|
||||
License: LGPL-2.1-or-later
|
||||
|
Loading…
Reference in New Issue
Block a user