diff --git a/gedit-plugins.changes b/gedit-plugins.changes index 5bbc6ae..0dd236b 100644 --- a/gedit-plugins.changes +++ b/gedit-plugins.changes @@ -2,7 +2,7 @@ Wed Apr 6 09:07:13 UTC 2011 - fcrozat@novell.com - Update to version 3.0.0: - - Port commander plugin to gtk+3. + - Port commander plugin to gtk+ 3. ------------------------------------------------------------------- Tue Mar 29 11:28:11 UTC 2011 - fcrozat@novell.com @@ -24,13 +24,18 @@ Tue Mar 29 11:28:11 UTC 2011 - fcrozat@novell.com - Changes from version 2.90.0: + Ported textsize plugin to libpeas. + Update several plugins to new libpeas API. -- Change old-style buildRequires to new pkgconfig()/GNOME3 ones: - gconf2-devel, gedit-devel, glib2-devel, gtk2-devel, - gtksourceview-devel, gucharmap-devel, python-gtk-devel, - python-gtksourceview-devel, vte-devel - to gedit, gtk+-3.0, gtksourceview-3.0, libpeas-gtk-1.0, - dbus-python. -- Replace GConf2 schemas handling with GSettings schemas handling. +- Move to pkgconfig()-style BuildRequires (including move to GNOME + 3 stack): + + Old ones: gedit-devel, gtk2-devel, gtksourceview-devel. + + New ones: gedit, gtk+-3.0, gtksourceview-3.0. +- Add pkgconfig() BuildRequires: dbus-python (for synctex plugin) + and libpeas-gtk-1.0. +- Drop BuildRequires: gconf2-devel (move to GSettings), glib2-devel + (implied by gtk3), gucharmap-devel, python-gtk-devel, + python-gtksourceview-devel, vte-devel (move to libpeas-based + plugins). +- Replace GConf2 schemas handling with GSettings schemas handling, + with %glib2_gsettings_schema_* macros. ------------------------------------------------------------------- Mon Feb 21 12:40:28 CET 2011 - vuntz@opensuse.org diff --git a/gedit-plugins.spec b/gedit-plugins.spec index d7dd5be..d4e3b18 100644 --- a/gedit-plugins.spec +++ b/gedit-plugins.spec @@ -27,15 +27,15 @@ License: GPLv2+ Group: Productivity/Editors/Other Url: http://live.gnome.org/GeditPlugins BuildRequires: fdupes -BuildRequires: pkgconfig(gedit) BuildRequires: gnome-doc-utils-devel -BuildRequires: pkgconfig(gtk+-3.0) -BuildRequires: pkgconfig(gtksourceview-3.0) -BuildRequires: pkgconfig(libpeas-gtk-1.0) -BuildRequires: pkgconfig(dbus-python) BuildRequires: intltool BuildRequires: pkg-config BuildRequires: translation-update-upstream +BuildRequires: pkgconfig(dbus-python) +BuildRequires: pkgconfig(gedit) +BuildRequires: pkgconfig(gtk+-3.0) +BuildRequires: pkgconfig(gtksourceview-3.0) +BuildRequires: pkgconfig(libpeas-gtk-1.0) Requires: gedit Requires: %{name}-lang = %{version} Enhances: gedit