[mate-panel/f17] fix panel crash on delete panel

Dan Mashal vicodan at fedoraproject.org
Tue Dec 18 20:57:09 UTC 2012


commit fd53239066516c0e338db3974e48b34155c67349
Author: Dan Mashal <dan.mashal at gmail.com>
Date:   Tue Dec 18 12:56:50 2012 -0800

    fix panel crash on delete panel

 mate-panel.spec |    9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/mate-panel.spec b/mate-panel.spec
index 160804e..9b72be8 100644
--- a/mate-panel.spec
+++ b/mate-panel.spec
@@ -1,12 +1,12 @@
 Name:     mate-panel
 Version:  1.5.2
-Release:  4%{?dist}
+Release:  5%{?dist}
 Summary:  MATE Desktop panel applets
 #libs are LGPLv2+ applications GPLv2+
 License:  GPLv2+
 URL:      http://mate-desktop.org
 Source0:  http://pub.mate-desktop.org/releases/1.5/%{name}-%{version}.tar.xz
-
+Patch0: fix_crash_on_delete_panel.patch 
 BuildRequires: pkgconfig(libnm-gtk)
 Buildrequires: pkgconfig(dbus-glib-1)
 Buildrequires: pkgconfig(gobject-introspection-1.0)
@@ -31,7 +31,6 @@ Buildrequires: desktop-file-utils
 Requires: %{name}-libs%{?_isa} = %{version}-%{release}
 
 Requires:   gsettings-desktop-schemas
-
 # needed as nothing else requires it
 Requires: mate-session-manager
 
@@ -57,6 +56,7 @@ Development files for mate-panel
 
 %prep
 %setup -q
+%patch0 -p1
 NOCONFIGURE=1 ./autogen.sh
 
 
@@ -138,6 +138,9 @@ update-desktop-database &> /dev/null || :
 
 
 %changelog
+* Tue Dec 18 2012 Dan Mashal <dan.mashal at fedoraproject.org> 1.5.2-5
+- Fix crash on panel delete
+
 * Tue Nov 27 2012 Rex Dieter <rdieter at fedoraproject.org> 1.5.2-4
 - fix -libs subpkg, %%doc COPYING.LIB
 - spec cleanup (whitespace mostly)


More information about the scm-commits mailing list