From 18177d7e9723545b95253ce2ef647f916ba9190d Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Tue, 7 Nov 2006 15:58:43 +0000 Subject: [PATCH] fix a typo --- libnotify.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libnotify.spec b/libnotify.spec index cbb26fc..c35bf11 100644 --- a/libnotify.spec +++ b/libnotify.spec @@ -17,7 +17,7 @@ BuildRoot: %{_tmppath}/%{name}-root BuildPreReq: libtool BuildRequires: glib2-devel >= %{glib2_version} BuildRequires: dbus-devel >= %{dbus_version} -BuildRequires: dbus-glib-devel >= %{dbus_glib_devel} +BuildRequires: dbus-glib-devel >= %{dbus_glib_version} BuildRequires: gtk2-devel >= %{gtk2_version} Requires: glib2 >= %{glib2_version} Requires: desktop-notification-daemon @@ -82,6 +82,9 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/gtk-doc/html/libnotify/* %changelog +* Tue Nov 7 2006 Matthias Clasen - 0.4.2-5 +- Fix typos in the spec (#214275) + * Sun Sep 17 2006 Christopher Aillon - 0.4.2-4 - Add upstream patch (r2899) to correct an invalid assertion when creating notifications using status icons