Accepting request 68296 from home:vuntz:branches:GNOME:Factory

ok

OBS-URL: https://build.opensuse.org/request/show/68296
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gedit?expand=0&rev=79
This commit is contained in:
Vincent Untz
2011-04-25 09:32:43 +00:00
committed by Git OBS Bridge
parent d91dea875e
commit c9df995986
2 changed files with 26 additions and 18 deletions

View File

@@ -55,16 +55,23 @@ Mon Mar 28 16:17:25 UTC 2011 - fcrozat@novell.com
- Changes from version 2.90.0:
+ Add GSettings migration file
+ Misc bugfixes
- Change old-style buildRequires to new pkgconfig()/GNOME3 ones:
gtksourceview-devel, gconf2-devel, python-devel,
python-gobject2-devel, python-gtk-devel,
python-gtksourceview-devel to gtksourceview-3.0, libpeas-gtk-1.0,
- Drop BuildRequires: gconf2-devel (move to GSettings),
python-devel, python-gtk-devel, python-gtksourceview-devel (move
to libpeas-based plugins).
- Add new pkgconfig() BuildRequires: libpeas-gtk-1.0,
gsettings-desktop-schemas, libsoup-2.4.
- Replace GConf2 schemas handling with GSettings schemas handling.
- Requires python-gobject instead of python-gnome / python-gobject2
/ python-gtk / python-gtksourceview, thanks to introspection
based python binding.
- Fix Obsoletes for gedit-doc (strict version obsolete)
- Move to pkgconfig()-style BuildRequires:
+ Old ones: gtksourceview-devel, python-gobject2-devel.
+ New ones: gtksourceview-3.0, pygobject-2.0.
- Replace GConf2 schemas handling with GSettings schemas handling,
with %glib2_gsettings_schema_* macros.
- Replace python-gnome, python-gobject2, python-gtk,
python-gtksourceview Requires with just a python-gobject Requires
thanks to introspection-based python binding.
- Change Obsoletes for gedit-doc to be strict (< instead of <=) now
that we have a new version.
- Add /sbin/ldconfig to %post/%postun as there is now a (private)
library installed by the package.
-------------------------------------------------------------------
Fri Feb 18 13:56:50 UTC 2011 - gber@opensuse.org