Update to 3.20.0
This commit is contained in:
parent
6961d41ec9
commit
57fa381b66
1
.gitignore
vendored
1
.gitignore
vendored
@ -17,3 +17,4 @@
|
|||||||
/glade-3.18.2.tar.xz
|
/glade-3.18.2.tar.xz
|
||||||
/glade-3.18.3.tar.xz
|
/glade-3.18.3.tar.xz
|
||||||
/glade-3.19.0.tar.xz
|
/glade-3.19.0.tar.xz
|
||||||
|
/glade-3.20.0.tar.xz
|
||||||
|
@ -1,26 +0,0 @@
|
|||||||
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
|
|
||||||
|
|
11
glade.spec
11
glade.spec
@ -1,6 +1,6 @@
|
|||||||
Name: glade
|
Name: glade
|
||||||
Version: 3.19.0
|
Version: 3.20.0
|
||||||
Release: 5%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: User Interface Designer for GTK+
|
Summary: User Interface Designer for GTK+
|
||||||
|
|
||||||
# - /usr/bin/glade is GPLv2+
|
# - /usr/bin/glade is GPLv2+
|
||||||
@ -9,8 +9,7 @@ Summary: User Interface Designer for GTK+
|
|||||||
# GPLv2+ and LGPLv2+ code, so the resulting binaries are GPLv2+
|
# GPLv2+ and LGPLv2+ code, so the resulting binaries are GPLv2+
|
||||||
License: GPLv2+ and LGPLv2+
|
License: GPLv2+ and LGPLv2+
|
||||||
URL: http://glade.gnome.org/
|
URL: http://glade.gnome.org/
|
||||||
Source0: http://ftp.gnome.org/pub/GNOME/sources/glade/3.19/glade-%{version}.tar.xz
|
Source0: http://ftp.gnome.org/pub/GNOME/sources/glade/3.20/glade-%{version}.tar.xz
|
||||||
Patch0: 0001-Fix-a-syntax-error-in-desktop-file-keywords-Bosnian-.patch
|
|
||||||
|
|
||||||
BuildRequires: chrpath
|
BuildRequires: chrpath
|
||||||
BuildRequires: desktop-file-utils
|
BuildRequires: desktop-file-utils
|
||||||
@ -62,7 +61,6 @@ developing applications that use Glade widget library.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch0 -p1
|
|
||||||
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
@ -140,6 +138,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
|
|||||||
%doc %{_datadir}/gtk-doc/
|
%doc %{_datadir}/gtk-doc/
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Mar 22 2016 Kalev Lember <klember@redhat.com> - 3.20.0-1
|
||||||
|
- Update to 3.20.0
|
||||||
|
|
||||||
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 3.19.0-5
|
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 3.19.0-5
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user