[xfce4-notifyd] Fix crash in handle_error (#706677) Remove obsolete BuildRequires libglade2-devel

Christoph Wickert cwickert at fedoraproject.org
Thu Jun 30 22:18:09 UTC 2011


commit 61facd21a593f51ef4226cecc24bf7a856276678
Author: Christoph Wickert <cwickert at fedoraproject.org>
Date:   Fri Jul 1 00:17:55 2011 +0200

    Fix crash in handle_error (#706677)
    Remove obsolete BuildRequires libglade2-devel

 xfce4-notifyd.spec |   10 +++++++---
 1 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/xfce4-notifyd.spec b/xfce4-notifyd.spec
index c8c336e..9f254d7 100644
--- a/xfce4-notifyd.spec
+++ b/xfce4-notifyd.spec
@@ -4,7 +4,7 @@
 
 Name:           xfce4-notifyd
 Version:        0.2.1
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        Simple notification daemon for Xfce
 
 Group:          User Interface/Desktops
@@ -12,13 +12,13 @@ License:        GPLv2
 URL:            http://goodies.xfce.org/projects/applications/xfce4-notifyd
 Source0:        http://archive.xfce.org/src/apps/%{name}/%{minorversion}/%{name}-%{version}.tar.bz2
 Patch0:         xfce4-notifyd-0.2.0-dbus-service-name.patch
+Patch1:         xfce4-notifyd-0.2.1-Fix-race-with-window-becoming-invalid.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  gtk2-devel >= 2.14.0
 BuildRequires:  libxfce4ui-devel >= 4.7.0
 BuildRequires:  xfconf-devel >= 4.5.90
 BuildRequires:  dbus-glib-devel >= 0.72
-BuildRequires:  libglade2-devel >= 2.6.0
 BuildRequires:  desktop-file-utils
 BuildRequires:  intltool
 Requires:       dbus
@@ -41,6 +41,7 @@ Features:
 %prep
 %setup -q
 %patch0 -p1 -b .dbus-service-name
+%patch1 -p1 -b .invalid
 
 
 %build
@@ -74,7 +75,6 @@ fi
 gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 
 
-
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -94,6 +94,10 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Fri Jul 31 2011 Christoph Wickert <cwickert at fedoraproject.org> - 0.2.1-3
+- Fix crash in handle_error (#706677)
+- Remove obsolete BuildRequires libglade2-devel
+
 * Mon Feb 07 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.2.1-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
 


More information about the scm-commits mailing list