Update to 3.9.91
This commit is contained in:
parent
e1a519b36f
commit
8e456cc995
1
.gitignore
vendored
1
.gitignore
vendored
@ -54,3 +54,4 @@ gedit-2.31.6.tar.bz2
|
||||
/gedit-3.9.3.tar.xz
|
||||
/gedit-3.9.4.tar.xz
|
||||
/gedit-3.9.90.tar.xz
|
||||
/gedit-3.9.91.tar.xz
|
||||
|
||||
@ -0,0 +1,25 @@
|
||||
From f5b1ffeec158314acf55b86207ed5a1a57c11aed Mon Sep 17 00:00:00 2001
|
||||
From: Kalev Lember <kalevlember@gmail.com>
|
||||
Date: Wed, 4 Sep 2013 00:25:08 +0200
|
||||
Subject: [PATCH] Fix desktop file keywords syntax in Vietnamese translation
|
||||
|
||||
---
|
||||
po/vi.po | 2 +-
|
||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||
|
||||
diff --git a/po/vi.po b/po/vi.po
|
||||
index 2ae7e4e..c74dd30 100644
|
||||
--- a/po/vi.po
|
||||
+++ b/po/vi.po
|
||||
@@ -38,7 +38,7 @@ msgstr "gedit Bộ soạn văn bản"
|
||||
|
||||
#: ../data/gedit.desktop.in.in.h:5
|
||||
msgid "Text;Editor;"
|
||||
-msgstr "Text;văn;bản;van;ban;Editor;sửa;sua;soạn;thảo;soan;thao"
|
||||
+msgstr "Text;văn;bản;van;ban;Editor;sửa;sua;soạn;thảo;soan;thao;"
|
||||
|
||||
#: ../data/gedit.desktop.in.in.h:6
|
||||
msgid "Open a New Window"
|
||||
--
|
||||
1.8.3.1
|
||||
|
||||
@ -24,7 +24,7 @@
|
||||
Summary: Text editor for the GNOME desktop
|
||||
Name: gedit
|
||||
Epoch: 2
|
||||
Version: 3.9.90
|
||||
Version: 3.9.91
|
||||
Release: 1%{?dist}
|
||||
License: GPLv2+ and GFDL
|
||||
Group: Applications/Editors
|
||||
@ -40,6 +40,8 @@ Requires(postun): desktop-file-utils >= %{desktop_file_utils_version}
|
||||
Patch1: gedit-2.13.90-libdir.patch
|
||||
%endif
|
||||
|
||||
Patch2: 0001-Fix-desktop-file-keywords-syntax-in-Vietnamese-trans.patch
|
||||
|
||||
# http://bugzilla.gnome.org/show_bug.cgi?id=587053
|
||||
#Patch3: print-to-file.patch
|
||||
|
||||
@ -124,6 +126,8 @@ access and leave event for documents used with gedit.
|
||||
%patch1 -p1 -b .libdir
|
||||
%endif
|
||||
|
||||
%patch2 -p1 -b .keywords
|
||||
|
||||
#%patch3 -p1 -b .print-to-file
|
||||
|
||||
%if !%{with_python3}
|
||||
@ -239,6 +243,9 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas >&/dev/null || :
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Wed Sep 04 2013 Kalev Lember <kalevlember@gmail.com> - 2:3.9.91-1
|
||||
- Update to 3.9.91
|
||||
|
||||
* Thu Aug 22 2013 Kalev Lember <kalevlember@gmail.com> - 2:3.9.90-1
|
||||
- Update to 3.9.90
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user