[ubuntu/oracular-proposed] gtk+2.0 2.24.33-5ubuntu1 (Accepted)
Jeremy Bícha
jbicha at ubuntu.com
Thu Jul 11 12:55:15 UTC 2024
gtk+2.0 (2.24.33-5ubuntu1) oracular; urgency=medium
* Merge with Debian. Remaining changes:
- d/libgtk2.0-0t64.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/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
+ debian/patches/Check-for-attribute-availability-before-accessing-it.patch
- Cherry-pick patch to fix GFileInfo critical warnings
gtk+2.0 (2.24.33-5) unstable; urgency=high
[ Jeremy Bícha ]
* SECURITY UPDATE: CVE-2024-6655 Stop looking for modules in cwd
- Cherry-picked patch from GTK 3.24.43
[ Simon McVittie ]
* d/control, d/tests: Prefer to depend on pkgconf instead of pkg-config
* Update Lintian overrides
* d/control: Drop alternative dependency on obsolete libgdk-pixbuf2.0-dev
* d/control: Drop unused build-dependency on quilt
Date: Thu, 11 Jul 2024 08:53:11 -0400
Changed-By: Jeremy Bícha <jbicha at ubuntu.com>
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
https://launchpad.net/ubuntu/+source/gtk+2.0/2.24.33-5ubuntu1
-------------- next part --------------
Format: 1.8
Date: Thu, 11 Jul 2024 08:53:11 -0400
Source: gtk+2.0
Built-For-Profiles: noudeb
Architecture: source
Version: 2.24.33-5ubuntu1
Distribution: oracular
Urgency: high
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Jeremy Bícha <jbicha at ubuntu.com>
Changes:
gtk+2.0 (2.24.33-5ubuntu1) oracular; urgency=medium
.
* Merge with Debian. Remaining changes:
- d/libgtk2.0-0t64.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/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
+ debian/patches/Check-for-attribute-availability-before-accessing-it.patch
- Cherry-pick patch to fix GFileInfo critical warnings
.
gtk+2.0 (2.24.33-5) unstable; urgency=high
.
[ Jeremy Bícha ]
* SECURITY UPDATE: CVE-2024-6655 Stop looking for modules in cwd
- Cherry-picked patch from GTK 3.24.43
.
[ Simon McVittie ]
* d/control, d/tests: Prefer to depend on pkgconf instead of pkg-config
* Update Lintian overrides
* d/control: Drop alternative dependency on obsolete libgdk-pixbuf2.0-dev
* d/control: Drop unused build-dependency on quilt
Checksums-Sha1:
6cd457639aed1071e070793c2fbf4869e6cb6f16 4037 gtk+2.0_2.24.33-5ubuntu1.dsc
1ec6053d2732888cc1e204586662aafc786fb5ea 110388 gtk+2.0_2.24.33-5ubuntu1.debian.tar.xz
2f1cda8bfab2fffea8f3fe14df19508334ed4e8a 14439 gtk+2.0_2.24.33-5ubuntu1_source.buildinfo
Checksums-Sha256:
f5ed3d97087753aa245fb0640f1b6bac22880dea85776e9e12151171f3d8f14b 4037 gtk+2.0_2.24.33-5ubuntu1.dsc
f921749df60acff91fdf3bd6164a158faddc72caf8c7c1084064a68de3688d17 110388 gtk+2.0_2.24.33-5ubuntu1.debian.tar.xz
65ee73a36c4eb4f14c11ac12590e8c7994239298074031c95bb3ea5ecbde58eb 14439 gtk+2.0_2.24.33-5ubuntu1_source.buildinfo
Files:
8452b995d47ad48e05ebfffce8d5731b 4037 oldlibs optional gtk+2.0_2.24.33-5ubuntu1.dsc
ada4bc0d233c5fdaab8ce1987e805178 110388 oldlibs optional gtk+2.0_2.24.33-5ubuntu1.debian.tar.xz
3ac448a9a52845238900e24517b988d7 14439 oldlibs optional gtk+2.0_2.24.33-5ubuntu1_source.buildinfo
Original-Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>
More information about the oracular-changes
mailing list