[ubuntu/zesty-proposed] gtk+2.0 2.24.31-1ubuntu1 (Accepted)

Iain Lane iain.lane at canonical.com
Thu Nov 10 18:13:16 UTC 2016


gtk+2.0 (2.24.31-1ubuntu1) zesty; urgency=low

  * Merge with Debian unstable.  Remaining changes:
    - d/libgtk2.0-0.symbols: update symbols file.
    - d/libgtk2.0-dev.manpages: add gtk-builder-convert.1 manpage.
    - d/rules: enable manpage.
    - d/update-icon-caches: run with "--include-image-data" flag.
    - add Ubuntu 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 gtk3 commit to fix menu scrolling issues
      + debian/patches/096_git_gtkprintsettings.patch:
        - upstream git commit backported from the gtk3 serie, 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
        - 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
  * Fixes issue with GtkEntry causing applications to crash (LP: #1576424)

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

  * New upstream release.
  * Drop obsolete maintainer scripts which cleaned up the /usr/share/doc
    symlinks.
  * Refresh patches. Drop the ones which have been merged upstream.
  * When linking against libgail18, automatically generate a dependency on
    libgail-common. This was originally achieved via a .shlibs file but since
    we use a .symbols file nowadays, move this over there.
  * Remove an old shlibs.local hack which doesn't seem necessary anymore.
  * Use idiomatic variables from default.mk dpkg include.
    Bump Build-Depends on dpkg-dev to (>= 1.16.1).

Date: Thu, 10 Nov 2016 18:10:52 +0000
Changed-By: Iain Lane <iain.lane at canonical.com>
Maintainer: Ubuntu Desktop Team <ubuntu-desktop at lists.ubuntu.com>
https://launchpad.net/ubuntu/+source/gtk+2.0/2.24.31-1ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Thu, 10 Nov 2016 18:10:52 +0000
Source: gtk+2.0
Binary: libgtk2.0-0 libgtk2.0-0-udeb libgtk2.0-common libgtk2.0-bin libgtk2.0-dev libgtk2.0-0-dbg libgtk2.0-doc gtk2.0-examples gtk2-engines-pixbuf gir1.2-gtk-2.0 libgail18 libgail18-udeb libgail-common libgail-dev libgail-dbg libgail-doc
Architecture: source
Version: 2.24.31-1ubuntu1
Distribution: zesty
Urgency: medium
Maintainer: Ubuntu Desktop Team <ubuntu-desktop at lists.ubuntu.com>
Changed-By: Iain Lane <iain.lane at canonical.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-dbg - Gail libraries and debugging symbols
 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-dbg - GTK+ libraries and debugging symbols
 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: 1576424
Changes:
 gtk+2.0 (2.24.31-1ubuntu1) zesty; urgency=low
 .
   * Merge with Debian unstable.  Remaining changes:
     - d/libgtk2.0-0.symbols: update symbols file.
     - d/libgtk2.0-dev.manpages: add gtk-builder-convert.1 manpage.
     - d/rules: enable manpage.
     - d/update-icon-caches: run with "--include-image-data" flag.
     - add Ubuntu 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 gtk3 commit to fix menu scrolling issues
       + debian/patches/096_git_gtkprintsettings.patch:
         - upstream git commit backported from the gtk3 serie, 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
         - 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
   * Fixes issue with GtkEntry causing applications to crash (LP: #1576424)
 .
 gtk+2.0 (2.24.31-1) unstable; urgency=medium
 .
   * New upstream release.
   * Drop obsolete maintainer scripts which cleaned up the /usr/share/doc
     symlinks.
   * Refresh patches. Drop the ones which have been merged upstream.
   * When linking against libgail18, automatically generate a dependency on
     libgail-common. This was originally achieved via a .shlibs file but since
     we use a .symbols file nowadays, move this over there.
   * Remove an old shlibs.local hack which doesn't seem necessary anymore.
   * Use idiomatic variables from default.mk dpkg include.
     Bump Build-Depends on dpkg-dev to (>= 1.16.1).
Checksums-Sha1:
 2a929b8442f37593f22b6d3b3b3e05bc2d343522 4052 gtk+2.0_2.24.31-1ubuntu1.dsc
 c3d828135994a52cc9428a60175bd2b294656611 12805344 gtk+2.0_2.24.31.orig.tar.xz
 2d6236f1f33b96ca8b6c676d31e78a711a520cef 104772 gtk+2.0_2.24.31-1ubuntu1.debian.tar.xz
Checksums-Sha256:
 aa4561342741ffc8267edf2654a07e119c7eea361d0d3b5cecb3df75583c975d 4052 gtk+2.0_2.24.31-1ubuntu1.dsc
 68c1922732c7efc08df4656a5366dcc3afdc8791513400dac276009b40954658 12805344 gtk+2.0_2.24.31.orig.tar.xz
 acb34c4e14d2d5eaa415498d3904f99c55bc1d28748d3cd575e99405f66b8251 104772 gtk+2.0_2.24.31-1ubuntu1.debian.tar.xz
Files:
 8c18b4f958db4ff738779c7b87c560b4 4052 libs optional gtk+2.0_2.24.31-1ubuntu1.dsc
 526a1008586094a2cbb4592fd3f9ee10 12805344 libs optional gtk+2.0_2.24.31.orig.tar.xz
 706097c86217e45114b84ede911b823a 104772 libs optional gtk+2.0_2.24.31-1ubuntu1.debian.tar.xz
Original-Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQIcBAEBCgAGBQJYJLhpAAoJEONS1cUcUEHUwsoP/15Mrh6+3tnMoqQQtd5z1GEa
7jV118MILrXnXD694Smd0ac7l5rkVdPOnTDlhXOFBJ1zsUijB7LqY8CGuuzMEKUh
+5q/iPg1TdQ4R+2orcJRP8m/hyVA2scmt+ZsXBeANhqo121iO9tfRWAdUsT7yit5
ymNjYwMJy32JKODmYT1Pw7V7phyfoTdE9vsrrXMAENwcVhJxEH79rFxFFGu/Sd+c
ZZ76EifIb+YdgD+aHi3S9ZyTwg6YkZep76YsKGKGqVjXDxe2wVg6rNq2FEyH6BRH
0Z62cOUUJ2fvzn47i14vg8zQpRETrPHLATVHYTSmnMt8TC5hSa3VHmmhaiDJRa1g
J/KrN4zOhb+A1eJAT9xmO1f6q2hiWHZ+HidoW2n/Zq4kXUT9fR4H/03ZKUIg/SR7
5yqRqL1P5cAM2knr8R/is1wgJ/kQNSQWQA4r2yUCA1iyzEwEmBAps0jWveXnqT0R
Zj2vWY7YtFINEnhv27XlqdHPArMT1/nf3YqkSN0USeCo9lrsaykAUO85ci5cCRd5
jojEntnxhO+aPORwHk8fLrH++vYTqt4tCBVDKhXLMUAJydK9enqVVhpq7XwLBnRS
l/I0VTMAlePFrcb1OVwKpN2qMPFdkHoG2qsSUWETVJkx0Xy9snH4/OsnhzLNzIXH
wqlfeKQ/vrg9z7qtFCRB
=0KvC
-----END PGP SIGNATURE-----


More information about the Zesty-changes mailing list