forked from pool/purpose
KDE Frameworks 5.74. Release next saturday
OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/purpose?expand=0&rev=89
This commit is contained in:
parent
76a971a930
commit
38c38f778d
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6f4d440cb708b636430e3206f879ca5c2e6cdfcf62f92ce173d43e291fbeed32
|
||||
size 155468
|
@ -1,11 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAl8lz+8ACgkQWNDuZIpI
|
||||
s7vZdwf+J9l6i0rMUGxIqOXjs62Eru6nD+Gfa+epWdyvlqtMSjkGuIMlFoHYIgIz
|
||||
BZQdJHApiG40hWpd6bLSiA15lC8Q3cv/QGZHsYsAzVj/yUUDPYq0pF90dcyMJiNo
|
||||
eBshaXT+hwUEBP//e3rVFBU0lFVqi2TwHAyE5cLFvXZ3MGTFW7D9W6dK/2IxY6Z7
|
||||
nGGZTEaPWz055jy1bqgLfHFrWmZdKIkQkED5c4CWAsmvwdFGlH0YpL6KYWWt3lwN
|
||||
xrctbdzeG7bIn/jNhZZXrG3xml4awYpl9LSkkzrDB2sAfp4iBSs5LJ9czRRFUDH8
|
||||
OTEgs1WpJfZPkj9K4hLhpyvES5G9ug==
|
||||
=hH2s
|
||||
-----END PGP SIGNATURE-----
|
3
purpose-5.74.0.tar.xz
Normal file
3
purpose-5.74.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1f65696558e82808b2beb3715da2e833a6e1f214f33bcc670ef0f023bb044205
|
||||
size 156216
|
11
purpose-5.74.0.tar.xz.sig
Normal file
11
purpose-5.74.0.tar.xz.sig
Normal file
@ -0,0 +1,11 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAl9UyjYACgkQWNDuZIpI
|
||||
s7tdEQf/UgerLNJQ7eDIKElVW99O9OyqtYasWo+Ru6Kty5xGoDVkW3yJlp5+UXLv
|
||||
/7iXaoeimZjd9BwA6tFk5Eg0YXOiwD/ZsMOguk1vZHo77PRf4LbIj+4lkVSnah1y
|
||||
UDOKLrz/iqIxkRIplbSxScYGYMgnsSYeszzpFrpDARsYNRhdRtgaKrmZHq0n6tJ+
|
||||
8G7Hiw9NcdlRBHqb22aAmml+tlkKVaKW6S4vhJmxaA83KQEbN/SqkOWMt7wLbt7q
|
||||
CUOtNIIc1p1s+VDM9CkA/GMVcSe9lDtP61GGIeW6JaFVM+cZUxn6CGpz6YqGqHn1
|
||||
KcDAtWQ1ptjJzyVaUl0jtVkrs2uwzg==
|
||||
=fUWD
|
||||
-----END PGP SIGNATURE-----
|
@ -1,3 +1,21 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Sep 6 12:50:30 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>
|
||||
|
||||
- Update to 5.74.0
|
||||
* New feature release
|
||||
* For more details please see:
|
||||
* https://kde.org/announcements/kde-frameworks-5.74.0
|
||||
- Changes since 5.73.0:
|
||||
* autotests: append to $QML2_IMPORT_PATH rather than replacing it
|
||||
* Apply initial configuration data when loading config UI
|
||||
* Restore behaviour of AlternativesView
|
||||
* [jobcontroller] Disable separate process
|
||||
* Rework job view handling (kde#419170)
|
||||
* Remove obsolete COPYING files
|
||||
* Remove obsolete KDevelop information
|
||||
* Add license texts according to REUSE specification
|
||||
* Convert license statements to SPDX expressions
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Aug 2 07:13:58 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>
|
||||
|
||||
|
@ -17,14 +17,14 @@
|
||||
|
||||
|
||||
%define lname libKF5Purpose5
|
||||
%define _tar_path 5.73
|
||||
%define _tar_path 5.74
|
||||
# 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: purpose
|
||||
Version: 5.73.0
|
||||
Version: 5.74.0
|
||||
Release: 0
|
||||
Summary: Framework to integrate services and actions in applications
|
||||
License: LGPL-2.1-or-later
|
||||
@ -151,15 +151,17 @@ This package contains development files needed to build applications which rely
|
||||
%endif
|
||||
|
||||
%files -n %{lname}
|
||||
%license COPYING*
|
||||
%license LICENSES/*
|
||||
%{_kf5_libdir}/libKF5Purpose.so.*
|
||||
%{_kf5_debugdir}/*.categories
|
||||
%{_kf5_debugdir}/*.renamecategories
|
||||
|
||||
%files -n libKF5PurposeWidgets5
|
||||
%license LICENSES/*
|
||||
%{_kf5_libdir}/libKF5PurposeWidgets.so.*
|
||||
|
||||
%files
|
||||
%license LICENSES/*
|
||||
%{_kf5_libdir}/libPhabricatorHelpers.so.*
|
||||
%{_kf5_libdir}/libReviewboardHelpers.so.*
|
||||
%{_kf5_libexecdir}/
|
||||
@ -172,6 +174,7 @@ This package contains development files needed to build applications which rely
|
||||
%{_kf5_sharedir}/accounts/
|
||||
|
||||
%files devel
|
||||
%license LICENSES/*
|
||||
%{_kf5_libdir}/libKF5Purpose.so
|
||||
%{_kf5_libdir}/libKF5PurposeWidgets.so
|
||||
%{_kf5_libdir}/cmake/KDEExperimentalPurpose/
|
||||
|
Loading…
x
Reference in New Issue
Block a user