KDE Frameworks 5.88
OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/frameworkintegration?expand=0&rev=265
This commit is contained in:
parent
9f6ba240dd
commit
a76efd1daf
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8b0290d739b0d27f07a0aaa1c267a2b37614aa9847fec7c4cc4b21e11fee6fad
|
||||
size 1756108
|
@ -1,11 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmFYlscACgkQWNDuZIpI
|
||||
s7tQKggAt4szTaejjcAPpN06WjcM+1DjtWD/ZckAAFwY2F6xe6ocssnc7ssQfieP
|
||||
htB2/XCBgLMmGukzBzi1vNXux6nSojxAOi4lassCzXcKCIsqGEA/VKWR7xY34CDS
|
||||
v/Jbn+sKbcA0zRpu4+R5+BJ+N95DsVdIBB3OYnXUfzgtlu1zTBTSzcQx2vHDN1vS
|
||||
D8y5UiCQwa99Uf80cSfZefcUNiJb/aRCeHhCMJkWpiodzHhMdewZAFSuzATLs++V
|
||||
eeIQApuo2ZLnfiKYxmQbFX7Om8nSmSe4ZAkAknrcAoGVyXTgN/uLDg1fyTBmqHw+
|
||||
NvlVlOWdyYdAsjwu2rynjTV2q8qmXQ==
|
||||
=voOH
|
||||
-----END PGP SIGNATURE-----
|
3
frameworkintegration-5.88.0.tar.xz
Normal file
3
frameworkintegration-5.88.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:423b05d84364956cac1eaa01669aa25db6a78ad46f8557eb2766e326d7bf4191
|
||||
size 1756084
|
11
frameworkintegration-5.88.0.tar.xz.sig
Normal file
11
frameworkintegration-5.88.0.tar.xz.sig
Normal file
@ -0,0 +1,11 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmGGjfgACgkQWNDuZIpI
|
||||
s7unIwgAsn0x+HkldJ8qPUsjRT8z+qkhdj1oLhyH+8jjeFdpfIQddZj9J9m3eml8
|
||||
W620Ng9egwxHX0kraFW64mpfn3bcC3SZ1jEF53RpXRjQgJy3oT7GaDLQS+1cztTh
|
||||
xib+gLZGVeWv2DcOmO46QQuHDAjO2yBkv4LXCH8SdL79n1kTQiktAvTJ1LKE2eRd
|
||||
iJb4YqqzOmXe7tXkSq83ZP7PHd1Se6NdeSPp1VgLHfeG+q/IBtnW56XPWEMXS1Jx
|
||||
+7AZaEAtvHVamJQA62I6I7qjkn6c8Io/Iv4rwNF63RabkKBIt0ct20oDJAXcFpz9
|
||||
ZM+UDZ9wj91W75dyUAp283S5yqyZSw==
|
||||
=ZnxL
|
||||
-----END PGP SIGNATURE-----
|
@ -1,3 +1,20 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Nov 7 09:13:06 UTC 2021 - Christophe Giboudeaux <christophe@krop.fr>
|
||||
|
||||
- Strip 'Source' URL for faster submissions
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Nov 7 09:07:46 UTC 2021 - Christophe Giboudeaux <christophe@krop.fr>
|
||||
|
||||
- Update to 5.88.0
|
||||
* New feature release
|
||||
* For more details please see:
|
||||
* https://kde.org/announcements/frameworks/5/5.88.0
|
||||
- Changes since 5.87.0:
|
||||
* Remove KDEPlatformTheme from readme
|
||||
* Add FreeBSD CI
|
||||
* Update .kde-ci.yml: add FreeBSD
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Oct 3 20:33:31 UTC 2021 - Christophe Giboudeaux <christophe@krop.fr>
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
%define lname libKF5Style5
|
||||
%define _tar_path 5.87
|
||||
%define _tar_path 5.88
|
||||
# Full KF5 version (e.g. 5.33.0)
|
||||
%{!?_kf5_version: %global _kf5_version %{version}}
|
||||
# Last major and minor KF5 version (e.g. 5.33)
|
||||
@ -25,15 +25,15 @@
|
||||
# Only needed for the package signature condition
|
||||
%bcond_without lang
|
||||
Name: frameworkintegration
|
||||
Version: 5.87.0
|
||||
Version: 5.88.0
|
||||
Release: 0
|
||||
Summary: Plugins responsible for better integration of Qt applications in KDE Workspace
|
||||
License: LGPL-2.1-or-later
|
||||
Group: System/GUI/KDE
|
||||
URL: https://www.kde.org
|
||||
Source: https://download.kde.org/stable/frameworks/%{_tar_path}/%{name}-%{version}.tar.xz
|
||||
Source: %{name}-%{version}.tar.xz
|
||||
%if %{with lang}
|
||||
Source1: https://download.kde.org/stable/frameworks/%{_tar_path}/%{name}-%{version}.tar.xz.sig
|
||||
Source1: %{name}-%{version}.tar.xz.sig
|
||||
Source2: frameworks.keyring
|
||||
%endif
|
||||
BuildRequires: extra-cmake-modules >= %{_kf5_bugfix_version}
|
||||
|
Loading…
Reference in New Issue
Block a user