Accepting request 121066 from home:dimstar:branches:GNOME:Factory
Update to 2.32.3 OBS-URL: https://build.opensuse.org/request/show/121066 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=194
This commit is contained in:
parent
8038cffc96
commit
ef8d738bbd
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:484d5b7fc09f3fa398355adaf74b369768f5859866c299f229c99721990f8398
|
|
||||||
size 6138200
|
|
3
glib-2.32.3.tar.xz
Normal file
3
glib-2.32.3.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:b65ceb462807e4a2f91c95e4293ce6bbefca308cb44a1407bcfdd9e40363ff4d
|
||||||
|
size 6164984
|
@ -1,3 +1,48 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue May 15 09:52:49 UTC 2012 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
- Update to version 2.32.3:
|
||||||
|
+ Bug fixes:
|
||||||
|
- Correct a typo in the ELF configure check
|
||||||
|
- Reset LIBS after the ELF configure check
|
||||||
|
- Fix GIO/GObject Visual C++ projects
|
||||||
|
- gio: fix error handling in async case of GProxy
|
||||||
|
- GConverterInputStream: fix an infinite loop
|
||||||
|
+ Updated translations.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue May 1 17:06:49 UTC 2012 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
- Update to version 2.32.2:
|
||||||
|
+ GApplication: can now have a NULL application ID
|
||||||
|
+ g_clear_object: fix warnings when using it on C++ (due to lack
|
||||||
|
of ability to implicitly cast void*)
|
||||||
|
+ GDBus:
|
||||||
|
- add our own implementation of the message bus for use on
|
||||||
|
Windows only
|
||||||
|
- fix up a few bugs that use of this bus uncovered in GDBus
|
||||||
|
- escape nonce files in dbus addressess (think 'c:\')
|
||||||
|
- support initial underscores in dbus codegen namespace (for
|
||||||
|
private)
|
||||||
|
+ Fix misdetection of GNUstep as Cocoa (for the MacOS GSettings
|
||||||
|
backend)
|
||||||
|
+ make sure configure fails if AC_CHECK_ALIGNOF cannot detect the
|
||||||
|
alignment
|
||||||
|
+ GAppInfo: overwrite the DISPLAY only if it is set in the launch
|
||||||
|
context
|
||||||
|
+ glib/tests/date: force US locale running the GDateTime tests
|
||||||
|
+ GSocketControlMessage: Don't warn about unknown messages
|
||||||
|
+ Resources:
|
||||||
|
- fix broken use of GVDB on big endian machines
|
||||||
|
- set a 'display name' so that pretty file names appear in Gtk
|
||||||
|
CSS warning messages
|
||||||
|
+ GMainContext:
|
||||||
|
- block child sources when blocking the parent
|
||||||
|
- introduce more testcases for child sources
|
||||||
|
+ Bugs fixed: bgo#619026, bgo#669260, bgo#671249, bgo#672786,
|
||||||
|
bgo#673409, bgo#674172, bgo#674345, bgo#674483
|
||||||
|
+ Updated translations.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Apr 14 16:32:36 UTC 2012 - dimstar@opensuse.org
|
Sat Apr 14 16:32:36 UTC 2012 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
@ -20,7 +20,7 @@
|
|||||||
|
|
||||||
Name: glib2
|
Name: glib2
|
||||||
%define _name glib
|
%define _name glib
|
||||||
Version: 2.32.1
|
Version: 2.32.3
|
||||||
Release: 0
|
Release: 0
|
||||||
# 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
|
||||||
Summary: General-Purpose Utility Library
|
Summary: General-Purpose Utility Library
|
||||||
|
Loading…
x
Reference in New Issue
Block a user