Hello community,

here is the log from the commit of package okteta for openSUSE:Factory checked 
in at 2018-06-19 11:59:49
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/okteta (Old)
 and      /work/SRC/openSUSE:Factory/.okteta.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "okteta"

Tue Jun 19 11:59:49 2018 rev:61 rq:616630 version:0.25.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/okteta/okteta.changes    2018-03-22 
12:06:57.469715218 +0100
+++ /work/SRC/openSUSE:Factory/.okteta.new/okteta.changes       2018-06-19 
11:59:54.278405752 +0200
@@ -1,0 +2,17 @@
+Tue Jun 12 08:05:47 UTC 2018 - [email protected]
+
+- Update to 0.25.0
+  * First stand-alone release independent of KDE Applications
+- Changes since 0.24.3 (as part of KDE Applications 17.12.3):
+  * Support for opening files by Drag'n'Drop on the empty
+    background and the empty view tab bar space has been restored
+    (lost in Qt5 port)
+  * Closing documents per MMB on the tab has been restored (lost in
+    Qt5 port)
+  * Mass reformatting & modernization of source code
+- Update build requirements and file list
+- Update URL and Source URL
+- Mark license files with %license instead of %doc
+- Ran spec-cleaner
+
+-------------------------------------------------------------------

Old:
----
  okteta-17.12.3.tar.xz

New:
----
  okteta-0.25.0.tar.xz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ okteta.spec ++++++
--- /var/tmp/diff_new_pack.5PUro8/_old  2018-06-19 11:59:55.490360753 +0200
+++ /var/tmp/diff_new_pack.5PUro8/_new  2018-06-19 11:59:55.494360604 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package okteta
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 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,45 +17,49 @@
 
 
 %bcond_without lang
-
 Name:           okteta
-Version:        17.12.3
+Version:        0.25.0
 Release:        0
-%define kf5_version 5.26.0
-# 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}')}
 Summary:        Hex Editor
-License:        GPL-2.0 and GFDL-1.2
+License:        GPL-2.0-only AND GFDL-1.2-only
 Group:          Development/Tools/Other
-Url:            http://www.kde.org/
-Source0:        okteta-%{version}.tar.xz
-BuildRequires:  attica-qt5-devel
+URL:            https://www.kde.org/applications/utilities/okteta
+Source0:        
https://download.kde.org/stable/okteta/%{version}/src/okteta-%{version}.tar.xz
 BuildRequires:  cmake
-BuildRequires:  extra-cmake-modules
-BuildRequires:  fdupes
-BuildRequires:  kcmutils-devel
-BuildRequires:  kcrash-devel
-BuildRequires:  kdbusaddons-devel
-BuildRequires:  kdoctools-devel
+BuildRequires:  extra-cmake-modules >= 5.38.0
 BuildRequires:  kf5-filesystem
-BuildRequires:  kiconthemes-devel
-BuildRequires:  knewstuff-devel
-BuildRequires:  kparts-devel
-BuildRequires:  pkgconfig
 BuildRequires:  update-desktop-files
+BuildRequires:  cmake(KF5Bookmarks)
+BuildRequires:  cmake(KF5Codecs)
+BuildRequires:  cmake(KF5Completion)
+BuildRequires:  cmake(KF5ConfigWidgets)
+BuildRequires:  cmake(KF5Crash)
+BuildRequires:  cmake(KF5DBusAddons)
+BuildRequires:  cmake(KF5DocTools)
+BuildRequires:  cmake(KF5I18n)
+BuildRequires:  cmake(KF5IconThemes)
+BuildRequires:  cmake(KF5KCMUtils)
+BuildRequires:  cmake(KF5KIO)
+BuildRequires:  cmake(KF5NewStuff)
+BuildRequires:  cmake(KF5Parts)
+BuildRequires:  cmake(KF5Service)
+BuildRequires:  cmake(KF5WidgetsAddons)
+BuildRequires:  cmake(KF5XmlGui)
 BuildRequires:  cmake(Qca-qt5)
-BuildRequires:  pkgconfig(Qt5Designer)
-BuildRequires:  pkgconfig(Qt5PrintSupport)
-BuildRequires:  pkgconfig(Qt5ScriptTools)
+BuildRequires:  cmake(Qt5Core) >= 5.9.0
+BuildRequires:  cmake(Qt5Network)
+BuildRequires:  cmake(Qt5PrintSupport)
+BuildRequires:  cmake(Qt5Qml)
+BuildRequires:  cmake(Qt5Script)
+BuildRequires:  cmake(Qt5ScriptTools)
+BuildRequires:  cmake(Qt5UiPlugin)
+BuildRequires:  cmake(Qt5Widgets)
+BuildRequires:  cmake(Qt5Xml)
 Requires(post): shared-mime-info
 Requires(postun): shared-mime-info
+Recommends:     %{name}-lang
 Obsoletes:      %{name}5 < %{version}
-Obsoletes:      okteta5 < %{version}
 Provides:       %{name}5 = %{version}
-%if %{with lang}
-Recommends:     %{name}-lang
-%endif
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
 Okteta is a hex editor for the raw data of files.
@@ -64,7 +68,7 @@
 Summary:        Development files for the Okteta Hex Editor
 Group:          Development/Tools/Other
 Requires:       %{name} = %{version}
-Obsoletes:      okteta5-devel
+Obsoletes:      %{name}5-devel
 
 %description devel
 Contains the development files for the Okteta Hex Editor
@@ -84,7 +88,7 @@
   %kf5_makeinstall -C build
   %if %{with lang}
     %find_lang %{name} --with-man --all-name
-    %kf5_find_htmldocs
+    %{kf5_find_htmldocs}
   %endif
   %suse_update_desktop_file    org.kde.okteta         Utility Editor
 
@@ -97,11 +101,8 @@
 %mime_database_postun
 
 %files
-%defattr(-,root,root)
-%doc COPYING*
+%license COPYING*
 %config %{_kf5_configdir}/okteta-structures.knsrc
-%dir %{_kf5_htmldir}
-%dir %{_kf5_htmldir}/en
 %doc %lang(en) %{_kf5_htmldir}/en/okteta/
 %{_kf5_applicationsdir}/org.kde.okteta.desktop
 %{_kf5_appstreamdir}/
@@ -109,7 +110,6 @@
 %{_kf5_bindir}/struct2osd
 %{_kf5_configkcfgdir}/
 %{_kf5_iconsdir}/hicolor/*/*/*.*
-%{_kf5_kxmlguidir}/
 %{_kf5_libdir}/libkasten*.so.*
 %{_kf5_libdir}/libokteta*.so.*
 %{_kf5_plugindir}/
@@ -117,8 +117,7 @@
 %{_kf5_sharedir}/okteta*/
 
 %files devel
-%defattr(-,root,root)
-%doc COPYING*
+%license COPYING*
 %{_kf5_cmakedir}/
 %{_kf5_libdir}/libkasten*.so
 %{_kf5_libdir}/libokteta*.so
@@ -126,7 +125,7 @@
 
 %if %{with lang}
 %files lang -f %{name}.lang
-%doc COPYING*
+%license COPYING*
 %endif
 
 %changelog

++++++ okteta-17.12.3.tar.xz -> okteta-0.25.0.tar.xz ++++++
++++ 443219 lines of diff (skipped)


Reply via email to