diff --git a/anjuta.changes b/anjuta.changes index 8cad3a6..005839f 100644 --- a/anjuta.changes +++ b/anjuta.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Dec 26 10:24:58 CET 2008 - mboman@suse.de + +- Use gtksourceview-devel instead of gtksourceview18-devel. + Fixes bnc#461287 + ------------------------------------------------------------------- Tue Nov 25 10:24:58 CET 2008 - ro@suse.de diff --git a/anjuta.spec b/anjuta.spec index 81af840..f1bfd28 100644 --- a/anjuta.spec +++ b/anjuta.spec @@ -1,7 +1,7 @@ # # spec file for package anjuta (Version 2.24.1) # -# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -32,7 +32,7 @@ BuildRequires: gnome-icon-theme BuildRequires: gnutls-devel BuildRequires: graphviz-devel BuildRequires: gtk-doc -BuildRequires: gtksourceview18-devel +BuildRequires: gtksourceview-devel BuildRequires: intltool BuildRequires: libapr-util1-devel BuildRequires: libapr1-devel @@ -97,7 +97,7 @@ Recommends: libgnomeui-doc Recommends: libgnomeprint-doc Recommends: libgnomeprintui-doc Version: 2.24.1 -Release: 2 +Release: 3 Requires: %{name}-lang = %{version} Summary: GNOME IDE for C and C++ Source: anjuta-%{version}.tar.bz2 @@ -267,6 +267,9 @@ fi %files lang -f %name.lang %changelog +* Fri Dec 26 2008 mboman@suse.de +- Use gtksourceview-devel instead of gtksourceview18-devel. + Fixes bnc#461287 * Tue Nov 25 2008 ro@suse.de - do not buildrequire valgrind on ia64 s390 s390x (does not exist on these platforms)