diff --git a/.gitignore b/.gitignore index e969d77..aacb3e6 100644 --- a/.gitignore +++ b/.gitignore @@ -16,3 +16,4 @@ /glade-3.18.1.tar.xz /glade-3.18.2.tar.xz /glade-3.18.3.tar.xz +/glade-3.19.0.tar.xz diff --git a/0001-Fix-a-syntax-error-in-desktop-file-keywords-Bosnian-.patch b/0001-Fix-a-syntax-error-in-desktop-file-keywords-Bosnian-.patch new file mode 100644 index 0000000..06ed081 --- /dev/null +++ b/0001-Fix-a-syntax-error-in-desktop-file-keywords-Bosnian-.patch @@ -0,0 +1,26 @@ +From 784e3626ec039e943f9d14f2437be46acc953031 Mon Sep 17 00:00:00 2001 +From: Kalev Lember +Date: Mon, 15 Jun 2015 08:43:37 +0200 +Subject: [PATCH] Fix a syntax error in desktop file keywords Bosnian + translation + +--- + po/bs.po | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/po/bs.po b/po/bs.po +index 864b634..53729d1 100644 +--- a/po/bs.po ++++ b/po/bs.po +@@ -32,7 +32,7 @@ msgstr "Stvorite ili otvorite dizajne korisničkog sučelja za GTK + aplikacije" + + #: ../data/glade.desktop.in.in.h:5 + msgid "GUI designer;user interface;ui builder;" +-msgstr "GUI dizajner;korisničko sučelje;ui graditelj" ++msgstr "GUI dizajner;korisničko sučelje;ui graditelj;" + + #. To translators: AppData description first paragraph + #: ../data/glade.appdata.xml.in.h:2 +-- +2.4.2 + diff --git a/glade.spec b/glade.spec index d86d352..40efbf0 100644 --- a/glade.spec +++ b/glade.spec @@ -1,6 +1,6 @@ Name: glade -Version: 3.18.3 -Release: 5%{?dist} +Version: 3.19.0 +Release: 1%{?dist} Summary: User Interface Designer for GTK+ # - /usr/bin/glade is GPLv2+ @@ -9,7 +9,8 @@ Summary: User Interface Designer for GTK+ # GPLv2+ and LGPLv2+ code, so the resulting binaries are GPLv2+ License: GPLv2+ and LGPLv2+ URL: http://glade.gnome.org/ -Source0: http://ftp.gnome.org/pub/GNOME/sources/glade/3.18/glade-%{version}.tar.xz +Source0: http://ftp.gnome.org/pub/GNOME/sources/glade/3.19/glade-%{version}.tar.xz +Patch0: 0001-Fix-a-syntax-error-in-desktop-file-keywords-Bosnian-.patch BuildRequires: chrpath BuildRequires: desktop-file-utils @@ -61,6 +62,7 @@ developing applications that use Glade widget library. %prep %setup -q +%patch0 -p1 %build @@ -121,6 +123,7 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : %{_bindir}/glade-previewer %{_datadir}/applications/glade.desktop %{_datadir}/icons/hicolor/*/apps/glade.png +%{_datadir}/icons/hicolor/scalable/apps/glade-symbolic.svg %{_datadir}/appdata/glade.appdata.xml %{_mandir}/man1/glade.1* %{_mandir}/man1/glade-previewer* @@ -143,6 +146,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : %doc %{_datadir}/gtk-doc/ %changelog +* Mon Jun 15 2015 Kalev Lember - 3.19.0-1 +- Update to 3.19.0 + * Mon Mar 30 2015 Richard Hughes - 3.18.3-5 - Use better AppData screenshots diff --git a/sources b/sources index fe97ad3..25525c5 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -6852d6286683728e0ea40ca9b5d2416f glade-3.18.3.tar.xz +2f446e84b399864c426679b89f250ecd glade-3.19.0.tar.xz