[ubuntu/saucy-proposed] gtk+2.0 2.24.20-1ubuntu1 (Accepted)

Iain Lane iain.lane at canonical.com
Mon Jul 8 10:55:15 UTC 2013


gtk+2.0 (2.24.20-1ubuntu1) saucy; urgency=low

  * Merge with Debian (LP: #1198841), remaining changes:
    + debian/libgtk2.0-0.symbols:
      - Add Ubuntu specific symbols
    + 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 (LP: #488857)
    + debian/patches/100_overlay_scrollbar_loading.patch
      - support for dynamically loading overlay scrollbars
  * Drop the unused support for an 'opt' flavour which was a delta over Debian
    as they removed it some time ago, and was commented out anyway.

gtk+2.0 (2.24.20-1) unstable; urgency=low

  * New upstream release.
  * Remove debian/patches/011_immodule-cache-dir.patch, upstream changed the
    location and name of the cache file to be consistent what's used in
    gtk+3.0. It's now in $libdir/gtk-2.0/2.10.0/immodules.cache.
  * Update and simplify our trigger for gtk-query-immodules-2.0, use the new
    --update-cache option instead of redirecting stdout.
  * Update postrm to clean up the renamed immodules.cache file.

gtk+2.0 (2.24.19-1) unstable; urgency=low

  * New upstream release.
  * Refresh patches.
  * Update Vcs-* URLs.
  * Bump Standards-Version to 3.9.4. No further changes.

Date: Mon, 08 Jul 2013 11:42:51 +0100
Changed-By: Iain Lane <iain.lane at canonical.com>
Maintainer: Ubuntu Desktop Team <ubuntu-desktop at lists.ubuntu.com>
https://launchpad.net/ubuntu/saucy/+source/gtk+2.0/2.24.20-1ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Mon, 08 Jul 2013 11:42:51 +0100
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 libgail-common libgail-dev libgail-dbg libgail-doc
Architecture: source
Version: 2.24.20-1ubuntu1
Distribution: saucy
Urgency: low
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
 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: 488857 1198841
Changes: 
 gtk+2.0 (2.24.20-1ubuntu1) saucy; urgency=low
 .
   * Merge with Debian (LP: #1198841), remaining changes:
     + debian/libgtk2.0-0.symbols:
       - Add Ubuntu specific symbols
     + 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 (LP: #488857)
     + debian/patches/100_overlay_scrollbar_loading.patch
       - support for dynamically loading overlay scrollbars
   * Drop the unused support for an 'opt' flavour which was a delta over Debian
     as they removed it some time ago, and was commented out anyway.
 .
 gtk+2.0 (2.24.20-1) unstable; urgency=low
 .
   * New upstream release.
   * Remove debian/patches/011_immodule-cache-dir.patch, upstream changed the
     location and name of the cache file to be consistent what's used in
     gtk+3.0. It's now in $libdir/gtk-2.0/2.10.0/immodules.cache.
   * Update and simplify our trigger for gtk-query-immodules-2.0, use the new
     --update-cache option instead of redirecting stdout.
   * Update postrm to clean up the renamed immodules.cache file.
 .
 gtk+2.0 (2.24.19-1) unstable; urgency=low
 .
   * New upstream release.
   * Refresh patches.
   * Update Vcs-* URLs.
   * Bump Standards-Version to 3.9.4. No further changes.
Checksums-Sha1: 
 589177a82be9f9c2e4a0c393cc84d204ad38c980 3661 gtk+2.0_2.24.20-1ubuntu1.dsc
 89315bf05dd3d626a50bae5417942ee4428012c9 13387180 gtk+2.0_2.24.20.orig.tar.xz
 d6cf46613697960b133803c238a0eea577733062 114729 gtk+2.0_2.24.20-1ubuntu1.debian.tar.gz
Checksums-Sha256: 
 b666616903d5e03c4b12c093334f0fd6b801fa6e0da771200ee6b1b2a32d4d47 3661 gtk+2.0_2.24.20-1ubuntu1.dsc
 cc66bcbf9239a7d9861175c681ba95894b55c70dc0b37aad8345c46ecfda0da3 13387180 gtk+2.0_2.24.20.orig.tar.xz
 127515d504005bfc9a740dc601815719772f4665b629f8123386b5d7711f30eb 114729 gtk+2.0_2.24.20-1ubuntu1.debian.tar.gz
Files: 
 2b0a0d2d9893beab4898f889cf01d2d0 3661 libs optional gtk+2.0_2.24.20-1ubuntu1.dsc
 9d7833331d7accd80668e29d7f567ce5 13387180 libs optional gtk+2.0_2.24.20.orig.tar.xz
 1b9f37d512a0cfb6ee151b3f6051cc75 114729 libs optional gtk+2.0_2.24.20-1ubuntu1.debian.tar.gz
Original-Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>

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

iQIcBAEBCgAGBQJR2ppTAAoJEONS1cUcUEHUDjUQAK3LVh7GMtJch1wCD4+oGk0M
lcYhPbr3YqROxYaYEHE03TQLZj4bW9LWOK2RW/naO9GR+HjihTRlrt3xhebEF9TP
QpLTOhYsTcOtA7eLBRLfPFYZx+KGhLFMUtXBsfb3eAOsobSOeFk7kmkRR+Q7MJWH
peTLu5rpdc+4YwF8Cl6lOxFHICIZyeYTXwZQyATEgdJtdrRwb88DD/LOCoTGIaPl
BPmC+ZeYrPPyjdiDxicDObciu0+fedKxHPAUiBOG9I2hmK+IHvqMKL0BcNYHk+uc
9Vo+SSjXOvcbcdwWvDi0rnk3JfIPYYzhN9sFury6QyVgMm2mzhn0R+Q+FUwG8Rb/
wr4G8EZM9QCT/qnCtbL9TrSi9KljoZHqHrn+CtSoWyowjMvhO8jY0mQ4TIvsUoxQ
MXO1fj/JXsnFv13ErAK25O/NnUXJV7QqA6prIJAc4teriYQQVVRhmlhvkax2Tw51
/T4gIXobO8wZAIh09P8ulzon8RhBNxOQAeRoWj0DVNIUkj3vMGOmPeqaH7GtrKVX
qxZsHeCoyfWzWorMg7cQurUYZma6kzCzhxE3PqGHoXr2Pvl1/3R1EZ4lsQ0SSGRY
JcIR1+oKGqyftJUaUxZspQd8X4PqCwtmvVQ7NpkGLn7EjhADynB7gj9qOUuU0XPr
//fggSDViOjD46RVJYpN
=6tQr
-----END PGP SIGNATURE-----


More information about the Saucy-changes mailing list