forked from pool/purpose
Accepting request 616801 from KDE:Frameworks5
KDE Frameworks 5.47.0 OBS-URL: https://build.opensuse.org/request/show/616801 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/purpose?expand=0&rev=9
This commit is contained in:
commit
abc9fedebf
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e1cd55712726f9997cf616a36ae880a8f518b405da3b05d3b463418208d73ad7
|
||||
size 119424
|
3
purpose-5.47.0.tar.xz
Normal file
3
purpose-5.47.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e9a009f5a637ff9ca4c9c7a26636ddf743609a4cecc02cfed7a38132fffed5eb
|
||||
size 127936
|
@ -1,3 +1,25 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 12 21:26:10 UTC 2018 - lbeltrame@kde.org
|
||||
|
||||
- Update to 5.47.0
|
||||
* New feature release
|
||||
* For more details please see:
|
||||
* https://www.kde.org/announcements/kde-frameworks-5.47.0.php
|
||||
- Changes since 5.46.0:
|
||||
* Extend X-Purpose-Constraints documentation
|
||||
* Improve Telegram integration
|
||||
* Treat inner arrays as OR constraints rather than AND
|
||||
* Make it possible to constrain plugins by a desktop file presence
|
||||
* Make it possible to filter plugins by executable
|
||||
* Fix i18n
|
||||
* Fix i18n issues in Phabricator Plugin
|
||||
* Highlight the selected device in the KDE Connect plugin
|
||||
* Fix Phabricator icon
|
||||
* fix i18n issues in framworks/purpose/plugins
|
||||
* Use override
|
||||
* Add Telegram plugin
|
||||
* kdeconnect: Notify when the process fails to start
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun May 13 21:03:11 UTC 2018 - lbeltrame@kde.org
|
||||
|
||||
|
@ -17,14 +17,14 @@
|
||||
|
||||
|
||||
%define lname libKF5Purpose5
|
||||
%define _tar_path 5.46
|
||||
%define _tar_path 5.47
|
||||
# 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: %global _kf5_bugfix_version %(echo %{_kf5_version} | awk -F. '{print $1"."$2}')}
|
||||
%bcond_without lang
|
||||
Name: purpose
|
||||
Version: 5.46.0
|
||||
Version: 5.47.0
|
||||
Release: 0
|
||||
Summary: Framework to integrate services and actions in applications
|
||||
License: LGPL-2.1-or-later
|
||||
@ -119,12 +119,15 @@ This package contains development files needed to build applications which rely
|
||||
%find_lang libpurpose_quick %{name}.lang
|
||||
%find_lang libpurpose_widgets %{name}.lang
|
||||
%find_lang purpose_email %{name}.lang
|
||||
%find_lang purpose_kdeconnect %{name}.lang
|
||||
%find_lang purpose_imgur %{name}.lang
|
||||
%find_lang purpose_ktp-sendfile %{name}.lang
|
||||
%find_lang purpose_nextcloud %{name}.lang
|
||||
%find_lang purpose_pastebin %{name}.lang
|
||||
%find_lang purpose_phabricator %{name}.lang
|
||||
%find_lang purpose_reviewboard %{name}.lang
|
||||
%find_lang purpose_saveas %{name}.lang
|
||||
%find_lang purpose_twitter %{name}.lang
|
||||
%find_lang purpose_youtube %{name}.lang
|
||||
%endif
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user