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

looks good.

OBS-URL: https://build.opensuse.org/request/show/50332
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gtk3?expand=0&rev=11
This commit is contained in:
2010-10-12 20:38:41 +00:00
committed by Git OBS Bridge
parent d8f6c0dc5f
commit 2dccd20fdf
4 changed files with 390 additions and 47 deletions

View File

@@ -1,3 +1,39 @@
-------------------------------------------------------------------
Mon Oct 11 13:44:31 CEST 2010 - vuntz@opensuse.org
- Split input methods in subpackages:
+ Create gtk3-immodule-amharic, gtk3-immodule-inuktitut,
gtk3-immodule-multipress, gtk3-immodule-thai,
gtk3-immodules-tigrigna, gtk3-immodule-vietnamese,
gtk3-immodule-xim subpackages. For the modules that are useful
for specific locales, we use a locale(gtk3:$locale) Provides to
make those packages installed by default when the locale is
used.
+ Add Recommends to libgtk-3_0-0 for gtk3-immodule-amharic,
gtk3-immodule-inuktitut, gtk3-immodule-thai,
gtk3-immodules-tigrigna, gtk3-immodule-vietnamese. This makes
sense since this helps people discover them without having to
look for them.
+ gtk3-immodule-multipress is not useful by default.
+ gtk3-immodule-xim is creating performance issues, so we don't
want it by default.
+ Fix bnc#629995.
- Make the gtk3-data package own the directories of the themes,
instead of just the files.
- Move the ferret module to the devel package: it's useful for
tests, but not in general.
- Update the %gtk3_immodule_post and %gtk3_immodule_postun macros
to use --update-cache instead of redirecting the output to a
file. That's more solid.
- Remove gtk3-tools Requires(postun) in libgtk-3_0-0: it's not
needed.
- Do not version the Recommends on the lang package.
- Update baselibs.conf to remove assumption in the scriptlets of
the generated packages that they are 32bit packages.
- Use <prefix> in baselibs.conf since we use full paths there, and
this is needed for x86 packages that put files in
/emul/ia32-linux.
-------------------------------------------------------------------
Tue Oct 5 09:49:22 CEST 2010 - vuntz@opensuse.org