[ubuntu/bionic-proposed] gtk+2.0 2.24.32-1ubuntu1 (Accepted)

Simon Quigley tsimonq2 at ubuntu.com
Sat Mar 24 18:19:21 UTC 2018


gtk+2.0 (2.24.32-1ubuntu1) bionic; urgency=low

  * Merge from Debian Sid (LP: #1756372). Remaining changes:
    - d/libgtk2.0-0.symbols: update symbols file.
    - Modify 015_default-fallback-icon-theme.patch
      - Set fallback icon theme to Adwaita instead of gnome
    - d/control: Depend on adwaita-icon-theme | gnome-icon-theme instead of
      the reverse order
    - Add Ubuntu-specific patches:
      + debian/patches/012_ubuntu-set-grab-add.patch
        - Added ubuntu_gtk_widget_set_has_grab so we can grab sliders and
          things in menus, needed by ido.
      + debian/patches/062_dnd_menubar.patch
        - Allow click on menubars for dnd.
      + debian/patches/063_treeview_almost_fixed.patch
        - Add an ubuntu-almost-fixed-height-mode property, (required for
          software-center).
      + debian/patches/071_no_offscreen_widgets_grabbing.patch:
        - Don't let offscreen widgets do grabbing.
      + debian/patches/090_logging_file_saves.patch
        - Improve the logging of saved files.
      + debian/patches/092_default_to_xdg_document_dir.patch:
        - Use $XDG_DOCUMENTS_DIR as default directory rather than the home
          directory for the "Print to File" function.
      + debian/patches/093_gtk3_gtkimage_fallbacks_use.patch:
        - Backported gtk3 patch to add a "use-fallback" property to GtkImage,
          using it "icon-name and GIcon type of GtkImages can use automatic
          fallback names."; it will be useful for the indicator stack.
      + debian/patches/095_git_menus_scrolling.patch
        - Backported of a gtk3 commit fixing menu scrolling issues.
      + debian/patches/096_git_gtkprintsettings.patch
        - Backport an upstream git commit from the gtk3 series; don't ignore
          the gtkprintsettings resolution settings.
      + debian/patches/097_statusicon_image_fallback.patch
        - Make GtkStatusIcon images use fallbacks by default if the property
          is available.
      + debian/patches/098_multiarch_module_path.patch
        - Fallback to the pre-multiarch directory for compatibility.
      + debian/patches/099_printer_filename_fix.patch
        - Fix to the print dialog for print to file, make sure a non-hidden
          filename is the default.
      + debian/patches/100_overlay_scrollbar_loading.patch
        - Add support for dynamically loading overlay scrollbars.
      + debian/patches/gtk-shell-shows-menubar.patch
        - List gtk-shell-shows-menubar setting; that's required to have the
          local menubars hidding under Unity in favor of the Unity ones.
      + debian/patches/print-dialog-show-options-of-remote-dnssd-printers.patch:
        - Make printing on remote DNS-SD/Bonjour-shared printers work.
      + debian/patches/backport_search_printer_location.patch
        -  The list of printers should be searchable/sortable.
      + debian/patches/menubar_toolbar_dragging.patch
        - Allow windows to be dragged using blank spaces in the toolbar as
          well as the menubar.
      + debian/patches/use-secrets-service-for-cups-auth_info.patch
    - Remove reverse-applicable patch:
      + debian/patches/lp1641912-add-limit-to-list-size.patch
        - Fix a DOS allowing any application to cause all GTK applications to
          use an arbitrary amount of memory.

gtk+2.0 (2.24.32-1) unstable; urgency=medium

  * New upstream release
  * debian/libgtk2.0-0.symbols: Add symbols
  * Update Vcs fields for migration to https://salsa.debian.org/
  * Drop patches applied in new release:
    - 0001-Don-t-use-guint32-with-XChangeProperty.patch
    - 0002-GtkMenuShell-always-activate-menu-shells.patch

gtk+2.0 (2.24.31-5) unstable; urgency=medium

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

Date: Fri, 23 Mar 2018 23:22:57 -0500
Changed-By: Simon Quigley <tsimonq2 at ubuntu.com>
Maintainer: Ubuntu Desktop Team <ubuntu-desktop at lists.ubuntu.com>
Signed-By: LocutusOfBorg <costamagnagianfranco at yahoo.it>
https://launchpad.net/ubuntu/+source/gtk+2.0/2.24.32-1ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Fri, 23 Mar 2018 23:22:57 -0500
Source: gtk+2.0
Binary: libgtk2.0-0 libgtk2.0-0-udeb libgtk2.0-common libgtk2.0-bin libgtk2.0-dev libgtk2.0-doc gtk2.0-examples gtk2-engines-pixbuf gir1.2-gtk-2.0 libgail18 libgail18-udeb libgail-common libgail-dev libgail-doc
Architecture: source
Version: 2.24.32-1ubuntu1
Distribution: bionic
Urgency: medium
Maintainer: Ubuntu Desktop Team <ubuntu-desktop at lists.ubuntu.com>
Changed-By: Simon Quigley <tsimonq2 at ubuntu.com>
Description:
 gir1.2-gtk-2.0 - GTK+ graphical user interface library -- gir bindings
 gtk2-engines-pixbuf - pixbuf-based theme for GTK+ 2.x
 gtk2.0-examples - example files for GTK+ 2.0
 libgail-common - GNOME Accessibility Implementation Library -- common modules
 libgail-dev - GNOME Accessibility Implementation Library -- development files
 libgail-doc - documentation files of the Gail library
 libgail18  - GNOME Accessibility Implementation Library -- shared libraries
 libgail18-udeb - GNOME Accessibility Implementation Library -- shared libraries (udeb)
 libgtk2.0-0 - GTK+ graphical user interface library
 libgtk2.0-0-udeb - GTK+ graphical user interface library - minimal runtime (udeb)
 libgtk2.0-bin - programs for the GTK+ graphical user interface library
 libgtk2.0-common - common files for the GTK+ graphical user interface library
 libgtk2.0-dev - development files for the GTK+ library
 libgtk2.0-doc - documentation for the GTK+ graphical user interface library
Launchpad-Bugs-Fixed: 1756372
Changes:
 gtk+2.0 (2.24.32-1ubuntu1) bionic; urgency=low
 .
   * Merge from Debian Sid (LP: #1756372). Remaining changes:
     - d/libgtk2.0-0.symbols: update symbols file.
     - Modify 015_default-fallback-icon-theme.patch
       - Set fallback icon theme to Adwaita instead of gnome
     - d/control: Depend on adwaita-icon-theme | gnome-icon-theme instead of
       the reverse order
     - Add Ubuntu-specific patches:
       + debian/patches/012_ubuntu-set-grab-add.patch
         - Added ubuntu_gtk_widget_set_has_grab so we can grab sliders and
           things in menus, needed by ido.
       + debian/patches/062_dnd_menubar.patch
         - Allow click on menubars for dnd.
       + debian/patches/063_treeview_almost_fixed.patch
         - Add an ubuntu-almost-fixed-height-mode property, (required for
           software-center).
       + debian/patches/071_no_offscreen_widgets_grabbing.patch:
         - Don't let offscreen widgets do grabbing.
       + debian/patches/090_logging_file_saves.patch
         - Improve the logging of saved files.
       + debian/patches/092_default_to_xdg_document_dir.patch:
         - Use $XDG_DOCUMENTS_DIR as default directory rather than the home
           directory for the "Print to File" function.
       + debian/patches/093_gtk3_gtkimage_fallbacks_use.patch:
         - Backported gtk3 patch to add a "use-fallback" property to GtkImage,
           using it "icon-name and GIcon type of GtkImages can use automatic
           fallback names."; it will be useful for the indicator stack.
       + debian/patches/095_git_menus_scrolling.patch
         - Backported of a gtk3 commit fixing menu scrolling issues.
       + debian/patches/096_git_gtkprintsettings.patch
         - Backport an upstream git commit from the gtk3 series; don't ignore
           the gtkprintsettings resolution settings.
       + debian/patches/097_statusicon_image_fallback.patch
         - Make GtkStatusIcon images use fallbacks by default if the property
           is available.
       + debian/patches/098_multiarch_module_path.patch
         - Fallback to the pre-multiarch directory for compatibility.
       + debian/patches/099_printer_filename_fix.patch
         - Fix to the print dialog for print to file, make sure a non-hidden
           filename is the default.
       + debian/patches/100_overlay_scrollbar_loading.patch
         - Add support for dynamically loading overlay scrollbars.
       + debian/patches/gtk-shell-shows-menubar.patch
         - List gtk-shell-shows-menubar setting; that's required to have the
           local menubars hidding under Unity in favor of the Unity ones.
       + debian/patches/print-dialog-show-options-of-remote-dnssd-printers.patch:
         - Make printing on remote DNS-SD/Bonjour-shared printers work.
       + debian/patches/backport_search_printer_location.patch
         -  The list of printers should be searchable/sortable.
       + debian/patches/menubar_toolbar_dragging.patch
         - Allow windows to be dragged using blank spaces in the toolbar as
           well as the menubar.
       + debian/patches/use-secrets-service-for-cups-auth_info.patch
     - Remove reverse-applicable patch:
       + debian/patches/lp1641912-add-limit-to-list-size.patch
         - Fix a DOS allowing any application to cause all GTK applications to
           use an arbitrary amount of memory.
 .
 gtk+2.0 (2.24.32-1) unstable; urgency=medium
 .
   * New upstream release
   * debian/libgtk2.0-0.symbols: Add symbols
   * Update Vcs fields for migration to https://salsa.debian.org/
   * Drop patches applied in new release:
     - 0001-Don-t-use-guint32-with-XChangeProperty.patch
     - 0002-GtkMenuShell-always-activate-menu-shells.patch
 .
 gtk+2.0 (2.24.31-5) unstable; urgency=medium
 .
   * Update Vcs fields for conversion to git
   * Add debian/gbp.conf
   * Bump Standards-Version to 4.1.2
Checksums-Sha1:
 a6690bd77132fd88fa9113a297b118a7651e0052 3887 gtk+2.0_2.24.32-1ubuntu1.dsc
 37346b310b5fe26d1643b88b8bc22b243d4fb5c9 103116 gtk+2.0_2.24.32-1ubuntu1.debian.tar.xz
 0bfa177fbc2e0ad83850671e56e5fe9c7432ab69 13293 gtk+2.0_2.24.32-1ubuntu1_source.buildinfo
Checksums-Sha256:
 a5ffdb0811ce5b1cbb4c4c1920ae38ee03fc7fffe4e7be9e8c0bd8826dce2778 3887 gtk+2.0_2.24.32-1ubuntu1.dsc
 da2adb218e807207a574d47ca4797b02e9f821d11b4aa24af0de83ab43f0a09d 103116 gtk+2.0_2.24.32-1ubuntu1.debian.tar.xz
 21ee292c870b2a7304e5e3e55816e4188153d9cdd325eec126630ff30414a168 13293 gtk+2.0_2.24.32-1ubuntu1_source.buildinfo
Files:
 9ddaa0d95ccb1b1a33cb0699ba6ae70d 3887 libs optional gtk+2.0_2.24.32-1ubuntu1.dsc
 0ad0863ee35d13987b15e1438b2bce56 103116 libs optional gtk+2.0_2.24.32-1ubuntu1.debian.tar.xz
 de194d688b67f31f17fc40ee953d7f74 13293 libs optional gtk+2.0_2.24.32-1ubuntu1_source.buildinfo
Original-Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>

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

iQIcBAEBCAAGBQJatpOIAAoJEPNPCXROn13ZJlgP/1DUXYE4VxKoTEiP5DPyqCPK
2pgdM4P5NSf3SQCf1pxlEz/Zlq3YLz0Xs+kEVVNUB7B5B0E23ptXuID3VodbYCJS
mmVXkbJsCXZAqoppkno10IQH9zVO8Mq+rfQDa3osMMhsoGxNtcSBEQnov8Z5kpSB
i3VM/paL00AbkqxNXvQP2+hYU8k97pUKeSMQNiumoLKe97/Dm/wVPOBX59+LH5qb
AaiZIX82USYfqAYy6YubXJCYykWE95/dO//8T0UAfnGmT6zKZhS8zndQaQCXQl2i
LAqQsZUZfK7G54OodA7bTtEsu7FidQKleTr+Ua8AUQ5q51o5b/joCiFqBdBXqN5R
Z60VU2cXvwlEbhwr/pDNfily4MSwG/1ANFZ/mMJdWdRi1zYD5xltKc8/Bd5a8tvx
GxfdDvtPEs8t6dlnDRs2oQO3ICT+P4BnhKPUx1bNLT12+l/BoQ+FfBjsunyfOS44
o07HSOh6X9QzCacisyBEDpaA8XSQhN+Ui0euKYF/gh41CSPbC3/UNV0UFyaGVOOc
N3aBBnkCrKEhe7Kwuh7TRwdRrAl7YixanX+60qaS1OjO7J6n+f7ryilxu9G8Y4T9
r3RVbCf+4CwEX8Jg11nMZlf7ECYf8ZLI4XMz9MEo9BVx4Qk5B3wVPxkKnIXU3RWZ
zh96Lo3Zb8o+cUJT8l0w
=+tBZ
-----END PGP SIGNATURE-----


More information about the Bionic-changes mailing list