- Update to 2.23.92

This commit is contained in:
Matthew Barnes 2008-09-08 11:23:49 +00:00
parent bdf924ef4d
commit 6c9b6cb2cb
4 changed files with 6 additions and 28 deletions

View File

@ -1 +1 @@
evolution-data-server-2.23.91.tar.bz2
evolution-data-server-2.23.92.tar.bz2

View File

@ -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 <stdlib.h>
#include <string.h>
#include <time.h>

View File

@ -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 <mbarnes@redhat.com> - 2.23.92-1.fc10
- Update to 2.23.92
* Mon Sep 01 2008 Matthew Barnes <mbarnes@redhat.com> - 2.23.91-1.fc10
- Update to 2.23.91

View File

@ -1 +1 @@
c5c7dc31421f33f6665e66661599cae0 evolution-data-server-2.23.91.tar.bz2
f534bd9b2111efb76d95e3b625273851 evolution-data-server-2.23.92.tar.bz2