From a2a3ca7f183af90612f3fe8db6dd6eb1784c30d1979f83b031cce30379bb5fd0 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Mon, 28 Aug 2017 13:09:08 +0000 Subject: [PATCH] Accepting request 516480 from KDE:Applications Update to 17.08.0 OBS-URL: https://build.opensuse.org/request/show/516480 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/okteta?expand=0&rev=53 --- okteta-17.04.3.tar.xz | 3 --- okteta-17.08.0.tar.xz | 3 +++ okteta.changes | 27 ++++++++++++++++++++++++++ okteta.spec | 44 ++++++++++++++++++++++++------------------- 4 files changed, 55 insertions(+), 22 deletions(-) delete mode 100644 okteta-17.04.3.tar.xz create mode 100644 okteta-17.08.0.tar.xz diff --git a/okteta-17.04.3.tar.xz b/okteta-17.04.3.tar.xz deleted file mode 100644 index bb66b03..0000000 --- a/okteta-17.04.3.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3bc3ca27026d1a8016621ed5dd754cb5935d192e1f221e732e48b102c5cda907 -size 959160 diff --git a/okteta-17.08.0.tar.xz b/okteta-17.08.0.tar.xz new file mode 100644 index 0000000..439f27a --- /dev/null +++ b/okteta-17.08.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:31c2f00e187eeb13c8a9096e69c22dba649d564d7feb23e75644dc64772060b8 +size 960968 diff --git a/okteta.changes b/okteta.changes index 48ae180..d2aeb8c 100644 --- a/okteta.changes +++ b/okteta.changes @@ -1,3 +1,30 @@ +------------------------------------------------------------------- +Fri Aug 11 22:46:30 UTC 2017 - christophe@krop.fr + +- Update to KDE Applications 17.08.0 + * New feature release + * https://www.kde.org/announcements/announce-applications-17.08.0.php +- Changes since 17.04.3 : + * Use edit-delete-shred icon for "delete view profile" action + * Use document-close icon for document close actions + * Don't abuse #pragma message for TODOs which are not critical + * Remove unneeded wrapper widget in structures settings dialog + * Bump version to 0.22.90 + * Add missing added/closing signal forwarding in document strategies + * Use function-adress slot connect in SingleDocumentStrategy + * Remove extra compile options, stick to what KDECompilerSettings sets + * Bump version to 0.22.80 + * Use KCrash + * Bump version to 0.22.60 + +------------------------------------------------------------------- +Sat Aug 5 18:19:38 UTC 2017 - christophe@krop.fr + +- Update to KDE Applications 17.07.90 + * KDE Applications 17.07.90 + * https://www.kde.org/announcements/announce-applications-17.07.90.php + + ------------------------------------------------------------------- Mon Jul 24 10:52:50 UTC 2017 - jengelh@inai.de diff --git a/okteta.spec b/okteta.spec index 52d9dd1..6fcca5f 100644 --- a/okteta.spec +++ b/okteta.spec @@ -1,7 +1,7 @@ # # spec file for package okteta # -# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2017 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 @@ -15,24 +15,26 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # + %bcond_without lang Name: okteta -Version: 17.04.3 +Version: 17.08.0 Release: 0 %define kf5_version 5.26.0 -# Latest stable Applications (e.g. 16.08 in KA, but 16.11.80 in KUA) +# Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA) %{!?_kapp_version: %global _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')} Summary: Hex Editor License: GPL-2.0 and GFDL-1.2 Group: Development/Tools/Other -Url: http://www.kde.org +Url: http://www.kde.org/ Source0: okteta-%{version}.tar.xz BuildRequires: attica-qt5-devel BuildRequires: cmake BuildRequires: extra-cmake-modules BuildRequires: fdupes BuildRequires: kcmutils-devel +BuildRequires: kcrash-devel BuildRequires: kdbusaddons-devel BuildRequires: kdoctools-devel BuildRequires: kf5-filesystem @@ -47,10 +49,12 @@ BuildRequires: pkgconfig(Qt5PrintSupport) BuildRequires: pkgconfig(Qt5ScriptTools) Requires(post): shared-mime-info Requires(postun): shared-mime-info -Obsoletes: okteta5 < %{version} Obsoletes: %{name}5 < %{version} +Obsoletes: okteta5 < %{version} Provides: %{name}5 = %{version} +%if %{with lang} Recommends: %{name}-lang +%endif BuildRoot: %{_tmppath}/%{name}-%{version}-build %description @@ -94,29 +98,31 @@ Contains the development files for the Okteta Hex Editor %files %defattr(-,root,root) -%{_kf5_bindir}/struct2osd -%{_kf5_bindir}/okteta -%{_kf5_sharedir}/mime/packages/okteta.xml -%{_kf5_applicationsdir}/org.kde.okteta.desktop +%doc COPYING* %config %{_kf5_configdir}/okteta-structures.knsrc -%{_kf5_sharedir}/icons/hicolor/*/*/*.* -%{_kf5_sharedir}/okteta*/ -%{_kf5_sharedir}/kxmlgui5/ +%dir %{_kf5_htmldir} +%dir %{_kf5_htmldir}/en +%doc %lang(en) %{_kf5_htmldir}/en/okteta/ +%{_kf5_applicationsdir}/org.kde.okteta.desktop %{_kf5_appstreamdir}/ -%{_kf5_plugindir}/ +%{_kf5_bindir}/okteta +%{_kf5_bindir}/struct2osd +%{_kf5_configkcfgdir}/ +%{_kf5_iconsdir}/hicolor/*/*/*.* +%{_kf5_kxmlguidir}/ %{_kf5_libdir}/libkasten*.so.* %{_kf5_libdir}/libokteta*.so.* -%{_kf5_configkcfgdir}/ -%dir %{_kf5_htmldir}/en -%dir %{_kf5_htmldir} -%doc %{_kf5_htmldir}/en/okteta/ +%{_kf5_plugindir}/ +%{_kf5_sharedir}/mime/packages/okteta.xml +%{_kf5_sharedir}/okteta*/ %files devel %defattr(-,root,root) -%{_kf5_prefix}/include/*/ +%doc COPYING* +%{_kf5_cmakedir}/ %{_kf5_libdir}/libkasten*.so %{_kf5_libdir}/libokteta*.so -%{_kf5_libdir}/cmake/ +%{_kf5_prefix}/include/*/ %if %{with lang} %files lang -f %{name}.lang