From 43af47ee316c1b8eace7e00f1de9bbb9cc3203b8 Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Jan 12 2009 19:49:07 +0000 Subject: - Update to 2.24.3 --- diff --git a/.cvsignore b/.cvsignore index ce8d78e..76d4650 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -evolution-data-server-2.24.2.tar.bz2 +evolution-data-server-2.24.3.tar.bz2 diff --git a/evolution-data-server-2.24.3-compiler-warnings.patch b/evolution-data-server-2.24.3-compiler-warnings.patch new file mode 100644 index 0000000..dadf8fd --- /dev/null +++ b/evolution-data-server-2.24.3-compiler-warnings.patch @@ -0,0 +1,11 @@ +diff -up evolution-data-server-2.24.3/camel/camel-folder-summary.c.compiler-warnings evolution-data-server-2.24.3/camel/camel-folder-summary.c +--- evolution-data-server-2.24.3/camel/camel-folder-summary.c.compiler-warnings 2009-01-12 14:42:28.000000000 -0500 ++++ evolution-data-server-2.24.3/camel/camel-folder-summary.c 2009-01-12 14:42:36.000000000 -0500 +@@ -40,6 +40,7 @@ + + #include + ++#include "camel-debug.h" + #include "camel-db.h" + #include "camel-file-utils.h" + #include "camel-folder-summary.h" diff --git a/evolution-data-server.spec b/evolution-data-server.spec index 962d8ff..4ab9150 100644 --- a/evolution-data-server.spec +++ b/evolution-data-server.spec @@ -28,7 +28,7 @@ ### Abstract ### Name: evolution-data-server -Version: 2.24.2 +Version: 2.24.3 Release: 1%{?dist} License: LGPLv2 Group: System Environment/Libraries @@ -51,6 +51,8 @@ Patch12: evolution-data-server-1.10.1-camel-folder-summary-crash.patch # RH bug #243296 Patch13: evolution-data-server-1.11.5-fix-64bit-acinclude.patch +Patch14: evolution-data-server-2.24.3-compiler-warnings.patch + ### Build Dependencies ### BuildRequires: GConf2-devel @@ -129,6 +131,7 @@ This package contains developer documentation for %{name}. %patch11 -p1 -b .fix-ldap-query %patch12 -p1 -b .camel-folder-summary-crash %patch13 -p1 -b .fix-64bit-acinclude +%patch14 -p1 -b .compiler-warnings mkdir -p krb5-fakeprefix/include mkdir -p krb5-fakeprefix/lib @@ -374,6 +377,9 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/gtk-doc/html/libedataserverui %changelog +* Mon Jan 12 2009 Matthew Barnes - 2.24.3-1.fc10 +- Update to 2.24.3 + * Mon Nov 24 2008 Matthew Barnes - 2.24.2-1.fc10 - Update to 2.24.2 diff --git a/sources b/sources index 250d441..4910f7b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -ee08e677d30fadd58e53e6e064d4ae6e evolution-data-server-2.24.2.tar.bz2 +fc0b48f6246ed700fcc2b9f52538dd85 evolution-data-server-2.24.3.tar.bz2