diff --git a/.cvsignore b/.cvsignore index b58da6a..af1ef83 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -evolution-data-server-2.23.91.tar.bz2 +evolution-data-server-2.23.92.tar.bz2 diff --git a/evolution-data-server-2.23.91-compiler-warnings.patch b/evolution-data-server-2.23.91-compiler-warnings.patch deleted file mode 100644 index 16809dd..0000000 --- a/evolution-data-server-2.23.91-compiler-warnings.patch +++ /dev/null @@ -1,22 +0,0 @@ -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 4f6c577..43655d4 100644 --- a/evolution-data-server.spec +++ b/evolution-data-server.spec @@ -28,7 +28,7 @@ ### Abstract ### Name: evolution-data-server -Version: 2.23.91 +Version: 2.23.92 Release: 1%{?dist} License: LGPLv2 Group: System Environment/Libraries @@ -51,8 +51,6 @@ 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 @@ -131,7 +129,6 @@ 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 @@ -377,6 +374,9 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/gtk-doc/html/libedataserverui %changelog +* Mon Sep 08 2008 Matthew Barnes - 2.23.92-1.fc10 +- Update to 2.23.92 + * Mon Sep 01 2008 Matthew Barnes - 2.23.91-1.fc10 - Update to 2.23.91 diff --git a/sources b/sources index 9a824ec..a7322f1 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -c5c7dc31421f33f6665e66661599cae0 evolution-data-server-2.23.91.tar.bz2 +f534bd9b2111efb76d95e3b625273851 evolution-data-server-2.23.92.tar.bz2