Hello community,

here is the log from the commit of package kdbg for openSUSE:Factory checked in 
at 2017-12-14 11:01:03
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kdbg (Old)
 and      /work/SRC/openSUSE:Factory/.kdbg.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kdbg"

Thu Dec 14 11:01:03 2017 rev:35 rq:556575 version:3.0.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/kdbg/kdbg.changes        2017-08-16 
16:26:18.951246582 +0200
+++ /work/SRC/openSUSE:Factory/.kdbg.new/kdbg.changes   2017-12-14 
11:01:49.643032178 +0100
@@ -1,0 +2,15 @@
+Tue Dec 12 22:49:34 UTC 2017 - christo...@krop.fr
+
+- Update to 3.0.0
+  * XSL debugging support is no longer maintained and is now deprecated.
+  * Ported to KDE Frameowork 5
+  * The memory dump window shows an ASCII representation when the display
+    is set to "hexadecimal"
+  * The displayed memory dump is extended automatically when the window is
+    scrolled to the end of the currently visible dump
+  * Source code tab windows can be closed with a close button
+  * When the current line is updated due to a debugger step command, it is
+    centered in the window
+  * Group headers in the Registers window use the available window width.
+
+-------------------------------------------------------------------

Old:
----
  kdbg-2.9.1.tar.gz

New:
----
  kdbg-3.0.0.tar.gz

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

Other differences:
------------------
++++++ kdbg.spec ++++++
--- /var/tmp/diff_new_pack.myKFDV/_old  2017-12-14 11:01:50.159007269 +0100
+++ /var/tmp/diff_new_pack.myKFDV/_new  2017-12-14 11:01:50.163007076 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package kdbg
 #
-# 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
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,23 +17,28 @@
 
 
 Name:           kdbg
-Version:        2.9.1
+Version:        3.0.0
 Release:        0
 Summary:        Graphical User Interface for GDB
 License:        GPL-2.0+
 Group:          Development/Tools/Debuggers
 Url:            http://www.kdbg.org/
 Source0:        %{name}-%{version}.tar.gz
+BuildRequires:  cmake >= 3.3
+BuildRequires:  extra-cmake-modules
 BuildRequires:  fdupes
-%if 0%{?suse_version} >= 1310
-BuildRequires:  libpng-tools
-%endif
-BuildRequires:  libkde4-devel
+BuildRequires:  kf5-filesystem
+BuildRequires:  pkgconfig
+BuildRequires:  cmake(KF5Config)
+BuildRequires:  cmake(KF5I18n)
+BuildRequires:  cmake(KF5IconThemes)
+BuildRequires:  cmake(KF5WindowSystem)
+BuildRequires:  cmake(KF5XmlGui)
+BuildRequires:  pkgconfig(Qt5Core)
+BuildRequires:  pkgconfig(Qt5Widgets)
 Requires:       gdb
 Recommends:     %{name}-lang = %{version}
 Suggests:       %{name}-doc = %{version}
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-%kde4_runtime_requires
 
 %description
 KDbg is a graphical user interface for GDB, the GNU debugger. It
@@ -49,46 +54,30 @@
 This package provides the documentation for %{name}
 
 %lang_package
+
 %prep
 %setup -q
 
 %build
-  %cmake_kde4 -d build
+  %cmake_kf5 -d build
   %make_jobs
 
 %install
-  %kde4_makeinstall -C build
-  %kde_post_install
-
-  %find_lang %{name}
-  %if 0%{?suse_version} >= 1310
-  %png_fix_dir %{buildroot}/%{_datadir}/icons/hicolor/22x22/actions/
-  %endif
+  %kf5_makeinstall -C build
   %fdupes -s %{buildroot}
-
-  # remove oxygen/debug-run.png, already included in oxygen-icon-theme
-  rm %{buildroot}%{_kde4_iconsdir}/oxygen/*/actions/debug-run.png
+  %find_lang %{name} --all-name
+  %{kf5_find_htmldocs}
 
 %files lang -f %{name}.lang
-%defattr(-,root,root)
-%exclude %{_kde4_htmldir}/en/kdbg
-%exclude %{_kde4_htmldir}/de/kdbg
-%exclude %{_kde4_htmldir}/ru/kdbg
-
-%files doc
-%defattr(-,root,root)
-%doc %lang(en) %{_kde4_htmldir}/en/kdbg
-%doc %lang(de) %{_kde4_htmldir}/de/kdbg
-%doc %lang(ru) %{_kde4_htmldir}/ru/kdbg
 
 %files
-%defattr(-,root,root)
 %doc COPYING BUGS ChangeLog-pre-2.2.0 TODO README ReleaseNotes-*
-%{_kde4_applicationsdir}/kdbg.desktop
-%{_kde4_appsdir}/kdbg
-%{_kde4_bindir}/kdbg
-%{_kde4_configdir}/kdbgrc
-%{_kde4_iconsdir}/hicolor/
-%{_kde4_iconsdir}/oxygen/
+%config %{_kf5_configdir}/kdbgrc
+%doc %lang(en) %{_kf5_htmldir}/en/kdbg
+%{_kf5_bindir}/kdbg
+%{_kf5_sharedir}/kdbg/
+%{_kf5_kxmlguidir}/kdbg/
+%{_kf5_iconsdir}/hicolor/
+%{_kf5_applicationsdir}/kdbg.desktop
 
 %changelog

++++++ kdbg-2.9.1.tar.gz -> kdbg-3.0.0.tar.gz ++++++
++++ 50929 lines of diff (skipped)


Reply via email to