Accepting request 556139 from KDE:Applications

KDE Applications 17.12.0 final (release on 2017-12-14)

OBS-URL: https://build.opensuse.org/request/show/556139
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kajongg?expand=0&rev=68
This commit is contained in:
Dominique Leuenberger 2017-12-19 09:52:37 +00:00 committed by Git OBS Bridge
commit cc6f709b49
4 changed files with 48 additions and 4 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:46c1457039c30fa0415ab8e841e5474766aa4f6502a90367fa30fe6e8939ab03
size 4239184

3
kajongg-17.12.0.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a21a8bed455844eccea6e2e437723932c08987926d71f8d14639f9f79750e69a
size 4239560

View File

@ -1,3 +1,46 @@
-------------------------------------------------------------------
Sat Dec 09 14:59:02 CET 2017 - lbeltrame@kde.org
- Update to 17.12.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-17.12.0.php
- Changes since 17.11.90:
* None
-------------------------------------------------------------------
Sat Dec 02 10:12:35 CET 2017 - lbeltrame@kde.org
- Update to 17.11.90
* New feature release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-17.12-rc.php
- Changes since 17.11.80:
* None
-------------------------------------------------------------------
Tue Nov 28 10:13:32 UTC 2017 - wbauer@tmo.at
- Require python3-qt5, it doesn't start without it (boo#1070036)
-------------------------------------------------------------------
Mon Nov 20 06:58:57 CET 2017 - lbeltrame@kde.org
- Update to 17.11.80
* New feature release
* For more details please see:
* https://www.kde.org/announcements/announce-applications-17.12-beta.php
- Changes since 17.08.3:
* Search path for translations also includes the directory where the exe lives.
* Logging without logdevice: print a hint on stdout with the path name of the logfile
* Logging without logdevice: put logfile into appdataDir
* Logging without log device: do not hardcode kajongg.log, this might just as well be kajonggserver.log
* Logging: remove .exe from log filename
* when building logname from executable, discard the directory name
* Logging unicode chars only worked for UTF-8 environments - but my Windows 7 has cp1252
* move appdataDir, cacheDir, socketName from kde to common
* new: Debug.i18n
-------------------------------------------------------------------
Thu Nov 09 23:10:55 CET 2017 - lbeltrame@kde.org

View File

@ -19,7 +19,7 @@
%bcond_without lang
Name: kajongg
Version: 17.08.3
Version: 17.12.0
Release: 0
%define kf5_version 5.26.0
# Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)
@ -45,6 +45,7 @@ BuildRequires: cmake(Qt5Gui)
BuildRequires: cmake(Qt5Svg)
BuildRequires: cmake(Qt5Widgets)
Requires: python3-Twisted
Requires: python3-qt5
%if %{with lang}
Recommends: %{name}-lang
%endif