Accepting request 881135 from GNOME:Factory
GNOME 40 - here we come (forwarded request 880964 from dimstar) OBS-URL: https://build.opensuse.org/request/show/881135 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnome-session?expand=0&rev=193
This commit is contained in:
commit
75b1352b8f
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7bcc0eb2cdba4b3f6d1b459b3a30873b7bb65b383c1f6a5f63c3e3b5c7943d67
|
||||
size 481300
|
3
gnome-session-40.beta.tar.xz
Normal file
3
gnome-session-40.beta.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2930f1f396b48e06726b04bbba109f7bea73a3ded2c943324f301820bd332846
|
||||
size 481764
|
@ -1,3 +1,19 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 26 13:51:35 UTC 2021 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
- Update to version 40.beta:
|
||||
+ gnome-session: GNOME session will now only block sleep for
|
||||
suspend inhibitors and will block shutdown if a logout
|
||||
inhibitor is active. Previously a suspend inhibitor would
|
||||
prevent both sleep and logout. As such, applications may need
|
||||
to be updated and grab both a logout and suspend inhibitor.
|
||||
+ data: Fix indirect conflict with exit.target via app.slice
|
||||
+ data: Re-add OnFailure= to .target units
|
||||
+ util: Disable capturing of subpatterns
|
||||
+ util: Only accept common space characters
|
||||
+ Stop dbus-daemon instead of restarting it
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 14 12:19:28 UTC 2020 - dimstar@opensuse.org
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package gnome-session
|
||||
#
|
||||
# Copyright (c) 2020 SUSE LLC
|
||||
# Copyright (c) 2021 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -17,13 +17,13 @@
|
||||
|
||||
|
||||
Name: gnome-session
|
||||
Version: 3.38.0
|
||||
Version: 40.beta
|
||||
Release: 0
|
||||
Summary: Session Tools for the GNOME Desktop
|
||||
License: GPL-2.0-or-later
|
||||
Group: System/GUI/GNOME
|
||||
URL: https://www.gnome.org
|
||||
Source0: https://download.gnome.org/sources/gnome-session/3.38/%{name}-%{version}.tar.xz
|
||||
Source0: https://download.gnome.org/sources/gnome-session/40/%{name}-%{version}.tar.xz
|
||||
Source1: gnome
|
||||
Source2: gnome.desktop
|
||||
|
||||
@ -120,7 +120,7 @@ install -d -m755 %{buildroot}%{_bindir}
|
||||
install -m755 %{SOURCE1} %{buildroot}%{_bindir}/gnome
|
||||
install -d -m755 %{buildroot}%{_datadir}/xsessions
|
||||
install -m644 %{SOURCE2} %{buildroot}%{_datadir}/xsessions/gnome.desktop
|
||||
%find_lang %{name}-3.0 %{?no_lang_C}
|
||||
%find_lang %{name}-40 %{?no_lang_C}
|
||||
%fdupes %{buildroot}/%{_prefix}
|
||||
# remove wayland files on s390/s390x
|
||||
%ifarch s390 s390x
|
||||
@ -218,6 +218,6 @@ ln -s %{_sysconfdir}/alternatives/default-waylandsession.desktop %{buildroot}%{_
|
||||
%dir %{_userunitdir}/gnome-session@gnome.target.d
|
||||
%{_userunitdir}/gnome-session@gnome.target.d/gnome.session.conf
|
||||
|
||||
%files lang -f %{name}-3.0.lang
|
||||
%files lang -f %{name}-40.lang
|
||||
|
||||
%changelog
|
||||
|
Loading…
Reference in New Issue
Block a user