rebase: minor version update

Per release notes 2013-11-17 at:
http://www.gnu.org/software/tar/

Resolves: #1031419
Version: 1.27.1-1
This commit is contained in:
Pavel Raiskup 2013-11-18 08:04:18 +01:00
parent f6493483ff
commit da53ae63ea
3 changed files with 9 additions and 11 deletions

2
.gitignore vendored
View File

@ -8,3 +8,5 @@ tar-1.23.tar.bz2.sig
/tar-1.26.tar.xz.sig
/tar-1.27.tar.xz
/tar-1.27.tar.xz.sig
/tar-1.27.1.tar.xz
/tar-1.27.1.tar.xz.sig

View File

@ -1,2 +1,2 @@
3484fc42b7a82b82f2305b2971aa0e56 tar-1.27.tar.xz
402afd4829f508991c7e85b3d9a87077 tar-1.27.tar.xz.sig
e0382a4064e09a4943f3adeff1435978 tar-1.27.1.tar.xz
575d1ba7ddcec1bbecd2dd9556b3848e tar-1.27.1.tar.xz.sig

View File

@ -4,8 +4,8 @@
Summary: A GNU file archiving program
Name: tar
Epoch: 2
Version: 1.27
Release: 2%{?dist}
Version: 1.27.1
Release: 1%{?dist}
License: GPLv3+
Group: Applications/Archiving
URL: http://www.gnu.org/software/tar/
@ -64,12 +64,6 @@ Patch7: tar-1.26-docu-xattrs.patch
Patch8: tar-1.26-xattrs-include-implies-xattrs.patch
# If the 'st_size' != 0 && count(blocks) == 0 && st_size < size(block), this
# does not necessarily must be a sparse file.
# ~> upstream (paxutils): 986382a0bb3261
# ~> #1024095
Patch9: tar-1.27-sparse-stat-detection.patch
# run "make check" by default
%bcond_without check
@ -111,7 +105,6 @@ the rmt package on the remote box.
%patch6 -p1 -b .print-xattrs-fix
%patch7 -p1 -b .xattrs-documentation
%patch8 -p1 -b .xattrs-if-xattrs-include
%patch9 -p1 -b .sparse-stat-detection
autoreconf -v
@ -170,6 +163,9 @@ fi
%{_infodir}/tar.info*
%changelog
* Mon Nov 18 2013 Pavel Raiskup <praiskup@redhat.com> - 1.27.1-1
- minor version update to 1.27.1
* Tue Oct 29 2013 Pavel Raiskup <praiskup@redhat.com> - 1.27-2
- sparse file detection based on fstat() fix (#1024095)