[ubuntu/disco-proposed] mutter 3.31.90-2~fakesync (Accepted)

Iain Lane iain.lane at canonical.com
Thu Feb 21 14:40:12 UTC 2019


mutter (3.31.90-2~fakesync) disco; urgency=medium

  * Fake sync from Debian, where mutter is hanging out in the NEW queue.

mutter (3.31.90-2) experimental; urgency=medium

  * control: BD on dmz-cursor-theme instead of adwaita-icon-theme for tests.
    We actually only need *a* cursor theme, not the full icon theme.

mutter (3.31.90-1) experimental; urgency=medium

  [ Marco Trevisan (Treviño) ]
  * New upstream release
    - Fix crash in dual monitor setup and gdm activation (LP: #1790525,
      LP: #1795774)
    - Fix regression causing one of the external displays to be off sometimes
      (LP: #1772811)
  * debian/rules:
    - Compile using meson, autotools has been removed upstream
    - Ignore test failures in s390x
    - tests: increase meson tests timeout or they will fail in some archs,
      using meson test to run them
    - Explicitly enable Wayland EGL stream
  * debian/control:
    - Build depend on meson and pkg-config
    - Build depend on gsettings-desktop-schemas-dev (>= 3.31.0)
    - Build depend on xserver-xorg-core in linux (as it ships 'cvt')
    - Build depend on libnvidia-egl-wayland-dev in linux per EGL stream support
    - Build depend on packages needed for running tests:
      + adwaita-icon-theme
      + at-spi2-core
      + gnome-settings-daemon-dev, gnome-settings-daemon-common
      + XWayland (in linux)
    - Set build dependency versions on libgbm-dev, libinput-dev, libxi-dev and
      libxcomposite-dev to match upstream required versions
    - libmutter-4-dev depends on libgles2 development files,
    - removed breaks as per SONAME change
  * debian/*: SONAME 3 -> 4
  * debian/libmutter-4-0.symbols: Add new symbols, remove deprecated ones
  * debian/libmutter-4-0.lintian-overrides:
    - ignore library-not-linked-against-libc for libmutter-cogl-gles2
  * d/p/Sync-to-the-hardware-refresh-rate-not-just-60.00Hz.patch,
    d/p/clutter-Avoid-rounding-compensation-when-invalidating-2D-.patch,
    d/p/clutter-Fix-offscreen-effect-painting-of-clones.patch,
    d/p/clutter-offscreen-effect-Disable-if-no-texture.patch,
    d/p/cogl-auto-texture-Avoid-a-double-free-crash.patch,
    d/p/screen-cast-Fix-monitor-recording-on-HiDPI.patch,
    d/p/tests-Don-t-check-pixels-outside-actor-allocation.patch:
    - dropped as applied upstream
  * d/p/bgo768531_workaround-startup-notifications.patch:
    - not needed anymore as per startup notifications upstream refactory
  * d/p/debian/skip-texture-test.patch:
    - removed since the test now passes in all tested archs
  * d/p/debian/synaptics-support.patch,
    d/p/debian/skip-texture-test.patch,
    d/p/theme-load-icons-as-Gtk-does-with-fallback-and-RTL-suppor.patch,
    d/p/theme-use-gtk_render_icon_suface-to-paint-button-icon.patch:
    - refreshed
  * d/p/meson-add-back-default_driver-option.patch:
    - Add option to choose at build time the default cogl driver

  [ Iain Lane ]
  * debian/rules: No need to remove .la files in meson

Date: Thu, 21 Feb 2019 14:35:33 +0000
Changed-By: Iain Lane <iain.lane at canonical.com>
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>
https://launchpad.net/ubuntu/+source/mutter/3.31.90-2~fakesync
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Thu, 21 Feb 2019 14:35:33 +0000
Source: mutter
Binary: mutter gir1.2-mutter-4 libmutter-4-0 libmutter-4-dev mutter-common
Architecture: source
Version: 3.31.90-2~fakesync
Distribution: disco
Urgency: medium
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>
Changed-By: Iain Lane <iain.lane at canonical.com>
Description:
 gir1.2-mutter-4 - GObject introspection data for Mutter
 libmutter-4-0 - window manager library from the Mutter window manager
 libmutter-4-dev - Development files for the Mutter window manager
 mutter     - lightweight GTK+ window manager
 mutter-common - shared files for the Mutter window manager
Changes:
 mutter (3.31.90-2~fakesync) disco; urgency=medium
 .
   * Fake sync from Debian, where mutter is hanging out in the NEW queue.
 .
 mutter (3.31.90-2) experimental; urgency=medium
 .
   * control: BD on dmz-cursor-theme instead of adwaita-icon-theme for tests.
     We actually only need *a* cursor theme, not the full icon theme.
 .
 mutter (3.31.90-1) experimental; urgency=medium
 .
   [ Marco Trevisan (Treviño) ]
   * New upstream release
     - Fix crash in dual monitor setup and gdm activation (LP: #1790525,
       LP: #1795774)
     - Fix regression causing one of the external displays to be off sometimes
       (LP: #1772811)
   * debian/rules:
     - Compile using meson, autotools has been removed upstream
     - Ignore test failures in s390x
     - tests: increase meson tests timeout or they will fail in some archs,
       using meson test to run them
     - Explicitly enable Wayland EGL stream
   * debian/control:
     - Build depend on meson and pkg-config
     - Build depend on gsettings-desktop-schemas-dev (>= 3.31.0)
     - Build depend on xserver-xorg-core in linux (as it ships 'cvt')
     - Build depend on libnvidia-egl-wayland-dev in linux per EGL stream support
     - Build depend on packages needed for running tests:
       + adwaita-icon-theme
       + at-spi2-core
       + gnome-settings-daemon-dev, gnome-settings-daemon-common
       + XWayland (in linux)
     - Set build dependency versions on libgbm-dev, libinput-dev, libxi-dev and
       libxcomposite-dev to match upstream required versions
     - libmutter-4-dev depends on libgles2 development files,
     - removed breaks as per SONAME change
   * debian/*: SONAME 3 -> 4
   * debian/libmutter-4-0.symbols: Add new symbols, remove deprecated ones
   * debian/libmutter-4-0.lintian-overrides:
     - ignore library-not-linked-against-libc for libmutter-cogl-gles2
   * d/p/Sync-to-the-hardware-refresh-rate-not-just-60.00Hz.patch,
     d/p/clutter-Avoid-rounding-compensation-when-invalidating-2D-.patch,
     d/p/clutter-Fix-offscreen-effect-painting-of-clones.patch,
     d/p/clutter-offscreen-effect-Disable-if-no-texture.patch,
     d/p/cogl-auto-texture-Avoid-a-double-free-crash.patch,
     d/p/screen-cast-Fix-monitor-recording-on-HiDPI.patch,
     d/p/tests-Don-t-check-pixels-outside-actor-allocation.patch:
     - dropped as applied upstream
   * d/p/bgo768531_workaround-startup-notifications.patch:
     - not needed anymore as per startup notifications upstream refactory
   * d/p/debian/skip-texture-test.patch:
     - removed since the test now passes in all tested archs
   * d/p/debian/synaptics-support.patch,
     d/p/debian/skip-texture-test.patch,
     d/p/theme-load-icons-as-Gtk-does-with-fallback-and-RTL-suppor.patch,
     d/p/theme-use-gtk_render_icon_suface-to-paint-button-icon.patch:
     - refreshed
   * d/p/meson-add-back-default_driver-option.patch:
     - Add option to choose at build time the default cogl driver
 .
   [ Iain Lane ]
   * debian/rules: No need to remove .la files in meson
Checksums-Sha1:
 f48c6221421a18f0696ba1629e48f5bdd13d6e15 3735 mutter_3.31.90-2~fakesync.dsc
 90be259770032f6e50d7e5df9792ff502bdaed53 2845880 mutter_3.31.90.orig.tar.xz
 282703dbe09170483cf846b2a172442c21d620a1 57004 mutter_3.31.90-2~fakesync.debian.tar.xz
 218bc684c3a423aa04f3ff06e0a0c7454a83f393 22548 mutter_3.31.90-2~fakesync_source.buildinfo
Checksums-Sha256:
 2d1fc8cf775b2c7a8694aa29c4d4e8075cd964f6b9ca60da7b71ec7348daf277 3735 mutter_3.31.90-2~fakesync.dsc
 c8913a5fb15fe3116b1fcf2402cf17b9cf3b601342d8cfcba724ffd41bd267ec 2845880 mutter_3.31.90.orig.tar.xz
 45e041f8640d35c3723084551596aec39a1e5cfdc49b20807338a4c83ab9b462 57004 mutter_3.31.90-2~fakesync.debian.tar.xz
 e9e9431195af2f50a39a08d358881b25973ddbfecf1286ae6d1437c01963b31a 22548 mutter_3.31.90-2~fakesync_source.buildinfo
Files:
 a1646bfd33a39d3bad3c4aaa6e40959e 3735 x11 optional mutter_3.31.90-2~fakesync.dsc
 720f220b9c21d947d3b5df6e6ac47884 2845880 x11 optional mutter_3.31.90.orig.tar.xz
 28a5fff4dbd92c26e9e68a7789397e73 57004 x11 optional mutter_3.31.90-2~fakesync.debian.tar.xz
 c5d2a0ea182bfc3bd90bfffa98f52bd3 22548 x11 optional mutter_3.31.90-2~fakesync_source.buildinfo

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

iQIzBAEBCgAdFiEEPQ77lee1I38W6CJY41LVxRxQQdQFAlxuuCgACgkQ41LVxRxQ
QdQ3dA/6AhVNfyqMnDxzO27TBex1jp7RVGph2iVP0bW/FvilDPDImg7/CJ4gLWvb
m9WpZVuW06vw/svEWwwVrkHTIqS2INA5rAsP4eM58D05s0ijNTM7Xf4bMta6Ujii
IcWCp/g9zlhunqyrgKH2NF2nRRsEnzAzad6+yptmd7Rd9VZVDTTef3L4cibiV9tJ
fxg22mt7WzRTijX1P6d6TpUlufJJWJ+9ip8iwYH07d7dY0c3xgSkxY0893ETM2Tq
jFf/PQtN/Th4c6zc3YNN+qhD5EYV1Glkxro+qst9jS/IGEp+LtGD4pqNsq//6kMX
F4DTUcr70rH27W5+A4LrmS8TRLlQwcegYx2otrAUULZa/e88g8GjGKaY8kcROUF8
dX/IGrbD0AJEYMDRiMXv1hZzZ07k1MkUMqtA9uok4zneZB8Xn1rXJRNUxzdeQWd+
WMNCSb+sube7Ouzs8K3cGguXiYmWN+OVwTpk//M8C9RBeUU9mbPy6fdXclNZAsWj
wwx0s2wH9Yyek2OmSKijxrfWsTSihmt6r6GfrqQ8Q+ldFf3dgXMi08AM4KvMWxJK
NwgInJ4bM6khLLrQIYkHmthh3B/lGwm5VFMog0KDddtwD/b9JQoArqYGuVQzMKbd
2nG5d7uyhelhrPXxxPiJ8ATQpQ8CdovNlC+FnG6/vEbh6Lldo2o=
=f6yH
-----END PGP SIGNATURE-----


More information about the Disco-changes mailing list