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
This commit is contained in:
parent
199e77adbf
commit
a2a3ca7f18
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:3bc3ca27026d1a8016621ed5dd754cb5935d192e1f221e732e48b102c5cda907
|
|
||||||
size 959160
|
|
3
okteta-17.08.0.tar.xz
Normal file
3
okteta-17.08.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:31c2f00e187eeb13c8a9096e69c22dba649d564d7feb23e75644dc64772060b8
|
||||||
|
size 960968
|
@ -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
|
Mon Jul 24 10:52:50 UTC 2017 - jengelh@inai.de
|
||||||
|
|
||||||
|
44
okteta.spec
44
okteta.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package okteta
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -15,24 +15,26 @@
|
|||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%bcond_without lang
|
%bcond_without lang
|
||||||
|
|
||||||
Name: okteta
|
Name: okteta
|
||||||
Version: 17.04.3
|
Version: 17.08.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. 17.08 in KA, but 17.11.80 in KUA)
|
||||||
%{!?_kapp_version: %global _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')}
|
%{!?_kapp_version: %global _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')}
|
||||||
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
|
||||||
BuildRequires: extra-cmake-modules
|
BuildRequires: extra-cmake-modules
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: kcmutils-devel
|
BuildRequires: kcmutils-devel
|
||||||
|
BuildRequires: kcrash-devel
|
||||||
BuildRequires: kdbusaddons-devel
|
BuildRequires: kdbusaddons-devel
|
||||||
BuildRequires: kdoctools-devel
|
BuildRequires: kdoctools-devel
|
||||||
BuildRequires: kf5-filesystem
|
BuildRequires: kf5-filesystem
|
||||||
@ -47,10 +49,12 @@ BuildRequires: pkgconfig(Qt5PrintSupport)
|
|||||||
BuildRequires: pkgconfig(Qt5ScriptTools)
|
BuildRequires: pkgconfig(Qt5ScriptTools)
|
||||||
Requires(post): shared-mime-info
|
Requires(post): shared-mime-info
|
||||||
Requires(postun): shared-mime-info
|
Requires(postun): shared-mime-info
|
||||||
Obsoletes: okteta5 < %{version}
|
|
||||||
Obsoletes: %{name}5 < %{version}
|
Obsoletes: %{name}5 < %{version}
|
||||||
|
Obsoletes: okteta5 < %{version}
|
||||||
Provides: %{name}5 = %{version}
|
Provides: %{name}5 = %{version}
|
||||||
|
%if %{with lang}
|
||||||
Recommends: %{name}-lang
|
Recommends: %{name}-lang
|
||||||
|
%endif
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -94,29 +98,31 @@ Contains the development files for the Okteta Hex Editor
|
|||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_kf5_bindir}/struct2osd
|
%doc COPYING*
|
||||||
%{_kf5_bindir}/okteta
|
|
||||||
%{_kf5_sharedir}/mime/packages/okteta.xml
|
|
||||||
%{_kf5_applicationsdir}/org.kde.okteta.desktop
|
|
||||||
%config %{_kf5_configdir}/okteta-structures.knsrc
|
%config %{_kf5_configdir}/okteta-structures.knsrc
|
||||||
%{_kf5_sharedir}/icons/hicolor/*/*/*.*
|
%dir %{_kf5_htmldir}
|
||||||
%{_kf5_sharedir}/okteta*/
|
%dir %{_kf5_htmldir}/en
|
||||||
%{_kf5_sharedir}/kxmlgui5/
|
%doc %lang(en) %{_kf5_htmldir}/en/okteta/
|
||||||
|
%{_kf5_applicationsdir}/org.kde.okteta.desktop
|
||||||
%{_kf5_appstreamdir}/
|
%{_kf5_appstreamdir}/
|
||||||
%{_kf5_plugindir}/
|
%{_kf5_bindir}/okteta
|
||||||
|
%{_kf5_bindir}/struct2osd
|
||||||
|
%{_kf5_configkcfgdir}/
|
||||||
|
%{_kf5_iconsdir}/hicolor/*/*/*.*
|
||||||
|
%{_kf5_kxmlguidir}/
|
||||||
%{_kf5_libdir}/libkasten*.so.*
|
%{_kf5_libdir}/libkasten*.so.*
|
||||||
%{_kf5_libdir}/libokteta*.so.*
|
%{_kf5_libdir}/libokteta*.so.*
|
||||||
%{_kf5_configkcfgdir}/
|
%{_kf5_plugindir}/
|
||||||
%dir %{_kf5_htmldir}/en
|
%{_kf5_sharedir}/mime/packages/okteta.xml
|
||||||
%dir %{_kf5_htmldir}
|
%{_kf5_sharedir}/okteta*/
|
||||||
%doc %{_kf5_htmldir}/en/okteta/
|
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_kf5_prefix}/include/*/
|
%doc COPYING*
|
||||||
|
%{_kf5_cmakedir}/
|
||||||
%{_kf5_libdir}/libkasten*.so
|
%{_kf5_libdir}/libkasten*.so
|
||||||
%{_kf5_libdir}/libokteta*.so
|
%{_kf5_libdir}/libokteta*.so
|
||||||
%{_kf5_libdir}/cmake/
|
%{_kf5_prefix}/include/*/
|
||||||
|
|
||||||
%if %{with lang}
|
%if %{with lang}
|
||||||
%files lang -f %{name}.lang
|
%files lang -f %{name}.lang
|
||||||
|
Loading…
x
Reference in New Issue
Block a user