Fixed various warnings in the calendar code

This commit is contained in:
dmalcolm 2004-09-20 22:35:06 +00:00
parent e6c389d02d
commit a6822a03ff

View File

@ -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 <dmalcolm@redhat.com> - 1.0.0-2
- fixed various warnings in the calendar code
* Tue Sep 14 2004 David Malcolm <dmalcolm@redhat.com> - 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