rpms/evolution-data-server/devel evolution-data-server-2.23.6-missing-pkgconfig-requirement.patch, NONE, 1.1 evolution-data-server.spec, 1.228, 1.229

Matthew Barnes (mbarnes) fedora-extras-commits at redhat.com
Mon Aug 4 20:34:54 UTC 2008


Author: mbarnes

Update of /cvs/pkgs/rpms/evolution-data-server/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14712

Modified Files:
	evolution-data-server.spec 
Added Files:
	evolution-data-server-2.23.6-missing-pkgconfig-requirement.patch 
Log Message:

* Mon Aug 04 2008 Matthew Barnes <mbarnes at redhat.com> - 2.23.6-2.fc10
- Add sqlite3 to Camel's pkgconfig requirements.


evolution-data-server-2.23.6-missing-pkgconfig-requirement.patch:

--- NEW FILE evolution-data-server-2.23.6-missing-pkgconfig-requirement.patch ---
diff -up evolution-data-server-2.23.6/camel/camel.pc.in.missing-pkgconfig-requirement evolution-data-server-2.23.6/camel/camel.pc.in
--- evolution-data-server-2.23.6/camel/camel.pc.in.missing-pkgconfig-requirement	2008-08-04 16:29:57.000000000 -0400
+++ evolution-data-server-2.23.6/camel/camel.pc.in	2008-08-04 16:29:02.000000000 -0400
@@ -9,6 +9,6 @@ privincludedir=@privincludedir@
 Name: camel
 Description: the Evolution MIME message handling library
 Version: @VERSION@
-Requires: glib-2.0, libedataserver- at API_VERSION@
+Requires: glib-2.0, libedataserver- at API_VERSION@ sqlite3
 Libs: -L${libdir} -lcamel- at API_VERSION@
 Cflags: -I${privincludedir}


Index: evolution-data-server.spec
===================================================================
RCS file: /cvs/pkgs/rpms/evolution-data-server/devel/evolution-data-server.spec,v
retrieving revision 1.228
retrieving revision 1.229
diff -u -r1.228 -r1.229
--- evolution-data-server.spec	4 Aug 2008 19:00:53 -0000	1.228
+++ evolution-data-server.spec	4 Aug 2008 20:34:24 -0000	1.229
@@ -29,7 +29,7 @@
 
 Name: evolution-data-server
 Version: 2.23.6
-Release: 1%{?dist}
+Release: 2%{?dist}
 License: LGPLv2
 Group: System Environment/Libraries
 Summary: Backend data server for Evolution
@@ -51,6 +51,9 @@
 # RH bug #243296
 Patch13: evolution-data-server-1.11.5-fix-64bit-acinclude.patch
 
+# Fix Camel's pkgconfig metadata
+Patch14: evolution-data-server-2.23.6-missing-pkgconfig-requirement.patch
+
 ### Build Dependencies ###
 
 BuildRequires: GConf2-devel
@@ -128,6 +131,7 @@
 %patch11 -p1 -b .fix-ldap-query
 %patch12 -p1 -b .camel-folder-summary-crash
 %patch13 -p1 -b .fix-64bit-acinclude
+%patch14 -p1 -b .missing-pkgconfig-requirement
 
 mkdir -p krb5-fakeprefix/include
 mkdir -p krb5-fakeprefix/lib
@@ -373,6 +377,9 @@
 %{_datadir}/gtk-doc/html/libedataserverui
 
 %changelog
+* Mon Aug 04 2008 Matthew Barnes <mbarnes at redhat.com> - 2.23.6-2.fc10
+- Add sqlite3 to Camel's pkgconfig requirements.
+
 * Mon Aug 04 2008 Matthew Barnes <mbarnes at redhat.com> - 2.23.6-1.fc10
 - Update to 2.23.6
 - Add build requirement for sqlite.




More information about the fedora-extras-commits mailing list