[packages/tar] - updated to 1.2.7 (pl.po-update.patch and stdio.in.patch applied upstream)

draenog draenog at pld-linux.org
Sat Oct 12 21:14:16 CEST 2013


commit 365dacf0d8e8762e9708fe97e7faab0a3137ca68
Author: Kacper Kornet <draenog at pld-linux.org>
Date:   Sat Oct 12 20:12:45 2013 +0100

    - updated to 1.2.7 (pl.po-update.patch and stdio.in.patch applied
      upstream)

 tar-pl.po-update.patch | 41 -----------------------------------------
 tar-stdio.in.patch     | 13 -------------
 tar.spec               | 12 ++++--------
 3 files changed, 4 insertions(+), 62 deletions(-)
---
diff --git a/tar.spec b/tar.spec
index 7fb97d0..27ee5ad 100644
--- 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
 
diff --git a/tar-pl.po-update.patch b/tar-pl.po-update.patch
deleted file mode 100644
index 4c4359b..0000000
--- a/tar-pl.po-update.patch
+++ /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 at 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 at 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 at 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 at icm.edu.pl>\n"
- "Language-Team: Polish <translation-team-pl at 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
index a687592..0000000
--- a/tar-stdio.in.patch
+++ /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@
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/tar.git/commitdiff/365dacf0d8e8762e9708fe97e7faab0a3137ca68



More information about the pld-cvs-commit mailing list