Hello community,

here is the log from the commit of package dpkg for openSUSE:Factory checked in 
at 2013-07-09 20:51:54
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/dpkg (Old)
 and      /work/SRC/openSUSE:Factory/.dpkg.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "dpkg"

Changes:
--------
--- /work/SRC/openSUSE:Factory/dpkg/dpkg.changes        2013-03-28 
13:10:26.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.dpkg.new/dpkg.changes   2013-07-09 
20:51:54.000000000 +0200
@@ -1,0 +2,5 @@
+Wed Jul  3 09:57:49 UTC 2013 - jeng...@inai.de
+
+- Add dpkg-sparc.diff to unbreak compilation on sparcv9 build
+
+-------------------------------------------------------------------
update-alternatives.changes: same change

New:
----
  dpkg-sparc.diff

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

Other differences:
------------------
++++++ dpkg.spec ++++++
--- /var/tmp/diff_new_pack.5PomBf/_old  2013-07-09 20:51:55.000000000 +0200
+++ /var/tmp/diff_new_pack.5PomBf/_new  2013-07-09 20:51:55.000000000 +0200
@@ -37,6 +37,7 @@
 Patch4:         dpkg-old-File-Path.patch
 # PATCH-FIX-SUSE support for old Test::More (SLES11)
 Patch5:         dpkg-old-Test-More.patch
+Patch6:         dpkg-sparc.diff
 BuildRequires:  gcc-c++
 BuildRequires:  libselinux-devel
 %define use_selinux 1
@@ -115,6 +116,7 @@
 %patch4 -p1
 %patch5 -p1
 %endif
+%patch6 -p1
 
 %build
 export CFLAGS="%{optflags}"

++++++ update-alternatives.spec ++++++
--- /var/tmp/diff_new_pack.5PomBf/_old  2013-07-09 20:51:55.000000000 +0200
+++ /var/tmp/diff_new_pack.5PomBf/_new  2013-07-09 20:51:55.000000000 +0200
@@ -29,6 +29,7 @@
 Source3:        sensible-editor
 Patch0:         update-alternatives-1.16.8-suse.patch
 Patch1:         dpkg-archtable-suse.patch
+Patch6:         dpkg-sparc.diff
 BuildRequires:  ncurses-devel
 BuildRequires:  xz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
@@ -49,6 +50,7 @@
 
 %patch0 -p1
 %patch1 -p1
+%patch6 -p1
 
 %build
 %{configure} \

++++++ dpkg-sparc.diff ++++++
From: Jan Engelhardt <jeng...@inai.de>
Date: 2013-07-03 11:48:39.034294424 +0200
X-Upstream: General patch applicable for all distributions.

cputable: support invocation via `./configure --host=sparcv9-linux-gnu`

autoconf knows to handle sparc*, but the dpkg specific
m4/dpkg-arch.m4 does not.

---
 cputable |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Index: dpkg-1.16.10/cputable
===================================================================
--- dpkg-1.16.10.orig/cputable
+++ dpkg-1.16.10/cputable
@@ -37,5 +37,5 @@ sh3           sh3             sh3                     32      
little
 sh3eb          sh3eb           sh3eb                   32      big
 sh4            sh4             sh4                     32      little
 sh4eb          sh4eb           sh4eb                   32      big
-sparc          sparc           sparc                   32      big
-sparc64                sparc64         sparc64                 64      big
+sparc64                sparc64         sparc64.*               64      big
+sparc          sparc           sparc.*                 32      big
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to