[ubuntu/quantal-proposed] glib2.0 2.33.12-3 (Accepted)

Martin Pitt martin.pitt at ubuntu.com
Thu Sep 6 05:17:22 UTC 2012


glib2.0 (2.33.12-3) experimental; urgency=low

  * debian/control.in: Add Breaks: too glib-networking versions prior to
    2.33.12. (LP: #1046319)
  * debian/rules: Ignore test case failures on hurd-i386 (not a release
    architecture) and mips (this keeps tripping over a gdbus test race
    condition).
  * Replace 07_disable_gvariant_checksum_tests.patch with
    07_tests_gvariant_big_endian.patch which fixes the test properly instead
    of disabling it. Taken from
    https://bugzilla.gnome.org/show_bug.cgi?id=683384

glib2.0 (2.33.12-2) experimental; urgency=low

  * Drop 10_increase_gapplication_test_delay.patch. We disable the whole test
    now anyway (08_disable_gapplication_basic_test.patch).
  * Add 07_disable_gvariant_checksum_tests.patch: 2.33.12 introduced two new
    checks for GVariant checksum stability. This does not currently work on
    big-endian machines (https://bugzilla.gnome.org/show_bug.cgi?id=683384),
    so disable these tests for now.

glib2.0 (2.33.12-1) experimental; urgency=low

  [ Sebastien Bacher ]
  * New upstream version
  * debian/libglib2.0-0.symbols:
    - updated
  * revert_g_file_make_directory_with_parents_error_propagation.patch:
    - dropped, the issue is fixed in the new version
  * debian/patches/92_revert_appinfo_command_line.patch:
    - don't require a vte for test, we don't want an xorg stack there

  [ Iain Lane ]
  * Add revert_g_file_make_directory_with_parents_error_propagation.patch:
    This reverts upstream commit b0bce4ad41937dabf7e5c94dcce3caf4e88f3f97
    which caused applications to segfault. The proper fix will be in the next
    glib release, so this patch should be dropped then. (LP: #1035688)

  [ Martin Pitt ]
  * Add 07_test_method_calls_on_proxy_bump_max_time.patch: On slower
    platforms, the overhead of the 240 D-BUS Sleep calls is larger than
    the current maximum of 6 seconds. Bump maximum time to 8 seconds to be
    more resilient to this.
  * Add 08_disable_gapplication_basic_test.patch: Disable /gapplication/basic
    test. It's full of race conditions and keeps breaking builds.

  [ Robert Ancell ]
  * New upstream bugfix release (LP: #1045608)
  * Drop 07_test_method_calls_on_proxy_bump_max_time.patch:
    - Applied upstream

Date: Thu, 06 Sep 2012 06:14:41 +0200
Changed-By: Martin Pitt <martin.pitt at ubuntu.com>
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>
Origin: debian/experimental
https://launchpad.net/ubuntu/quantal/+source/glib2.0/2.33.12-3
-------------- next part --------------
Format: 1.8
Date: Thu, 06 Sep 2012 06:14:41 +0200
Source: glib2.0
Binary: libglib2.0-0 libglib2.0-udeb libglib2.0-bin libglib2.0-dev libglib2.0-0-dbg libglib2.0-data libglib2.0-doc libgio-fam libglib2.0-0-refdbg
Architecture: source
Version: 2.33.12-3
Distribution: quantal-proposed
Urgency: low
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>
Changed-By: Martin Pitt <martin.pitt at ubuntu.com>
Description: 
 libgio-fam - GLib Input, Output and Streaming Library (fam module)
 libglib2.0-0 - GLib library of C routines
 libglib2.0-0-dbg - Debugging symbols for the GLib libraries
 libglib2.0-0-refdbg - GLib library of C routines - refdbg library
 libglib2.0-bin - Programs for the GLib library
 libglib2.0-data - Common files for GLib library
 libglib2.0-dev - Development files for the GLib library
 libglib2.0-doc - Documentation files for the GLib library
 libglib2.0-udeb - GLib library of C routines - minimal runtime (udeb)
Launchpad-Bugs-Fixed: 1035688 1045608 1046319
Changes: 
 glib2.0 (2.33.12-3) experimental; urgency=low
 .
   * debian/control.in: Add Breaks: too glib-networking versions prior to
     2.33.12. (LP: #1046319)
   * debian/rules: Ignore test case failures on hurd-i386 (not a release
     architecture) and mips (this keeps tripping over a gdbus test race
     condition).
   * Replace 07_disable_gvariant_checksum_tests.patch with
     07_tests_gvariant_big_endian.patch which fixes the test properly instead
     of disabling it. Taken from
     https://bugzilla.gnome.org/show_bug.cgi?id=683384
 .
 glib2.0 (2.33.12-2) experimental; urgency=low
 .
   * Drop 10_increase_gapplication_test_delay.patch. We disable the whole test
     now anyway (08_disable_gapplication_basic_test.patch).
   * Add 07_disable_gvariant_checksum_tests.patch: 2.33.12 introduced two new
     checks for GVariant checksum stability. This does not currently work on
     big-endian machines (https://bugzilla.gnome.org/show_bug.cgi?id=683384),
     so disable these tests for now.
 .
 glib2.0 (2.33.12-1) experimental; urgency=low
 .
   [ Sebastien Bacher ]
   * New upstream version
   * debian/libglib2.0-0.symbols:
     - updated
   * revert_g_file_make_directory_with_parents_error_propagation.patch:
     - dropped, the issue is fixed in the new version
   * debian/patches/92_revert_appinfo_command_line.patch:
     - don't require a vte for test, we don't want an xorg stack there
 .
   [ Iain Lane ]
   * Add revert_g_file_make_directory_with_parents_error_propagation.patch:
     This reverts upstream commit b0bce4ad41937dabf7e5c94dcce3caf4e88f3f97
     which caused applications to segfault. The proper fix will be in the next
     glib release, so this patch should be dropped then. (LP: #1035688)
 .
   [ Martin Pitt ]
   * Add 07_test_method_calls_on_proxy_bump_max_time.patch: On slower
     platforms, the overhead of the 240 D-BUS Sleep calls is larger than
     the current maximum of 6 seconds. Bump maximum time to 8 seconds to be
     more resilient to this.
   * Add 08_disable_gapplication_basic_test.patch: Disable /gapplication/basic
     test. It's full of race conditions and keeps breaking builds.
 .
   [ Robert Ancell ]
   * New upstream bugfix release (LP: #1045608)
   * Drop 07_test_method_calls_on_proxy_bump_max_time.patch:
     - Applied upstream
Checksums-Sha1: 
 e6cf7502744a58ceb27a911b61550e8d0fce2ebc 2851 glib2.0_2.33.12-3.dsc
 502ce2c8f2342db493a2b5bea05dc42765f93b7d 6354436 glib2.0_2.33.12.orig.tar.xz
 124a74ee454f43ed635a5cd1d287e666c555ae7c 60183 glib2.0_2.33.12-3.debian.tar.gz
Checksums-Sha256: 
 b71dc676d06a5388474067593d9c633295f1ca6bc22a5360ac2e5a4745c8263f 2851 glib2.0_2.33.12-3.dsc
 a97dfd3fd36bcdc26f6726cbbcd3bc2353028a7ecd5dbe7ab3a4dc80d672a2e9 6354436 glib2.0_2.33.12.orig.tar.xz
 96cbd5d7ec57b64437b8ac2d705523f8df52b5182d2535899be2ec83fe5d30ec 60183 glib2.0_2.33.12-3.debian.tar.gz
Files: 
 f5c69136620735cd4b299b06f909967f 2851 libs optional glib2.0_2.33.12-3.dsc
 9073f6c032384491223ecae9545da4fe 6354436 libs optional glib2.0_2.33.12.orig.tar.xz
 9e0822f861606a7c22906a0c66e20987 60183 libs optional glib2.0_2.33.12-3.debian.tar.gz
Origin: debian/experimental


More information about the Quantal-changes mailing list