[ubuntu/bionic-proposed] glib2.0 2.55.2-1ubuntu1 (Accepted)

Jeremy Bicha jbicha at ubuntu.com
Thu Feb 15 21:07:19 UTC 2018


glib2.0 (2.55.2-1ubuntu1) bionic; urgency=medium

  * Merge with debian, remaining changes:
    - exp_git_default_per_desktop*.patch:
      + cherry-pick per-desktop overrides from GNOME #786496
        Allison confirmed the patches will be committed to glib soon

glib2.0 (2.55.2-1) experimental; urgency=medium

  * debian/control{,.in}: Update Vcs-* to specify debian/experimental branch.
  * New upstream release 2.55.2:
    + GFile now has API to get the path without copying
  * debian/patches/gdbus-threading-test-Allow-even-longer-for-test_method_ca.patch,
    debian/patches/gdatetime-Avoid-repeated-floating-point-multiplies-w.patch,
    debian/patches/gdatetime-Mark-the-usecs-as-volatile.patch:
    Drop, applied upstream in this release.
  * debian/libglib2.0-0.symbols: New symbols for 2.55.2

glib2.0 (2.55.1-1) experimental; urgency=medium

  * debian/gbp.conf, debian/watch: Update for experimental
  * New upstream development release 2.55.1
  * debian/libglib2.0-0.symbols: Update with new symbols in this release.
  * debian/patches/gdatetime-Avoid-repeated-floating-point-multiplies-w.patch,
    debian/patches/gdatetime-Mark-the-usecs-as-volatile.patch: Cherry-pick two
    patches from upstream. Fix some precision problems within GDateTime, that
    in some cases resulted in incorrect answers on i386.

glib2.0 (2.54.3-1) unstable; urgency=medium

  [ Simon McVittie ]
  * Move Vcs-* to salsa.debian.org
  * New upstream stable release
    - Fix a race condition when a GCancellable is cancelled in another
      thread (Closes: #884654)
    - Drop patches for #884661, fixed upstream
  * d/p/gdbus-peer-Skip-test-during-Debian-package-build.patch:
    Drop. We should no longer need to skip this test now that #884654
    is fixed.
  * d/p/Do-not-attempt-to-autolaunch-a-session-dbus-daemon-w.patch:
    Drop patch. It has not been necessary since 2.50.
  * d/p/0001-Fix-trashing-on-overlayfs.patch,
    d/p/0001-timer-test-use-volatile-for-locals.patch,
    d/p/gdbus-threading-test-Allow-even-longer-for-test_method_ca.patch:
    Mark as forwarded upstream
  * d/patches: Move non-upstreamable patches (Debian-specific changes
    and workarounds) to d/p/debian, and to the bottom of d/p/series
  * d/watch: Only watch for the upstream stable branch

  [ Iain Lane ]
  * debian/gbp.conf: Update upstream branch to upstream/2.54.x following
    DEP-14.

glib2.0 (2.54.2-5) unstable; urgency=medium

  * Set Rules-Requires-Root to no. This package builds successfully
    with the same content in that mode.
  * d/p/61_glib-compile-binaries-path.patch: Only use the multiarch
    path for glib-compile-schemas, not for glib-compile-resources
  * Install glib-compile-resources into PATH in libglib2.0-dev-bin,
    not libglib2.0-bin: it is a development tool used at compile-time
    - libglib2.0-dev-bin Breaks/Replaces older libglib2.0-bin
  * Install the glib-compile-resources binary in libglib2.0-dev-bin,
    not libglib2.0-0. This means we get an executable version of that
    binary when cross-compiling (Closes: #885019)
  * Bump Standards-Version to 4.1.3

glib2.0 (2.54.2-4) unstable; urgency=medium

  * Team upload
  * d/p/closures-test-Run-fewer-iterations-on-ARM64.patch:
    Run more iterations on ARM64 than in 2.54.2-3, but fewer than in
    2.54.2-2. If we don't run enough iterations, we get an assertion
    failure when the main thread starves the other threads.
  * d/p/gmenumodel*.patch: Mark as upstreamed in 2.54.3 and 2.55.1
  * d/rules: Set DEB_BUILD_TIME_TESTS when running dh_auto_test, so that
    tests can distinguish between autopkgtest and `make check`
  * d/p/gdbus-peer-Skip-test-during-Debian-package-build.patch:
    Skip the gdbus-peer test during package build, so that its known
    race condition does not cause intermittent FTBFS (mitigates: #884654)

glib2.0 (2.54.2-3) unstable; urgency=medium

  * Team upload
  * d/patches: Re-export with gbp pq
  * d/patches: Use `gbp pq export`-style metadata, retrieving authors
    and dates from d/changelog where needed
  * d/p/closures-test-Run-fewer-iterations-on-ARM64.patch: New patch.
    tests/refcount/closures: Run fewer iterations on ARM64
    (mitigates: #880883)
  * d/p/gdbus-threading-test-Allow-even-longer-for-test_method_ca.patch:
    New patch. Allow even longer for the gdbus-threading test, and
    re-enable it on 32-bit ARM now that the timeout is longer
    (Closes: #884660)
  * d/p/gmenumodel-test-If-something-goes-wrong-don-t-wait-foreve.patch,
    d/p/gmenumodel-test-Wait-for-the-expected-events-to-happen.patch:
    Add patches to make the GMenuModel test more patient (Closes: #884661)
  * d/p/gwakeuptest-Be-less-parallel-unless-invoked-with-m-slow.patch:
    Reduce number of threads and number of operations in response to
    timeout on reproducible-builds infrastructure (mitigates: #884659)

glib2.0 (2.54.2-2) unstable; urgency=medium

  * Update Vcs fields for conversion to git
  * Add debian/gbp.conf
  * Bump Standards-Version to 4.1.2

glib2.0 (2.54.2-1) unstable; urgency=medium

  [ Jeremy Bicha ]
  * New upstream release

  [ Didier Roche ]
  * debian/patches/01_gettext-desktopfiles.patch:
    - fix untranslated desktop action names when using gettext
      (Closes: #877761)

  [ Simon McVittie ]
  * Skip gtk-doc documentation unless we are building libglib2.0-doc,
    fixing cross-builds (Closes: #870346)
    - Note that gtk-doc-tools is still in Build-Depends, not
      Build-Depends-Indep, because we need it for autoreconf
  * Explicitly disable documentation for the udeb build
  * Skip build-time tests for Arch:all builds - testing once per
    architecture is sufficient
  * Remove unused lintian override for an example file that is no
    longer installed

Date: Thu, 15 Feb 2018 15:40:46 -0500
Changed-By: Jeremy Bicha <jbicha at ubuntu.com>
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
https://launchpad.net/ubuntu/+source/glib2.0/2.55.2-1ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Thu, 15 Feb 2018 15:40:46 -0500
Source: glib2.0
Binary: libglib2.0-0 libglib2.0-tests libglib2.0-udeb libglib2.0-bin libglib2.0-dev libglib2.0-dev-bin libglib2.0-data libglib2.0-doc libgio-fam
Architecture: source
Version: 2.55.2-1ubuntu1
Distribution: bionic
Urgency: medium
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Jeremy Bicha <jbicha at ubuntu.com>
Description:
 libgio-fam - GLib Input, Output and Streaming Library (fam module)
 libglib2.0-0 - GLib library of C routines
 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-dev-bin - Development utilities for the GLib library
 libglib2.0-doc - Documentation files for the GLib library
 libglib2.0-tests - GLib library of C routines - installed tests
 libglib2.0-udeb - GLib library of C routines - minimal runtime (udeb)
Closes: 870346 877761 884654 884660 884661 885019
Changes:
 glib2.0 (2.55.2-1ubuntu1) bionic; urgency=medium
 .
   * Merge with debian, remaining changes:
     - exp_git_default_per_desktop*.patch:
       + cherry-pick per-desktop overrides from GNOME #786496
         Allison confirmed the patches will be committed to glib soon
 .
 glib2.0 (2.55.2-1) experimental; urgency=medium
 .
   * debian/control{,.in}: Update Vcs-* to specify debian/experimental branch.
   * New upstream release 2.55.2:
     + GFile now has API to get the path without copying
   * debian/patches/gdbus-threading-test-Allow-even-longer-for-test_method_ca.patch,
     debian/patches/gdatetime-Avoid-repeated-floating-point-multiplies-w.patch,
     debian/patches/gdatetime-Mark-the-usecs-as-volatile.patch:
     Drop, applied upstream in this release.
   * debian/libglib2.0-0.symbols: New symbols for 2.55.2
 .
 glib2.0 (2.55.1-1) experimental; urgency=medium
 .
   * debian/gbp.conf, debian/watch: Update for experimental
   * New upstream development release 2.55.1
   * debian/libglib2.0-0.symbols: Update with new symbols in this release.
   * debian/patches/gdatetime-Avoid-repeated-floating-point-multiplies-w.patch,
     debian/patches/gdatetime-Mark-the-usecs-as-volatile.patch: Cherry-pick two
     patches from upstream. Fix some precision problems within GDateTime, that
     in some cases resulted in incorrect answers on i386.
 .
 glib2.0 (2.54.3-1) unstable; urgency=medium
 .
   [ Simon McVittie ]
   * Move Vcs-* to salsa.debian.org
   * New upstream stable release
     - Fix a race condition when a GCancellable is cancelled in another
       thread (Closes: #884654)
     - Drop patches for #884661, fixed upstream
   * d/p/gdbus-peer-Skip-test-during-Debian-package-build.patch:
     Drop. We should no longer need to skip this test now that #884654
     is fixed.
   * d/p/Do-not-attempt-to-autolaunch-a-session-dbus-daemon-w.patch:
     Drop patch. It has not been necessary since 2.50.
   * d/p/0001-Fix-trashing-on-overlayfs.patch,
     d/p/0001-timer-test-use-volatile-for-locals.patch,
     d/p/gdbus-threading-test-Allow-even-longer-for-test_method_ca.patch:
     Mark as forwarded upstream
   * d/patches: Move non-upstreamable patches (Debian-specific changes
     and workarounds) to d/p/debian, and to the bottom of d/p/series
   * d/watch: Only watch for the upstream stable branch
 .
   [ Iain Lane ]
   * debian/gbp.conf: Update upstream branch to upstream/2.54.x following
     DEP-14.
 .
 glib2.0 (2.54.2-5) unstable; urgency=medium
 .
   * Set Rules-Requires-Root to no. This package builds successfully
     with the same content in that mode.
   * d/p/61_glib-compile-binaries-path.patch: Only use the multiarch
     path for glib-compile-schemas, not for glib-compile-resources
   * Install glib-compile-resources into PATH in libglib2.0-dev-bin,
     not libglib2.0-bin: it is a development tool used at compile-time
     - libglib2.0-dev-bin Breaks/Replaces older libglib2.0-bin
   * Install the glib-compile-resources binary in libglib2.0-dev-bin,
     not libglib2.0-0. This means we get an executable version of that
     binary when cross-compiling (Closes: #885019)
   * Bump Standards-Version to 4.1.3
 .
 glib2.0 (2.54.2-4) unstable; urgency=medium
 .
   * Team upload
   * d/p/closures-test-Run-fewer-iterations-on-ARM64.patch:
     Run more iterations on ARM64 than in 2.54.2-3, but fewer than in
     2.54.2-2. If we don't run enough iterations, we get an assertion
     failure when the main thread starves the other threads.
   * d/p/gmenumodel*.patch: Mark as upstreamed in 2.54.3 and 2.55.1
   * d/rules: Set DEB_BUILD_TIME_TESTS when running dh_auto_test, so that
     tests can distinguish between autopkgtest and `make check`
   * d/p/gdbus-peer-Skip-test-during-Debian-package-build.patch:
     Skip the gdbus-peer test during package build, so that its known
     race condition does not cause intermittent FTBFS (mitigates: #884654)
 .
 glib2.0 (2.54.2-3) unstable; urgency=medium
 .
   * Team upload
   * d/patches: Re-export with gbp pq
   * d/patches: Use `gbp pq export`-style metadata, retrieving authors
     and dates from d/changelog where needed
   * d/p/closures-test-Run-fewer-iterations-on-ARM64.patch: New patch.
     tests/refcount/closures: Run fewer iterations on ARM64
     (mitigates: #880883)
   * d/p/gdbus-threading-test-Allow-even-longer-for-test_method_ca.patch:
     New patch. Allow even longer for the gdbus-threading test, and
     re-enable it on 32-bit ARM now that the timeout is longer
     (Closes: #884660)
   * d/p/gmenumodel-test-If-something-goes-wrong-don-t-wait-foreve.patch,
     d/p/gmenumodel-test-Wait-for-the-expected-events-to-happen.patch:
     Add patches to make the GMenuModel test more patient (Closes: #884661)
   * d/p/gwakeuptest-Be-less-parallel-unless-invoked-with-m-slow.patch:
     Reduce number of threads and number of operations in response to
     timeout on reproducible-builds infrastructure (mitigates: #884659)
 .
 glib2.0 (2.54.2-2) unstable; urgency=medium
 .
   * Update Vcs fields for conversion to git
   * Add debian/gbp.conf
   * Bump Standards-Version to 4.1.2
 .
 glib2.0 (2.54.2-1) unstable; urgency=medium
 .
   [ Jeremy Bicha ]
   * New upstream release
 .
   [ Didier Roche ]
   * debian/patches/01_gettext-desktopfiles.patch:
     - fix untranslated desktop action names when using gettext
       (Closes: #877761)
 .
   [ Simon McVittie ]
   * Skip gtk-doc documentation unless we are building libglib2.0-doc,
     fixing cross-builds (Closes: #870346)
     - Note that gtk-doc-tools is still in Build-Depends, not
       Build-Depends-Indep, because we need it for autoreconf
   * Explicitly disable documentation for the udeb build
   * Skip build-time tests for Arch:all builds - testing once per
     architecture is sufficient
   * Remove unused lintian override for an example file that is no
     longer installed
Checksums-Sha1:
 3991d527c721acaa9d894554a81d32633b15a902 3377 glib2.0_2.55.2-1ubuntu1.dsc
 e50d1195b2a2ac8fb9896af76ab91c97a655f264 7968728 glib2.0_2.55.2.orig.tar.xz
 4105afee7c1c7fce467a74d64b97183ce6e034b1 76592 glib2.0_2.55.2-1ubuntu1.debian.tar.xz
 d908be01841c139fd99a5f85ccfd5440d6b04f3f 10712 glib2.0_2.55.2-1ubuntu1_source.buildinfo
Checksums-Sha256:
 5aef94e642feb4382075a148b4a1a7523a9ca519fdfd5416cf14871e1617e924 3377 glib2.0_2.55.2-1ubuntu1.dsc
 5a26bfa83bb412d181504a0773101093c9e538c3d0e09d30f5178885d78e72f6 7968728 glib2.0_2.55.2.orig.tar.xz
 f4a07c72a9d273106705305ac7c2a6d4245a3f626d0ed088760ec6c429bc15e3 76592 glib2.0_2.55.2-1ubuntu1.debian.tar.xz
 41a7acbdec327e42aed4d2825f6237f85690339773970d07a43f6e5349944759 10712 glib2.0_2.55.2-1ubuntu1_source.buildinfo
Files:
 1c729f07c27c1a6343521bf51906cdbb 3377 libs optional glib2.0_2.55.2-1ubuntu1.dsc
 e293986b9b76b125a10ed838e92987bb 7968728 libs optional glib2.0_2.55.2.orig.tar.xz
 2f547a60c4382dc50f713c195d81960a 76592 libs optional glib2.0_2.55.2-1ubuntu1.debian.tar.xz
 76c2b4f6b1459e346c39466e1ae512c4 10712 libs optional glib2.0_2.55.2-1ubuntu1_source.buildinfo
Original-Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>

-----BEGIN PGP SIGNATURE-----

iQIcBAEBCgAGBQJahfYjAAoJEOZsd1rr/mx93aYP/RluYvTLF36PDE0M9NREjuI/
dZe4+3F9YBMp+v1WGmo580nWi1kOiG8JSlV9V7xt2J4e/glrsVNsg3c6y0r8d8Ct
slF9SMUyICeNVnkbMJfZMeXMrVZCgH9P7sNWA7Nvkz3xdioq3RmmK+APhbShJvS9
ndWGtMjHO1nifQ5lyrQtRSZyIb4YaHZ+xSot4p5lpiOcFptlQ5XlwKrEtPDjpX4p
IyFGr/5ChjozkCoyAyZkUnYmVBWL5Cqda4MhvHQkCtxhGardfFYKO8M0Ud8N1yta
hZFz2DSvlSKkSKNKjGBO3BoprSVv5oOffLBxZ8hA80ZViamcdaeYMPm20rRVGEhs
/q7e2X5uabUK++ceStfCPaD47nFYfqMGIsDJYyQfQsVb8uO8wjFaHC12UJc2yLiT
hvJdgfpz5G4xmKi4p7mar6YeLIE9qkeyDWk/rThFib7NhD4iD1ahgHdUx28r2at+
nRrIA2lCUPB88WQN6kFsVrxE25aXYRPMEjjnwTI55L0VAnG4s961lTXk+eBqtDbw
BBtcE6JMVCZ7krajdKUZ/SxF9F+f1Y96y66q+/EyWVFXwRTjYgAdUSahAcK5qiWj
QKVQVaN0XP2F0MjPejPTZbWdL2dnWnn3TGEHcMzKCNAUwqtQV1VU6IQA70nCn6q4
VZ307TSZT6i1uX1JsNgP
=Ir2c
-----END PGP SIGNATURE-----


More information about the Bionic-changes mailing list