Hello community, here is the log from the commit of package dpkg for openSUSE:Factory checked in at 2013-12-03 14:25:41 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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-07-09 20:51:54.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.dpkg.new/dpkg.changes 2013-12-03 14:25:42.000000000 +0100 @@ -1,0 +2,5 @@ +Mon Dec 2 21:31:13 UTC 2013 - [email protected] + +- add dpkg-ppc64le.diff to fix ppc64 LE build + +------------------------------------------------------------------- --- /work/SRC/openSUSE:Factory/dpkg/update-alternatives.changes 2013-07-09 20:51:54.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.dpkg.new/update-alternatives.changes 2013-12-03 14:25:42.000000000 +0100 @@ -1,0 +2,5 @@ +Mon Dec 2 21:27:10 UTC 2013 - [email protected] + +- add dpkg-ppc64le.diff (adds ppc64le architecture) + +------------------------------------------------------------------- New: ---- dpkg-ppc64le.diff ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ dpkg.spec ++++++ --- /var/tmp/diff_new_pack.Cic054/_old 2013-12-03 14:25:42.000000000 +0100 +++ /var/tmp/diff_new_pack.Cic054/_new 2013-12-03 14:25:42.000000000 +0100 @@ -38,6 +38,7 @@ # PATCH-FIX-SUSE support for old Test::More (SLES11) Patch5: dpkg-old-Test-More.patch Patch6: dpkg-sparc.diff +Patch7: dpkg-ppc64le.diff BuildRequires: gcc-c++ BuildRequires: libselinux-devel %define use_selinux 1 @@ -117,6 +118,7 @@ %patch5 -p1 %endif %patch6 -p1 +%patch7 -p1 %build export CFLAGS="%{optflags}" ++++++ update-alternatives.spec ++++++ --- /var/tmp/diff_new_pack.Cic054/_old 2013-12-03 14:25:42.000000000 +0100 +++ /var/tmp/diff_new_pack.Cic054/_new 2013-12-03 14:25:42.000000000 +0100 @@ -30,6 +30,7 @@ Patch0: update-alternatives-1.16.8-suse.patch Patch1: dpkg-archtable-suse.patch Patch6: dpkg-sparc.diff +Patch7: dpkg-ppc64le.diff BuildRequires: ncurses-devel BuildRequires: xz BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -51,6 +52,7 @@ %patch0 -p1 %patch1 -p1 %patch6 -p1 +%patch7 -p1 %build %{configure} \ ++++++ dpkg-ppc64le.diff ++++++ Index: dpkg-1.16.10/cputable =================================================================== --- dpkg-1.16.10.orig/cputable +++ dpkg-1.16.10/cputable @@ -31,6 +31,7 @@ mips mips mips(eb)? 32 big mipsel mipsel mipsel 32 little powerpc powerpc (powerpc|ppc) 32 big ppc64 powerpc64 (powerpc|ppc)64 64 big +ppc64le powerpc64le (powerpc|ppc)64le 64 little s390 s390 s390 32 big s390x s390x s390x 64 big sh3 sh3 sh3 32 little -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
