Accepting request 81133 from home:vuntz:branches:GNOME:Factory
Update to 2.29.90 OBS-URL: https://build.opensuse.org/request/show/81133 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=161
This commit is contained in:
parent
b41a2e412c
commit
00c763ba7c
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:e550927f6df381651d23a091541028266b651b129ebce1d4817ec3ca4230381d
|
|
||||||
size 7648850
|
|
3
glib-2.29.90.tar.bz2
Normal file
3
glib-2.29.90.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:54ff44fc33fd928f0279c54d89e99e178f8c7dbd0bc8c75027c35ee65ab2e3b4
|
||||||
|
size 7609207
|
@ -1,3 +1,35 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Sep 6 15:35:18 UTC 2011 - vuntz@opensuse.org
|
||||||
|
|
||||||
|
- Update to version 2.29.90:
|
||||||
|
+ API/ABI changes:
|
||||||
|
- Unix signal watches now match the API of all of the other
|
||||||
|
sources
|
||||||
|
- Revert the addition of g_date_time_source_new () from last
|
||||||
|
release
|
||||||
|
+ Networking and other fixes for Solaris:
|
||||||
|
- We no longer support symbolic port names (ie: from
|
||||||
|
/etc/services)
|
||||||
|
- Check if -lsocket is needed
|
||||||
|
- Fix g_socket_details_from_fd()
|
||||||
|
- Avoid getmntinfo
|
||||||
|
- Fix some harmless warnings
|
||||||
|
+ GDateTime improvements:
|
||||||
|
- Generally improved standards compliance (with C99)
|
||||||
|
- Support C99-specified format strings: %g, %G, %V, %c, %C, %w
|
||||||
|
- Consult the locale for the preferred 12-hour time format (%r)
|
||||||
|
- Drop support for non-standard %N and broken %W
|
||||||
|
- Better support for formatting non-POSIX (eg: Arabic) numerals
|
||||||
|
- Locale-related test case fixups, and fix some leaks
|
||||||
|
+ GTlsInteraction: Add interaction method invocation guarantees
|
||||||
|
+ gdbus-codegen: Post-process all interfaces when parsing >1 file
|
||||||
|
+ Make GMainLoop, GMainContext and GSource boxed types
|
||||||
|
+ Fix a race condition in the first use of g_get_monotonic_time()
|
||||||
|
+ Lots of gtk-doc cleanups
|
||||||
|
+ Better intltool compatibility when generating pot file
|
||||||
|
+ Avoid GCC-specific compiler options when not using GCC
|
||||||
|
+ Updated translations.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Aug 31 09:52:47 CEST 2011 - vuntz@opensuse.org
|
Wed Aug 31 09:52:47 CEST 2011 - vuntz@opensuse.org
|
||||||
|
|
||||||
|
@ -21,7 +21,7 @@
|
|||||||
|
|
||||||
Name: glib2
|
Name: glib2
|
||||||
%define _name glib
|
%define _name glib
|
||||||
Version: 2.29.18
|
Version: 2.29.90
|
||||||
Release: 1
|
Release: 1
|
||||||
# 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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user