Hello community, here is the log from the commit of package gdb for openSUSE:Factory checked in at 2013-12-11 16:14:55 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/gdb (Old) and /work/SRC/openSUSE:Factory/.gdb.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gdb" Changes: -------- --- /work/SRC/openSUSE:Factory/gdb/gdb.changes 2013-12-10 09:07:46.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.gdb.new/gdb.changes 2013-12-11 16:14:56.000000000 +0100 @@ -1,0 +2,5 @@ +Mon Dec 9 14:16:53 UTC 2013 - uweig...@de.ibm.com + +- gdb-ppc64le.patch: add support for powerpc64le-linux + +------------------------------------------------------------------- New: ---- gdb-ppc64le.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gdb.spec ++++++ --- /var/tmp/diff_new_pack.juidwc/_old 2013-12-11 16:14:58.000000000 +0100 +++ /var/tmp/diff_new_pack.juidwc/_new 2013-12-11 16:14:58.000000000 +0100 @@ -191,6 +191,7 @@ Patch1002: gdb-6.6-buildid-locate-rpm-suse.patch Patch1004: gdb-ia64-tdep.patch Patch1005: gdb-aarch64-hw-break.patch +Patch1006: gdb-ppc64le.patch BuildRequires: ncurses-devel texinfo gettext flex bison glibc-devel zlib-devel %if %{suse_version} < 1020 @@ -423,6 +424,7 @@ %patch1002 -p1 %patch1004 -p1 %patch1005 -p0 +%patch1006 -p1 find -name "*.orig" | xargs rm -f ! find -name "*.rej" # Should not happen. @@ -461,12 +463,12 @@ if test -f /usr/%{_lib}/librpm.so.3; then export LIBRPM=librpm.so.3 fi -%ifarch %ix86 ia64 ppc ppc64 s390 s390x x86_64 +%ifarch %ix86 ia64 ppc ppc64 ppc64le s390 s390x x86_64 %define build_multitarget 1 %else %define build_multitarget 0 %endif -%define target_list i686 ia64 powerpc powerpc64 s390 s390x x86_64 arm aarch64 m68k +%define target_list i686 ia64 powerpc powerpc64 powerpc64le s390 s390x x86_64 arm aarch64 m68k %define DIST %(echo '%distribution' | sed 's, /.*,,') %if %build_multitarget EXTRA_TARGETS="%(printf ,%%s-suse-linux %target_list)" @@ -486,7 +488,7 @@ --with-system-gdbinit=%{_sysconfdir}/gdbinit \ --with-gdb-datadir=%{_datadir}/gdb \ --enable-gdb-build-warnings=,-Wno-unused \ -%ifnarch %{ix86} alpha ia64 ppc s390 s390x x86_64 ppc64 sparc sparcv9 sparc64 +%ifnarch %{ix86} alpha ia64 ppc s390 s390x x86_64 ppc64 ppc64le sparc sparcv9 sparc64 --disable-werror \ %else %if %{suse_version} < 1110 @@ -784,6 +786,9 @@ %ifnarch ppc ppc64 rm -f ppc{,64}-linux.xml %endif +%ifnarch ppc64le + rm -f ppc64le-linux.xml +%endif ) # It would break RHEL-5 by leaving excessive files for the doc subpackage. ++++++ gdb-ppc64le.patch ++++++ ++++ 1772 lines (skipped) -- To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org For additional commands, e-mail: opensuse-commit+h...@opensuse.org