]> git.pld-linux.org Git - packages/vim.git/commitdiff
- pl patch with fixes for SEGV and some nasty mistakes in pl messages vim-6_0aq-3
authorJakub Bogusz <qboosh@pld-linux.org>
Fri, 10 Aug 2001 22:02:05 +0000 (22:02 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- release 3

Changed files:
    vim-pl.patch -> 1.1
    vim.spec -> 1.77

vim-pl.patch [new file with mode: 0644]
vim.spec

diff --git a/vim-pl.patch b/vim-pl.patch
new file mode 100644 (file)
index 0000000..f58fcd4
--- /dev/null
@@ -0,0 +1,53 @@
+--- vim60aq/src/po/pl.po.orig  Mon Jul 30 19:38:21 2001
++++ vim60aq/src/po/pl.po       Fri Aug 10 21:04:48 2001
+@@ -32,7 +32,7 @@
+ #: buffer.c:701
+ msgid "No buffers were wiped out"
+-msgstr "¯aden bufor nie zosta³ wy¿ucony"
++msgstr "¯aden bufor nie zosta³ wyrzucony"
+ #: buffer.c:709
+ msgid "1 buffer unloaded"
+@@ -54,12 +54,12 @@
+ #: buffer.c:723
+ msgid "1 buffer wiped out"
+-msgstr "wy¿ucono 1 bufor "
++msgstr "wyrzucono 1 bufor "
+ #: buffer.c:725
+ #, c-format
+ msgid "%d buffers wiped out"
+-msgstr "wy¿ucono %d buforów"
++msgstr "wyrzucono %d buforów"
+ #: buffer.c:782
+ msgid "E84: No modified buffer found"
+@@ -380,7 +380,7 @@
+ #: edit.c:3349
+ #, c-format
+ msgid "match %d"
+-msgstr "pasuje %s"
++msgstr "pasuje %d"
+ #: eval.c:686
+ #, c-format
+@@ -1529,7 +1529,7 @@
+ #: fileio.c:3672
+ msgid "don't quit the editor until the file is successfully written!"
+-msgstr "nie wychod¼ edytora, dopuki plik nie zosta³ poprawnie zapisany!"
++msgstr "nie wychod¼ edytora, dopóki plik nie zosta³ poprawnie zapisany!"
+ #: fileio.c:3740
+ msgid "[dos]"
+@@ -5431,7 +5431,7 @@
+ #: version.c:896
+ msgid "Help poor children in Uganda!"
+-msgstr "Pomagajcie biednym dzieci± w Ugandzie"
++msgstr "Pomagajcie biednym dzieciom w Ugandzie"
+ #: version.c:897
+ msgid "type  :help iccf<Enter>       for information "
index 7d664844b14b335286b958d29ca5aee272f40382..9c23000b35ed749444601781fce970e2c421529e 100644 (file)
--- a/vim.spec
+++ b/vim.spec
@@ -14,7 +14,7 @@ Summary(pl):  Vi IMproved - klon edytora Vi
 Summary(tr):   Geliþmiþ bir vi sürümü
 Name:          vim
 Version:       6.0aq
-Release:       2
+Release:       3
 Epoch:         2
 License:       Charityware
 Group:         Applications/Editors/Vim
@@ -35,6 +35,7 @@ Patch1:               %{name}-visual.patch
 Patch2:                %{name}-phphighlight.patch
 Patch3:                %{name}-paths.patch
 Patch4:                %{name}-ispell.patch
+Patch5:                %{name}-pl.patch
 URL:           http://www.vim.org/
 BuildRequires: gpm-devel
 BuildRequires: ncurses-devel
@@ -218,6 +219,7 @@ biblioteki GNOME.
 %patch2 -p1
 %patch3 -p1
 %{?_with_ispell:%patch4 -p1}
+%patch5 -p1
 
 %build
 cd src
This page took 0.21075 seconds and 4 git commands to generate.