diff --git a/glib-2.23.5.tar.bz2 b/glib-2.23.5.tar.bz2 deleted file mode 100644 index a480cef..0000000 --- a/glib-2.23.5.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:70981971491a00b6a8c5c8bc4b70517472ac5a6947183080ec7604b16ebcc86e -size 5766946 diff --git a/glib-2.23.6.tar.bz2 b/glib-2.23.6.tar.bz2 new file mode 100644 index 0000000..5ef4352 --- /dev/null +++ b/glib-2.23.6.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f91840e27ad4cd48e655a6babed7e2024f86814f94961da88ca2adba447c6e77 +size 5317317 diff --git a/glib2.changes b/glib2.changes index 61397e2..e4b72c2 100644 --- a/glib2.changes +++ b/glib2.changes @@ -1,3 +1,29 @@ +------------------------------------------------------------------- +Mon Mar 22 12:30:19 CET 2010 - dimstar@opensuse.org + +- Update to version 2.23.6: + + Class private data: + - support for private data associated with a GTypeClass + + GVariant merge is now complete: + - loading functions and parser merged + + Windows improvements: + - socket fixes + - various build improvements + - removal of GCC/C99isms in favour of portable code + - drop unmaintained Visual Studio 8 support + + Minor API addition: + - g_desktop_app_info_get_filename() + + Bugs fixed: + - bgo#521707 Class private data + - bgo#612502 build fails on glib/tests/gvariant.c + - bgo#612832 [GDesktopAppInfo] New function + g_desktop_app_info_get_filename + - bgo#612702 [PATCH] Fix GSocket-related crash on Windows + - bgo#612736 Improve the documentation about single include + - bgo#610858 gvariant test fails sometimes + - bgo#612327 uninitialized variable + + Updated translations. + ------------------------------------------------------------------- Mon Mar 8 18:35:41 CET 2010 - dimstar@opensuse.org diff --git a/glib2.spec b/glib2.spec index b3eb740..89c1468 100644 --- a/glib2.spec +++ b/glib2.spec @@ -1,5 +1,5 @@ # -# spec file for package glib2 (Version 2.23.5) +# spec file for package glib2 (Version 2.23.6) # # Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -20,7 +20,7 @@ Name: glib2 %define _name glib -Version: 2.23.5 +Version: 2.23.6 Release: 1 License: LGPLv2.1+ Summary: A Library with Convenient Functions Written in C