- Update to 1.11.6.1
- Add patch to fix some <db.h> inclusion breakage.
This commit is contained in:
parent
817ffbd4ec
commit
5107f232f9
22
evolution-data-server-1.11.6.1-include-breakage.patch
Normal file
22
evolution-data-server-1.11.6.1-include-breakage.patch
Normal file
@ -0,0 +1,22 @@
|
||||
--- evolution-data-server-1.11.6.1/libedataserver/e-db3-utils.c.include-breakage 2007-07-30 09:58:54.000000000 -0400
|
||||
+++ evolution-data-server-1.11.6.1/libedataserver/e-db3-utils.c 2007-08-01 15:17:25.000000000 -0400
|
||||
@@ -14,7 +14,7 @@
|
||||
#include <glib.h>
|
||||
#include <glib/gstdio.h>
|
||||
|
||||
-#include "db.h"
|
||||
+#include <db.h>
|
||||
|
||||
#include "e-db3-utils.h"
|
||||
|
||||
--- evolution-data-server-1.11.6.1/libedataserver/e-dbhash.c.include-breakage 2007-01-03 09:56:27.000000000 -0500
|
||||
+++ evolution-data-server-1.11.6.1/libedataserver/e-dbhash.c 2007-08-01 15:17:25.000000000 -0400
|
||||
@@ -12,7 +12,7 @@
|
||||
|
||||
#include <string.h>
|
||||
#include <fcntl.h>
|
||||
-#include "db.h"
|
||||
+#include <db.h>
|
||||
#include "md5-utils.h"
|
||||
|
||||
struct _EDbHashPrivate
|
@ -66,6 +66,9 @@ Patch20: evolution-data-server-1.10.1-camel-certdb-nss-cert-get.patch
|
||||
# RH bug #243296
|
||||
Patch21: evolution-data-server-1.11.5-fix-64bit-acinclude.patch
|
||||
|
||||
# Fix some include breakage in 1.11.6.1
|
||||
Patch22: evolution-data-server-1.11.6.1-include-breakage.patch
|
||||
|
||||
### Dependencies ###
|
||||
|
||||
Requires: GConf2
|
||||
@ -155,6 +158,7 @@ evolution-data-server.
|
||||
%patch19 -p1 -b .camel-folder-symmary-crash
|
||||
%patch20 -p1 -b .camel-certdb-nss-cert-get
|
||||
%patch21 -p1 -b .fix-64bit-acinclude
|
||||
%patch22 -p1 -b .include-breakage
|
||||
|
||||
mkdir -p krb5-fakeprefix/include
|
||||
mkdir -p krb5-fakeprefix/lib
|
||||
@ -389,6 +393,7 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%changelog
|
||||
* Wed Aug 01 2007 Matthew Barnes <mbarnes@redhat.com> - 1.11.6.1-1.fc8
|
||||
- Update to 1.11.6.1
|
||||
- Add patch to fix some <db.h> inclusion breakage.
|
||||
|
||||
* Tue Jul 31 2007 Matthew Barnes <mbarnes@redhat.com> - 1.11.6-1.fc8
|
||||
- Update to 1.11.6
|
||||
|
Loading…
Reference in New Issue
Block a user