diff --git a/kajongg-17.08.3.tar.xz b/kajongg-17.08.3.tar.xz deleted file mode 100644 index e6502e4..0000000 --- a/kajongg-17.08.3.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:46c1457039c30fa0415ab8e841e5474766aa4f6502a90367fa30fe6e8939ab03 -size 4239184 diff --git a/kajongg-17.12.0.tar.xz b/kajongg-17.12.0.tar.xz new file mode 100644 index 0000000..547a37d --- /dev/null +++ b/kajongg-17.12.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a21a8bed455844eccea6e2e437723932c08987926d71f8d14639f9f79750e69a +size 4239560 diff --git a/kajongg.changes b/kajongg.changes index dc15303..d2978cd 100644 --- a/kajongg.changes +++ b/kajongg.changes @@ -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 diff --git a/kajongg.spec b/kajongg.spec index 47e1699..c4f33c9 100644 --- a/kajongg.spec +++ b/kajongg.spec @@ -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