From 6547aed05bb3e0d452a0b78065db8bfdd540c1ef Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sep 23 2008 14:19:47 +0000 Subject: Drop the ImageMagick dependency, since it causes size problems on the live cd --- diff --git a/libgsf.spec b/libgsf.spec index 0c6f765..d01403d 100644 --- a/libgsf.spec +++ b/libgsf.spec @@ -4,7 +4,7 @@ Summary: GNOME Structured File library Name: libgsf Version: 1.14.9 -Release: 1%{?dist} +Release: 2%{?dist} Group: System Environment/Libraries License: LGPLv2 Source: ftp://ftp.gnome.org/pub/GNOME/sources/%{name}/1.14/%{name}-%{version}.tar.bz2 @@ -24,7 +24,7 @@ A library for reading and writing structured files (eg MS OLE and Zip) Summary: GNOME integration bits for libgsf Group: System Environment/Libraries Requires: libgsf = %{version}-%{release} -Requires: ImageMagick, gnome-vfs2 +Requires: gnome-vfs2 %description gnome Libraries for using libgsf in conjunction with the GNOME applications @@ -132,6 +132,10 @@ fi rm -r $RPM_BUILD_ROOT %changelog +* Tue Sep 23 2008 Matthias Clasen - 1.14.9-2 +- Drop the ImageMagick dependency again, since it causes size problems on + the live cd + * Wed Sep 03 2008 Caolán McNamara 1.14.9-1 - latest version with gio support