]> git.pld-linux.org Git - packages/tar.git/commitdiff
- updated to 1.2.7 (pl.po-update.patch and stdio.in.patch applied auto/th/tar-1.27-1
authorKacper Kornet <draenog@pld-linux.org>
Sat, 12 Oct 2013 19:12:45 +0000 (20:12 +0100)
committerKacper Kornet <draenog@pld-linux.org>
Sat, 12 Oct 2013 19:12:45 +0000 (20:12 +0100)
  upstream)

tar-pl.po-update.patch [deleted file]
tar-stdio.in.patch [deleted file]
tar.spec

diff --git a/tar-pl.po-update.patch b/tar-pl.po-update.patch
deleted file mode 100644 (file)
index 4c4359b..0000000
+++ /dev/null
@@ -1,41 +0,0 @@
---- tar-1.26/po/pl.po.orig     2011-03-12 10:53:55.000000000 +0100
-+++ tar-1.26/po/pl.po  2011-03-13 15:16:38.063410428 +0100
-@@ -1,15 +1,15 @@
- # Polish translation of GNU tar
--# Copyright (C) 1996, 1997, 2000, 2001, 2003, 2004, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
-+# Copyright (C) 1996, 1997, 2000, 2001, 2003, 2004, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc.
- # This file is distributed under the same license as the tar package.
--# Rafał Maszkowski <rzm@icm.edu.pl>, 1996, 1997, 2000, 2001, 2003, 2004, 2006-2010.  „”
--# Thanks to Jakub Bogusz for remarks and corrections, 2003, 2004, 2007, 2008, 2010
-+# Rafał Maszkowski <rzm@icm.edu.pl>, 1996, 1997, 2000, 2001, 2003, 2004, 2006-2011.  „”
-+# Thanks to Jakub Bogusz for remarks and corrections, 2003, 2004, 2007, 2008, 2010.
- #: src/create.c:1552
- msgid ""
- msgstr ""
--"Project-Id-Version: tar 1.24\n"
-+"Project-Id-Version: tar 1.26\n"
- "Report-Msgid-Bugs-To: bug-tar@gnu.org\n"
- "POT-Creation-Date: 2011-03-12 11:53+0200\n"
--"PO-Revision-Date: 2010-10-25 23:10+0200\n"
-+"PO-Revision-Date: 2011-03-12 18:25+0100\n"
- "Last-Translator: Rafał Maszkowski <rzm@icm.edu.pl>\n"
- "Language-Team: Polish <translation-team-pl@lists.sourceforge.net>\n"
- "Language: pl\n"
-@@ -879,9 +879,8 @@
- msgstr "Archiwum zawiera nazwy plików bez początkowych elementów ścieżek."
- #: src/compare.c:526
--#, fuzzy
- msgid "Archive contains transformed file names."
--msgstr "Archiwum zawiera przestarzałe nagłówki base64"
-+msgstr "Archiwum zawiera zmienione nazwy plików."
- #: src/compare.c:531
- msgid "Verification may fail to locate original files."
-@@ -2759,6 +2758,3 @@
- #, c-format
- msgid "--stat requires file names"
- msgstr "--stat wymaga podania nazwy pliku"
--
--#~ msgid "%s: Directory removed before we read it"
--#~ msgstr "%s: Katalog usunięty zanim został przeczytany"
diff --git a/tar-stdio.in.patch b/tar-stdio.in.patch
deleted file mode 100644 (file)
index a687592..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-diff -urNp tar-1.26-orig/gnu/stdio.in.h tar-1.26/gnu/stdio.in.h
---- tar-1.26-orig/gnu/stdio.in.h
-+++ tar-1.26/gnu/stdio.in.h
-@@ -139,7 +139,9 @@ _GL_WARN_ON_USE (fflush, "fflush is not 
-    so any use of gets warrants an unconditional warning.  Assume it is
-    always declared, since it is required by C89.  */
- #undef gets
-+#if HAVE_RAW_DECL_GETS
- _GL_WARN_ON_USE (gets, "gets is a security hole - use fgets instead");
-+#endif
- #if @GNULIB_FOPEN@
- # if @REPLACE_FOPEN@
index 7fb97d0b1b5a80eb3b018a3c58eff3e1e509777a..27ee5adcfbbe269030eeb46cf46a5f124aa8aa4a 100644 (file)
--- a/tar.spec
+++ b/tar.spec
@@ -10,19 +10,17 @@ Summary(pl.UTF-8):  Program do archiwizacji (GNU)
 Summary(pt_BR.UTF-8):  GNU Tape Archiver (tar)
 Summary(tr.UTF-8):     Yaygın kullanılan yedekleyici
 Name:          tar
-Version:       1.26
-Release:       2
+Version:       1.27
+Release:       1
 Epoch:         1
 License:       GPL v3+
 Group:         Applications/Archiving
 Source0:       http://ftp.gnu.org/gnu/tar/%{name}-%{version}.tar.bz2
-# Source0-md5: 2cee42a2ff4f1cd4f9298eeeb2264519
+# Source0-md5: 74f51434bfb7756bd571a0f718b171ae
 Source1:       http://www.mif.pg.gda.pl/homepages/ankry/man-PLD/%{name}-non-english-man-pages.tar.bz2
 # Source1-md5: 4e4b1655fe42c27a4eb5d7bcd82e74ac
 Patch0:                %{name}-info.patch
-Patch1:                %{name}-pl.po-update.patch
-Patch2:                %{name}-zero-block.patch
-Patch3:                %{name}-stdio.in.patch
+Patch1:                %{name}-zero-block.patch
 URL:           http://www.gnu.org/software/tar/tar.html
 BuildRequires: autoconf >= 2.63
 BuildRequires: automake >= 1:1.11
@@ -142,8 +140,6 @@ z pakietu dump.
 %setup -q
 %patch0 -p1
 %patch1 -p1
-%patch2 -p1
-%patch3 -p1
 
 %{__rm} po/stamp-po
 
This page took 0.074413 seconds and 4 git commands to generate.