diff --git a/inkscape.changes b/inkscape.changes index c6fd4db..aa07b5e 100644 --- a/inkscape.changes +++ b/inkscape.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Mar 6 19:27:48 CET 2008 - maw@suse.de + +- Fix the build when against newer versions of intltool. + ------------------------------------------------------------------- Tue Feb 5 18:27:27 CET 2008 - maw@suse.de diff --git a/inkscape.spec b/inkscape.spec index 44add80..9b56b1c 100644 --- a/inkscape.spec +++ b/inkscape.spec @@ -10,6 +10,7 @@ # norootforbuild + Name: inkscape BuildRequires: cairomm docbook-toys fdupes gcc-c++ gtkmm24-devel intltool libglade2-devel libgnomeprintui-devel libgnomeui-devel liblcms-devel libwnck-devel libxslt-devel loudmouth-devel perl python-devel python-gtk-devel sgml-skel update-desktop-files License: GPL v2 or later @@ -18,7 +19,7 @@ Requires: cairomm ghostscript-fonts-std python-gtk python-numeric pstoedit AutoReqProv: on Summary: Inkscape Vector Illustration Program Version: 0.45.1 -Release: 121 +Release: 148 Provides: sodipodi Obsoletes: sodipodi PreReq: /bin/rm /bin/ln /bin/sh /usr/bin/perl @@ -125,6 +126,7 @@ make install DESTDIR=$RPM_BUILD_DIR/gc_install unset CFLAGS popd autoreconf -f -i +intltoolize --force export CXXFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing" # We're building without perl support for now... %configure\ @@ -182,6 +184,8 @@ rm -rf $RPM_BUILD_ROOT %files lang -f %{name}.lang %changelog +* Thu Mar 06 2008 maw@suse.de +- Fix the build when against newer versions of intltool. * Tue Feb 05 2008 maw@suse.de - Disable perl support for now. * Tue Jan 29 2008 maw@suse.de