Hello community,

here is the log from the commit of package tar for openSUSE:Factory checked in 
at 2012-04-23 16:13:39
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/tar (Old)
 and      /work/SRC/openSUSE:Factory/.tar.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

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

Changes:
--------
--- /work/SRC/openSUSE:Factory/tar/tar.changes  2012-02-14 13:11:37.000000000 
+0100
+++ /work/SRC/openSUSE:Factory/.tar.new/tar.changes     2012-04-23 
16:13:51.000000000 +0200
@@ -1,0 +2,14 @@
+Fri Apr 20 19:55:01 UTC 2012 - [email protected]
+
+- disable 'runtime checks' in m4/*.m4 that override
+  system calls with custom implementations to workaround
+  very old kernel/libc bugs (dating 2003-2009)
+  we do not ship those buggy components nowdays.
+
+-------------------------------------------------------------------
+Fri Apr 20 15:38:17 UTC 2012 - [email protected]
+
+- Switch to default archive type to POSIX.1-2001, which is ten years
+  old and has no limits on filesize,filename length etc.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ tar.spec ++++++
--- /var/tmp/diff_new_pack.rfMyd9/_old  2012-04-23 16:13:52.000000000 +0200
+++ /var/tmp/diff_new_pack.rfMyd9/_new  2012-04-23 16:13:52.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package tar
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,6 +15,7 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 # minimum suse version where the full featured package builds
 %define min_suse_ver 1010
 
@@ -31,6 +32,7 @@
 Patch6:         tar-backup-spec-fix-paths.patch
 Patch7:         tar-1.26-remove_O_NONBLOCK.patch
 %if 0%{?suse_version} >= %min_suse_ver
+BuildRequires:  automake
 BuildRequires:  help2man
 Recommends:     tar-lang = %{version}
 Recommends:     xz
@@ -68,6 +70,9 @@
 %define my_cflags -W -Wall -Wpointer-arith -Wstrict-prototypes 
-Wformat-security -Wno-unused-parameter
 export CFLAGS="%{optflags} %my_cflags"
 export RSH="/usr/bin/rsh"
+export DEFAULT_ARCHIVE_FORMAT="POSIX"
+sed -i -e 's@need runtime check@yes@g' m4/*.m4
+autoreconf -fiv
 %configure \
        --enable-backup-scripts \
        --disable-silent-rules

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to