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
This commit is contained in:
parent
17c7842623
commit
82fb5c8f90
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:1896ca53eaa87805caa9da61c2666eb5f25d06bf1bac5707eedd90fdb918f406
|
|
||||||
size 507408
|
|
3
okteta-16.12.0.tar.xz
Normal file
3
okteta-16.12.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:107b037b4f67e4324e28cb6d6adc353ce41a820a7a3eb8d52afa3001f5246358
|
||||||
|
size 507108
|
@ -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
|
Wed Nov 9 06:28:38 UTC 2016 - lbeltrame@kde.org
|
||||||
|
|
||||||
|
25
okteta.spec
25
okteta.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package okteta
|
# 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
|
# 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
|
||||||
@ -17,17 +17,28 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: okteta
|
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: 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: kdbusaddons-devel
|
||||||
BuildRequires: kdoctools-devel
|
BuildRequires: kdoctools-devel
|
||||||
BuildRequires: kf5-filesystem
|
BuildRequires: kf5-filesystem
|
||||||
|
BuildRequires: kiconthemes-devel
|
||||||
BuildRequires: knewstuff-devel
|
BuildRequires: knewstuff-devel
|
||||||
BuildRequires: kparts-devel
|
BuildRequires: kparts-devel
|
||||||
BuildRequires: kiconthemes-devel
|
BuildRequires: pkgconfig
|
||||||
BuildRequires: kdbusaddons-devel
|
|
||||||
BuildRequires: update-desktop-files
|
BuildRequires: update-desktop-files
|
||||||
BuildRequires: pkgconfig(Qt5Designer)
|
BuildRequires: pkgconfig(Qt5Designer)
|
||||||
BuildRequires: pkgconfig(Qt5PrintSupport)
|
BuildRequires: pkgconfig(Qt5PrintSupport)
|
||||||
@ -35,13 +46,6 @@ 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: 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}
|
Obsoletes: %{name}5 < %{version}
|
||||||
Provides: %{name}5 = %{version}
|
Provides: %{name}5 = %{version}
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
@ -103,5 +107,4 @@ Contains the development files for the Okteta Hex Editor
|
|||||||
%{_kf5_libdir}/libokteta*.so
|
%{_kf5_libdir}/libokteta*.so
|
||||||
%{_kf5_libdir}/cmake/
|
%{_kf5_libdir}/cmake/
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
Reference in New Issue
Block a user