summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakub Bogusz2021-03-06 14:27:51 (GMT)
committerJakub Bogusz2021-03-06 14:27:51 (GMT)
commit0186c9e743aaa873a35d12abb3ecc695c7fbe1f1 (patch)
tree6f0cc4123d8edc99e063c7e4fe9cd5892de8a636
parent8c09f20c6fe69b88f0c534d639abc97b57578be9 (diff)
downloadtar-0186c9e743aaa873a35d12abb3ecc695c7fbe1f1.zip
tar-0186c9e743aaa873a35d12abb3ecc695c7fbe1f1.tar.gz
- rediffed zero-block patch; release 2auto/th/tar-1.34-2
-rw-r--r--tar-zero-block.patch14
-rw-r--r--tar.spec2
2 files changed, 8 insertions, 8 deletions
diff --git a/tar-zero-block.patch b/tar-zero-block.patch
index df48e66..41bad13 100644
--- a/tar-zero-block.patch
+++ b/tar-zero-block.patch
@@ -1,6 +1,6 @@
---- tar-1.14/src/list.c.orig 2004-05-10 13:49:09.000000000 +0200
-+++ tar-1.14/src/list.c 2004-09-08 18:48:34.473169312 +0200
-@@ -138,6 +138,14 @@
+--- tar-1.34/src/list.c.orig 2021-03-06 10:21:12.348727417 +0100
++++ tar-1.34/src/list.c 2021-03-06 15:12:39.174304779 +0100
+@@ -241,6 +241,14 @@
if (!ignore_zeros_option)
{
@@ -14,10 +14,10 @@
+
char buf[UINTMAX_STRSIZE_BOUND];
- status = read_header (false);
-@@ -146,6 +154,7 @@
- WARN ((0, 0, _("A lone zero block at %s"),
- STRINGIFY_BIGINT (current_block_ordinal (), buf)));
+ status = read_header (&current_header, &current_stat_info,
+@@ -251,6 +259,7 @@
+ (0, 0, _("A lone zero block at %s"),
+ STRINGIFY_BIGINT (current_block_ordinal (), buf)));
break;
+ */
}
diff --git a/tar.spec b/tar.spec
index 14968fc..4d7e8bb 100644
--- a/tar.spec
+++ b/tar.spec
@@ -11,7 +11,7 @@ Summary(pt_BR.UTF-8): GNU Tape Archiver (tar)
Summary(tr.UTF-8): Yaygın kullanılan yedekleyici
Name: tar
Version: 1.34
-Release: 1
+Release: 2
Epoch: 1
License: GPL v3+
Group: Applications/Archiving