KDE Applications 18.08.0 beta (third time's the charm)
OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/kde-print-manager?expand=0&rev=117
This commit is contained in:
parent
81cf211d6d
commit
de35e9da5b
@ -1,3 +1,20 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jul 26 13:00:39 UTC 2018 - lbeltrame@kde.org
|
||||
|
||||
- Update to 18.07.80
|
||||
* New feature release
|
||||
* For more details please see:
|
||||
* https://www.kde.org/announcements/announce-applications-18.07.80.php
|
||||
- Changes since 18.04.3:
|
||||
* use nullptr
|
||||
* Use nullptr. use override
|
||||
* Use nullptr/override
|
||||
* Remove usage of dead QT_USE_FAST_CONCATENATION
|
||||
* Do not duplicate work of KAboutData::setupCommandLine()
|
||||
* Simplify accessing a job object
|
||||
* Possibly fix a crash by updating a row before moving it (kde#326289)
|
||||
* fix typo
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jul 13 04:49:55 UTC 2018 - lbeltrame@kde.org
|
||||
|
||||
|
@ -20,11 +20,11 @@
|
||||
%bcond_without lang
|
||||
|
||||
Name: kde-print-manager
|
||||
Version: 18.04.3
|
||||
Version: 18.07.80
|
||||
Release: 0
|
||||
%define kf5_version 5.26.0
|
||||
# Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)
|
||||
%{!?_kapp_version: %global _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')}
|
||||
%{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')}
|
||||
Summary: A print manager for KDE
|
||||
License: GPL-2.0-or-later
|
||||
Group: System/GUI/KDE
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7358b2394f1944a5e68c7f6ffa26aec528338efeab8076597eb001f36f9383d6
|
||||
size 238724
|
3
print-manager-18.07.80.tar.xz
Normal file
3
print-manager-18.07.80.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7d7452c27c6a6db68a951f486b312d570e67d987435adc5ea7b75c9f597989fc
|
||||
size 238940
|
Loading…
Reference in New Issue
Block a user