diff --git a/glib-2.31.16.tar.xz b/glib-2.31.16.tar.xz deleted file mode 100644 index 0e68b55..0000000 --- a/glib-2.31.16.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bf3da4e3b7e3d7a5a1a0d801a113fcd1b2464c48dda475f6c6c6cea6137c1281 -size 5938844 diff --git a/glib-2.31.18.tar.xz b/glib-2.31.18.tar.xz new file mode 100644 index 0000000..4f754b6 --- /dev/null +++ b/glib-2.31.18.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2d06f9f72092d75067c5fb5d7b751584d1102b15a4bfa7085c77cae21692919 +size 5947776 diff --git a/glib2.changes b/glib2.changes index 4ef6f0c..138a54c 100644 --- a/glib2.changes +++ b/glib2.changes @@ -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 diff --git a/glib2.spec b/glib2.spec index ae33d06..611bf59 100644 --- a/glib2.spec +++ b/glib2.spec @@ -20,7 +20,7 @@ Name: glib2 %define _name glib -Version: 2.31.16 +Version: 2.31.18 Release: 0 # 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 @@ -66,8 +66,6 @@ BuildRequires: python BuildRequires: systemtap-sdt-devel %endif 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: pkgconfig(libffi) BuildRequires: pkgconfig(libpcre)