Accepting request 75480 from home:vuntz:branches:GNOME:Factory
Update to 2.29.10 OBS-URL: https://build.opensuse.org/request/show/75480 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=148
This commit is contained in:
parent
9d85198f35
commit
8e37855514
3
glib-2.29.10.tar.bz2
Normal file
3
glib-2.29.10.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:81eabdc56ac8a64900e798805f35655395f20f5155b57b42f577311ee45234bb
|
||||
size 7466350
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:19087decb4f158c5222e5cb692e86495bd8446707a739b34cb83dcb1b3750cca
|
||||
size 7313388
|
@ -1,3 +1,30 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 6 00:31:06 CEST 2011 - vuntz@opensuse.org
|
||||
|
||||
- Update to version 2.29.10:
|
||||
+ New features:
|
||||
- g_desktop_app_info_get_nodisplay: a function that is required
|
||||
to port gnome-menus to GDesktopAppInfo
|
||||
- g_hash_table_iter_replace: new function to replace a value
|
||||
while iterating over a hash table
|
||||
- g_utf8_substring: convenience API to extract substrings from
|
||||
UTF-8 strings
|
||||
- g_action_group_add_entries: convenience API for creating lots
|
||||
of actions quickly
|
||||
- Use eventfd instead of pipes for waking up main contexts and
|
||||
for cancellation when available
|
||||
- GMatchInfo is now a refcounted boxed type
|
||||
+ API changes in GAction:
|
||||
- the 'set_state' entry in the GActionInterface vtable has been
|
||||
renamed to 'change_state
|
||||
- g_action_set_state has been renamed to g_action_change_state
|
||||
- the 'state' property has been changed to read-only
|
||||
- GSimpleAction can no longer be subclassed
|
||||
+ Bug fixes: bgo#647796, bgo#652072, bgo#652168, bgo#652750,
|
||||
bgo#652758, bgo#652822, bgo#652897, bgo#653140, bgo#653429,
|
||||
bgo#653484.
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jun 16 12:27:47 UTC 2011 - dimstar@opensuse.org
|
||||
|
||||
|
@ -21,7 +21,7 @@
|
||||
|
||||
Name: glib2
|
||||
%define _name glib
|
||||
Version: 2.29.8
|
||||
Version: 2.29.10
|
||||
Release: 1
|
||||
# FIXME: change zlib-devel to pkgconfig(zlib) once we have a recent enough version of zlib
|
||||
# FIXME: find out if tapsets should really be in devel package or in main package
|
||||
@ -29,7 +29,7 @@ License: LGPLv2+
|
||||
Summary: General-Purpose Utility Library
|
||||
Url: http://www.gtk.org/
|
||||
Group: System/Libraries
|
||||
Source: ftp://ftp.gnome.org/pub/GNOME/sources/%{_name}/2.14/%{_name}-%{version}.tar.bz2
|
||||
Source: http://download.gnome.org/sources/glib/2.29/%{_name}-%{version}.tar.bz2
|
||||
Source1: glib2.sh
|
||||
Source2: glib2.csh
|
||||
Source3: SuSEconfig.glib2
|
||||
|
Loading…
Reference in New Issue
Block a user