Accepting request 735653 from GNOME:Next

New stable release

OBS-URL: https://build.opensuse.org/request/show/735653
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-session?expand=0&rev=308
This commit is contained in:
Dominique Leuenberger 2019-10-07 14:50:12 +00:00 committed by Git OBS Bridge
parent ac72c0d712
commit a793919fd9
7 changed files with 19 additions and 22 deletions

View File

@ -2,7 +2,7 @@
<service name="obs_scm" mode="disabled">
<param name="scm">git</param>
<param name="url">https://gitlab.gnome.org/GNOME/gnome-session.git</param>
<param name="revision">refs/tags/3.34.0</param>
<param name="revision">refs/tags/3.34.1</param>
<param name="versionformat">@PARENT_TAG@</param>
</service>
<service name="tar" mode="buildtime"/>

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:11c9e24162dfea50198aaac6b1387875b6122ea9d75275a1960a1c702e484bca
size 3583500

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:68f85a1378642afd8799b1fa58dbf74e402f660f30fa59d16b2798124b77f997
size 3590156

View File

@ -1,11 +0,0 @@
diff -Nur gnome-session/data/gnome-session-manager@.service.in orig-gnome-session/data/gnome-session-manager@.service.in
--- gnome-session/data/gnome-session-manager@.service.in 2019-09-17 20:40:19.032543568 +0200
+++ orig-gnome-session/data/gnome-session-manager@.service.in 2019-09-17 21:22:06.597890551 +0200
@@ -15,5 +15,5 @@
[Service]
Type=notify
-ExecStart=@libexecdir@/gnome-session-binary --debug --systemd-service --session=%i
+ExecStart=@libexecdir@/gnome-session-binary --systemd-service --session=%i
ExecStopPost=-@libexecdir@/gnome-session-ctl --shutdown

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
Mon Oct 7 09:57:51 UTC 2019 - Bjørn Lie <bjorn.lie@gmail.com>
- Update to version 3.34.1:
+ Drop accidentally included `--debug` when launching
`gnome-session-binary`.
+ Introduce a list of variables to potentially unset in launched
sessions.
+ Updated translations.
- Drop gnome-session-no-debug.patch: Fixed upstream.
-------------------------------------------------------------------
Tue Sep 17 22:16:07 UTC 2019 - Bjørn Lie <bjorn.lie@gmail.com>

View File

@ -1,5 +1,5 @@
name: gnome-session
version: 3.34.0
mtime: 1568206228
commit: 02b301128b766b49a55de4eabe1d29c7ac4e359c
version: 3.34.1
mtime: 1570436901
commit: 984dce35f9b59c016cbf21542c642da9e2e7d77b

View File

@ -17,7 +17,7 @@
Name: gnome-session
Version: 3.34.0
Version: 3.34.1
Release: 0
Summary: Session Tools for the GNOME Desktop
License: GPL-2.0-or-later
@ -31,8 +31,6 @@ Source2: gnome.desktop
Patch0: gnome-session-better-handle-empty-xdg_session_type.patch
# PATCH-FIX-OPENSUSE gnome-session-s390-not-require-g-s-d_wacom.patch bsc#1129412 yfjiang@suse.com -- Remove the runtime requirement of g-s-d Wacom plugin
Patch2: gnome-session-s390-not-require-g-s-d_wacom.patch
# PATCH-FIX-UPSTREAM gnome-session-no-debug.patch -- Disable debug log spam
Patch3: gnome-session-no-debug.patch
BuildRequires: docbook-xsl-stylesheets
BuildRequires: fdupes
@ -111,7 +109,6 @@ functional GNOME desktop.
%ifarch s390 s390x
%patch2 -p1
%endif
%patch3 -p1
translation-update-upstream po gnome-session-3.0
%build