rpms/evolution/devel evolution-2.2.2-fix-new-mail-notify.patch, NONE, 1.1 evolution.spec, 1.69, 1.70

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Thu May 5 22:13:12 UTC 2005


Author: dmalcolm

Update of /cvs/dist/rpms/evolution/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv22953

Modified Files:
	evolution.spec 
Added Files:
	evolution-2.2.2-fix-new-mail-notify.patch 
Log Message:
* Thu May  5 2005 David Malcolm <dmalcolm at redhat.com> - 2.2.2-5
- added evolution-2.2.2-fix-new-mail-notify.patch to CVS



evolution-2.2.2-fix-new-mail-notify.patch:
 configure.in |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

--- NEW FILE evolution-2.2.2-fix-new-mail-notify.patch ---
--- evolution-2.2.2/configure.in.fix-new-mail-notify	2005-05-05 17:31:17.000000000 -0400
+++ evolution-2.2.2/configure.in	2005-05-05 17:31:23.000000000 -0400
@@ -1386,7 +1386,7 @@
 fi
 
 if echo ${plugins_enabled} | grep -q "new-mail-notify" ; then
-	if ${PKG_CONFIG} --max-version=0.23.4 dbus-glib-1 ; then
+	if ${PKG_CONFIG} --atleast-version=0.31 dbus-glib-1 ; then
 		dnl **************************************************
 		dnl * New Mail Notify plugin
 		dnl **************************************************


Index: evolution.spec
===================================================================
RCS file: /cvs/dist/rpms/evolution/devel/evolution.spec,v
retrieving revision 1.69
retrieving revision 1.70
diff -u -r1.69 -r1.70
--- evolution.spec	5 May 2005 21:57:27 -0000	1.69
+++ evolution.spec	5 May 2005 22:13:10 -0000	1.70
@@ -28,7 +28,7 @@
 
 Name: evolution
 Version: 2.2.2
-Release: 4
+Release: 5
 License: GPL
 BuildRoot: %{_tmppath}/%{name}-%{version}-root
 URL: http://www.ximian.com/
@@ -331,6 +331,9 @@
 %{_libdir}/evolution/%{evo_major}/*/*.a
 
 %changelog
+* Thu May  5 2005 David Malcolm <dmalcolm at redhat.com> - 2.2.2-5
+- added evolution-2.2.2-fix-new-mail-notify.patch to CVS
+
 * Thu May  5 2005 David Malcolm <dmalcolm at redhat.com> - 2.2.2-4
 - Removed explicit mozilla_build_version; instead use pkg-config to determine 
 the path to the NSS/NSPR headers.




More information about the fedora-cvs-commits mailing list