diff --git a/.cvsignore b/.cvsignore index cdaac6b..c7c02b9 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -evolution-data-server-0.0.6.tar.bz2 +evolution-data-server-0.0.92.tar.bz2 diff --git a/evolution-data-server.spec b/evolution-data-server.spec index a58957e..660444d 100644 --- a/evolution-data-server.spec +++ b/evolution-data-server.spec @@ -1,15 +1,18 @@ +%define soup_version 2.1.9 + %define eds_major 1.0 Summary: Backend data server for evolution Name: evolution-data-server -Version: 0.0.6 +Version: 0.0.92 Release: 1 License: GPL Group: System Environment/Libraries Source0: ftp://ftp.gnome.org/pub/gnome/sources/evolution-data-server/0.0/%{name}-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-root +Requires: libsoup >= %{soup_version} BuildRequires: glib2-devel, gnome-vfs2-devel, GConf2-devel, openldap-devel -BuildRequires: intltool +BuildRequires: intltool, libsoup-devel %description This is the backend data server used by Evolution @@ -68,6 +71,15 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Wed Apr 21 2004 David Malcolm - 0.0.92-1 +- Update to 0.0.92; added a define and a requirement on the libsoup version + +* Wed Mar 10 2004 Jeremy Katz - 0.0.90-1 +- 0.0.90 + +* Fri Feb 13 2004 Elliot Lee +- rebuilt + * Mon Jan 26 2004 Jeremy Katz - 0.0.6-1 - 0.0.6 diff --git a/sources b/sources index 18fef0f..7cfca5a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -ffc4b485f3a40aaaaae163c08df5cb4e evolution-data-server-0.0.6.tar.bz2 +725e10f30be911710085af325fc1aa53 evolution-data-server-0.0.92.tar.bz2