From 644ac9b04022cc264a24cea44081f8c05c476fd4 Mon Sep 17 00:00:00 2001 From: Kalev Lember Date: Wed, 18 Sep 2013 14:28:00 +0200 Subject: [PATCH] Update to 3.15.4 --- .gitignore | 1 + ...-keywords-syntax-in-Korean-translati.patch | 25 +++++++++++++++++++ glade.spec | 8 +++++- sources | 2 +- 4 files changed, 34 insertions(+), 2 deletions(-) create mode 100644 0001-Fix-desktop-file-keywords-syntax-in-Korean-translati.patch diff --git a/.gitignore b/.gitignore index fc76151..11a816e 100644 --- a/.gitignore +++ b/.gitignore @@ -9,3 +9,4 @@ /glade-3.15.2.tar.xz /glade-3.15.2-git-9d3b3b3.tar.bz2 /glade-3.15.3.tar.xz +/glade-3.15.4.tar.xz diff --git a/0001-Fix-desktop-file-keywords-syntax-in-Korean-translati.patch b/0001-Fix-desktop-file-keywords-syntax-in-Korean-translati.patch new file mode 100644 index 0000000..2377434 --- /dev/null +++ b/0001-Fix-desktop-file-keywords-syntax-in-Korean-translati.patch @@ -0,0 +1,25 @@ +From ca71b4bd6d3121d9fd6022a7c6b1d57902760db0 Mon Sep 17 00:00:00 2001 +From: Kalev Lember +Date: Wed, 18 Sep 2013 14:26:43 +0200 +Subject: [PATCH] Fix desktop file keywords syntax in Korean translation + +--- + po/ko.po | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/po/ko.po b/po/ko.po +index 0d1e613..8ba97c8 100644 +--- a/po/ko.po ++++ b/po/ko.po +@@ -49,7 +49,7 @@ msgstr "GTK+ 프로그램의 사용자 인터페이스 디자인을 열거나 + + #: ../data/glade.desktop.in.in.h:5 + msgid "GUI designer;user interface;ui builder;" +-msgstr "GUI designer;GUI 디자인;user interface;사용자 인터페이스;ui builder;인터페이스 빌더" ++msgstr "GUI designer;GUI 디자인;user interface;사용자 인터페이스;ui builder;인터페이스 빌더;" + + #: ../src/glade-window.c:55 + msgid "[Read Only]" +-- +1.8.3.1 + diff --git a/glade.spec b/glade.spec index c4bf52f..9b1aebd 100644 --- a/glade.spec +++ b/glade.spec @@ -1,5 +1,5 @@ Name: glade -Version: 3.15.3 +Version: 3.15.4 Release: 1%{?dist} Summary: User Interface Designer for GTK+ @@ -10,6 +10,7 @@ Summary: User Interface Designer for GTK+ License: GPLv2+ and LGPLv2+ URL: http://glade.gnome.org/ Source0: http://ftp.gnome.org/pub/GNOME/sources/glade/3.15/glade-%{version}.tar.xz +Patch0: 0001-Fix-desktop-file-keywords-syntax-in-Korean-translati.patch BuildRequires: chrpath BuildRequires: desktop-file-utils @@ -60,6 +61,8 @@ developing applications that use Glade widget library. %prep %setup -q +%patch0 -p1 -b .desktop_keywords + %build %configure --disable-static @@ -131,6 +134,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : %doc %{_datadir}/gtk-doc/ %changelog +* Wed Sep 18 2013 Kalev Lember - 3.15.4-1 +- Update to 3.15.4 + * Tue Sep 03 2013 Kalev Lember - 3.15.3-1 - Update to 3.15.3 diff --git a/sources b/sources index 7010573..6758e38 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -b3967256dc616dea4786e0b9d54d7bb4 glade-3.15.3.tar.xz +ab3327f2fdf560bd76186532b9bb88e7 glade-3.15.4.tar.xz