Mailinglist Archive: opensuse-commit (1159 mails)
| < Previous | Next > |
commit tar
- From: root@xxxxxxxxxxxxxxx (h_root)
- Date: Mon, 08 Oct 2007 12:32:54 +0200
- Message-id: <20071008103254.8B78367817A@xxxxxxxxxxxxxxx>
Hello community,
here is the log from the commit of package tar
checked in at Mon Oct 8 12:32:54 CEST 2007.
--------
--- tar/tar.changes 2007-10-01 10:48:34.000000000 +0200
+++ /mounts/work_src_done/STABLE/tar/tar.changes 2007-10-05 16:34:44.000000000 +0200
@@ -1,0 +2,8 @@
+Fri Oct 5 16:06:49 CEST 2007 - mkoenig@xxxxxxx
+
+- update to version 1.18
+ Licensed under the GPLv3
+- merged patches:
+ tar-1.17-testsuite12.patch
+
+-------------------------------------------------------------------
Old:
----
tar-1.17.tar.bz2
tar-1.17-testsuite12.patch
New:
----
tar-1.18.tar.bz2
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ tar.spec ++++++
--- /var/tmp/diff_new_pack.ZD1530/_old 2007-10-08 12:32:45.000000000 +0200
+++ /var/tmp/diff_new_pack.ZD1530/_new 2007-10-08 12:32:45.000000000 +0200
@@ -1,5 +1,5 @@
#
-# spec file for package tar (Version 1.17)
+# spec file for package tar (Version 1.18)
#
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
@@ -13,19 +13,19 @@
Name: tar
BuildRequires: help2man
Url: http://www.gnu.org/software/tar/
-License: GPL v2 or later
+License: GPL v3 or later
Group: System/Base
Provides: base:/bin/tar
PreReq: %install_info_prereq
AutoReqProv: on
-Version: 1.17
-Release: 22
+Version: 1.18
+Release: 1
Summary: GNU implementation of tar ((t)ape (ar)chiver)
Source0: %name-%version.tar.bz2
Patch0: tar-disable_languages.patch
Patch1: tar-disable-listed02-test.diff
Patch2: tar-manpage.patch
-Patch3: tar-1.17-testsuite12.patch
+#Patch3: tar-1.17-testsuite12.patch
Patch4: tar-1.17-paxlib-owl-alloca.patch
Patch5: tar-1.15.1-CVE-2001-1267.patch
Patch6: tar-gcc43.patch
@@ -67,7 +67,6 @@
%patch0 -p1
%patch1 -p1
%patch2 -p1
-%patch3
%patch4
%patch5 -p0
%patch6
@@ -76,7 +75,7 @@
rm -f po/no.* po/ky.*
#autoreconf -fi
aclocal -I m4
-automake -f
+automake --force --add-missing
%define my_cflags -W -Wall -Wpointer-arith -Wstrict-prototypes -Wformat-security -Wno-unused-parameter
export CFLAGS="$RPM_OPT_FLAGS %my_cflags"
export RSH="/usr/bin/rsh"
@@ -110,6 +109,11 @@
%clean
rm -rf $RPM_BUILD_ROOT
%changelog
+* Fri Oct 05 2007 - mkoenig@xxxxxxx
+- update to version 1.18
+ Licensed under the GPLv3
+- merged patches:
+ tar-1.17-testsuite12.patch
* Mon Oct 01 2007 - mkoenig@xxxxxxx
- fix build with gcc-4.3
* Fri Aug 31 2007 - mkoenig@xxxxxxx
++++++ tar-1.17.tar.bz2 -> tar-1.18.tar.bz2 ++++++
++++ 47656 lines of diff (skipped)
++++++ tar-manpage.patch ++++++
--- /var/tmp/diff_new_pack.ZD1530/_old 2007-10-08 12:32:50.000000000 +0200
+++ /var/tmp/diff_new_pack.ZD1530/_new 2007-10-08 12:32:50.000000000 +0200
@@ -1,11 +1,11 @@
-Index: tar-1.16/doc/Makefile.am
+Index: tar-1.18/doc/Makefile.am
===================================================================
---- tar-1.16.orig/doc/Makefile.am
-+++ tar-1.16/doc/Makefile.am
+--- tar-1.18.orig/doc/Makefile.am
++++ tar-1.18/doc/Makefile.am
@@ -32,6 +32,9 @@ tar_TEXINFOS = \
+ sparse.texi\
value.texi
EXTRA_DIST = gendocs_template mastermenu.el texify.sed
- DISTCLEANFILES=*.info*
+dist_man_MANS = tar.1
+TAR = $(top_builddir)/src/tar
+HELP2MAN = /usr/bin/help2man
@@ -23,10 +23,10 @@
header.texi: $(top_srcdir)/src/tar.h
sed -f $(srcdir)/texify.sed $(top_srcdir)/src/tar.h \
| expand >$@
-Index: tar-1.16/Makefile.am
+Index: tar-1.18/Makefile.am
===================================================================
---- tar-1.16.orig/Makefile.am
-+++ tar-1.16/Makefile.am
+--- tar-1.18.orig/Makefile.am
++++ tar-1.18/Makefile.am
@@ -20,7 +20,7 @@
ACLOCAL_AMFLAGS = -I m4
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx
| < Previous | Next > |