diff --git a/okteta-17.03.80.tar.xz b/okteta-17.03.80.tar.xz deleted file mode 100644 index 10f2fb6..0000000 --- a/okteta-17.03.80.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:66f9f7788e63b0f673d723a68c2d3734a4a2c7d3d3badccfa465316c14b2a524 -size 507628 diff --git a/okteta-17.04.0.tar.xz b/okteta-17.04.0.tar.xz new file mode 100644 index 0000000..9f4d890 --- /dev/null +++ b/okteta-17.04.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db63b1359dad8b4e2e8be7731f301be0504adfb4c3d3a43e83121bde5086a289 +size 959872 diff --git a/okteta.changes b/okteta.changes index 752dc32..f212c53 100644 --- a/okteta.changes +++ b/okteta.changes @@ -1,3 +1,28 @@ +------------------------------------------------------------------- +Sun Apr 16 10:45:32 CEST 2017 - lbeltrame@kde.org + +- Update to 17.04.0 + * New feature release + * For more details please see: + * https://www.kde.org/announcements/announce-applications-17.04.0.php +- Changes since 17.03.90: + * Fix doctype of ui.rc files to match root element + * Bump version to 0.22.0 + +------------------------------------------------------------------- +Wed Apr 12 20:26:09 CEST 2017 - lbeltrame@kde.org + +- Update to 17.03.90 + * New bugfix release + * For more details please see: + * https://www.kde.org/announcements/announce-applications-17.04-rc.php +- Changes since 17.03.80: + * Use non-deprecated ECM KDEInstallDirs variables + * Change deprecated to + * Add QT_DEPRECATED_WARNINGS/QT_DISABLE_DEPRECATED_BEFORE + * Port qSort -> std::sort + * Bump version to 0.21.90 + ------------------------------------------------------------------- Sat Mar 25 23:10:53 CET 2017 - lbeltrame@kde.org diff --git a/okteta.spec b/okteta.spec index c2d449e..35c1bd8 100644 --- a/okteta.spec +++ b/okteta.spec @@ -15,9 +15,10 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # +%bcond_without lang Name: okteta -Version: 17.03.80 +Version: 17.04.0 Release: 0 %define kf5_version 5.26.0 # Latest stable Applications (e.g. 16.08 in KA, but 16.11.80 in KUA) @@ -25,7 +26,7 @@ Release: 0 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 @@ -49,6 +50,7 @@ Requires(postun): shared-mime-info Obsoletes: okteta5 < %{version} Obsoletes: %{name}5 < %{version} Provides: %{name}5 = %{version} +Recommends: %{name}-lang BuildRoot: %{_tmppath}/%{name}-%{version}-build %description @@ -63,6 +65,10 @@ Obsoletes: okteta5-devel %description devel Contains the development files for the Okteta Hex Editor +%if %{with lang} +%lang_package +%endif + %prep %setup -q @@ -72,6 +78,10 @@ Contains the development files for the Okteta Hex Editor %install %kf5_makeinstall -C build + %if %{with lang} + %find_lang %{name} --with-man --all-name + %kf5_find_htmldocs + %endif %suse_update_desktop_file org.kde.okteta Utility Editor %post @@ -108,4 +118,9 @@ Contains the development files for the Okteta Hex Editor %{_kf5_libdir}/libokteta*.so %{_kf5_libdir}/cmake/ +%if %{with lang} +%files lang -f %{name}.lang +%doc COPYING* +%endif + %changelog