diff --git a/.cvsignore b/.cvsignore index 45e4bc7..b58da6a 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -evolution-data-server-2.23.90.1.tar.bz2 +evolution-data-server-2.23.91.tar.bz2 diff --git a/evolution-data-server-2.23.91-compiler-warnings.patch b/evolution-data-server-2.23.91-compiler-warnings.patch new file mode 100644 index 0000000..16809dd --- /dev/null +++ b/evolution-data-server-2.23.91-compiler-warnings.patch @@ -0,0 +1,22 @@ +diff -up evolution-data-server-2.23.91/configure.in.no-liconv evolution-data-server-2.23.91/configure.in +--- evolution-data-server-2.23.91/configure.in.no-liconv 2008-09-01 08:48:28.000000000 -0400 ++++ evolution-data-server-2.23.91/configure.in 2008-09-01 08:51:24.000000000 -0400 +@@ -349,8 +349,8 @@ if test $have_iconv = yes; then + + int main (int argc, char **argv) + { +- const char *from = "Some Text \xA4"; +- const char *utf8 = "Some Text \xC2\xA4"; ++ char *from = "Some Text \xA4"; ++ char *utf8 = "Some Text \xC2\xA4"; + char *transbuf = malloc (20), *trans = transbuf; + iconv_t cd; + size_t from_len = strlen (from), utf8_len = 20; +@@ -417,6 +417,7 @@ dnl Check to see if strftime supports th + + AC_MSG_CHECKING(for %l and %k support in strftime) + AC_TRY_RUN([ ++#include + #include + #include + diff --git a/evolution-data-server.spec b/evolution-data-server.spec index ae083dc..4f6c577 100644 --- a/evolution-data-server.spec +++ b/evolution-data-server.spec @@ -28,7 +28,7 @@ ### Abstract ### Name: evolution-data-server -Version: 2.23.90.1 +Version: 2.23.91 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.23.91-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 Sep 01 2008 Matthew Barnes - 2.23.91-1.fc10 +- Update to 2.23.91 + * Wed Aug 20 2008 Matthew Barnes - 2.23.90.1-1.fc10 - Update to 2.23.90.1 diff --git a/sources b/sources index 3abd39d..9a824ec 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -b196fb22c92fa7e344c957267d2cf3db evolution-data-server-2.23.90.1.tar.bz2 +c5c7dc31421f33f6665e66661599cae0 evolution-data-server-2.23.91.tar.bz2