diff --git a/libsoup.spec b/libsoup.spec index 51a6f08..e502e5e 100644 --- a/libsoup.spec +++ b/libsoup.spec @@ -1,14 +1,14 @@ Summary: Soup, an HTTP library implementation Name: libsoup Version: 2.2.0 -Release: 2 +Release: 3 License: LGPL Group: Development/Libraries Source0: ftp://ftp.gnome.org/pub/gnome/sources/libsoup/2.2/%{name}-%{version}.tar.bz2 URL: ftp://ftp.gnome.org/pub/gnome/sources/libsoup/ BuildRoot: %{_tmppath}/%{name}-root -Requires: glib2 >= 2.0, gnutls -BuildRequires: glib2-devel, pkgconfig, gtk-doc, gnutls-devel +Requires: glib2 >= 2.0, gnutls, libxml2 +BuildRequires: glib2-devel, pkgconfig, gtk-doc, gnutls-devel, libxml2-devel %description Libsoup is an HTTP library implementation in C. It was originally part @@ -64,6 +64,9 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/gtk-doc/html/libsoup %changelog +* Wed Oct 6 2004 David Malcolm - 2.2.0-3 +- added requirement on libxml2 (#134700) + * Wed Sep 22 2004 David Malcolm - 2.2.0-2 - added requirement on gnutls, so that we build with SSL support - fixed source download path