Update to 3.19.0

This commit is contained in:
Kalev Lember 2015-06-15 08:45:08 +02:00
parent a18874a1a5
commit 7ce32ad6cf
4 changed files with 37 additions and 4 deletions

1
.gitignore vendored
View File

@ -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

View File

@ -0,0 +1,26 @@
From 784e3626ec039e943f9d14f2437be46acc953031 Mon Sep 17 00:00:00 2001
From: Kalev Lember <kalevlember@gmail.com>
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

View File

@ -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 <kalevlember@gmail.com> - 3.19.0-1
- Update to 3.19.0
* Mon Mar 30 2015 Richard Hughes <rhughes@redhat.com> - 3.18.3-5
- Use better AppData screenshots

View File

@ -1 +1 @@
6852d6286683728e0ea40ca9b5d2416f glade-3.18.3.tar.xz
2f446e84b399864c426679b89f250ecd glade-3.19.0.tar.xz