diff --git a/tar-1.20.tar.bz2 b/tar-1.20.tar.bz2 deleted file mode 100644 index 5e96059..0000000 --- a/tar-1.20.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:be8bf33afb5adc2377e45d94693ffd46b75f267f9b808df0c7006e51211f9deb -size 1912591 diff --git a/tar-1.21.tar.bz2 b/tar-1.21.tar.bz2 new file mode 100644 index 0000000..05c34f2 --- /dev/null +++ b/tar-1.21.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc6c70d2071ca4a928460b6d68ab500a32e67d50255261a0d17765a307aeb350 +size 2071237 diff --git a/tar.changes b/tar.changes index d9f6e9f..6bd8e6e 100644 --- a/tar.changes +++ b/tar.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Wed Feb 11 10:41:36 CET 2009 - coolo@suse.de + +- update to version 1.21 + * New short option -J - A shortcut for --lzma. + * New option --lzop + * Compressed format recognition + * Using --exclude-vcs handles also files used internally by + Bazaar, Mercurial and Darcs. +- split out language subpackage +- recommend xz instead of the old name of lzma + ------------------------------------------------------------------- Wed Nov 19 12:30:35 CET 2008 - mkoenig@suse.de diff --git a/tar.spec b/tar.spec index 9589307..d5896b2 100644 --- a/tar.spec +++ b/tar.spec @@ -1,7 +1,7 @@ # -# spec file for package tar (Version 1.20) +# spec file for package tar (Version 1.21) # -# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2009 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 @@ -26,8 +26,8 @@ Group: System/Base Provides: base:/bin/tar PreReq: %install_info_prereq AutoReqProv: on -Version: 1.20 -Release: 23 +Version: 1.21 +Release: 1 Summary: GNU implementation of tar ((t)ape (ar)chiver) Source0: %name-%version.tar.bz2 # merged @@ -39,7 +39,8 @@ Patch1: tar-disable-listed02-test.diff Patch2: tar-manpage.patch Patch3: tar-wildcards.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build -Recommends: lzma +Recommends: xz +Requires: tar-lang = %version %define _bindir /bin %description @@ -72,6 +73,7 @@ Authors: The King Tom Tromey +%lang_package %prep %setup -q %patch0 -p1 @@ -101,7 +103,9 @@ make install DESTDIR=$RPM_BUILD_ROOT rm -r %buildroot/usr/libexec %find_lang %name -%files -f %name.lang +%files lang -f %name.lang + +%files %defattr(-, root, root) %_bindir/tar %doc README* ABOUT-NLS AUTHORS COPYING NEWS THANKS ChangeLog PORTS TODO @@ -118,6 +122,15 @@ rm -r %buildroot/usr/libexec rm -rf $RPM_BUILD_ROOT %changelog +* Wed Feb 11 2009 coolo@suse.de +- update to version 1.21 + * New short option -J - A shortcut for --lzma. + * New option --lzop + * Compressed format recognition + * Using --exclude-vcs handles also files used internally by + Bazaar, Mercurial and Darcs. +- split out language subpackage +- recommend xz instead of the old name of lzma * Wed Nov 19 2008 mkoenig@suse.de - fix incremental backup with wildcard option [bnc#445411] * Mon Jun 23 2008 mkoenig@suse.de