Hello community,

here is the log from the commit of package rpm for openSUSE:Factory checked in 
at 2013-10-30 15:51:43
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rpm (Old)
 and      /work/SRC/openSUSE:Factory/.rpm.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "rpm"

Changes:
--------
rpm-python.changes: same change
--- /work/SRC/openSUSE:Factory/rpm/rpm.changes  2013-10-09 23:41:56.000000000 
+0200
+++ /work/SRC/openSUSE:Factory/.rpm.new/rpm.changes     2013-10-30 
15:51:44.000000000 +0100
@@ -1,0 +2,5 @@
+Wed Oct 30 10:19:00 UTC 2013 - sch...@suse.de
+
+- debugedit-m68k.patch: Add support for m68k
+
+-------------------------------------------------------------------

New:
----
  debugedit-m68k.patch

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

Other differences:
------------------
rpm-python.spec: same change
++++++ rpm.spec ++++++
--- /var/tmp/diff_new_pack.URmYp8/_old  2013-10-30 15:51:46.000000000 +0100
+++ /var/tmp/diff_new_pack.URmYp8/_new  2013-10-30 15:51:46.000000000 +0100
@@ -144,6 +144,7 @@
 Patch90:        appdata_provides.diff
 Patch6464:      auto-config-update-aarch64.diff
 Patch68000:     m68k.patch
+Patch68001:     debugedit-m68k.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 #
 # avoid bootstrapping problem
@@ -235,6 +236,7 @@
 %patch6464
 %endif
 %patch68000
+%patch68001
 cp config.guess config.sub db/dist/
 cp config.guess config.sub beecrypt/
 #chmod 755 scripts/find-supplements{,.ksyms}

++++++ debugedit-m68k.patch ++++++
Index: tools/debugedit.c
===================================================================
--- tools/debugedit.c.orig
+++ tools/debugedit.c
@@ -1235,6 +1235,10 @@ edit_dwarf2 (DSO *dso)
                    goto fail;
                  break;
 #endif
+               case EM_68K:
+                 if (rtype != R_68K_32)
+                   goto fail;
+                 break;
                default:
                fail:
                  error (1, 0, "%s: Unhandled relocation %d in .debug_info 
section",
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to