rpms/libnotify/FC-6 libnotify.spec,1.20,1.21

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Sun Dec 10 01:00:16 UTC 2006


Author: mclasen

Update of /cvs/dist/rpms/libnotify/FC-6
In directory cvs.devel.redhat.com:/tmp/cvs-serv5480

Modified Files:
	libnotify.spec 
Log Message:
fix typos



Index: libnotify.spec
===================================================================
RCS file: /cvs/dist/rpms/libnotify/FC-6/libnotify.spec,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- libnotify.spec	17 Sep 2006 19:47:00 -0000	1.20
+++ libnotify.spec	10 Dec 2006 01:00:10 -0000	1.21
@@ -6,7 +6,7 @@
 Summary: libnotify notification library 
 Name: libnotify 
 Version: 0.4.2
-Release: 4%{?dist}
+Release: 5%{?dist}
 URL: http://www.galago-project.org/specs/notification/ 
 Source0: %{name}-%{version}.tar.bz2
 Patch0: libnotify-0.4.2-status-icon.patch
@@ -17,7 +17,7 @@
 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
@@ -33,7 +33,7 @@
 Requires:	%{name} = %{version}-%{release}
 Requires:       glib2-devel >= %{glib2_version}
 Requires:	dbus-devel >= %{dbus_version} 
-Requires:	dbus-glib-devel >= %{dbus_glib_devel}
+Requires:	dbus-glib-devel >= %{dbus_glib_version}
 
 %description devel
 
@@ -82,6 +82,9 @@
 %{_datadir}/gtk-doc/html/libnotify/*
 
 %changelog
+* Sat Dec  9 2006 Matthias Clasen <mclasen at redhat.com> - 0.4.2-5
+- Fix typos in versioned Requires.
+
 * Sun Sep 17 2006 Christopher Aillon <caillon at redhat.com> - 0.4.2-4
 - Add upstream patch (r2899) to correct an invalid assertion when
   creating notifications using status icons




More information about the fedora-cvs-commits mailing list