Accepting request 490521 from KDE:Applications
KDE Applications 17.04.0 final OBS-URL: https://build.opensuse.org/request/show/490521 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/okteta?expand=0&rev=48
This commit is contained in:
parent
1fea9a83b6
commit
524fe1afa8
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:66f9f7788e63b0f673d723a68c2d3734a4a2c7d3d3badccfa465316c14b2a524
|
|
||||||
size 507628
|
|
3
okteta-17.04.0.tar.xz
Normal file
3
okteta-17.04.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:db63b1359dad8b4e2e8be7731f301be0504adfb4c3d3a43e83121bde5086a289
|
||||||
|
size 959872
|
@ -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 <kpartgui> to <gui>
|
||||||
|
* 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
|
Sat Mar 25 23:10:53 CET 2017 - lbeltrame@kde.org
|
||||||
|
|
||||||
|
19
okteta.spec
19
okteta.spec
@ -15,9 +15,10 @@
|
|||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
%bcond_without lang
|
||||||
|
|
||||||
Name: okteta
|
Name: okteta
|
||||||
Version: 17.03.80
|
Version: 17.04.0
|
||||||
Release: 0
|
Release: 0
|
||||||
%define kf5_version 5.26.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. 16.08 in KA, but 16.11.80 in KUA)
|
||||||
@ -25,7 +26,7 @@ Release: 0
|
|||||||
Summary: Hex Editor
|
Summary: Hex Editor
|
||||||
License: GPL-2.0 and GFDL-1.2
|
License: GPL-2.0 and GFDL-1.2
|
||||||
Group: Development/Tools/Other
|
Group: Development/Tools/Other
|
||||||
Url: http://www.kde.org/
|
Url: http://www.kde.org
|
||||||
Source0: okteta-%{version}.tar.xz
|
Source0: okteta-%{version}.tar.xz
|
||||||
BuildRequires: attica-qt5-devel
|
BuildRequires: attica-qt5-devel
|
||||||
BuildRequires: cmake
|
BuildRequires: cmake
|
||||||
@ -49,6 +50,7 @@ Requires(postun): shared-mime-info
|
|||||||
Obsoletes: okteta5 < %{version}
|
Obsoletes: okteta5 < %{version}
|
||||||
Obsoletes: %{name}5 < %{version}
|
Obsoletes: %{name}5 < %{version}
|
||||||
Provides: %{name}5 = %{version}
|
Provides: %{name}5 = %{version}
|
||||||
|
Recommends: %{name}-lang
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -63,6 +65,10 @@ Obsoletes: okteta5-devel
|
|||||||
%description devel
|
%description devel
|
||||||
Contains the development files for the Okteta Hex Editor
|
Contains the development files for the Okteta Hex Editor
|
||||||
|
|
||||||
|
%if %{with lang}
|
||||||
|
%lang_package
|
||||||
|
%endif
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
@ -72,6 +78,10 @@ Contains the development files for the Okteta Hex Editor
|
|||||||
|
|
||||||
%install
|
%install
|
||||||
%kf5_makeinstall -C build
|
%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
|
%suse_update_desktop_file org.kde.okteta Utility Editor
|
||||||
|
|
||||||
%post
|
%post
|
||||||
@ -108,4 +118,9 @@ Contains the development files for the Okteta Hex Editor
|
|||||||
%{_kf5_libdir}/libokteta*.so
|
%{_kf5_libdir}/libokteta*.so
|
||||||
%{_kf5_libdir}/cmake/
|
%{_kf5_libdir}/cmake/
|
||||||
|
|
||||||
|
%if %{with lang}
|
||||||
|
%files lang -f %{name}.lang
|
||||||
|
%doc COPYING*
|
||||||
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
x
Reference in New Issue
Block a user