[ubuntu/precise] glib2.0 2.32.0-1ubuntu1 (Accepted)

Martin Pitt martin.pitt at ubuntu.com
Fri Mar 30 13:40:30 UTC 2012


glib2.0 (2.32.0-1ubuntu1) precise; urgency=low

  * Merge with Debian unstable. Remaining Ubuntu changes:
    - debian/control.in: Add Conflicts to obsolete libzeitgeist-gio,
      wncksyncdaemon, and old bamfdaemon, to clean them up on upgrades and
      avoid crashes due to incompatibilities. This can be dropped after the
      12.04 LTS release.
    - debian/control.in, debian/libglib2.0-bin.maintscript,
      debian/libglib2.0-bin.postinst: Remove /etc/etc/bash_completion.d/ files
      on upgrade, to clean up after LP #911191. This can be dropped after the
      12.04 LTS release.
    - 01_gettext-desktopfiles.patch: Use official "Keywords" key (lp #949864).
      Change now also committed to Debian SVN.
    - debian/libglib2.0-0.postrm.in: Only remove the compiled schemas on
      purge, not during upgrades. Otherwise we have no schemas available until
      the new postinst is run, which leads to applications aborting on missing
      schemas. Change now also committed to Debian SVN.
  * The new merge now makes packages which build depend on glib
    cross-buildable. (LP: #950967)

glib2.0 (2.32.0-2) unstable; urgency=low

  * Upload to unstable.
  * Revert upstream commit for now which makes single includes mandatory as
    the list of affected packages is still a bit too long.

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

  * New upstream release.
  * Add single-include guard for gbytes.h. Patch cherry-picked from
    upstream Git.

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

  * New upstream development release.
  * debian/libglib2.0-0.symbols: Add new symbol.

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

  * New upstream development release.
  * debian/patches/61_glib-compile-binaries-path.patch: Refreshed.
  * debian/libglib2.0-0.symbols: Add new symbols.
  * Override list-missing target with an implementation that better handles
    multiple flavors (copied from the gtk+3.0 package).

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

  * debian/control.in: Add Build-Depends on python-dbus, python-gobject-2, and
    libxml2-utils (xmllint). Required to run the test-suite.

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

  * debian/control.in:
  - add libpcre3-dev to the list of dependencies of libglib2.0-dev
  - add libelf-dev as a build dependency to make gresource able to deal
    with ELF files

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

  [ Gustavo Noronha Silva ]
  * New development release
  - Yeah, 2.31.8 was a mistake =/
  * debian/libglib2.0-0.symbols:
  - fix version declared for 2.31.8 symbols to not have -1
  - updated for 2.31.8 symbols
  * debian/patches/61_glib-compile-schemas-path.patch,
    debian/patches/61_glib-compile-binaries-path.patch:
  - renamed, and updated to also cover glib-compile-resources
  * debian/libglib2.0-0.install.in:
  - add glib-compile-resources

  [ Michael Biebl ]
  * debian/libglib2.0-bin.install: Install new gresource binary and the man
    pages for gresource and glib-compile-resources.
  * debian/libglib2.0-bin.links.in: Add symlink in /usr/bin for
    glib-compile-resources since we install the binary in a multiarch path.
  * debian/rules: Re-enable test-suite on kfreebsd but keep it non-fatal for
    now.

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

  * New development release
  * debian/patches/*:
  - refreshed;
  * debian/patches/95-gmain-get-rid-of-poll_waiting.patch,
    debian/patches/96-fix-one-bit-mutex-test-on-some-platforms.patch,
    debian/patches/97-silence-compiler-warnings.patch,
    debian/patches/98-disable-two-more-GDBus-tests-using-fork.patch:
  - removed; applied upstream
  * debian/libglib2.0-0.symbols:
  - updated with new symbols
   NOTES:
    + g_simple_action_get_parameter_type (from 2.28.0)
      was made static in 09429e2c820118918e6132d32884eb02203136d4
    + g_unix_resolver_get_type (from 2.22.0) was removed
      by 5a30712dc7e4adc36b0e8fd82cf5ccec19bbbdc5, with the
      removal of !g_thread_supported code paths

glib2.0 (2.30.2-7) UNRELEASED; urgency=low

  * libglib2.0-0.postinst.in:
    + Encapsulate gio-querymodules calls in || true statements.
      Closes: #659588.
    + Only run gio-querymodules on the non-multiarch path for the host
      architecture.
  * rules: add substitution for #ARCH# for the above change.

glib2.0 (2.30.2-6) unstable; urgency=low

  * Revert the patches added in 2.30.2-5 which changed the handling of return
    types from libffi. They didn't actually fix the build failures on s390x
    and had some unpleasant side effects, like making other packages FTBFS.

glib2.0 (2.30.2-5) unstable; urgency=low

  [ Josselin Mouette ]
  * Drop deprecated build-dependencies on pygobject & python-dbus.
  * Retain one on python for the script that uses it.

  [ Loïc Minier ]
  * Avoid harmless warnings when processing triggers of libglib2.0-0
    ("Unable to open directory /usr/lib/gio/modules: Error opening
    directory '/usr/lib/gio/modules': No such file or directory").

  [ Michael Biebl ]
  * Cherry-pick patches from upstream Git which fix handling of ENUMs and
    integral return types on 64-bit BE platforms. Closes: #653308
    - Add d/p/94-closure-fix-handling-of-ENUMs-and-integral-return-ty.patch.
    - Add d/p/93-gvalue-Add-explicitly-signed-g_value_get_schar-and-g.patch.
    - Update symbols file accordingly.

glib2.0 (2.30.2-4) unstable; urgency=low

  * Upload to unstable.
  * Disable test suite on kfreebsd-* for now.

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

  * debian/patches/98-disable-two-more-GDBus-tests-using-fork.patch:
    - Added. Disable gdbus test which use GMainContext over a fork, see
      https://bugzilla.gnome.org/show_bug.cgi?id=658999 for more details

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

  * debian/patches/95-gmain-get-rid-of-poll_waiting.patch:
    - Added, Fix race conditions with g_main_quit being called from other
      threads by getting rid of the poll_waiting flag. (Backported from git
      master)
  * debian/patches/96-fix-one-bit-mutex-test-on-some-platforms.patch:
    - Added, Fix the 1 bit mutex failing on platforms that have pointers
      aligned to 32 bits instead of 64 bits (bgo#201322).
  * debian/patches/97-silence-compiler-warnings.patch:
    - Added, Fix various compiler warnings

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

  * New upstream release.
  * debian/patches/70-fix-race-in-gdbus-connection-test.patch:
    - Removed, merged upstream.
  * debian/patches/80_gtk_doc_out_of_tree.patch:
    - Removed, merged upstream.

Date: Fri, 30 Mar 2012 15:38:01 +0200
Changed-By: Martin Pitt <martin.pitt at ubuntu.com>
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
https://launchpad.net/ubuntu/precise/+source/glib2.0/2.32.0-1ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Fri, 30 Mar 2012 15:38:01 +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.32.0-1ubuntu1
Distribution: precise
Urgency: low
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
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)
Closes: 653308 659588
Launchpad-Bugs-Fixed: 950967
Changes: 
 glib2.0 (2.32.0-1ubuntu1) precise; urgency=low
 .
   * Merge with Debian unstable. Remaining Ubuntu changes:
     - debian/control.in: Add Conflicts to obsolete libzeitgeist-gio,
       wncksyncdaemon, and old bamfdaemon, to clean them up on upgrades and
       avoid crashes due to incompatibilities. This can be dropped after the
       12.04 LTS release.
     - debian/control.in, debian/libglib2.0-bin.maintscript,
       debian/libglib2.0-bin.postinst: Remove /etc/etc/bash_completion.d/ files
       on upgrade, to clean up after LP #911191. This can be dropped after the
       12.04 LTS release.
     - 01_gettext-desktopfiles.patch: Use official "Keywords" key (lp #949864).
       Change now also committed to Debian SVN.
     - debian/libglib2.0-0.postrm.in: Only remove the compiled schemas on
       purge, not during upgrades. Otherwise we have no schemas available until
       the new postinst is run, which leads to applications aborting on missing
       schemas. Change now also committed to Debian SVN.
   * The new merge now makes packages which build depend on glib
     cross-buildable. (LP: #950967)
 .
 glib2.0 (2.32.0-2) unstable; urgency=low
 .
   * Upload to unstable.
   * Revert upstream commit for now which makes single includes mandatory as
     the list of affected packages is still a bit too long.
 .
 glib2.0 (2.32.0-1) experimental; urgency=low
 .
   * New upstream release.
   * Add single-include guard for gbytes.h. Patch cherry-picked from
     upstream Git.
 .
 glib2.0 (2.31.22-1) experimental; urgency=low
 .
   * New upstream development release.
   * debian/libglib2.0-0.symbols: Add new symbol.
 .
 glib2.0 (2.31.20-1) experimental; urgency=low
 .
   * New upstream development release.
   * debian/patches/61_glib-compile-binaries-path.patch: Refreshed.
   * debian/libglib2.0-0.symbols: Add new symbols.
   * Override list-missing target with an implementation that better handles
     multiple flavors (copied from the gtk+3.0 package).
 .
 glib2.0 (2.31.18-3) experimental; urgency=low
 .
   * debian/control.in: Add Build-Depends on python-dbus, python-gobject-2, and
     libxml2-utils (xmllint). Required to run the test-suite.
 .
 glib2.0 (2.31.18-2) experimental; urgency=low
 .
   * debian/control.in:
   - add libpcre3-dev to the list of dependencies of libglib2.0-dev
   - add libelf-dev as a build dependency to make gresource able to deal
     with ELF files
 .
 glib2.0 (2.31.18-1) experimental; urgency=low
 .
   [ Gustavo Noronha Silva ]
   * New development release
   - Yeah, 2.31.8 was a mistake =/
   * debian/libglib2.0-0.symbols:
   - fix version declared for 2.31.8 symbols to not have -1
   - updated for 2.31.8 symbols
   * debian/patches/61_glib-compile-schemas-path.patch,
     debian/patches/61_glib-compile-binaries-path.patch:
   - renamed, and updated to also cover glib-compile-resources
   * debian/libglib2.0-0.install.in:
   - add glib-compile-resources
 .
   [ Michael Biebl ]
   * debian/libglib2.0-bin.install: Install new gresource binary and the man
     pages for gresource and glib-compile-resources.
   * debian/libglib2.0-bin.links.in: Add symlink in /usr/bin for
     glib-compile-resources since we install the binary in a multiarch path.
   * debian/rules: Re-enable test-suite on kfreebsd but keep it non-fatal for
     now.
 .
 glib2.0 (2.31.8-1) experimental; urgency=low
 .
   * New development release
   * debian/patches/*:
   - refreshed;
   * debian/patches/95-gmain-get-rid-of-poll_waiting.patch,
     debian/patches/96-fix-one-bit-mutex-test-on-some-platforms.patch,
     debian/patches/97-silence-compiler-warnings.patch,
     debian/patches/98-disable-two-more-GDBus-tests-using-fork.patch:
   - removed; applied upstream
   * debian/libglib2.0-0.symbols:
   - updated with new symbols
    NOTES:
     + g_simple_action_get_parameter_type (from 2.28.0)
       was made static in 09429e2c820118918e6132d32884eb02203136d4
     + g_unix_resolver_get_type (from 2.22.0) was removed
       by 5a30712dc7e4adc36b0e8fd82cf5ccec19bbbdc5, with the
       removal of !g_thread_supported code paths
 .
 glib2.0 (2.30.2-7) UNRELEASED; urgency=low
 .
   * libglib2.0-0.postinst.in:
     + Encapsulate gio-querymodules calls in || true statements.
       Closes: #659588.
     + Only run gio-querymodules on the non-multiarch path for the host
       architecture.
   * rules: add substitution for #ARCH# for the above change.
 .
 glib2.0 (2.30.2-6) unstable; urgency=low
 .
   * Revert the patches added in 2.30.2-5 which changed the handling of return
     types from libffi. They didn't actually fix the build failures on s390x
     and had some unpleasant side effects, like making other packages FTBFS.
 .
 glib2.0 (2.30.2-5) unstable; urgency=low
 .
   [ Josselin Mouette ]
   * Drop deprecated build-dependencies on pygobject & python-dbus.
   * Retain one on python for the script that uses it.
 .
   [ Loïc Minier ]
   * Avoid harmless warnings when processing triggers of libglib2.0-0
     ("Unable to open directory /usr/lib/gio/modules: Error opening
     directory '/usr/lib/gio/modules': No such file or directory").
 .
   [ Michael Biebl ]
   * Cherry-pick patches from upstream Git which fix handling of ENUMs and
     integral return types on 64-bit BE platforms. Closes: #653308
     - Add d/p/94-closure-fix-handling-of-ENUMs-and-integral-return-ty.patch.
     - Add d/p/93-gvalue-Add-explicitly-signed-g_value_get_schar-and-g.patch.
     - Update symbols file accordingly.
 .
 glib2.0 (2.30.2-4) unstable; urgency=low
 .
   * Upload to unstable.
   * Disable test suite on kfreebsd-* for now.
 .
 glib2.0 (2.30.2-3) experimental; urgency=low
 .
   * debian/patches/98-disable-two-more-GDBus-tests-using-fork.patch:
     - Added. Disable gdbus test which use GMainContext over a fork, see
       https://bugzilla.gnome.org/show_bug.cgi?id=658999 for more details
 .
 glib2.0 (2.30.2-2) experimental; urgency=low
 .
   * debian/patches/95-gmain-get-rid-of-poll_waiting.patch:
     - Added, Fix race conditions with g_main_quit being called from other
       threads by getting rid of the poll_waiting flag. (Backported from git
       master)
   * debian/patches/96-fix-one-bit-mutex-test-on-some-platforms.patch:
     - Added, Fix the 1 bit mutex failing on platforms that have pointers
       aligned to 32 bits instead of 64 bits (bgo#201322).
   * debian/patches/97-silence-compiler-warnings.patch:
     - Added, Fix various compiler warnings
 .
 glib2.0 (2.30.2-1) experimental; urgency=low
 .
   * New upstream release.
   * debian/patches/70-fix-race-in-gdbus-connection-test.patch:
     - Removed, merged upstream.
   * debian/patches/80_gtk_doc_out_of_tree.patch:
     - Removed, merged upstream.
Checksums-Sha1: 
 2b34c33911543816eb0298be7afda6266127d5ea 2990 glib2.0_2.32.0-1ubuntu1.dsc
 932a82ea023b4aaeaaac60afeee32549f488f703 59478 glib2.0_2.32.0-1ubuntu1.debian.tar.gz
Checksums-Sha256: 
 a8c13a5233b6beddbfe994ba5f1d5e9cf568a517ec89ac30bd27815cf56756bd 2990 glib2.0_2.32.0-1ubuntu1.dsc
 70eedcdda88af3844a035adb0f20a452bdd09e5e6b494c534999d3cec0443b90 59478 glib2.0_2.32.0-1ubuntu1.debian.tar.gz
Files: 
 987a6364bcd6841645015d1204cb9c9e 2990 libs optional glib2.0_2.32.0-1ubuntu1.dsc
 b095b83a87d5b17fdcbd4acd07b94c01 59478 libs optional glib2.0_2.32.0-1ubuntu1.debian.tar.gz
Original-Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)

iQIcBAEBCAAGBQJPdbeXAAoJEPmIJawmtHufuGEP/2bzsrCjU/Kz8Dd2HqmApL30
eBUpZ5QRMYMc+ty86eF7Espp4OWh5FXndrUADoRhZNyaR/VZrJczLudyuWiFJJcz
JZaFJ9bU2YcOxDmoCyv8af8xKcUb8HJMhnVPFO3p95puHTVfli9/sVOsOnFIJA5c
xdVhAK6wtvbSk9k1gN4t5pfE3utCx67e17WazNnY704CDzUpFEUE098pdp7I14SQ
rPqdiJ02h5qJyyrTXgTLDrqmuCHuRB7QmWTafurrrtpYSSizy73LPM61DQIDey8x
6Ls11RJARvPLLXHvOhOCBRW8ECt75ZYCDV7dbR7ne/1rPJaQ+mKU5aa2MK3dkMwV
x2fcjHMDw6OCEe9H5Id0XnkSRKMzaM3pqHuiQC7/BJge8PPU12RTRA25GeX9C/IJ
+S4f7cDB9oEHIslhkj3X8eLx/biPEKTWcyyk3ZPbVUSopvhj43686YHa4zH0x9sc
aGpNxuZUYoKbrl0GFrAaZp7lp3+hDysW8L+TUmqt+v4+j/QcyIS/Slmu+ME7h8sh
QmQDecNbgC4+e+CjeRjomdR67a1yFs61x5PV81N5y4JZGlZS7PmghiI//fwENMew
yX06SZVtziWBq0OWwSJNO94IOl1nvrP0Ej064YnriE1yoMZVG8FgsCIyYKpi5VYk
a1PKvPwKcj9EJMefdGkJ
=yS9a
-----END PGP SIGNATURE-----


More information about the Precise-changes mailing list