From 9667ca665a7107588d60b67ff72508ff0d6ff674cca9a5e4fc106427ed1d7658 Mon Sep 17 00:00:00 2001 From: Wolfgang Bauer Date: Sat, 24 Nov 2018 23:44:37 +0000 Subject: [PATCH] KDE Applications 18.12.0 Beta (last try; fix any other issue post acceptance) OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/kdesdk-thumbnailers?expand=0&rev=78 --- kdesdk-thumbnailers-18.08.3.tar.xz | 3 --- kdesdk-thumbnailers-18.11.80.tar.xz | 3 +++ kdesdk-thumbnailers.changes | 15 +++++++++++++++ kdesdk-thumbnailers.spec | 23 ++++++++++------------- 4 files changed, 28 insertions(+), 16 deletions(-) delete mode 100644 kdesdk-thumbnailers-18.08.3.tar.xz create mode 100644 kdesdk-thumbnailers-18.11.80.tar.xz diff --git a/kdesdk-thumbnailers-18.08.3.tar.xz b/kdesdk-thumbnailers-18.08.3.tar.xz deleted file mode 100644 index 03f6fef..0000000 --- a/kdesdk-thumbnailers-18.08.3.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ebf4c7b0c9574ed87d5bf92cf2357da164b30b7ee83a625cc0b0e930a800ef0d -size 17336 diff --git a/kdesdk-thumbnailers-18.11.80.tar.xz b/kdesdk-thumbnailers-18.11.80.tar.xz new file mode 100644 index 0000000..5abcd61 --- /dev/null +++ b/kdesdk-thumbnailers-18.11.80.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4776e532e4a1029f8290af486b53f3d13bca0f2aa9d8222a5c9bf15df7194f8 +size 17220 diff --git a/kdesdk-thumbnailers.changes b/kdesdk-thumbnailers.changes index 0ddfd20..5e4f2e8 100644 --- a/kdesdk-thumbnailers.changes +++ b/kdesdk-thumbnailers.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Tue Nov 20 06:22:15 UTC 2018 - Luca Beltrame + +- Run spec-cleaner + +------------------------------------------------------------------- +Tue Nov 20 05:56:57 UTC 2018 - lbeltrame@kde.org + +- Update to 18.11.80 + * New feature release + * For more details please see: + * https://www.kde.org/announcements/announce-applications-18.11.80.php +- Changes since 18.08.3: + * Port away from deprecated writeConfig() + ------------------------------------------------------------------- Thu Nov 08 20:43:35 UTC 2018 - lbeltrame@kde.org diff --git a/kdesdk-thumbnailers.spec b/kdesdk-thumbnailers.spec index 7a87b6f..6fe3d17 100644 --- a/kdesdk-thumbnailers.spec +++ b/kdesdk-thumbnailers.spec @@ -1,7 +1,7 @@ # # spec file for package kdesdk-thumbnailers # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,22 +12,21 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # -%bcond_without lang - -Name: kdesdk-thumbnailers -Version: 18.08.3 -Release: 0 %define kf5_version 5.26.0 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA) %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')} +%bcond_without lang +Name: kdesdk-thumbnailers +Version: 18.11.80 +Release: 0 Summary: Translation file thumbnail generators -License: GPL-2.0+ +License: GPL-2.0-or-later Group: Productivity/Other -Url: http://www.kde.org +URL: http://www.kde.org Source0: %{name}-%{version}.tar.xz BuildRequires: extra-cmake-modules BuildRequires: gettext-tools @@ -40,7 +39,6 @@ BuildRequires: pkgconfig(Qt5Widgets) %if %{with lang} Recommends: %{name}-lang %endif -BuildRoot: %{_tmppath}/%{name}-%{version}-build %description This package allows KDE applications to show thumbnails @@ -67,8 +65,7 @@ and previews of po files. %postun -p /sbin/ldconfig %files -%defattr(-,root,root) -%doc COPYING* +%license COPYING* %dir %{_kf5_configkcfgdir} %{_kf5_configkcfgdir}/pocreatorsettings.kcfg %{_kf5_plugindir}/pothumbnail.so @@ -76,7 +73,7 @@ and previews of po files. %if %{with lang} %files lang -f %{name}.lang -%doc COPYING* +%license COPYING* %endif %changelog