rpms/evolution-exchange/F-13 evolution-exchange-2.30.1-missing-linker-flags.patch, 1.1, 1.2 evolution-exchange.spec, 1.96, 1.97

Milan Crha mcrha at fedoraproject.org
Mon Jun 14 13:33:00 UTC 2010


Author: mcrha

Update of /cvs/pkgs/rpms/evolution-exchange/F-13
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv12523

Modified Files:
	evolution-exchange-2.30.1-missing-linker-flags.patch 
	evolution-exchange.spec 
Log Message:
* Mon Jun 14 2010 Milan Crha <mcrha at redhat.com> - 2.30.1-4.fc13
- Add more missing LDAP build flags (RH bug #597128).


evolution-exchange-2.30.1-missing-linker-flags.patch:
 addressbook/Makefile.am |    1 +
 eplugin/Makefile.am     |    4 +++-
 server/lib/Makefile.am  |    7 +++++++
 3 files changed, 11 insertions(+), 1 deletion(-)

Index: evolution-exchange-2.30.1-missing-linker-flags.patch
===================================================================
RCS file: /cvs/pkgs/rpms/evolution-exchange/F-13/evolution-exchange-2.30.1-missing-linker-flags.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- evolution-exchange-2.30.1-missing-linker-flags.patch	28 Apr 2010 13:01:13 -0000	1.1
+++ evolution-exchange-2.30.1-missing-linker-flags.patch	14 Jun 2010 13:32:59 -0000	1.2
@@ -1,6 +1,17 @@
+diff -up evolution-exchange-2.30.1/addressbook/Makefile.am.missing-linker-flags evolution-exchange-2.30.1/addressbook/Makefile.am
+--- evolution-exchange-2.30.1/addressbook/Makefile.am.missing-linker-flags	2010-04-26 06:23:17.000000000 +0200
++++ evolution-exchange-2.30.1/addressbook/Makefile.am	2010-06-14 15:28:25.000000000 +0200
+@@ -61,6 +61,7 @@ libebookbackendexchange_la_LIBADD = \
+ 	$(EVOLUTION_DATA_SERVER_LIBS) \
+ 	$(EVOLUTION_PLUGIN_LIBS) \
+ 	$(PTHREAD_LIB) \
++	$(LDAP_LIBS) \
+ 	$(DNS_LIBS)
+ 
+ if HAVE_LIBDB
 diff -up evolution-exchange-2.30.1/eplugin/Makefile.am.missing-linker-flags evolution-exchange-2.30.1/eplugin/Makefile.am
---- evolution-exchange-2.30.1/eplugin/Makefile.am.missing-linker-flags	2010-04-28 08:41:19.372084623 -0400
-+++ evolution-exchange-2.30.1/eplugin/Makefile.am	2010-04-28 08:40:46.447434525 -0400
+--- evolution-exchange-2.30.1/eplugin/Makefile.am.missing-linker-flags	2010-03-18 15:15:05.000000000 +0100
++++ evolution-exchange-2.30.1/eplugin/Makefile.am	2010-06-14 15:28:25.000000000 +0200
 @@ -27,7 +27,8 @@ liborg_gnome_exchange_operations_la_CPPF
  	$(EVOLUTION_DATA_SERVER_CFLAGS) \
  	$(EVOLUTION_PLUGIN_CFLAGS) \
@@ -19,3 +30,20 @@ diff -up evolution-exchange-2.30.1/eplug
  	$(DNS_LIBS)
  
  liborg_gnome_exchange_operations_la_LDFLAGS = \
+diff -up evolution-exchange-2.30.1/server/lib/Makefile.am.missing-linker-flags evolution-exchange-2.30.1/server/lib/Makefile.am
+--- evolution-exchange-2.30.1/server/lib/Makefile.am.missing-linker-flags	2010-03-18 15:15:05.000000000 +0100
++++ evolution-exchange-2.30.1/server/lib/Makefile.am	2010-06-14 15:28:25.000000000 +0200
+@@ -70,6 +70,13 @@ libexchange_la_CPPFLAGS = \
+ 	$(GNOME_PLATFORM_CFLAGS) \
+ 	$(EVOLUTION_DATA_SERVER_CFLAGS)
+ 
++libexchange_la_LIBADD = \
++	$(LDAP_LIBS) \
++	$(KRB5_LIBS) \
++	$(SOUP_LIBS) \
++	$(GNOME_PLATFORM_LIBS) \
++	$(EVOLUTION_DATA_SERVER_LIBS)
++
+ libexchange_la_SOURCES = \
+ 	$(MARSHAL_GENERATED) \
+ 	e2k-propnames.h \


Index: evolution-exchange.spec
===================================================================
RCS file: /cvs/pkgs/rpms/evolution-exchange/F-13/evolution-exchange.spec,v
retrieving revision 1.96
retrieving revision 1.97
diff -u -p -r1.96 -r1.97
--- evolution-exchange.spec	28 Apr 2010 13:07:20 -0000	1.96
+++ evolution-exchange.spec	14 Jun 2010 13:33:00 -0000	1.97
@@ -17,7 +17,7 @@
 
 Name: evolution-exchange
 Version: 2.30.1
-Release: 3%{?dist}
+Release: 4%{?dist}
 Group: Applications/Productivity
 Summary: Evolution plugin to interact with MS Exchange Server
 License: GPLv2+
@@ -131,6 +131,9 @@ gconftool-2 --makefile-install-rule %{_s
 %{_sysconfdir}/gconf/schemas/apps_exchange_addressbook-%{evo_major}.schemas
 
 %changelog
+* Mon Jun 14 2010 Milan Crha <mcrha at redhat.com> - 2.30.1-4.fc13
+- Add more missing LDAP build flags (RH bug #597128).
+
 * Wed Apr 28 2010 Matthew Barnes <mbarnes at redhat.com> - 2.30.1-3.fc13
 - Remove some obsolete Kerberos cruft.
 



More information about the scm-commits mailing list