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 9c95026..893bad4 100644 --- a/okteta.changes +++ b/okteta.changes @@ -1,3 +1,22 @@ +------------------------------------------------------------------- +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 + +- Replace %make_jobs with %cmake_build + ------------------------------------------------------------------- Wed Jul 29 13:34:19 UTC 2020 - wbauer@tmo.at diff --git a/okteta.spec b/okteta.spec index 8215737..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 @@ -126,7 +126,7 @@ Contains the development files for the Okteta Hex Editor. %build %cmake_kf5 -d build - %make_jobs + %cmake_build %install %kf5_makeinstall -C build @@ -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