Hello community,

here is the log from the commit of package rpm for openSUSE:Factory checked in 
at 2013-03-26 12:05:28
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rpm (Old)
 and      /work/SRC/openSUSE:Factory/.rpm.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "rpm", Maintainer is "[email protected]"

Changes:
--------
rpm-python.changes: same change
--- /work/SRC/openSUSE:Factory/rpm/rpm.changes  2013-02-25 20:44:23.000000000 
+0100
+++ /work/SRC/openSUSE:Factory/.rpm.new/rpm.changes     2013-03-26 
12:05:30.000000000 +0100
@@ -1,0 +2,5 @@
+Mon Mar 25 13:38:45 UTC 2013 - [email protected]
+
+- debugedit-aarch64.diff: handle aarch64 relocation
+
+-------------------------------------------------------------------

New:
----
  debugedit-aarch64.diff

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

Other differences:
------------------
rpm-python.spec: same change
++++++ rpm.spec ++++++
--- /var/tmp/diff_new_pack.sIL3dR/_old  2013-03-26 12:05:35.000000000 +0100
+++ /var/tmp/diff_new_pack.sIL3dR/_new  2013-03-26 12:05:35.000000000 +0100
@@ -134,6 +134,7 @@
 Patch78:        headerchk2.diff
 Patch79:        helperenv.diff
 Patch80:        config-guess-sub-update.diff
+Patch81:        debugedit-aarch64.diff
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 #
 # avoid bootstrapping problem
@@ -220,7 +221,7 @@
 %patch -P 50 -P 51 -P 52 -P 53 -P 54 -P 55 -P 56 -P 57 -P 58 -P 59
 %patch -P 60 -P 61 -P 62 -P 63 -P 64 -P 65 -P 66 -P 67 -P 68 -P 69
 %patch -P 70 -P 71 -P 72 -P 73 -P 74 -P 75 -P 76 -P 77 -P 78 -P 79
-%patch -P 80
+%patch -P 80 -P 81
 cp config.guess config.sub db/dist/
 cp config.guess config.sub beecrypt/
 #chmod 755 scripts/find-supplements{,.ksyms}

++++++ debugedit-aarch64.diff ++++++
Index: tools/debugedit.c
===================================================================
--- tools/debugedit.c.orig
+++ tools/debugedit.c
@@ -1223,6 +1223,10 @@ edit_dwarf2 (DSO *dso)
                  if (rtype != R_ALPHA_REFLONG)
                    goto fail;
                  break;
+               case EM_AARCH64:
+                 if (rtype != R_AARCH64_ABS32)
+                   goto fail;
+                 break;
                default:
                fail:
                  error (1, 0, "%s: Unhandled relocation %d in .debug_info 
section",
-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to