From 3b161df9e75d7a30630085b3e93cf6505a09eac2e3a63478a1c420a6706274ba Mon Sep 17 00:00:00 2001 From: Vincent Untz Date: Mon, 19 Sep 2011 08:49:49 +0000 Subject: [PATCH 1/2] Accepting request 83048 from home:vuntz:branches:GNOME:Factory Update to 2.29.92 OBS-URL: https://build.opensuse.org/request/show/83048 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=163 --- glib-2.29.90.tar.bz2 | 3 --- glib-2.29.92.tar.bz2 | 3 +++ glib2.changes | 15 +++++++++++++++ glib2.spec | 2 +- 4 files changed, 19 insertions(+), 4 deletions(-) delete mode 100644 glib-2.29.90.tar.bz2 create mode 100644 glib-2.29.92.tar.bz2 diff --git a/glib-2.29.90.tar.bz2 b/glib-2.29.90.tar.bz2 deleted file mode 100644 index 85f9732..0000000 --- a/glib-2.29.90.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:54ff44fc33fd928f0279c54d89e99e178f8c7dbd0bc8c75027c35ee65ab2e3b4 -size 7609207 diff --git a/glib-2.29.92.tar.bz2 b/glib-2.29.92.tar.bz2 new file mode 100644 index 0000000..3c5db69 --- /dev/null +++ b/glib-2.29.92.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2be76bd6c19b37d382aad43f910ccab6052bb8d73a51b493740077acdefa9799 +size 7593677 diff --git a/glib2.changes b/glib2.changes index 0931021..6de3a82 100644 --- a/glib2.changes +++ b/glib2.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Sun Sep 18 16:07:04 UTC 2011 - vuntz@opensuse.org + +- Update to version 2.29.92: + + GDBus bug fixes: + - fix segfault when remote property is invalidated (bgo#659070) + - take more care in connection teardown to avoid use-after-free + (bgo#651268) + + GMappedFile: return an error when trying to map a device + (bgo#659212) + + GSettings: always deliver signals to the correct thread + (bgo#657255) + + Some small documentation changes + + Updated translations. + ------------------------------------------------------------------- Tue Sep 6 15:35:18 UTC 2011 - vuntz@opensuse.org diff --git a/glib2.spec b/glib2.spec index c30c9ba..519c559 100644 --- a/glib2.spec +++ b/glib2.spec @@ -21,7 +21,7 @@ Name: glib2 %define _name glib -Version: 2.29.90 +Version: 2.29.92 Release: 1 # 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 From eb461f1642ad4fc5c0fd03032678828df7995b879e67be9396a2e97ffca3e82d Mon Sep 17 00:00:00 2001 From: Vincent Untz Date: Tue, 27 Sep 2011 11:14:44 +0000 Subject: [PATCH 2/2] Accepting request 84996 from home:vuntz:branches:GNOME:Factory Update to 2.30.0 OBS-URL: https://build.opensuse.org/request/show/84996 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib2?expand=0&rev=164 --- glib-2.29.92.tar.bz2 | 3 --- glib-2.30.0.tar.bz2 | 3 +++ glib2.changes | 26 ++++++++++++++++++++++++++ glib2.spec | 4 ++-- 4 files changed, 31 insertions(+), 5 deletions(-) delete mode 100644 glib-2.29.92.tar.bz2 create mode 100644 glib-2.30.0.tar.bz2 diff --git a/glib-2.29.92.tar.bz2 b/glib-2.29.92.tar.bz2 deleted file mode 100644 index 3c5db69..0000000 --- a/glib-2.29.92.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2be76bd6c19b37d382aad43f910ccab6052bb8d73a51b493740077acdefa9799 -size 7593677 diff --git a/glib-2.30.0.tar.bz2 b/glib-2.30.0.tar.bz2 new file mode 100644 index 0000000..5892bc7 --- /dev/null +++ b/glib-2.30.0.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca9c731017ab370859e847f8b70079bc6dcf389dc0ccb0d0419925aff81b9687 +size 7644742 diff --git a/glib2.changes b/glib2.changes index 6de3a82..7e1bb6e 100644 --- a/glib2.changes +++ b/glib2.changes @@ -1,3 +1,29 @@ +------------------------------------------------------------------- +Mon Sep 26 22:13:42 UTC 2011 - vuntz@opensuse.org + +- Update to version 2.30.0: + + GDBus changes: + - Change property API to avoid namespace problems + - Use correct object path in export_uniquely() method of + GDBusObjectManagerServer + - Docs and tests improvements + - Better handling of Ugly_Case method names + - Build fixes for generated code + + Unix mounts: + - BSD compile fixes + - Ignore mounts with mountpoint "none" (as swap is on Debian) + + GMappedFile: + - Return an error when trying to mmap device files (like + /dev/stdin) + + gio-2.0.pc.in: drop stray reference to libasyncns + + Introspection annotation improvements, docs fixes + + Avoid double close() on the fd of a stream after splicing + + Desktop file handling: avoid mimeapps.list corruption issue + + Bugs fixed: bgo#654563, bgo#658188, bgo#658692, bgo#659324, + bgo#659528, bgo#659646, bgo#659690, bgo#659699, bgo#659794, + bgo#659838, bgo#659889, + + Updated translations. + ------------------------------------------------------------------- Sun Sep 18 16:07:04 UTC 2011 - vuntz@opensuse.org diff --git a/glib2.spec b/glib2.spec index 519c559..37a8eba 100644 --- a/glib2.spec +++ b/glib2.spec @@ -21,7 +21,7 @@ Name: glib2 %define _name glib -Version: 2.29.92 +Version: 2.30.0 Release: 1 # 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 @@ -29,7 +29,7 @@ License: LGPLv2+ Summary: General-Purpose Utility Library Url: http://www.gtk.org/ Group: System/Libraries -Source: http://download.gnome.org/sources/glib/2.29/%{_name}-%{version}.tar.bz2 +Source: http://download.gnome.org/sources/glib/2.30/%{_name}-%{version}.tar.bz2 Source1: glib2.sh Source2: glib2.csh Source3: SuSEconfig.glib2