Hello community,

here is the log from the commit of package kdbg for openSUSE:Factory
checked in at Sun Oct 2 10:13:24 CEST 2011.



--------
--- openSUSE:Factory/kdbg/kdbg.changes  2011-09-23 02:04:38.000000000 +0200
+++ /mounts/work_src_done/STABLE/kdbg/kdbg.changes      2011-09-22 
13:33:35.000000000 +0200
@@ -1,0 +2,24 @@
+Thu Sep 22 11:34:17 UTC 2011 - idon...@suse.com
+
+- Seperate doc package & fix build 
+
+-------------------------------------------------------------------
+Wed Sep 21 18:27:06 UTC 2011 - tittiatc...@gmail.com
+
+- 2.5.0 release:
+  *This release is based on KDE4 and Qt4.
+   - A number of icons were exchanged with Oxygen icons. These are 
+     not part of KDbg's source code.
+   - Session state per debugged program is now stored in a section 
+     in $KDEHOME rather than in a .kdbgrc file in the program's 
+     directory. This allows to debug programs that are located in 
+     unwritable directories. But this also means that earlier 
+     session information is disregarded.
+   - More accurate parsing of GDB responses of various commands 
+     fixed bugs in certain areas, in particular, temporary 
+     breakpoints, register values, truncated struct values, 
+     disassembly (again).
+   - "View Code" from the breakpoint list can open the source code 
+     in more cases.
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


Old:
----
  kdbg-2.2.2.tar.bz2

New:
----
  kdbg-2.5.0.tar.bz2
  susepatches.diff

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

Other differences:
------------------
++++++ kdbg.spec ++++++
--- /var/tmp/diff_new_pack.qG9jEv/_old  2011-10-02 10:13:20.000000000 +0200
+++ /var/tmp/diff_new_pack.qG9jEv/_new  2011-10-02 10:13:20.000000000 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package kdbg (Version 2.2.2)
+# spec file for package kdbg
 #
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,54 +18,70 @@
 
 
 Name:           kdbg
-BuildRequires:  kdelibs3-devel
+BuildRequires:  fdupes
+BuildRequires:  libkde4-devel
 License:        GPLv2+
 Group:          Development/Tools/Debuggers
 Summary:        Graphical User Interface for GDB
 Requires:       gdb
-Version:        2.2.2
+Version:        2.5.0
 Release:        1
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 Url:            http://www.kdbg.org/
 Source0:        %name-%{version}.tar.bz2
+Patch1:         susepatches.diff
+Recommends:     %{name}-lang = %{version}
+Suggests:       %{name}-doc = %{version}
+%kde4_runtime_requires
 
 %description
 KDbg is a graphical user interface for GDB, the GNU debugger. It
 provides an intuitive interface for setting breakpoints, inspecting
 variables, and stepping through code.
 
+%package doc
+Summary:        Documentation for %{name}
+Group:          Development/Tools/Debuggers
+Requires:       %{name} = %{version}
 
+%description doc
+This package provides the documentation for %{name}
 
-Authors:
---------
-    Johannes Sixt <johannes.s...@telecom.at>
-
+%lang_package
 %prep
 %setup -q
-. /etc/opt/kde3/common_options
-update_admin --no-unsermake
+%patch1 -p1 
 
 %build
-. /etc/opt/kde3/common_options
-./configure $configkde --disable-final
-make %{?_smp_mflags}
+  %cmake_kde4 -d build
+  %make_jobs
 
 %install
-. /etc/opt/kde3/common_options
-make DESTDIR=$RPM_BUILD_ROOT $INSTALL_TARGET
-%suse_update_desktop_file kdbg Development Debugger
-%find_lang %name
+  cd build
+  %make_install
+  %kde_post_install
+  cd ..
+  %find_lang %name
+  %fdupes -s %{buildroot}
 
-%clean 
-rm -rf $RPM_BUILD_ROOT
+%files lang -f %{name}.lang
+%defattr(-,root,root)
+%_kde4_htmldir/de/kdbg
+%_kde4_htmldir/ru/kdbg
+
+%files doc
+%defattr(-,root,root)
+%_kde4_htmldir/en/kdbg
 
-%files -f %name.lang
+%files 
 %defattr(-,root,root)
-%doc COPYING BUGS ChangeLog-pre-2.2.0 TODO README ReleaseNotes-2.2.0 
ReleaseNotes-2.2.1
-/opt/kde3/bin/*
-/opt/kde3/share/applications/kde/*.desktop
-/opt/kde3/share/apps/kdbg
-/opt/kde3/share/icons/*
-/opt/kde3/share/config/kdbgrc
+%doc COPYING BUGS ChangeLog-pre-2.2.0 TODO README ReleaseNotes-2.2.0 
ReleaseNotes-2.2.1 ReleaseNotes-2.2.2 ReleaseNotes-2.5.0
+%_kde4_appsdir/kdbg
+%_kde4_configdir/kdbgrc
+%_kde4_applicationsdir/kdbg.desktop
+%_kde4_bindir/kdbg
+%_kde4_iconsdir/hicolor/
+%_kde4_iconsdir/oxygen/
+%_kde4_iconsdir/locolor/
 
 %changelog

++++++ kdbg-2.2.2.tar.bz2 -> kdbg-2.5.0.tar.bz2 ++++++
++++ 152134 lines of diff (skipped)

++++++ susepatches.diff ++++++
diff --git a/kdbg/pics/CMakeLists.txt b/kdbg/pics/CMakeLists.txt
index 04807f5..58303fc 100644
--- a/kdbg/pics/CMakeLists.txt
+++ b/kdbg/pics/CMakeLists.txt
@@ -16,4 +16,4 @@ set(PICTOGRAMS

 install(FILES ${PICTOGRAMS} DESTINATION "${DATA_INSTALL_DIR}/kdbg/pics")

-kde4_install_icons("${DATA_INSTALL_DIR}/kdbg/icons")
+kde4_install_icons(${ICON_INSTALL_DIR})
continue with "q"...



Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to