From 62fadf10de3509aa0ee3c303240db977121200dadb5545ffa6d32cbce31ab209 Mon Sep 17 00:00:00 2001 From: Fabian Vogt Date: Tue, 21 Nov 2017 22:13:41 +0000 Subject: [PATCH 1/4] KDE Applications 17.12 beta OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/kajongg?expand=0&rev=63 --- kajongg-17.08.3.tar.xz | 3 --- kajongg-17.11.80.tar.xz | 3 +++ kajongg.changes | 18 ++++++++++++++++++ kajongg.spec | 2 +- 4 files changed, 22 insertions(+), 4 deletions(-) delete mode 100644 kajongg-17.08.3.tar.xz create mode 100644 kajongg-17.11.80.tar.xz 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.11.80.tar.xz b/kajongg-17.11.80.tar.xz new file mode 100644 index 0000000..f3bc453 --- /dev/null +++ b/kajongg-17.11.80.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3353f1b7dd6cdf2c5e2238e2f5a63688bfd8a8a9e04d29f38e053c4c4370a386 +size 4239140 diff --git a/kajongg.changes b/kajongg.changes index dc15303..b1356cd 100644 --- a/kajongg.changes +++ b/kajongg.changes @@ -1,3 +1,21 @@ +------------------------------------------------------------------- +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..c0f429e 100644 --- a/kajongg.spec +++ b/kajongg.spec @@ -19,7 +19,7 @@ %bcond_without lang Name: kajongg -Version: 17.08.3 +Version: 17.11.80 Release: 0 %define kf5_version 5.26.0 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA) From 1fa4abcfc8b5cc5145b875f78a81470964d505d219e1cffa4b0bcfd2429194b9 Mon Sep 17 00:00:00 2001 From: Luca Beltrame Date: Tue, 28 Nov 2017 14:16:31 +0000 Subject: [PATCH 2/4] Accepting request 546228 from home:wolfi323:branches:KDE:Applications - Require python3-qt5, it doesn't start without it (boo#1070036) OBS-URL: https://build.opensuse.org/request/show/546228 OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/kajongg?expand=0&rev=64 --- kajongg.changes | 5 +++++ kajongg.spec | 1 + 2 files changed, 6 insertions(+) diff --git a/kajongg.changes b/kajongg.changes index b1356cd..3617c31 100644 --- a/kajongg.changes +++ b/kajongg.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +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 diff --git a/kajongg.spec b/kajongg.spec index c0f429e..c8630fc 100644 --- a/kajongg.spec +++ b/kajongg.spec @@ -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 From bc3a6c4e945d5aa22929677f8e4da902704206824cfec2bd99a525e0d4052440 Mon Sep 17 00:00:00 2001 From: Luca Beltrame Date: Sat, 2 Dec 2017 16:52:05 +0000 Subject: [PATCH 3/4] KDE Applications 17.12.0 RC OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/kajongg?expand=0&rev=65 --- kajongg-17.11.80.tar.xz | 3 --- kajongg-17.11.90.tar.xz | 3 +++ kajongg.changes | 10 ++++++++++ kajongg.spec | 2 +- 4 files changed, 14 insertions(+), 4 deletions(-) delete mode 100644 kajongg-17.11.80.tar.xz create mode 100644 kajongg-17.11.90.tar.xz diff --git a/kajongg-17.11.80.tar.xz b/kajongg-17.11.80.tar.xz deleted file mode 100644 index f3bc453..0000000 --- a/kajongg-17.11.80.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3353f1b7dd6cdf2c5e2238e2f5a63688bfd8a8a9e04d29f38e053c4c4370a386 -size 4239140 diff --git a/kajongg-17.11.90.tar.xz b/kajongg-17.11.90.tar.xz new file mode 100644 index 0000000..cb6b5a6 --- /dev/null +++ b/kajongg-17.11.90.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9adf1ab318f10d534f60f458b34a695e5fe5f4ce0999de8810d7faf9f6c648fa +size 4239392 diff --git a/kajongg.changes b/kajongg.changes index 3617c31..a32f3ad 100644 --- a/kajongg.changes +++ b/kajongg.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +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 diff --git a/kajongg.spec b/kajongg.spec index c8630fc..b02d5d0 100644 --- a/kajongg.spec +++ b/kajongg.spec @@ -19,7 +19,7 @@ %bcond_without lang Name: kajongg -Version: 17.11.80 +Version: 17.11.90 Release: 0 %define kf5_version 5.26.0 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA) From fc2aa6082f007b66fe78b66152b93e77ae090a9c706cd52afc1d2d73db4470bc Mon Sep 17 00:00:00 2001 From: Luca Beltrame Date: Mon, 11 Dec 2017 18:29:46 +0000 Subject: [PATCH 4/4] KDE Applications 17.12 final OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/kajongg?expand=0&rev=66 --- kajongg-17.11.90.tar.xz | 3 --- kajongg-17.12.0.tar.xz | 3 +++ kajongg.changes | 10 ++++++++++ kajongg.spec | 2 +- 4 files changed, 14 insertions(+), 4 deletions(-) delete mode 100644 kajongg-17.11.90.tar.xz create mode 100644 kajongg-17.12.0.tar.xz diff --git a/kajongg-17.11.90.tar.xz b/kajongg-17.11.90.tar.xz deleted file mode 100644 index cb6b5a6..0000000 --- a/kajongg-17.11.90.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9adf1ab318f10d534f60f458b34a695e5fe5f4ce0999de8810d7faf9f6c648fa -size 4239392 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 a32f3ad..d2978cd 100644 --- a/kajongg.changes +++ b/kajongg.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +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 diff --git a/kajongg.spec b/kajongg.spec index b02d5d0..c4f33c9 100644 --- a/kajongg.spec +++ b/kajongg.spec @@ -19,7 +19,7 @@ %bcond_without lang Name: kajongg -Version: 17.11.90 +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)