Hello community, here is the log from the commit of package kdbg for openSUSE:Factory checked in at 2013-12-04 12:25:20 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kdbg (Old) and /work/SRC/openSUSE:Factory/.kdbg.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kdbg" Changes: -------- --- /work/SRC/openSUSE:Factory/kdbg/kdbg.changes 2013-11-12 15:08:33.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.kdbg.new/kdbg.changes 2013-12-04 12:25:21.000000000 +0100 @@ -1,0 +2,5 @@ +Tue Dec 3 09:10:26 UTC 2013 - [email protected] + +- use png_fix_dir macro [bnc#852862] + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kdbg.spec ++++++ --- /var/tmp/diff_new_pack.F4Zdnc/_old 2013-12-04 12:25:21.000000000 +0100 +++ /var/tmp/diff_new_pack.F4Zdnc/_new 2013-12-04 12:25:21.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package kdbg # -# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2013 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 @@ -26,6 +26,9 @@ Source0: %{name}-%{version}.tar.gz Patch1: susepatches.diff BuildRequires: fdupes +%if 0%{?suse_version} >= 1310 +BuildRequires: libpng-tools +%endif BuildRequires: libkde4-devel Requires: gdb Recommends: %{name}-lang = %{version} @@ -61,6 +64,9 @@ %kde_post_install cd .. %find_lang %{name} + %if 0%{?suse_version} >= 1310 + %png_fix_dir %{buildroot}/%{_datadir}/icons/hicolor/22x22/actions/ + %endif %fdupes -s %{buildroot} # remove oxygen/debug-run.png, already included in oxygen-icon-theme -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
