From 79f24ac019a4680a55b19cff16ba2e1d53a19b9e Mon Sep 17 00:00:00 2001 From: Kalev Lember Date: Wed, 26 Mar 2014 22:10:07 +0100 Subject: [PATCH] Update to 3.18.1 --- .gitignore | 1 + 0001-Fix-a-gcc-Wformat-security-warning.patch | 29 ------------------- glade.spec | 7 +++-- sources | 2 +- 4 files changed, 6 insertions(+), 33 deletions(-) delete mode 100644 0001-Fix-a-gcc-Wformat-security-warning.patch diff --git a/.gitignore b/.gitignore index 0b0cb54..1832080 100644 --- a/.gitignore +++ b/.gitignore @@ -13,3 +13,4 @@ /glade-3.16.0.tar.xz /glade-3.16.1.tar.xz /glade-3.18.0.tar.xz +/glade-3.18.1.tar.xz diff --git a/0001-Fix-a-gcc-Wformat-security-warning.patch b/0001-Fix-a-gcc-Wformat-security-warning.patch deleted file mode 100644 index 77dfb53..0000000 --- a/0001-Fix-a-gcc-Wformat-security-warning.patch +++ /dev/null @@ -1,29 +0,0 @@ -From ade333ad8989e8489ca281b3f2481695ee9e788a Mon Sep 17 00:00:00 2001 -From: Kalev Lember -Date: Tue, 25 Mar 2014 11:35:15 +0100 -Subject: [PATCH] Fix a gcc -Wformat-security warning - -This fixes the 32 bit build on distros that use -Werror=format-security. - -https://bugzilla.gnome.org/show_bug.cgi?id=727014 ---- - src/glade-http.c | 3 ++- - 1 file changed, 2 insertions(+), 1 deletion(-) - -diff --git a/src/glade-http.c b/src/glade-http.c -index ebd217f..3a29b4e 100644 ---- a/src/glade-http.c -+++ b/src/glade-http.c -@@ -185,7 +185,8 @@ on_write_ready (GObject *source, GAsyncResult *res, gpointer data) - - if (priv->data->len != count) - { -- g_warning ("priv->data_size = %ld, write = %ld", priv->data->len, count); -+ g_warning ("priv->data_size = %" G_GSIZE_FORMAT ", write = %" G_GSIZE_FORMAT, -+ priv->data->len, count); - return; - } - --- -1.9.0 - diff --git a/glade.spec b/glade.spec index f72f17a..c5c15cf 100644 --- a/glade.spec +++ b/glade.spec @@ -1,5 +1,5 @@ Name: glade -Version: 3.18.0 +Version: 3.18.1 Release: 1%{?dist} Summary: User Interface Designer for GTK+ @@ -10,7 +10,6 @@ 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.18/glade-%{version}.tar.xz -Patch0: 0001-Fix-a-gcc-Wformat-security-warning.patch BuildRequires: chrpath BuildRequires: desktop-file-utils @@ -61,7 +60,6 @@ developing applications that use Glade widget library. %prep %setup -q -%patch0 -p1 -b .format_security %build @@ -135,6 +133,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : %doc %{_datadir}/gtk-doc/ %changelog +* Wed Mar 26 2014 Kalev Lember - 3.18.1-1 +- Update to 3.18.1 + * Mon Mar 24 2014 Kalev Lember - 3.18.0-1 - Update to 3.18.0 diff --git a/sources b/sources index f78b132..6341992 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -60d56cbc447b07c0e37c860ba42b4d2a glade-3.18.0.tar.xz +3c61ab3df62de850f1ff676ef34c6ed1 glade-3.18.1.tar.xz