From a6822a03ff6166c01d23471561815ea51cf0c043 Mon Sep 17 00:00:00 2001 From: dmalcolm Date: Mon, 20 Sep 2004 22:35:06 +0000 Subject: [PATCH] Fixed various warnings in the calendar code --- evolution-data-server.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/evolution-data-server.spec b/evolution-data-server.spec index 0f5278f..8198284 100644 --- a/evolution-data-server.spec +++ b/evolution-data-server.spec @@ -6,7 +6,7 @@ Summary: Backend data server for evolution Name: evolution-data-server Version: 1.0.0 -Release: 1 +Release: 2 License: GPL Group: System Environment/Libraries Source0: ftp://ftp.gnome.org/pub/gnome/sources/evolution-data-server/1.0/%{name}-%{version}.tar.bz2 @@ -18,6 +18,8 @@ BuildRequires: intltool BuildRequires: libsoup-devel >= %{soup_version} BuildRequires: ORBit2-devel >= %{orbit2_version} +Patch0: evolution-data-server-1.0.0-fix_warnings.patch + %description The evolution-data-server package provides a unified backend for programs that work with contacts, tasks, and calendar information. @@ -36,6 +38,7 @@ evolution-data-server. %prep %setup -q +%patch0 -p1 -b .fix_warnings %build export tagname=CC @@ -79,6 +82,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Mon Sep 20 2004 David Malcolm - 1.0.0-2 +- fixed various warnings in the calendar code + * Tue Sep 14 2004 David Malcolm - 1.0.0-1 - update from 0.0.99 to 1.0.0 - changed path in FTP source location from 0.0 to 1.0