Hello community,

here is the log from the commit of package dpkg for openSUSE:Factory checked in 
at 2014-08-28 21:05:08
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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        2014-05-13 
20:46:08.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.dpkg.new/dpkg.changes   2014-08-28 
21:05:12.000000000 +0200
@@ -1,0 +2,10 @@
+Mon Aug 25 13:35:42 UTC 2014 - jblu...@infradead.org
+
+- Add dpkg-archive_tar_format_gnu.patch: Make Dpkg::Source::Archive use tar 
--format=gnu
+
+-------------------------------------------------------------------
+Sat Aug 23 19:02:35 UTC 2014 - dvla...@suse.com
+
+- Update pkg-ppc64le.diff to fix Debian name for ppc64le
+
+-------------------------------------------------------------------

New:
----
  dpkg-archive_tar_format_gnu.patch

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

Other differences:
------------------
++++++ dpkg.spec ++++++
--- /var/tmp/diff_new_pack.U5a15i/_old  2014-08-28 21:05:13.000000000 +0200
+++ /var/tmp/diff_new_pack.U5a15i/_new  2014-08-28 21:05:13.000000000 +0200
@@ -39,6 +39,7 @@
 Patch5:         dpkg-old-Test-More.patch
 Patch6:         dpkg-sparc.diff
 Patch7:         dpkg-ppc64le.diff
+Patch8:         dpkg-archive_tar_format_gnu.patch
 BuildRequires:  gcc-c++
 BuildRequires:  libselinux-devel
 %define use_selinux 1
@@ -119,6 +120,9 @@
 %endif
 %patch6 -p1
 %patch7 -p1
+%if 0%{?suse_version} >= 1220
+%patch8 -p1
+%endif
 
 %build
 export CFLAGS="%{optflags}"

++++++ dpkg-archive_tar_format_gnu.patch ++++++
From: Jan Blunck <jblu...@infradead.org>
Subject: Make Dpkg::Source::Archive use tar --format=gnu

Some versions of tar (specifically on openSUSE 12.2) have different default
tar format. So lets explicitly instruct Dpkg::Source::Archive to create the
gnu tar format.

http://anonscm.debian.org/gitweb/?p=dpkg/dpkg.git;h=3f0c739bff65e6167cc91626fa77145247560fda

Signed-off-by: Jan Blunck <jblu...@infradead.org>

Index: dpkg-1.16.10/scripts/Dpkg/Source/Archive.pm
===================================================================
--- dpkg-1.16.10.orig/scripts/Dpkg/Source/Archive.pm
+++ dpkg-1.16.10/scripts/Dpkg/Source/Archive.pm
@@ -48,7 +48,7 @@ sub create {
     # Call tar creation process
     $spawn_opts{"delete_env"} = [ "TAR_OPTIONS" ];
     $spawn_opts{'exec'} = [ 'tar', '--null', '-T', '-', '--numeric-owner',
-                            '--owner', '0', '--group', '0',
+                            '--owner', '0', '--group', '0', '--format=gnu',
                             @{$opts{"options"}}, '-cf', '-' ];
     *$self->{"pid"} = spawn(%spawn_opts);
     *$self->{"cwd"} = getcwd();
++++++ dpkg-ppc64le.diff ++++++
--- /var/tmp/diff_new_pack.U5a15i/_old  2014-08-28 21:05:13.000000000 +0200
+++ /var/tmp/diff_new_pack.U5a15i/_new  2014-08-28 21:05:13.000000000 +0200
@@ -6,7 +6,7 @@
  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
++ppc64el               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: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to