Accepting request 106190 from home:vuntz:branches:GNOME:Factory
Update to 2.31.18 OBS-URL: https://build.opensuse.org/request/show/106190 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=184
This commit is contained in:
parent
7d6bf9f70f
commit
a6efdbe160
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:bf3da4e3b7e3d7a5a1a0d801a113fcd1b2464c48dda475f6c6c6cea6137c1281
|
|
||||||
size 5938844
|
|
3
glib-2.31.18.tar.xz
Normal file
3
glib-2.31.18.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:d2d06f9f72092d75067c5fb5d7b751584d1102b15a4bfa7085c77cae21692919
|
||||||
|
size 5947776
|
@ -1,3 +1,25 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Feb 21 07:28:14 UTC 2012 - vuntz@opensuse.org
|
||||||
|
|
||||||
|
- Update to version 2.31.18:
|
||||||
|
+ GDBusProxy has now a flag,
|
||||||
|
G_DBUS_PROXY_FLAGS_GET_INVALIDATED_PROPERTIES, which can be set
|
||||||
|
to make GDBus automatically reload changed properties even if
|
||||||
|
the propertychanged signal does not contain the new values.
|
||||||
|
+ GApplication puts non-unique applications on the bus
|
||||||
|
+ GApplication now has g_application_quit()
|
||||||
|
+ g_async_queue_timed_pop has been deprecated in favor of the new
|
||||||
|
g_async_queue_timeout_pop, which uses relative delays in
|
||||||
|
microseconds instead of a GTimeVal.
|
||||||
|
+ Huge number of API documentation fixes
|
||||||
|
+ Bugs fixed: bgo#647986, bgo#658484, bgo#664237, bgo#669329,
|
||||||
|
bgo#669330, bgo#669372, bgo#669412, bgo#669538, bgo#669544,
|
||||||
|
bgo#669595, bgo#669670, bgo#669671, bgo#669689, bgo#669810,
|
||||||
|
bgo#669865, bgo#670085, bgo#670138, bgo#670485.
|
||||||
|
+ Updated translations.
|
||||||
|
- Remove xz BuildRequires now that it comes for free in the build
|
||||||
|
system.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Feb 6 09:06:53 UTC 2012 - vuntz@opensuse.org
|
Mon Feb 6 09:06:53 UTC 2012 - vuntz@opensuse.org
|
||||||
|
|
||||||
|
@ -20,7 +20,7 @@
|
|||||||
|
|
||||||
Name: glib2
|
Name: glib2
|
||||||
%define _name glib
|
%define _name glib
|
||||||
Version: 2.31.16
|
Version: 2.31.18
|
||||||
Release: 0
|
Release: 0
|
||||||
# FIXME: change zlib-devel to pkgconfig(zlib) once we have a recent enough version of zlib
|
# 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
|
# FIXME: find out if tapsets should really be in devel package or in main package
|
||||||
@ -66,8 +66,6 @@ BuildRequires: python
|
|||||||
BuildRequires: systemtap-sdt-devel
|
BuildRequires: systemtap-sdt-devel
|
||||||
%endif
|
%endif
|
||||||
BuildRequires: translation-update-upstream
|
BuildRequires: translation-update-upstream
|
||||||
# Only needed because we don't (and won't) support building xz tarballs by default... See bnc#697467
|
|
||||||
BuildRequires: xz
|
|
||||||
BuildRequires: zlib-devel
|
BuildRequires: zlib-devel
|
||||||
BuildRequires: pkgconfig(libffi)
|
BuildRequires: pkgconfig(libffi)
|
||||||
BuildRequires: pkgconfig(libpcre)
|
BuildRequires: pkgconfig(libpcre)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user