|
@@ -1,11 +1,11 @@
|
|
Summary: A GNU file archiving program.
|
|
Summary: A GNU file archiving program.
|
|
Summary(ja): GNU ファイルアーカイブプログラム
|
|
Summary(ja): GNU ファイルアーカイブプログラム
|
|
Name: tar
|
|
Name: tar
|
|
-Version: 1.26
|
|
|
|
|
|
+Version: 1.27.1
|
|
Release: 1%{?_dist_release}
|
|
Release: 1%{?_dist_release}
|
|
License: GPLv3+
|
|
License: GPLv3+
|
|
Group: Applications/Archiving
|
|
Group: Applications/Archiving
|
|
-Source: ftp://ftp.gnu.org/pub/gnu/tar/tar-%{version}.tar.bz2
|
|
|
|
|
|
+Source: ftp://ftp.gnu.org/pub/gnu/tar/tar-%{version}.tar.xz
|
|
Patch0: tar-1.13.18-manpage.patch
|
|
Patch0: tar-1.13.18-manpage.patch
|
|
Patch8: tar-1.20-loneZeroWarning.patch
|
|
Patch8: tar-1.20-loneZeroWarning.patch
|
|
Patch10: tar-1.15.1-gcc4.patch
|
|
Patch10: tar-1.15.1-gcc4.patch
|
|
@@ -16,8 +16,12 @@ Patch11: tar-1.15.1-vfatTruncate.patch
|
|
#change inclusion defaults of tar to "--wildcards --anchored
|
|
#change inclusion defaults of tar to "--wildcards --anchored
|
|
#--wildcards-match-slash" for compatibility reasons (#206841)
|
|
#--wildcards-match-slash" for compatibility reasons (#206841)
|
|
Patch12: tar-1.17-wildcards.patch
|
|
Patch12: tar-1.17-wildcards.patch
|
|
-#oldarchive option was not working(#594044)
|
|
|
|
-Patch13: tar-1.23-oldarchive.patch
|
|
|
|
|
|
+
|
|
|
|
+# Fix for bad cooperation of -C and -u options.
|
|
|
|
+# ~> #688567
|
|
|
|
+# ~> http://lists.gnu.org/archive/html/bug-tar/2012-02/msg00007.html
|
|
|
|
+# ~> still downstream
|
|
|
|
+Patch15: tar-1.26-update-with-change-directory.patch
|
|
|
|
|
|
# adhoc but useful patch for z option accepts bzip2ed tarball.
|
|
# adhoc but useful patch for z option accepts bzip2ed tarball.
|
|
Patch100: tar-1.13.6-barterly.patch
|
|
Patch100: tar-1.13.6-barterly.patch
|
|
@@ -28,6 +32,8 @@ BuildRequires: autoconf texinfo gettext
|
|
Requires(post,postun): install-info
|
|
Requires(post,postun): install-info
|
|
Buildroot: %{_tmppath}/%{name}-%{version}-root
|
|
Buildroot: %{_tmppath}/%{name}-%{version}-root
|
|
|
|
|
|
|
|
+Vendor: Project Vine
|
|
|
|
+Distribution: Vine Linux
|
|
|
|
|
|
%description
|
|
%description
|
|
The GNU tar program saves many files together in one archive and can
|
|
The GNU tar program saves many files together in one archive and can
|
|
@@ -62,7 +68,7 @@ tar はマルチボリュームサポート、自動アーカイブ圧縮/伸長
|
|
%patch8 -p1 -b .loneZeroWarning
|
|
%patch8 -p1 -b .loneZeroWarning
|
|
%patch11 -p1 -b .vfatTruncate
|
|
%patch11 -p1 -b .vfatTruncate
|
|
%patch12 -p1 -b .wildcards
|
|
%patch12 -p1 -b .wildcards
|
|
-%patch13 -p1 -b .oldarchive
|
|
|
|
|
|
+%patch15 -p1 -b .update_and_changedir
|
|
|
|
|
|
%patch100 -p1 -b .accept-bz2
|
|
%patch100 -p1 -b .accept-bz2
|
|
%patch110 -p1 -b .CVE-2010-0624
|
|
%patch110 -p1 -b .CVE-2010-0624
|
|
@@ -127,6 +133,11 @@ rm -rf ${RPM_BUILD_ROOT}
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Thu Dec 26 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.27.1-1
|
|
|
|
+- new upstream release
|
|
|
|
+- remove Patch13 (tar-1.23-oldarchive.patch)
|
|
|
|
+- add Patch15 (tar-1.26-update-with-change-directory.patch) from Fedora
|
|
|
|
+
|
|
* Wed May 18 2011 Toshiharu Kudoh <toshi.kd2@gmail.com> 1.26-1
|
|
* Wed May 18 2011 Toshiharu Kudoh <toshi.kd2@gmail.com> 1.26-1
|
|
- new upstream release
|
|
- new upstream release
|
|
- added BuildRequires: gettext
|
|
- added BuildRequires: gettext
|