rpms/evolution-exchange/devel evolution-exchange-2.11.4-e-passwords.patch, NONE, 1.1 .cvsignore, 1.2, 1.3 evolution-exchange.spec, 1.1, 1.2 sources, 1.2, 1.3 evolution-exchange-2.9.6-fix-compiler-warnings.patch, 1.1, NONE

Matthew Barnes (mbarnes) fedora-extras-commits at redhat.com
Mon Jun 18 21:16:21 UTC 2007


Author: mbarnes

Update of /cvs/pkgs/rpms/evolution-exchange/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20733

Modified Files:
	.cvsignore evolution-exchange.spec sources 
Added Files:
	evolution-exchange-2.11.4-e-passwords.patch 
Removed Files:
	evolution-exchange-2.9.6-fix-compiler-warnings.patch 
Log Message:

* Mon Jun 18 2007 Matthew Barnes <mbarnes at redhat.com> - 2.11.4-1.fc8
- Update to 2.11.4
- Remove patch for GNOME bug #444101 (fixed upstream).


evolution-exchange-2.11.4-e-passwords.patch:

--- NEW FILE evolution-exchange-2.11.4-e-passwords.patch ---
--- evolution-exchange-2.11.4/storage/ximian-connector-setup.c.e-passwords	2007-06-18 17:04:15.000000000 -0400
+++ evolution-exchange-2.11.4/storage/ximian-connector-setup.c	2007-06-18 17:04:22.000000000 -0400
@@ -45,6 +45,5 @@ main (int argc, char **argv)
 			    NULL);
 
 	exchange_autoconfig_druid_run ();
-	e_passwords_shutdown ();
 	return 0;
 }
--- evolution-exchange-2.11.4/storage/main.c.e-passwords	2007-04-18 06:19:14.000000000 -0400
+++ evolution-exchange-2.11.4/storage/main.c	2007-06-18 16:56:53.000000000 -0400
@@ -237,7 +237,6 @@ main (int argc, char **argv)
 
 	bonobo_main ();
 
-	e_passwords_shutdown ();
 	return 0;
 
  failed:


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/evolution-exchange/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	6 Jun 2007 19:02:01 -0000	1.2
+++ .cvsignore	18 Jun 2007 21:15:47 -0000	1.3
@@ -1 +1 @@
-evolution-exchange-2.11.3.1.tar.bz2
+evolution-exchange-2.11.4.tar.bz2


Index: evolution-exchange.spec
===================================================================
RCS file: /cvs/pkgs/rpms/evolution-exchange/devel/evolution-exchange.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- evolution-exchange.spec	6 Jun 2007 19:02:01 -0000	1.1
+++ evolution-exchange.spec	18 Jun 2007 21:15:47 -0000	1.2
@@ -23,8 +23,8 @@
 ### Abstract ###
 
 Name: evolution-exchange
-Version: 2.11.3.1
-Release: 2%{?dist}
+Version: 2.11.4
+Release: 1%{?dist}
 License: GPL
 Group: Applications/Productivity
 Summary: Evolution plugin to interact with MS Exchange Server
@@ -47,8 +47,8 @@
 # GNOME bug #443022
 Patch14: evolution-exchange-2.11.2-fix-library-order.patch
 
-# GNOME bug #444101
-Patch15: evolution-exchange-2.11.3.1-fix-warnings.patch
+# Remove deprecated e_passwords_shutdown().
+Patch15: evolution-exchange-2.11.4-e-passwords.patch
 
 ### Dependencies ###
 
@@ -88,7 +88,7 @@
 #%patch12 -p1 -b .fix-marshaller
 %patch13 -p1 -b .no_gnome_common
 %patch14 -p1 -b .fix-library-order
-%patch15 -p1 -b .fix-warnings
+%patch15 -p1 -b .e-passwords
 
 %build
 export CFLAGS="$RPM_OPT_FLAGS -DLDAP_DEPRECATED"
@@ -163,6 +163,10 @@
 %{_sysconfdir}/gconf/schemas/apps_exchange_addressbook-%{evo_major}.schemas
 
 %changelog
+* Mon Jun 18 2007 Matthew Barnes <mbarnes at redhat.com> - 2.11.4-1.fc8
+- Update to 2.11.4
+- Remove patch for GNOME bug #444101 (fixed upstream).
+
 * Wed Jun 06 2007 Matthew Barnes <mbarnes at redhat.com> - 2.11.3.1-2.fc8
 - Rename package to evolution-exchange, obsoletes evolution-connector.
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/evolution-exchange/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	6 Jun 2007 19:02:01 -0000	1.2
+++ sources	18 Jun 2007 21:15:47 -0000	1.3
@@ -1 +1 @@
-a9143bad7ce8e94d141d0454aec50143  evolution-exchange-2.11.3.1.tar.bz2
+7f60443a1c2b8712e7b89be3d505b7b2  evolution-exchange-2.11.4.tar.bz2


--- evolution-exchange-2.9.6-fix-compiler-warnings.patch DELETED ---




More information about the fedora-extras-commits mailing list