[gnome-panel] fix crashes

Matthias Clasen mclasen at fedoraproject.org
Tue Aug 3 16:25:15 UTC 2010


commit 9b76c4244b5ea82b94e916e6a85b35cc5e03a698
Author: Matthias Clasen <mclasen at redhat.com>
Date:   Tue Aug 3 12:23:57 2010 -0400

    fix crashes

 gnome-panel.spec |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)
---
diff --git a/gnome-panel.spec b/gnome-panel.spec
index 9e4a423..de3a438 100644
--- a/gnome-panel.spec
+++ b/gnome-panel.spec
@@ -22,7 +22,7 @@
 Summary: GNOME panel
 Name: gnome-panel
 Version: 2.31.4
-Release: 3%{?dist}
+Release: 4%{?dist}
 URL: http://www.gnome.org
 #VCS: git:git://git.gnome.org/gnome-panel
 Source0: http://download.gnome.org/sources/gnome-panel/2.31/%{name}-%{version}.tar.bz2
@@ -124,6 +124,8 @@ Patch47: fix-clock-crash.patch
 
 Patch48: gnome-panel-libs.patch
 
+Patch49: gnome-panel-gdbus.patch
+
 Conflicts: gnome-power-manager < 2.15.3
 
 %description
@@ -174,6 +176,7 @@ Panel Applets using the libpanel-applet library.
 #%patch45 -p1 -b .icon-padding
 %patch47 -p1 -b .fix-clock-crash
 %patch48 -p1 -b .libs
+%patch49 -p1 -b .gdbus
 
 cp -f %{SOURCE3} gnome-panel/panel-default-setup.entries
 cp -f %{SOURCE4} m4
@@ -368,6 +371,9 @@ gtk-update-icon-cache -q %{_datadir}/icons/hicolor >&/dev/null || :
 %{_datadir}/gir-1.0/PanelApplet-3.0.gir
 
 %changelog
+* Tue Aug  3 2010 Matthias Clasen <mclasen at redhat.com> - 2.31.4-4
+- Adapt to GDBus api changes
+
 * Thu Jul 15 2010 Colin Walters <walters at verbum.org> - 2.31.4-3
 - Rebuild with new gobject-introspection
 


More information about the scm-commits mailing list