From 4e4b85e4ca4dd695e4caf70990ec2965f9c231b85c2103f4c05170e6d82c4641 Mon Sep 17 00:00:00 2001 From: Luca Beltrame Date: Wed, 3 Feb 2021 10:52:07 +0000 Subject: [PATCH] Accepting request 868902 from home:wolfi323:branches:KDE:Extra - Update to 0.26.5 * Improved: Structure definitions allow custom pointer interpretations in JS * Improved: cursor flash time setting of 0 (= no blinking) supported * Improved: cursor shows char/value in background color instead of blank * Improved: new menu entry for selecting custom UI color scheme * Improved: less deprecated Qt/KF code usage * Improved: translations OBS-URL: https://build.opensuse.org/request/show/868902 OBS-URL: https://build.opensuse.org/package/show/KDE:Extra/okteta?expand=0&rev=17 --- okteta-0.26.4.tar.xz | 3 --- okteta-0.26.5.tar.xz | 3 +++ okteta.changes | 14 ++++++++++++++ okteta.spec | 24 ++++++++++++------------ 4 files changed, 29 insertions(+), 15 deletions(-) delete mode 100644 okteta-0.26.4.tar.xz create mode 100644 okteta-0.26.5.tar.xz diff --git a/okteta-0.26.4.tar.xz b/okteta-0.26.4.tar.xz deleted file mode 100644 index 8a6732d..0000000 --- a/okteta-0.26.4.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ef22b096c4d8a682b5467ee7d8e9e05ede44cde116daef804312745c4bfd0f03 -size 969572 diff --git a/okteta-0.26.5.tar.xz b/okteta-0.26.5.tar.xz new file mode 100644 index 0000000..8b6ddb4 --- /dev/null +++ b/okteta-0.26.5.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9fc7edfff73e7b0583af540b0c052f9221ca3f11ea3fc3604c2bcedb09c29a97 +size 971940 diff --git a/okteta.changes b/okteta.changes index 58f27e8..893bad4 100644 --- a/okteta.changes +++ b/okteta.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Wed Feb 3 10:19:47 UTC 2021 - wbauer@tmo.at + +- Update to 0.26.5 + * Improved: Structure definitions allow custom pointer + interpretations in JS + * Improved: cursor flash time setting of 0 (= no blinking) + supported + * Improved: cursor shows char/value in background color instead + of blank + * Improved: new menu entry for selecting custom UI color scheme + * Improved: less deprecated Qt/KF code usage + * Improved: translations + ------------------------------------------------------------------- Thu Aug 27 13:43:39 UTC 2020 - Christophe Giboudeaux diff --git a/okteta.spec b/okteta.spec index 640d664..5b7c672 100644 --- a/okteta.spec +++ b/okteta.spec @@ -1,7 +1,7 @@ # # spec file for package okteta # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -22,7 +22,7 @@ %define Okteta_sover 3 %bcond_without lang Name: okteta -Version: 0.26.4 +Version: 0.26.5 Release: 0 Summary: Hex Editor License: GPL-2.0-only AND GFDL-1.2-only @@ -147,7 +147,7 @@ Contains the development files for the Okteta Hex Editor. %postun -n libOkteta%{Okteta_sover} -p /sbin/ldconfig %files -%license COPYING* +%license LICENSES/* %doc %lang(en) %{_kf5_htmldir}/en/okteta/ %{_kf5_applicationsdir}/org.kde.okteta.desktop %{_kf5_appstreamdir}/org.kde.okteta.appdata.xml @@ -155,7 +155,7 @@ Contains the development files for the Okteta Hex Editor. %{_kf5_iconsdir}/hicolor/*/*/*.* %files data -%license COPYING* +%license LICENSES/* %{_kf5_bindir}/struct2osd %{_kf5_configkcfgdir}/ %{_kf5_knsrcfilesdir}/okteta-structures.knsrc @@ -163,20 +163,20 @@ Contains the development files for the Okteta Hex Editor. %{_kf5_sharedir}/okteta/ %files part -%license COPYING* +%license LICENSES/* %{_kf5_plugindir}/kf5/ %{_kf5_servicesdir}/oktetapart.desktop %files -n libKasten%{Kasten_sover} -%license COPYING* +%license LICENSES/* %{_kf5_libdir}/libKasten%{Kasten_sover}*.so.* %files -n libOkteta%{Okteta_sover} -%license COPYING* +%license LICENSES/* %{_kf5_libdir}/libOkteta%{Okteta_sover}*.so.* %files devel -%license COPYING* +%license LICENSES/* %{_kf5_cmakedir}/ %{_kf5_libdir}/libKasten%{Kasten_sover}*.so %{_kf5_libdir}/libOkteta%{Okteta_sover}*.so @@ -189,16 +189,16 @@ Contains the development files for the Okteta Hex Editor. %if %{with lang} %files lang -f %{name}.lang -%license COPYING* +%license LICENSES/* %files part-lang -f oktetapart.lang -%license COPYING* +%license LICENSES/* %files -n libkasten-lang -f libkasten.lang -%license COPYING* +%license LICENSES/* %files -n libokteta-lang -f libokteta.lang -%license COPYING* +%license LICENSES/* %endif %changelog