- Update to 2.23.91
This commit is contained in:
parent
de5547a8eb
commit
bdf924ef4d
@ -1 +1 @@
|
||||
evolution-data-server-2.23.90.1.tar.bz2
|
||||
evolution-data-server-2.23.91.tar.bz2
|
||||
|
22
evolution-data-server-2.23.91-compiler-warnings.patch
Normal file
22
evolution-data-server-2.23.91-compiler-warnings.patch
Normal file
@ -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 <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <time.h>
|
||||
|
@ -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 <mbarnes@redhat.com> - 2.23.91-1.fc10
|
||||
- Update to 2.23.91
|
||||
|
||||
* Wed Aug 20 2008 Matthew Barnes <mbarnes@redhat.com> - 2.23.90.1-1.fc10
|
||||
- Update to 2.23.90.1
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user