Accepting request 483683 from KDE:Applications
KDE Applications 17.04 beta: DO NOT MERGE! For review only! OBS-URL: https://build.opensuse.org/request/show/483683 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/okteta?expand=0&rev=47
This commit is contained in:
parent
3fef209a8c
commit
1fea9a83b6
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:edda8fd6951d145d23c31d34dde96e3244aef5eb4dd3e28b1f6c16d617539593
|
|
||||||
size 507340
|
|
3
okteta-17.03.80.tar.xz
Normal file
3
okteta-17.03.80.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:66f9f7788e63b0f673d723a68c2d3734a4a2c7d3d3badccfa465316c14b2a524
|
||||||
|
size 507628
|
@ -1,3 +1,31 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Mar 25 23:10:53 CET 2017 - lbeltrame@kde.org
|
||||||
|
|
||||||
|
- Update to 17.03.80
|
||||||
|
* New feature release
|
||||||
|
* For more details please see:
|
||||||
|
* https://www.kde.org/announcements/announce-applications-17.03.80.php
|
||||||
|
- Changes since 16.12.3:
|
||||||
|
* For compared or concatenated strings use QLatin1String, not QStringLiteral
|
||||||
|
* Do not use static QString objects
|
||||||
|
* Add missing emit keyword on signal call
|
||||||
|
* Compose string manually
|
||||||
|
* Remove unused variables/instances
|
||||||
|
* Avoid calling methods on a temporary object
|
||||||
|
* Add missing Q_OBJECT macro to QObject subclasses
|
||||||
|
* Do not exit application if KDBusService fails to initialize.
|
||||||
|
* Fix typo in docs
|
||||||
|
* fix wrong structures directory
|
||||||
|
* replace kf5-config from kdelibs4support with qtpaths
|
||||||
|
* Point to category page on store.kde.org in docs
|
||||||
|
* Replace kde-files.org with store.kde.org in docs
|
||||||
|
* Bump version to 0.21.60
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Mar 25 13:58:59 UTC 2017 - fabian@ritter-vogt.de
|
||||||
|
|
||||||
|
- Add BuildRequires: cmake(Qca-qt5)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Mar 9 12:44:12 CET 2017 - lbeltrame@kde.org
|
Thu Mar 9 12:44:12 CET 2017 - lbeltrame@kde.org
|
||||||
|
|
||||||
|
@ -17,10 +17,10 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: okteta
|
Name: okteta
|
||||||
Version: 16.12.3
|
Version: 17.03.80
|
||||||
Release: 0
|
Release: 0
|
||||||
%define kf5_version 5.26.0
|
%define kf5_version 5.26.0
|
||||||
# Latest stable Applications (e.g. 16.08 in KA, but 16.12.3 in KUA)
|
# Latest stable Applications (e.g. 16.08 in KA, but 16.11.80 in KUA)
|
||||||
%{!?_kapp_version: %global _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')}
|
%{!?_kapp_version: %global _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')}
|
||||||
Summary: Hex Editor
|
Summary: Hex Editor
|
||||||
License: GPL-2.0 and GFDL-1.2
|
License: GPL-2.0 and GFDL-1.2
|
||||||
@ -40,6 +40,7 @@ BuildRequires: knewstuff-devel
|
|||||||
BuildRequires: kparts-devel
|
BuildRequires: kparts-devel
|
||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
BuildRequires: update-desktop-files
|
BuildRequires: update-desktop-files
|
||||||
|
BuildRequires: cmake(Qca-qt5)
|
||||||
BuildRequires: pkgconfig(Qt5Designer)
|
BuildRequires: pkgconfig(Qt5Designer)
|
||||||
BuildRequires: pkgconfig(Qt5PrintSupport)
|
BuildRequires: pkgconfig(Qt5PrintSupport)
|
||||||
BuildRequires: pkgconfig(Qt5ScriptTools)
|
BuildRequires: pkgconfig(Qt5ScriptTools)
|
||||||
|
Loading…
Reference in New Issue
Block a user