Dominique Leuenberger 2018-10-17 06:13:35 +00:00 committed by Git OBS Bridge
commit bfbff93564
4 changed files with 44 additions and 17 deletions

View File

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

View File

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

View File

@ -1,3 +1,37 @@
-------------------------------------------------------------------
Wed Sep 26 11:01:28 UTC 2018 - bjorn.lie@gmail.com
- Update to version 3.30.1:
+ Fix region computation when debugging is enabled.
+ Updated translations.
-------------------------------------------------------------------
Fri Sep 7 00:27:43 UTC 2018 - luc14n0@linuxmail.org
- Update to version 3.30.0:
+ Updated translations.
- Reenable translation-update-upstream BuildRequires and its macro:
the previous issue has been fixed.
- Drop hack/workaround for gnome.desktop not being installed to
wayland-sessions (bgo#792207).
-------------------------------------------------------------------
Wed Aug 29 00:11:53 UTC 2018 - bjorn.lie@gmail.com
- Update to version 3.29.92:
+ Add new RebootToFirmwareSetup API.
+ Crash fix when running with nested wayland compositors.
+ Use full path to binaries in desktop files.
- Disable translation-update-upstream BuildRequires and
corresponding macro, currently breaks the build.
-------------------------------------------------------------------
Fri Aug 3 22:44:28 UTC 2018 - bjorn.lie@gmail.com
- Update to version 3.29.90:
+ Drop deprecated environment variable again.
+ Harden permissions on config dir.
-------------------------------------------------------------------
Mon Jul 23 09:52:09 UTC 2018 - dimstar@opensuse.org
@ -447,7 +481,7 @@ Wed May 25 21:46:08 UTC 2016 - zaitor@opensuse.org
- Change gnome-session-ice-auth-for-suid.patch patch tag to
PATCH-FIX-SLE, and only apply for non-opensuse. Same for
gnome-common BuildRequires and NOCONFIGURE call.
- Add xsltproc BuildRequries: Needed for man pages, pulled in by
- Add xsltproc BuildRequires: Needed for man pages, pulled in by
gnome-common before.
- Drop no longer needed Provides and Obsoletes: gnome-core,
gnome-session-branding, gnome-session-gtk1-support,

View File

@ -12,22 +12,24 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
Name: gnome-session
Version: 3.28.1
Version: 3.30.1
Release: 0
Summary: Session Tools for the GNOME Desktop
License: GPL-2.0-or-later
Group: System/GUI/GNOME
URL: http://www.gnome.org
Source: http://download.gnome.org/sources/gnome-session/3.28/%{name}-%{version}.tar.xz
URL: https://www.gnome.org
Source0: https://download.gnome.org/sources/gnome-session/3.30/%{name}-%{version}.tar.xz
Source1: gnome
Source2: gnome.desktop
# PATCH-FIX-UPSTREAM gnome-session-better-handle-empty-xdg_session_type.patch bsc#1084756 bgo#794256 yfjiang@suse.com -- solution provided by msrb@suse.com using a more reasonable way to handle gpu acceleration check
Patch0: gnome-session-better-handle-empty-xdg_session_type.patch
BuildRequires: docbook-xsl-stylesheets
BuildRequires: fdupes
BuildRequires: meson
@ -116,15 +118,6 @@ translation-update-upstream po gnome-session-3.0
%install
%meson_install
# Copy /usr/share/xsessions to /usr/share/wayland-sessions, workaround a meson issue
# https://bugzilla.gnome.org/show_bug.cgi?id=792207
if ! -d %{buildroot}%{_datadir}/wayland-sessions; then
mkdir -p %{buildroot}%{_datadir}/wayland-sessions
cp %{buildroot}%{_datadir}/xsessions/gnome.desktop %{buildroot}%{_datadir}/wayland-sessions/
else
echo "meson_install copied the wayland session already, remove this hack"
exit 42
fi
# install startup script and xsession file
install -d -m755 %{buildroot}%{_bindir}
install -m755 %{SOURCE1} %{buildroot}%{_bindir}/gnome