Accepting request 519391 from GNOME:Next
Scripted push of project GNOME:Next OBS-URL: https://build.opensuse.org/request/show/519391 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-session?expand=0&rev=269
This commit is contained in:
parent
c545c6bb8b
commit
71a75aaff2
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:3b4449238e396b95f9616dfd6f99d8345afaf30c7e3cb6a3549f253d9f966eee
|
|
||||||
size 780632
|
|
3
gnome-session-3.25.90.tar.xz
Normal file
3
gnome-session-3.25.90.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:33650ced2e3c9a153c3d1d67b82a91dc0a45e64470853881a5e4dc880cea36db
|
||||||
|
size 781992
|
@ -1,9 +1,39 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Aug 14 17:34:54 UTC 2017 - zaitor@opensuse.org
|
||||||
|
|
||||||
|
- Update to version 3.25.90:
|
||||||
|
+ Updated translations.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Jul 24 15:03:23 UTC 2017 - fcrozat@suse.com
|
Mon Jul 24 15:03:23 UTC 2017 - fcrozat@suse.com
|
||||||
|
|
||||||
- Do not build wayland subpackage on s390/s390x, xwayland doesn't
|
- Do not build wayland subpackage on s390/s390x, xwayland doesn't
|
||||||
exist there [bsc#1047173].
|
exist there [bsc#1047173].
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jul 19 18:59:58 UTC 2017 - zaitor@opensuse.org
|
||||||
|
|
||||||
|
- Update to version 3.25.4:
|
||||||
|
+ Restart dbus-daemon instead of killing dbus clients at log out.
|
||||||
|
+ Session file updates for latest g-s-d.
|
||||||
|
+ Misc memory fixes.
|
||||||
|
+ Updated translations.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jul 10 12:26:14 UTC 2017 - zaitor@opensuse.org
|
||||||
|
|
||||||
|
- Update to version 3.25.3:
|
||||||
|
+ Improved error messages with systemd integration.
|
||||||
|
+ Fix crash in fail whale if X dies.
|
||||||
|
+ Fix warning/crash when iterating over extensions.
|
||||||
|
+ Kill dbus clients at logout.
|
||||||
|
+ Leverage unicode for clarity and aesthetics.
|
||||||
|
+ BSD support improvements.
|
||||||
|
+ Drop old SSH_AUTH_SOCK on wayland workaround.
|
||||||
|
+ Updated translations.
|
||||||
|
- Drop post(un) handling for gnome-session and gnome-session-core,
|
||||||
|
no longer needed as file-triggers now takes care of this.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Apr 15 21:19:47 UTC 2017 - zaitor@opensuse.org
|
Sat Apr 15 21:19:47 UTC 2017 - zaitor@opensuse.org
|
||||||
|
|
||||||
|
@ -17,13 +17,13 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: gnome-session
|
Name: gnome-session
|
||||||
Version: 3.24.1
|
Version: 3.25.90
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Session Tools for the GNOME Desktop
|
Summary: Session Tools for the GNOME Desktop
|
||||||
License: GPL-2.0+
|
License: GPL-2.0+
|
||||||
Group: System/GUI/GNOME
|
Group: System/GUI/GNOME
|
||||||
Url: http://www.gnome.org
|
Url: http://www.gnome.org
|
||||||
Source: http://download.gnome.org/sources/gnome-session/3.24/%{name}-%{version}.tar.xz
|
Source: https://download.gnome.org/sources/gnome-session/3.25/%{name}-%{version}.tar.xz
|
||||||
Source1: gnome
|
Source1: gnome
|
||||||
Source2: gnome.desktop
|
Source2: gnome.desktop
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
@ -61,7 +61,7 @@ Recommends: %{name}-lang
|
|||||||
# qemu's default video mode is 'cirrus', which stays black with GNOME Wayland
|
# qemu's default video mode is 'cirrus', which stays black with GNOME Wayland
|
||||||
# YaST cannot be started without additional tricks
|
# YaST cannot be started without additional tricks
|
||||||
# All together this blocks us from passing openQA
|
# All together this blocks us from passing openQA
|
||||||
# Recommends: %{name}-wayland
|
# Recommends: %%{name}-wayland
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -135,22 +135,6 @@ install -m644 %{SOURCE2} %{buildroot}%{_datadir}/xsessions/gnome.desktop
|
|||||||
rm -fr %{buildroot}%{_datadir}/wayland-sessions
|
rm -fr %{buildroot}%{_datadir}/wayland-sessions
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%post
|
|
||||||
%desktop_database_post
|
|
||||||
%icon_theme_cache_post
|
|
||||||
|
|
||||||
%postun
|
|
||||||
%desktop_database_postun
|
|
||||||
%icon_theme_cache_postun
|
|
||||||
|
|
||||||
%post core
|
|
||||||
%glib2_gsettings_schema_post
|
|
||||||
%icon_theme_cache_post
|
|
||||||
|
|
||||||
%postun core
|
|
||||||
%glib2_gsettings_schema_postun
|
|
||||||
%icon_theme_cache_postun
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr (-, root, root)
|
%defattr (-, root, root)
|
||||||
%{_bindir}/gnome
|
%{_bindir}/gnome
|
||||||
|
Loading…
Reference in New Issue
Block a user