From 82fb5c8f907f8a6d2e56ca15bacf0656b9a991d530edfbb8380eef73ca99c0db Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Sat, 17 Dec 2016 09:56:47 +0000 Subject: [PATCH] Accepting request 446163 from KDE:Applications Update to KDE Applicatons 16.12.0 OBS-URL: https://build.opensuse.org/request/show/446163 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/okteta?expand=0&rev=43 --- okteta-16.08.3.tar.xz | 3 --- okteta-16.12.0.tar.xz | 3 +++ okteta.changes | 24 ++++++++++++++++++++++++ okteta.spec | 29 ++++++++++++++++------------- 4 files changed, 43 insertions(+), 16 deletions(-) delete mode 100644 okteta-16.08.3.tar.xz create mode 100644 okteta-16.12.0.tar.xz diff --git a/okteta-16.08.3.tar.xz b/okteta-16.08.3.tar.xz deleted file mode 100644 index f9f1a0d..0000000 --- a/okteta-16.08.3.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1896ca53eaa87805caa9da61c2666eb5f25d06bf1bac5707eedd90fdb918f406 -size 507408 diff --git a/okteta-16.12.0.tar.xz b/okteta-16.12.0.tar.xz new file mode 100644 index 0000000..85e774f --- /dev/null +++ b/okteta-16.12.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:107b037b4f67e4324e28cb6d6adc353ce41a820a7a3eb8d52afa3001f5246358 +size 507108 diff --git a/okteta.changes b/okteta.changes index 8858dd4..df1aba3 100644 --- a/okteta.changes +++ b/okteta.changes @@ -1,3 +1,27 @@ +------------------------------------------------------------------- +Tue Dec 13 20:04:42 UTC 2016 - tittiatcoke@gmail.com + +- Update to KDE Applications 16.12.0 + * KDE Applications 16.12.0 + * https://www.kde.org/announcements/announce-applications-16.12.0.php + + +------------------------------------------------------------------- +Sat Dec 3 16:47:26 UTC 2016 - tittiatcoke@gmail.com + +- Update to KDE Applications 16.11.90 + * KDE Applications 16.12.0 RC + * https://www.kde.org/announcements/announce-applications-16.12-rc.php + + +------------------------------------------------------------------- +Tue Nov 29 12:43:12 UTC 2016 - tittiatcoke@gmail.com + +- Update to KDE Applications 16.11.80 + * KDE Applications 16.12.0 Beta + * https://www.kde.org/announcements/announce-applications-16.12-beta.php + + ------------------------------------------------------------------- Wed Nov 9 06:28:38 UTC 2016 - lbeltrame@kde.org diff --git a/okteta.spec b/okteta.spec index 38b7b4b..37e70e9 100644 --- a/okteta.spec +++ b/okteta.spec @@ -1,7 +1,7 @@ # # spec file for package okteta # -# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,31 +17,35 @@ Name: okteta +Version: 16.12.0 +Release: 0 +%define kf5_version 5.26.0 +# Latest stable Applications (e.g. 16.08 in KA, but 16.12.0 in KUA) +%{!?_kapp_version: %global _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')} +Summary: Hex Editor +License: GPL-2.0 and GFDL-1.2 +Group: Development/Tools/Other +Url: http://www.kde.org/ +Source0: okteta-%{version}.tar.xz BuildRequires: attica-qt5-devel BuildRequires: cmake BuildRequires: extra-cmake-modules BuildRequires: fdupes BuildRequires: kcmutils-devel +BuildRequires: kdbusaddons-devel BuildRequires: kdoctools-devel BuildRequires: kf5-filesystem +BuildRequires: kiconthemes-devel BuildRequires: knewstuff-devel BuildRequires: kparts-devel -BuildRequires: kiconthemes-devel -BuildRequires: kdbusaddons-devel +BuildRequires: pkgconfig BuildRequires: update-desktop-files BuildRequires: pkgconfig(Qt5Designer) BuildRequires: pkgconfig(Qt5PrintSupport) BuildRequires: pkgconfig(Qt5ScriptTools) -Requires(post): shared-mime-info -Requires(postun): shared-mime-info +Requires(post): shared-mime-info +Requires(postun): shared-mime-info Obsoletes: okteta5 < %{version} -Summary: Hex Editor -License: GPL-2.0 and GFDL-1.2 -Group: Development/Tools/Other -Url: http://www.kde.org/ -Version: 16.08.3 -Release: 0 -Source0: okteta-%{version}.tar.xz Obsoletes: %{name}5 < %{version} Provides: %{name}5 = %{version} BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -103,5 +107,4 @@ Contains the development files for the Okteta Hex Editor %{_kf5_libdir}/libokteta*.so %{_kf5_libdir}/cmake/ - %changelog