Mailinglist Archive: opensuse-commit (910 mails)
| < Previous | Next > |
commit tar for openSUSE:Factory
- From: root@xxxxxxxxxxxxxxx (h_root)
- Date: Tue, 03 Mar 2009 22:46:15 +0100
- Message-id: <20090303214616.3B45F678161@xxxxxxxxxxxxxxx>
Hello community,
here is the log from the commit of package tar for openSUSE:Factory
checked in at Tue Mar 3 22:46:15 CET 2009.
--------
--- tar/tar.changes 2009-02-11 10:44:59.000000000 +0100
+++ tar/tar.changes 2009-03-03 14:50:35.000000000 +0100
@@ -1,0 +2,5 @@
+Tue Mar 3 14:49:58 CET 2009 - pth@xxxxxxx
+
+- Recognize .xz as lzma archive.
+
+-------------------------------------------------------------------
calling whatdependson for head-i586
New:
----
tar-recognize_xz.patch
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ tar.spec ++++++
--- /var/tmp/diff_new_pack.c32627/_old 2009-03-03 22:45:14.000000000 +0100
+++ /var/tmp/diff_new_pack.c32627/_new 2009-03-03 22:45:14.000000000 +0100
@@ -27,7 +27,7 @@
PreReq: %install_info_prereq
AutoReqProv: on
Version: 1.21
-Release: 1
+Release: 2
Summary: GNU implementation of tar ((t)ape (ar)chiver)
Source0: %name-%version.tar.bz2
# merged
@@ -38,6 +38,7 @@
Patch1: tar-disable-listed02-test.diff
Patch2: tar-manpage.patch
Patch3: tar-wildcards.patch
+Patch4: tar-recognize_xz.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Recommends: xz
Requires: tar-lang = %version
@@ -80,6 +81,7 @@
%patch1 -p1
%patch2 -p1
%patch3 -p1
+%patch4
%build
rm -f po/no.* po/ky.*
@@ -122,6 +124,8 @@
rm -rf $RPM_BUILD_ROOT
%changelog
+* Tue Mar 03 2009 pth@xxxxxxx
+- Recognize .xz as lzma archive.
* Wed Feb 11 2009 coolo@xxxxxxx
- update to version 1.21
* New short option -J - A shortcut for --lzma.
++++++ tar-recognize_xz.patch ++++++
--- src/suffix.c
+++ src/suffix.c
@@ -40,6 +40,7 @@
{ S(lzma, lzma) },
{ S(tlz, lzma) },
{ S(lzo, lzop) },
+ { S(xz, lzma) },
#undef S
};
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
--
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx
| < Previous | Next > |