Accepting request 1158691 from GNOME:Next

GNOME 46

OBS-URL: https://build.opensuse.org/request/show/1158691
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-shell?expand=0&rev=569
This commit is contained in:
Dominique Leuenberger 2024-03-19 13:31:01 +00:00 committed by Git OBS Bridge
parent ace1a30793
commit 1712f7d024
6 changed files with 103 additions and 19 deletions

View File

@ -3,7 +3,7 @@
<service name="obs_scm" mode="manual">
<param name="scm">git</param>
<param name="url">https://gitlab.gnome.org/GNOME/gnome-shell.git</param>
<param name="revision">refs/tags/45.3</param>
<param name="revision">46.0</param>
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
<param name="versionrewrite-pattern">(.*)\+0</param>
<param name="versionrewrite-replacement">\1</param>

BIN
gnome-shell-45.3.obscpio (Stored with Git LFS)

Binary file not shown.

3
gnome-shell-46.0.obscpio Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7aa02905b841db4337f8992cf026e9ee44a022ca4f2d75457c7f01c8063f58bf
size 17124877

View File

@ -1,3 +1,89 @@
-------------------------------------------------------------------
Sun Mar 17 09:27:43 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
- Update to version 46.0:
+ Fix model selection in on-screen keyboard.
+ Fix key getting stuck when raising screen shield.
+ Fix notifications sometimes being empty.
+ Fix cursor visibilty when magnified.
+ Fixed crashes.
+ Misc. bug fixes and cleanups.
+ Updated translations.
-------------------------------------------------------------------
Fri Mar 8 08:31:07 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
- Update to version 46.rc:
+ Fix repainting drawing area.
+ Support locking down extension installation.
+ Fix auto-closing FDO notifications.
+ Ensure remote actions are activated with correct platform data.
+ FDO notifications: Support ActivationToken signal.
+ Delete selected text on backspace from on-screen keyboard.
+ Various on-screen keyboard improvements.
+ Inform users of conflicting local/remote sessions on login.
+ screencasts: Use h264 encoding if available.
+ Work around issue in NetworkManager's wireguard support.
+ Allow expanding notifications in message list.
+ Fixed crash.
+ Misc. bug fixes and cleanups.
+ Updated translations.
-------------------------------------------------------------------
Fri Mar 8 00:47:00 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
- Update to version 46.beta:
+ Improve High Contrast styling.
+ Improve default styling.
+ Close mount notification when drive gets disconnected.
+ extensions-app: Remember window state.
+ Fix feedback look in keyboard backlight slider.
+ Follow "switch-shapes" accessibility setting.
+ Fix effects of transient wayland windows.
+ Add keyboard model configuration support.
+ Add Text Editor to the dash by default.
+ Fix icon size regression in dash.
+ Improve project and development documentation.
+ overview: Keep dimming effect for modal dialogs.
+ Do not use markup in button labels.
+ Fix menu alignment in RTL locales.
+ Overhaul assets in monitor layout switcher.
+ Fix overview transition from search results to session.
+ Add header to notifications.
+ extensions-app: Use adaptive dialogs.
+ Register custom D-Bus errors.
+ Improve appearance of symbolic icons in notifications.
+ Improve minimize animation.
+ Use a single source for all system notifications.
+ Add missing shift level to Georgian OSK layout.
+ Tweak switch appearance.
+ Improve handling of screencast failures.
+ Fixed crash.
+ Misc. bug fixes and cleanups.
-------------------------------------------------------------------
Fri Mar 8 00:46:00 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
- Update to version 46.alpha:
+ Fix scroll handling on sliders.
+ overview: Handle unredirection as part of the state transition.
+ Handle DESKTOP windows during workspace animations.
+ Improve wording in welcome dialog.
+ Improve recording indicator in light style.
+ Fix calendar popup shrinking on date changes.
+ app: Make all windows on target workspace recent when
activated.
+ Fix performance degradation due to repeated signal leak.
+ Optimize application search.
+ Fix on-screen keyboard backspace getting stuck.
+ Adapt to ClutterContainer removal.
+ Fix arrow navigation in search results.
+ Improve monitor OSD labels.
+ Use dedicated assets in ctrl-alt-tab popup.
+ Updated translations.
- Replace gtk-doc BuildRequires with pkgconfig(gi-docgen): follow
upstreams port to gi-docgen.
-------------------------------------------------------------------
Thu Mar 7 07:47:00 UTC 2024 - Xiaoguang Wang <xiaoguang.wang@suse.com>
@ -13,7 +99,7 @@ Tue Feb 20 10:03:05 UTC 2024 - Alynx Zhou <alynx.zhou@suse.com>
-------------------------------------------------------------------
Mon Jan 22 02:31:04 UTC 2024 - Xiaoguang Wang <xiaoguang.wang@suse.com>
- Adapt to version 45.3(bsc#1216072):
- Adapt to version 45.3 (bsc#1216072):
+ Rebase gnome-shell-domain.patch
+ Rebase gnome-shell-fate324570-Make-GDM-background-image-configurable.patch

View File

@ -1,4 +1,4 @@
name: gnome-shell
version: 45.3
mtime: 1704579588
commit: c76b18a04282e48f6196ad1f9f1ab6f08c492599
version: 46.0
mtime: 1710550612
commit: 0463511457612ca87f7426b3b01356d1d85bee9b

View File

@ -17,11 +17,11 @@
%global __requires_exclude typelib\\(Meta|MetaTest|Soup|St|Cogl|Clutter|TelepathyGlib\\)
%define mutter_api 13
%define mutter_req 45.beta
%define mutter_api 14
%define mutter_req 46.0
Name: gnome-shell
Version: 45.3
Version: 46.0
Release: 0
Summary: GNOME Shell
# shew extension is LGPL 2.1; gnome-shell-extension-tool is GPL-3.0-or-later
@ -72,7 +72,6 @@ BuildRequires: dbus-1
BuildRequires: docbook-xsl-stylesheets
BuildRequires: fdupes
BuildRequires: gcc-c++
BuildRequires: gtk-doc
BuildRequires: meson >= 0.58.0
BuildRequires: pkgconfig
BuildRequires: sassc
@ -82,6 +81,7 @@ BuildRequires: pkgconfig(bash-completion)
BuildRequires: pkgconfig(gcr-4) >= 3.90.0
BuildRequires: pkgconfig(gdk-pixbuf-2.0)
BuildRequires: pkgconfig(gdk-x11-3.0)
BuildRequires: pkgconfig(gi-docgen)
BuildRequires: pkgconfig(gio-2.0) >= 2.56.0
BuildRequires: pkgconfig(gio-unix-2.0) >= 2.56.0
BuildRequires: pkgconfig(gjs-1.0) >= 1.71.1
@ -91,7 +91,7 @@ BuildRequires: pkgconfig(gnome-desktop-4)
BuildRequires: pkgconfig(gnome-keybindings)
BuildRequires: pkgconfig(gobject-2.0)
BuildRequires: pkgconfig(gobject-introspection-1.0) >= 1.49.1
BuildRequires: pkgconfig(gsettings-desktop-schemas) >= 41.alpha
BuildRequires: pkgconfig(gsettings-desktop-schemas) >= 46.beta
BuildRequires: pkgconfig(gstreamer-1.0) >= 0.11.92
BuildRequires: pkgconfig(gstreamer-base-1.0)
BuildRequires: pkgconfig(gtk+-3.0) >= 3.15.0
@ -183,7 +183,7 @@ This package contains an optional extensions app for managing GNOME Shell extens
%lang_package
%prep
%setup -q
%autosetup -N
%patch -P 1 -p1
%patch -P 7 -p1
%patch -P 8 -p1
@ -261,6 +261,7 @@ rm -f %{buildroot}%{_datadir}/icons/hicolor/scalable/apps/org.gnome.Extensions.D
%{_datadir}/dbus-1/interfaces/org.gnome.ShellSearchProvider2.xml
%{_datadir}/dbus-1/services/org.gnome.Shell.HotplugSniffer.service
%{_datadir}/dbus-1/services/org.gnome.Shell.PortalHelper.service
%{_datadir}/glib-2.0/schemas/org.gnome.Extensions.gschema.xml
%{_datadir}/glib-2.0/schemas/org.gnome.shell.gschema.xml
%{_datadir}/gnome-control-center/keybindings/50-gnome-shell-launchers.xml
%{_datadir}/gnome-control-center/keybindings/50-gnome-shell-system.xml
@ -275,9 +276,6 @@ rm -f %{buildroot}%{_datadir}/icons/hicolor/scalable/apps/org.gnome.Extensions.D
%{_datadir}/gnome-shell/perf-background.xml
%{_datadir}/gnome-shell/gnome-shell-icons.gresource
%{_mandir}/man?/gnome-shell.?%{ext_man}
%dir %{_datadir}/xdg-desktop-portal
%dir %{_datadir}/xdg-desktop-portal/portals
%{_datadir}/xdg-desktop-portal/portals/gnome-shell.portal
%{_userunitdir}/org.gnome.Shell.target
%{_userunitdir}/org.gnome.Shell@wayland.service
%{_userunitdir}/org.gnome.Shell@x11.service
@ -312,8 +310,8 @@ rm -f %{buildroot}%{_datadir}/icons/hicolor/scalable/apps/org.gnome.Extensions.D
%{_datadir}/gnome-shell/org.gnome.Shell.Extensions.src.gresource
%files devel
%doc HACKING.md
%doc %{_datadir}/gtk-doc/html
%doc %{_datadir}/doc/shell/
%doc %{_datadir}/doc/st/
%{_datadir}/gnome-shell/*.gir
%dir %{_datadir}/gnome-shell/gir-1.0
%{_datadir}/gnome-shell/gir-1.0/Shew-0.gir