From 39af0604643a0e196feb1d62d3081a64de406892 Mon Sep 17 00:00:00 2001 From: Milan Crha Date: Mon, 15 Oct 2007 16:39:33 +0000 Subject: [PATCH] - Update to 1.12.1 --- .cvsignore | 2 +- ...tion-data-server-1.10.0-code-cleanup.patch | 20 +++++++++++++++++++ evolution-data-server.spec | 5 ++++- sources | 2 +- 4 files changed, 26 insertions(+), 3 deletions(-) diff --git a/.cvsignore b/.cvsignore index 9348dd5..a7be8cf 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -evolution-data-server-1.12.0.tar.bz2 +evolution-data-server-1.12.1.tar.bz2 diff --git a/evolution-data-server-1.10.0-code-cleanup.patch b/evolution-data-server-1.10.0-code-cleanup.patch index 3d0a948..4436354 100644 --- a/evolution-data-server-1.10.0-code-cleanup.patch +++ b/evolution-data-server-1.10.0-code-cleanup.patch @@ -1048,6 +1048,16 @@ %} +--- evolution-data-server-1.11.90/calendar/libical/src/libicalss/icalssyacc.c.code-cleanup 2007-08-20 22:42:08.000000000 -0400 ++++ evolution-data-server-1.11.90/calendar/libical/src/libicalss/icalssyacc.c 2007-08-20 22:42:35.000000000 -0400 +@@ -173,6 +173,7 @@ static void ssyacc_add_select(struct ica + static void ssyacc_add_from(struct icalgauge_impl* impl, char* str1); + static void set_logic(struct icalgauge_impl* impl,icalgaugelogic l); + void sserror(char *s); /* Don't know why I need this.... */ ++int sslex(void *YYPARSE_PARAM); + + + --- evolution-data-server-1.11.90/calendar/libical/src/libicalvcal/vcc.y.code-cleanup 2007-08-20 22:42:49.000000000 -0400 +++ evolution-data-server-1.11.90/calendar/libical/src/libicalvcal/vcc.y 2007-08-20 22:43:12.000000000 -0400 @@ -170,6 +170,7 @@ static void enterProps(const char *s); @@ -1058,3 +1068,13 @@ %} +--- evolution-data-server-1.11.90/calendar/libical/src/libicalvcal/vcc.c.code-cleanup 2007-08-20 22:42:49.000000000 -0400 ++++ evolution-data-server-1.11.90/calendar/libical/src/libicalvcal/vcc.c 2007-08-20 22:43:12.000000000 -0400 +@@ -170,6 +170,7 @@ static void enterProps(const char *s); + static void enterAttr(const char *s1, const char *s2); + static void enterValues(const char *value); + static void mime_error_(char *s); ++static int mime_lex(void); + + + diff --git a/evolution-data-server.spec b/evolution-data-server.spec index a875334..581ad14 100644 --- a/evolution-data-server.spec +++ b/evolution-data-server.spec @@ -26,7 +26,7 @@ ### Abstract ### Name: evolution-data-server -Version: 1.12.0 +Version: 1.12.1 Release: 1%{?dist} License: LGPL Group: System Environment/Libraries @@ -381,6 +381,9 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/pkgconfig/libexchange-storage-%{eds_api_version}.pc %changelog +* Mon Oct 15 2007 Milan Crha - 1.12.1-1.fc8 +- Update to 1.12.1 + * Mon Sep 17 2007 Matthew Barnes - 1.12.0-1.fc8 - Update to 1.12.0 diff --git a/sources b/sources index 567533a..308fce6 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -787cfe9d652f46395a9adce056bdb286 evolution-data-server-1.12.0.tar.bz2 +5b4d855ed1ceaaab7db14b50133b5252 evolution-data-server-1.12.1.tar.bz2