Sync from SUSE:SLFO:Main gtk3 revision 913a02665c90363b3435655b4cf808b4
This commit is contained in:
parent
3ccb852211
commit
d53341ff7a
4
_service
4
_service
@ -3,11 +3,11 @@
|
|||||||
<service name="obs_scm" mode="manual">
|
<service name="obs_scm" mode="manual">
|
||||||
<param name="url">https://gitlab.gnome.org/GNOME/gtk.git</param>
|
<param name="url">https://gitlab.gnome.org/GNOME/gtk.git</param>
|
||||||
<param name="scm">git</param>
|
<param name="scm">git</param>
|
||||||
<param name="revision">gtk-3-24</param>
|
<param name="revision">3.24.43</param>
|
||||||
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
|
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
|
||||||
<param name="versionrewrite-pattern">(.*)\+0</param>
|
<param name="versionrewrite-pattern">(.*)\+0</param>
|
||||||
<param name="versionrewrite-replacement">\1</param>
|
<param name="versionrewrite-replacement">\1</param>
|
||||||
<param name="changesgenerate">enable</param>
|
<param name="changesgenerate">disable</param>
|
||||||
</service>
|
</service>
|
||||||
<service name="tar" mode="buildtime"/>
|
<service name="tar" mode="buildtime"/>
|
||||||
<service name="recompress" mode="buildtime">
|
<service name="recompress" mode="buildtime">
|
||||||
|
@ -1,4 +0,0 @@
|
|||||||
<servicedata>
|
|
||||||
<service name="tar_scm">
|
|
||||||
<param name="url">https://gitlab.gnome.org/GNOME/gtk.git</param>
|
|
||||||
<param name="changesrevision">cde309d9fa27d948ae4ad098f50ba3188452ad6a</param></service></servicedata>
|
|
BIN
gtk-3.24.38+111.obscpio
(Stored with Git LFS)
BIN
gtk-3.24.38+111.obscpio
(Stored with Git LFS)
Binary file not shown.
BIN
gtk-3.24.43.obscpio
(Stored with Git LFS)
Normal file
BIN
gtk-3.24.43.obscpio
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,4 +1,4 @@
|
|||||||
name: gtk
|
name: gtk
|
||||||
version: 3.24.38+111
|
version: 3.24.43
|
||||||
mtime: 1701555122
|
mtime: 1720630994
|
||||||
commit: cde309d9fa27d948ae4ad098f50ba3188452ad6a
|
commit: 788f4de2799b3f5902d27733ea603e8dfee8d0a6
|
||||||
|
82
gtk3.changes
82
gtk3.changes
@ -1,3 +1,85 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jul 11 07:29:45 UTC 2024 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||||
|
|
||||||
|
- Update to version 3.24.43:
|
||||||
|
+ Stop looking for modules in cwd (bsc#1228120 CVE-2024-6655).
|
||||||
|
+ Updated translations.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu May 16 06:36:50 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||||
|
|
||||||
|
- Update to version 3.24.42:
|
||||||
|
+ GtkFileChooser:
|
||||||
|
- Avoid warnings about floating refs.
|
||||||
|
- Improve performance of recursive search.
|
||||||
|
- Populate search model in an idle.
|
||||||
|
+ GtkGLArea: Fix a regression in transparency handling.
|
||||||
|
+ Printing: Avoid accessing freed printers.
|
||||||
|
+ Accessibility: Drop support for the deprecated
|
||||||
|
atk_focus_tracker.
|
||||||
|
+ Wayland:
|
||||||
|
- Fix monitor sizes.
|
||||||
|
- Fix a crash related to tablet removal.
|
||||||
|
- Infer resizable edges for tiled windows.
|
||||||
|
- Always commit soon after acking a configure.
|
||||||
|
+ gdk:
|
||||||
|
- Use css cursor names as far as possible.
|
||||||
|
- Sync DND cursor use with GTK4.
|
||||||
|
+ build: Allow building against sysprof-capture-4.
|
||||||
|
+ Updated translations.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Apr 15 07:18:17 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||||
|
|
||||||
|
- BuildRequire gettext-devel instead of gettext-tools-mini: the
|
||||||
|
-devel provides is part of gettext-tools, but this allows OBS to
|
||||||
|
pick the package it deems correct.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jan 25 11:50:18 UTC 2024 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
- Update to version 3.24.41:
|
||||||
|
+ Fix a crash introduced in the X11 changes in 3.24.40.
|
||||||
|
+ Build fixes.
|
||||||
|
+ Wayland: Fix interpretation of gtk-shell protocol.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jan 18 17:06:33 UTC 2024 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
- Update to version 3.24.40:
|
||||||
|
* Free monitor name on finalize
|
||||||
|
* Rework after first review
|
||||||
|
* Rework to get rid of get_monitor_by_output
|
||||||
|
* Use xorg 'monitor' the right way. See #2013
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jan 16 11:12:55 UTC 2024 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
- Update to version 3.24.39+23:
|
||||||
|
* gdkdisplay-wayland: Init selection before roundtrips
|
||||||
|
* Use consistent coordinates in get_toplevel_from_ns_event.
|
||||||
|
* emoji: Update data to CLDR v44
|
||||||
|
* emoji: Update data to CLDR v43
|
||||||
|
* add hi-ja-et-fi-nb-th for gtkemojichooser
|
||||||
|
* add bengali language bn.data for gtkemojichooser
|
||||||
|
* emoji: Add more locales
|
||||||
|
* emoji: Update data to CLDR v40
|
||||||
|
* emoji: Fix the convert-emoji program
|
||||||
|
* gtkgesture: Preserve accuracy when translating events
|
||||||
|
* pathbar: Handle webdav where is the root is a path
|
||||||
|
* GtkTooltip: Fix tooltip positioning on X11
|
||||||
|
* gdkkeys-win32c: change registry key not found g_warning to g_debug
|
||||||
|
* [gtk3/wayland] Expose XDG-shell suspended state via visibility events.
|
||||||
|
* [gtk3/wayland] Only request v2 of xdg_wm_base.
|
||||||
|
* test-msys2-meson: fix pipeline failure on GTK3
|
||||||
|
* wayland: Fix wl_buffer size for custom cursors
|
||||||
|
* GtkMenu: Fix positioning when attached to offscreen windows
|
||||||
|
* gdk_display_get_monitor_at_window: Check for offscreen windows
|
||||||
|
* GdkWindow: check for same impl class in set_transient_for ()
|
||||||
|
* [gtk3] Cherry-pick gtkfilechoosernativeportal fixes from gtk4
|
||||||
|
* wayland: Avoid more legacy cursor names
|
||||||
|
* Fall back to the 'default' cursor
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Dec 07 15:35:33 UTC 2023 - dimstar@opensuse.org
|
Thu Dec 07 15:35:33 UTC 2023 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
11
gtk3.spec
11
gtk3.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package gtk3
|
# spec file for package gtk3
|
||||||
#
|
#
|
||||||
# Copyright (c) 2023 SUSE LLC
|
# Copyright (c) 2024 SUSE LLC
|
||||||
# Copyright (c) 2010 Dominique Leuenberger, Amsterdam, Netherlands
|
# Copyright (c) 2010 Dominique Leuenberger, Amsterdam, Netherlands
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
@ -30,7 +30,7 @@
|
|||||||
%define __provides_exclude_from ^%{_libdir}/gtk-3.0
|
%define __provides_exclude_from ^%{_libdir}/gtk-3.0
|
||||||
|
|
||||||
Name: gtk3
|
Name: gtk3
|
||||||
Version: 3.24.38+111
|
Version: 3.24.43
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: The GTK+ toolkit library (version 3)
|
Summary: The GTK+ toolkit library (version 3)
|
||||||
License: LGPL-2.1-or-later
|
License: LGPL-2.1-or-later
|
||||||
@ -49,7 +49,7 @@ Patch1: gtk3-revert-forced-xftdpi.patch
|
|||||||
BuildRequires: cups-devel >= 1.7
|
BuildRequires: cups-devel >= 1.7
|
||||||
BuildRequires: docbook-xsl-stylesheets
|
BuildRequires: docbook-xsl-stylesheets
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: gettext-tools-mini >= 0.19.7
|
BuildRequires: gettext-devel >= 0.19.7
|
||||||
BuildRequires: gtk-doc
|
BuildRequires: gtk-doc
|
||||||
BuildRequires: hicolor-icon-theme
|
BuildRequires: hicolor-icon-theme
|
||||||
BuildRequires: meson
|
BuildRequires: meson
|
||||||
@ -604,10 +604,7 @@ fi
|
|||||||
%ghost %{_sysconfdir}/alternatives/gtk-update-icon-cache.1%{?ext_man}
|
%ghost %{_sysconfdir}/alternatives/gtk-update-icon-cache.1%{?ext_man}
|
||||||
%dir %{_datadir}/gtk-3.0/
|
%dir %{_datadir}/gtk-3.0/
|
||||||
%dir %{_datadir}/gtk-3.0/emoji
|
%dir %{_datadir}/gtk-3.0/emoji
|
||||||
%{_datadir}/gtk-3.0/emoji/de.gresource
|
%{_datadir}/gtk-3.0/emoji/*.gresource
|
||||||
%{_datadir}/gtk-3.0/emoji/es.gresource
|
|
||||||
%{_datadir}/gtk-3.0/emoji/fr.gresource
|
|
||||||
%{_datadir}/gtk-3.0/emoji/zh.gresource
|
|
||||||
|
|
||||||
%files schema
|
%files schema
|
||||||
%{_datadir}/glib-2.0/schemas/org.gtk.Settings.ColorChooser.gschema.xml
|
%{_datadir}/glib-2.0/schemas/org.gtk.Settings.ColorChooser.gschema.xml
|
||||||
|
Loading…
Reference in New Issue
Block a user