rpms/GConf2/devel GConf2-2.10.0-evolution-mail-account-backend.patch, 1.1, 1.2 GConf2.spec, 1.22, 1.23

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Wed Apr 27 10:11:30 UTC 2005


Author: markmc

Update of /cvs/dist/rpms/GConf2/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv12405

Modified Files:
	GConf2-2.10.0-evolution-mail-account-backend.patch GConf2.spec 
Log Message:
* Wed Apr 27 2005 Mark McLoughlin <markmc at redhat.com> 2.10.0-3
- Fix undefined symbol in the evoldap backend


GConf2-2.10.0-evolution-mail-account-backend.patch:
 Makefile.am       |   15 
 Makefile.in       |   95 ++++--
 README.evoldap    |  185 +++++++++++
 evoldap-backend.c |  853 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
 evoldap.conf      |   53 +++
 evoldap.schema    |   27 +
 6 files changed, 1210 insertions(+), 18 deletions(-)

Index: GConf2-2.10.0-evolution-mail-account-backend.patch
===================================================================
RCS file: /cvs/dist/rpms/GConf2/devel/GConf2-2.10.0-evolution-mail-account-backend.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- GConf2-2.10.0-evolution-mail-account-backend.patch	18 Apr 2005 13:52:57 -0000	1.1
+++ GConf2-2.10.0-evolution-mail-account-backend.patch	27 Apr 2005 10:11:27 -0000	1.2
@@ -207,7 +207,7 @@
 +
 +libgconfbackend_evoldap_la_SOURCES = evoldap-backend.c
 +libgconfbackend_evoldap_la_LDFLAGS = -avoid-version -module -no-undefined
-+libgconfbackend_evoldap_la_LIBADD  = $(DEPENDENT_LIBS) $(top_builddir)/gconf/libgconf-$(MAJOR_VERSION).la -lldap
++libgconfbackend_evoldap_la_LIBADD  = $(DEPENDENT_WITH_XML_LIBS) $(top_builddir)/gconf/libgconf-$(MAJOR_VERSION).la -lldap
 +
 +backendconfdir   = $(sysconfdir)/gconf/2
 +backendconf_DATA = evoldap.conf
@@ -1174,7 +1174,7 @@
 +
 +libgconfbackend_evoldap_la_SOURCES = evoldap-backend.c
 +libgconfbackend_evoldap_la_LDFLAGS = -avoid-version -module -no-undefined
-+libgconfbackend_evoldap_la_LIBADD = $(DEPENDENT_LIBS) $(top_builddir)/gconf/libgconf-$(MAJOR_VERSION).la -lldap
++libgconfbackend_evoldap_la_LIBADD = $(DEPENDENT_WITH_XML_LIBS) $(top_builddir)/gconf/libgconf-$(MAJOR_VERSION).la -lldap
 +
 +backendconfdir = $(sysconfdir)/gconf/2
 +backendconf_DATA = evoldap.conf


Index: GConf2.spec
===================================================================
RCS file: /cvs/dist/rpms/GConf2/devel/GConf2.spec,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- GConf2.spec	18 Apr 2005 13:52:57 -0000	1.22
+++ GConf2.spec	27 Apr 2005 10:11:27 -0000	1.23
@@ -5,7 +5,7 @@
 Summary: A process-transparent configuration system
 Name: GConf2
 Version: 2.10.0
-Release: 2
+Release: 3
 License: LGPL
 Group: System Environment/Base
 Source: ftp://ftp.gnome.org/pub/GNOME/unstable/sources/GConf/GConf-%{version}.tar.bz2
@@ -101,6 +101,9 @@
 %{_libdir}/pkgconfig/*
 
 %changelog
+* Wed Apr 27 2005 Mark McLoughlin <markmc at redhat.com> 2.10.0-3
+- Fix undefined symbol in the evoldap backend
+
 * Mon Apr 18 2005 Mark McLoughlin <markmc at redhat.com> - 2.10.0-2
 - Add evolution mail accounts backend
 




More information about the fedora-cvs-commits mailing list