From dadc6e7e0ddd1f34177afb9e51964cc6bae6f3079e77ef320104808c3361e7e1 Mon Sep 17 00:00:00 2001 From: Wolfgang Bauer Date: Sat, 24 Nov 2018 23:44:40 +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/keditbookmarks?expand=0&rev=66 --- keditbookmarks-18.08.3.tar.xz | 3 --- keditbookmarks-18.11.80.tar.xz | 3 +++ keditbookmarks.changes | 16 ++++++++++++++++ keditbookmarks.spec | 19 ++++++++----------- 4 files changed, 27 insertions(+), 14 deletions(-) delete mode 100644 keditbookmarks-18.08.3.tar.xz create mode 100644 keditbookmarks-18.11.80.tar.xz diff --git a/keditbookmarks-18.08.3.tar.xz b/keditbookmarks-18.08.3.tar.xz deleted file mode 100644 index 7b58985..0000000 --- a/keditbookmarks-18.08.3.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ad7047e7aa35410468f10547943185ea68a1d80adf2e7044492ca604ba0ac33d -size 183900 diff --git a/keditbookmarks-18.11.80.tar.xz b/keditbookmarks-18.11.80.tar.xz new file mode 100644 index 0000000..5cd80ce --- /dev/null +++ b/keditbookmarks-18.11.80.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4fb9701257328d4dcf84eb2c1967fb595e5dae7d2d9241279419ddc30f0a0141 +size 184692 diff --git a/keditbookmarks.changes b/keditbookmarks.changes index fecd5db..9ea42b6 100644 --- a/keditbookmarks.changes +++ b/keditbookmarks.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Tue Nov 20 06:22:17 UTC 2018 - Luca Beltrame + +- Run spec-cleaner + +------------------------------------------------------------------- +Tue Nov 20 05:56:58 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: + * Fix minor EBN issues and typos + * Fix minor EBN issues + ------------------------------------------------------------------- Thu Nov 08 20:43:35 UTC 2018 - lbeltrame@kde.org diff --git a/keditbookmarks.spec b/keditbookmarks.spec index 3f6c182..ac3d762 100644 --- a/keditbookmarks.spec +++ b/keditbookmarks.spec @@ -16,18 +16,17 @@ # -%bcond_without lang - -Name: keditbookmarks -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: keditbookmarks +Version: 18.11.80 +Release: 0 Summary: KDE Bookmark Editor License: GPL-2.0-only Group: System/GUI/KDE -Url: http://www.kde.org/ +URL: http://www.kde.org/ Source: %{name}-%{version}.tar.xz BuildRequires: extra-cmake-modules BuildRequires: kbookmarks-devel >= 5.24.0 @@ -46,7 +45,6 @@ BuildRequires: pkgconfig(Qt5Test) >= 5.4.0 %if %{with lang} Recommends: %{name}-lang %endif -BuildRoot: %{_tmppath}/%{name}-%{version}-build %description This is an editor to edit your KDE-wide bookmark set. @@ -66,15 +64,14 @@ This is an editor to edit your KDE-wide bookmark set. %kf5_makeinstall -C build %if %{with lang} %find_lang %{name} --with-man --all-name - %kf5_find_htmldocs + %{kf5_find_htmldocs} %endif %post -p /sbin/ldconfig %postun -p /sbin/ldconfig %files -%defattr(-,root,root) -%doc COPYING* +%license COPYING* %dir %{_kf5_configkcfgdir} %doc %lang(en) %{_kf5_htmldir}/en/keditbookmarks/ %{_kf5_applicationsdir}/org.kde.keditbookmarks.desktop @@ -87,7 +84,7 @@ This is an editor to edit your KDE-wide bookmark set. %if %{with lang} %files lang -f %{name}.lang -%doc COPYING* +%license COPYING* %endif %changelog