packages/grep branch master updated.

draenog draenog at pld-linux.org
Thu Jul 5 19:51:57 CEST 2012


The branch, master has been updated
       via  5770d6ba6f271058d710a7c231c5a28d0e797ac7 (commit)
      from  67ccd559cbef9a3878dfab848f695c98cadfd89c (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 5770d6ba6f271058d710a7c231c5a28d0e797ac7
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Thu Jul 5 16:06:50 2012 +0000

    - updated to 2.13
    - added pl.po-update patch (3 fuzzies)
    
    Changed files:
        grep-pl.po-update.patch -> 1.9
        grep.spec -> 1.120

diff --git a/grep-pl.po-update.patch b/grep-pl.po-update.patch
new file mode 100644
index 0000000..c596d96
--- /dev/null
+++ b/grep-pl.po-update.patch
@@ -0,0 +1,69 @@
+--- grep-2.13/po/pl.po.orig	2012-07-04 17:25:56.000000000 +0200
++++ grep-2.13/po/pl.po	2012-07-05 17:41:21.196339565 +0200
+@@ -4,10 +4,10 @@
+ # Rafał Maszkowski <rzm at icm.edu.pl>, 1996-2002, 2005, 2007-2012.
+ msgid ""
+ msgstr ""
+-"Project-Id-Version: GNU grep 2.11.11-pre1\n"
++"Project-Id-Version: GNU grep 2.13\n"
+ "Report-Msgid-Bugs-To: bug-grep at gnu.org\n"
+ "POT-Creation-Date: 2012-07-04 17:25+0200\n"
+-"PO-Revision-Date: 2012-04-14 22:45+0200\n"
++"PO-Revision-Date: 2012-07-05 17:40+0200\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"
+@@ -602,7 +602,7 @@
+ "      --label=ETYKIETA      w wyniku ETYKIETA zastępuje nazwe pliku\n"
+ 
+ #: src/main.c:1596
+-#, fuzzy, c-format
++#, c-format
+ msgid ""
+ "  -o, --only-matching       show only the part of a line matching PATTERN\n"
+ "  -q, --quiet, --silent     suppress all normal output\n"
+@@ -611,13 +611,13 @@
+ "  -a, --text                equivalent to --binary-files=text\n"
+ msgstr ""
+ "  -o, --only-matching       pokazanie tylko kawałka, który pasuje do WZORCA\n"
+-"  -q, --quiet, --silent     wyłączenie wypisywanie wyniku\n"
++"  -q, --quiet, --silent     wyłączenie zwykłego wyjścia\n"
+ "      --binary-files=TYP    założenie, że pliki binarne są typu TYP\n"
+ "                            TYP to 'binary', 'text' lub 'without-match'.\n"
+ "  -a, --text                równoważne --binary-files=text\n"
+ 
+ #: src/main.c:1603
+-#, fuzzy, c-format
++#, c-format
+ msgid ""
+ "  -I                        equivalent to --binary-files=without-match\n"
+ "  -d, --directories=ACTION  how to handle directories;\n"
+@@ -629,7 +629,7 @@
+ msgstr ""
+ "  -I                        równoważne --binary-files=without-match\n"
+ "  -d, --directories=DZIAŁANIE  jak się obchodzić z katalogami,\n"
+-"                            DZIAŁANIE to `read' (czytanie), `recurse'\n"
++"                            DZIAŁANIE to 'read' (czytanie), 'recurse'\n"
+ "                            (przeglądanie rekurencujne) albo 'skip'\n"
+ "                            (pominięcie).\n"
+ "  -D, --devices=DZIAŁANIE   jak odwoływać się do urządzeń, FIFO i gniazd,\n"
+@@ -686,7 +686,7 @@
+ "  -C, --context=ILE         wypisanie ILU linii kontekstu\n"
+ 
+ #: src/main.c:1631
+-#, fuzzy, c-format
++#, c-format
+ msgid ""
+ "  -NUM                      same as --context=NUM\n"
+ "      --color[=WHEN],\n"
+@@ -701,8 +701,8 @@
+ "  -ILE                      to samo co --context=ILE\n"
+ "      --color[=KIEDY],\n"
+ "      --colour[=KIEDY]      oznaczanie pasujących znaków,\n"
+-"                            KIEDY to `always' (zawsze), `never' (nigdy)\n"
+-"                            albo `auto' (automatycznie).\n"
++"                            KIEDY to 'always' (zawsze), 'never' (nigdy)\n"
++"                            albo 'auto' (automatycznie).\n"
+ "  -U, --binary              bez usuwania znaków nowej linii na końcu\n"
+ "                              (MSDOS/Windows)\n"
+ "  -u, --unix-byte-offsets   podawanie pozycji tak jakby nie było CRów\n"
diff --git a/grep.spec b/grep.spec
index a6d17ba..2fa6306 100644
--- a/grep.spec
+++ b/grep.spec
@@ -14,16 +14,17 @@ Summary(ru.UTF-8):	Утилиты поиска по шаблонам GNU grep
 Summary(tr.UTF-8):	Dosyalarda katar arama aracı
 Summary(uk.UTF-8):	Утиліти пошуку по шаблонам GNU grep
 Name:		grep
-Version:	2.12
+Version:	2.13
 Release:	1
 Epoch:		2
 License:	GPL v3+
 Group:		Applications/Text
 Source0:	http://ftp.gnu.org/gnu/grep/%{name}-%{version}.tar.xz
-# Source0-md5:	8d2f0346d08b13c18afb81f0e8aa1e2f
+# Source0-md5:	5894d484e6c02249f9702d0d8a472115
 Source1:	http://www.mif.pg.gda.pl/homepages/ankry/man-PLD/%{name}-non-english-man-pages.tar.bz2
 # Source1-md5:	1b5e726d0bee53e898531de4a76ad290
 Patch0:		%{name}-info.patch
+Patch1:		%{name}-pl.po-update.patch
 URL:		http://www.gnu.org/software/grep/grep.html
 BuildRequires:	autoconf >= 2.59
 BuildRequires:	automake >= 1:1.11
@@ -87,6 +88,7 @@ kullanılır.
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p1
 
 %{__rm} po/stamp-po
 

-----------------------------------------------------------------------

Summary of changes:
 grep-pl.po-update.patch | 69 +++++++++++++++++++++++++++++++++++++++++++++++++
 grep.spec               |  6 +++--
 2 files changed, 73 insertions(+), 2 deletions(-)
 create mode 100644 grep-pl.po-update.patch


hooks/post-receive
-- 
packages/grep


More information about the test mailing list