Update to 3.9.92

This commit is contained in:
Kalev Lember 2013-09-18 10:54:33 +02:00
parent 8e456cc995
commit 1783e54e0d
4 changed files with 11 additions and 34 deletions

1
.gitignore vendored
View File

@ -55,3 +55,4 @@ gedit-2.31.6.tar.bz2
/gedit-3.9.4.tar.xz
/gedit-3.9.90.tar.xz
/gedit-3.9.91.tar.xz
/gedit-3.9.92.tar.xz

View File

@ -1,25 +0,0 @@
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

View File

@ -12,10 +12,10 @@
%global __python %{__python3}
%endif
%define glib2_version 2.28.0
%define pygo_version 2.90
%define glib2_version 2.37.5
%define pygo_version 3.0.0
%define desktop_file_utils_version 0.9
%define gtksourceview_version 3.0.0
%define gtksourceview_version 3.9.91
%define enchant_version 1.2.0
%define isocodes_version 0.35
%define libpeas_version 1.7.0
@ -24,7 +24,7 @@
Summary: Text editor for the GNOME desktop
Name: gedit
Epoch: 2
Version: 3.9.91
Version: 3.9.92
Release: 1%{?dist}
License: GPLv2+ and GFDL
Group: Applications/Editors
@ -40,8 +40,6 @@ 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
@ -126,8 +124,6 @@ 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}
@ -217,6 +213,7 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas >&/dev/null || :
%{_libdir}/gedit/plugins/time.plugin
%{_libdir}/gedit/plugins/libtime.so
%{_bindir}/*
%{_datadir}/appdata/
%{_datadir}/GConf/gsettings
%{_datadir}/glib-2.0/schemas/org.gnome.gedit.gschema.xml
%{_datadir}/glib-2.0/schemas/org.gnome.gedit.enums.xml
@ -243,6 +240,10 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas >&/dev/null || :
%endif
%changelog
* Wed Sep 18 2013 Kalev Lember <kalevlember@gmail.com> - 2:3.9.92-1
- Update to 3.9.92
- Include the appdata file
* Wed Sep 04 2013 Kalev Lember <kalevlember@gmail.com> - 2:3.9.91-1
- Update to 3.9.91

View File

@ -1 +1 @@
bdffe18cc8788d5b666236aa11d1a868 gedit-3.9.91.tar.xz
2d72c1c7c8d6414bfd396e96187a8760 gedit-3.9.92.tar.xz