From d74b09b582c4e29dd7fa3f409a4c082c69684421bf6dbb41fcad00fdfdecf4fb Mon Sep 17 00:00:00 2001 From: Luca Beltrame Date: Wed, 17 May 2017 19:57:47 +0000 Subject: [PATCH] KDE Applications 17.04.1 checkin OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/kapptemplate?expand=0&rev=50 --- kapptemplate-17.04.0.tar.xz | 3 --- kapptemplate-17.04.1.tar.xz | 3 +++ kapptemplate.changes | 30 ++++++++++++++++++++++++++++++ kapptemplate.spec | 2 +- 4 files changed, 34 insertions(+), 4 deletions(-) delete mode 100644 kapptemplate-17.04.0.tar.xz create mode 100644 kapptemplate-17.04.1.tar.xz diff --git a/kapptemplate-17.04.0.tar.xz b/kapptemplate-17.04.0.tar.xz deleted file mode 100644 index 3c0fde7..0000000 --- a/kapptemplate-17.04.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:688031802be5406e6c162823a8715b57ea9c152cd72cb6c4252619885248c2f1 -size 494248 diff --git a/kapptemplate-17.04.1.tar.xz b/kapptemplate-17.04.1.tar.xz new file mode 100644 index 0000000..9d9263f --- /dev/null +++ b/kapptemplate-17.04.1.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a9f5a41e598fa509b415971858a07a2f9b1b6cbebbf2aef76b78674bca276df +size 492532 diff --git a/kapptemplate.changes b/kapptemplate.changes index 49d8a64..304ec57 100644 --- a/kapptemplate.changes +++ b/kapptemplate.changes @@ -1,3 +1,33 @@ +------------------------------------------------------------------- +Wed May 17 20:35:53 CEST 2017 - lbeltrame@kde.org + +- Update to 17.04.1 + * New bugfix release + * For more details please see: + * https://www.kde.org/announcements/announce-applications-17.04.1.php +- Changes since 17.04.0: + * Fix templates: use cmake_minimum_required() at begin of tl CMakeLists.txt + * Default to no debug logging (for Qt >= 5.5) + * Properly register and use field "tempName" + * Remove unused preview picture (also had l10n issues) + * Use own enum for extended Qt::UserRole values + * Do not extract all template preview images, load from archives on demand + * Ensure window icon in desktopfile-ignorant shells + * Support also templates whose tarball file has been renamed + * Drop the known metadata files on generation instead of guessing + * Update HOWTO some more + * Preview files are stored in the template bundle, extract on demand + * Fix description storage folder to match docs and also KDevelop's one + * Remove TODO, PROJECTDIRNAME is used e.g. for .kdev4 filename + * Make %{dest} work + * Group undocumented & deprecated substitute variables + * Document CURRENT_YEAR in HOWTO, supported/used since v4.6 + * Remove %{src} from HOWTO, no use/support ever known + * Fix PROJECTDIRNAME value to match name of dir actually used + * Remove dead code, value for PROJECTDIRNAME is set below to official one + * Fix broken value set for VERSIONCONTROLPLUGIN + * Remove VERSIONCONTROLPLUGIN from HOWTO, deprecated + ------------------------------------------------------------------- Sun Apr 16 10:44:51 CEST 2017 - lbeltrame@kde.org diff --git a/kapptemplate.spec b/kapptemplate.spec index d56562c..9a1fafd 100644 --- a/kapptemplate.spec +++ b/kapptemplate.spec @@ -18,7 +18,7 @@ %bcond_without lang Name: kapptemplate -Version: 17.04.0 +Version: 17.04.1 Release: 0 %define kf5_version 5.26.0 # Latest stable Applications (e.g. 16.08 in KA, but 16.11.80 in KUA)