Accepting request 48907 from GNOME:Factory
Copy from GNOME:Factory/glib2 based on submit request 48907 from user vuntz OBS-URL: https://build.opensuse.org/request/show/48907 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glib2?expand=0&rev=90
This commit is contained in:
commit
d86797c7a3
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:cb4fd91cfc2f55f89b5bc3e1999d7f778cd9cfa6596cf6391216ff3273b046b3
|
||||
size 6420625
|
3
glib-2.25.17.tar.bz2
Normal file
3
glib-2.25.17.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ba2543fa9dceb7dbcfbf00dcc3773cd649ef1698d7f7ad401f136e980559777d
|
||||
size 6524161
|
@ -1,3 +1,78 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Sep 19 09:24:16 CEST 2010 - vuntz@opensuse.org
|
||||
|
||||
- Update to version 2.25.17:
|
||||
+ Fix build when compiling against the system-installed pcre
|
||||
library (bgo#629971).
|
||||
- Drop glib2-fix-build-system-pcre.patch: fixed upstream.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Sep 18 10:33:58 CEST 2010 - vuntz@opensuse.org
|
||||
|
||||
- Update to version 2.25.16:
|
||||
+ GApplication:
|
||||
- GApplication, GAction and related classes have been removed
|
||||
from this release of glib. There will -not- be a replacement
|
||||
for 2.26.0.
|
||||
+ Build:
|
||||
- massive restructuring to reduce #include abuse
|
||||
- tweaks to silence some harmless compiler warnings
|
||||
- rename gschema-compile.c to glib-compile-schemas.c
|
||||
- Windows fixes
|
||||
- fix building with zlib < 1.2.4 on win32
|
||||
+ GDateTime:
|
||||
- better msgctxt for translating month and weekday names
|
||||
- API is changed quite a lot, implementation is improved
|
||||
- GTimeZone is now exposed
|
||||
+ GObject:
|
||||
- make ordering for overridden interface properties consistent
|
||||
- ->priv structures are limited to 64k but this was not
|
||||
documented, and exceeding this limit produced bad results.
|
||||
Add docs and enforce the limit properly.
|
||||
- add g_object_class_install_properties() to install multiple
|
||||
properties in one go
|
||||
- improve debugging output for GValue containing G_TYPE_STRV
|
||||
+ GIO:
|
||||
- fix priority sorting of GIO extensions
|
||||
- add GCredentials support on FreeBSD
|
||||
- fix support for IPv6 addresses in URI parsing functions
|
||||
- GSocketClient fixes for when g_socket_connect succeeds
|
||||
immediately
|
||||
- clarify string encoding for GFile constructors in docs
|
||||
- new functions g_data_input_stream_read_upto{,async,finish}
|
||||
- tweak confusing documentation for g_output_stream_write()
|
||||
+ GDBus:
|
||||
- GDBusMessage can now be locked and copied (like in libdbus)
|
||||
- GDBusConnection filter function API has changed again
|
||||
- GDBusServer: ::new-connection now declares if the connection
|
||||
was claimed
|
||||
- add a partial workaround for GObject bgo#627724.
|
||||
- very many memory leaks fixed
|
||||
+ GVariant:
|
||||
- check for size == 0 in g_variant_get_bytestring to avoid a
|
||||
crash when attempting to get_bytestring() from an empty array
|
||||
- improve gobject-introspection annotations
|
||||
+ GSettings:
|
||||
- add GSettings Windows registry backend
|
||||
- some internal tweaks to the backend API
|
||||
- remove g_settings_list_items
|
||||
- add g_settings_list_children and _list_keys to replace it
|
||||
- add schema compiler restrictions for dealing with lists
|
||||
- don't automatically emit value changed signals on writability
|
||||
changes
|
||||
+ Other:
|
||||
- constify the 'parser' vtable param to
|
||||
g_markup_parse_context_push()
|
||||
- plug many memory leaks in test cases
|
||||
+ Bugs closed: bgo#50076, bgo#584284, bgo#624546, bgo#626919,
|
||||
bgo#628029, bgo#628253, bgo#628331, bgo#628345, bgo#628436,
|
||||
bgo#628505, bgo#628839, bgo#628904, bgo#628952, bgo#629192,
|
||||
bgo#629251, bgo#629259, bgo#629328, bgo#629429, bgo#629689,
|
||||
bgo#629698
|
||||
+ Updated translations.
|
||||
- Add glib2-fix-build-system-pcre.patch to fix build with the
|
||||
system pcre.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 3 15:38:17 CEST 2010 - vuntz@opensuse.org
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package glib2 (Version 2.25.15)
|
||||
# spec file for package glib2 (Version 2.25.17)
|
||||
#
|
||||
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
@ -20,7 +20,7 @@
|
||||
|
||||
Name: glib2
|
||||
%define _name glib
|
||||
Version: 2.25.15
|
||||
Version: 2.25.17
|
||||
Release: 1
|
||||
# FIXME: change zlib-devel to pkgconfig(zlib) once we have a recent enough version of zlib
|
||||
# FIXME: remove python BuildRequires once sr#43603 is accepted
|
||||
|
Loading…
Reference in New Issue
Block a user