From a92282a1af914ca8c10f013985f14bacb894ad41 Mon Sep 17 00:00:00 2001 From: Rui Matos Date: Thu, 2 May 2013 14:47:20 +0200 Subject: [PATCH] Remove unused patches --- gd-fix.patch | 23 ----------------------- gnome-initial-setup.spec | 5 +++-- libgd-static.patch | 12 ------------ 3 files changed, 3 insertions(+), 37 deletions(-) delete mode 100644 gd-fix.patch delete mode 100644 libgd-static.patch diff --git a/gd-fix.patch b/gd-fix.patch deleted file mode 100644 index 892d423..0000000 --- a/gd-fix.patch +++ /dev/null @@ -1,23 +0,0 @@ -From 3abc95da3c5b44484aeae3c69e3701da160bf057 Mon Sep 17 00:00:00 2001 -From: Cosimo Cecchi -Date: Tue, 19 Mar 2013 15:35:30 +0000 -Subject: gd-stack: set parent window when adding stack children - -Or children added after realization won't be properly displayed by -the stack. ---- -diff --git a/libgd/gd-stack.c b/libgd/gd-stack.c -index 14e6628..9d0e82b 100644 ---- a/libgd/libgd/gd-stack.c -+++ b/libgd/libgd/gd-stack.c -@@ -857,6 +857,7 @@ gd_stack_add (GtkContainer *container, - - priv->children = g_list_append (priv->children, child_info); - -+ gtk_widget_set_parent_window (child, priv->bin_window); - gtk_widget_set_parent (child, GTK_WIDGET (stack)); - - g_signal_connect (child, "notify::visible", --- -cgit v0.9.1 - diff --git a/gnome-initial-setup.spec b/gnome-initial-setup.spec index 7b38a28..32992bd 100644 --- a/gnome-initial-setup.spec +++ b/gnome-initial-setup.spec @@ -1,6 +1,6 @@ Name: gnome-initial-setup Version: 0.9 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Bootstrapping your OS License: GPLv2+ @@ -109,7 +109,8 @@ userdel %{name} &>/dev/null || : %{_datadir}/polkit-1/rules.d/20-gnome-initial-setup.rules %changelog -* Thu May 2 2013 Rui Matos +* Thu May 2 2013 Rui Matos - 0.9-2 +- Remove unused patches - Add build requires for ibus * Tue Apr 16 2013 Matthias Clasen - 0.9-1 diff --git a/libgd-static.patch b/libgd-static.patch deleted file mode 100644 index 8c8dbc2..0000000 --- a/libgd-static.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -up gnome-initial-setup-0.7/configure.ac.libgd gnome-initial-setup-0.7/configure.ac ---- gnome-initial-setup-0.7/configure.ac.libgd 2013-03-12 22:03:55.313322479 -0400 -+++ gnome-initial-setup-0.7/configure.ac 2013-03-12 22:04:04.793323025 -0400 -@@ -92,7 +92,7 @@ PKG_CHECK_MODULES(ISOCODES, iso-codes) - AC_DEFINE_UNQUOTED([ISO_CODES_PREFIX],["`$PKG_CONFIG --variable=prefix iso-codes`"],[ISO codes prefix]) - ISO_CODES=iso-codes - --LIBGD_INIT([stack]) -+LIBGD_INIT([stack static]) - - # systemd - AC_ARG_WITH([systemdsystemunitdir],