Hello community, here is the log from the commit of package gnome-session for openSUSE:Factory checked in at 2016-03-29 14:46:20 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/gnome-session (Old) and /work/SRC/openSUSE:Factory/.gnome-session.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gnome-session" Changes: -------- --- /work/SRC/openSUSE:Factory/gnome-session/gnome-session.changes 2016-01-05 09:40:54.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.gnome-session.new/gnome-session.changes 2016-03-29 14:46:21.000000000 +0200 @@ -1,0 +2,54 @@ +Wed Mar 23 08:20:15 UTC 2016 - [email protected] + +- Update to version 3.20.0: + + Updated translations. + +------------------------------------------------------------------- +Sat Mar 19 12:12:27 UTC 2016 - [email protected] + +- Stop pretending we still support a non systemd setup: Remove + define with_systemd and conditional ConsoleKit Requires. + +------------------------------------------------------------------- +Wed Mar 16 08:51:54 UTC 2016 - [email protected] + +- Update to version 3.19.92: + + More logout fixes. + + Switch back to Xorg by default. + + Crasher fix. + + Updated translations. + +------------------------------------------------------------------- +Fri Mar 4 22:24:39 UTC 2016 - [email protected] + +- Update to version 3.19.91: + + Logout fixes. + + Setup Qt to be themed right. + + Use individual dbus watches instead of one one global + NameOwnerChanged handler, to avoid spurious wake ups. + + Updated translations. + +------------------------------------------------------------------- +Thu Jan 21 15:38:31 UTC 2016 - [email protected] + +- Update to version 3.19.4: + + Give every app its own journal id. + + Rework startup files as part of the wayland effort. + + Fix command line help output. +- Drop gnome-session-gnome-shell-renamed.patch: fixed upstream. +- Drop gnome-session-autostart-app-give-every-app-journal-id.patch: + fixed upstream. + +------------------------------------------------------------------- +Mon Jan 4 16:16:53 UTC 2016 - [email protected] + +- Add gnome-session-gnome-shell-renamed.patch: gnome-shell.desktop + has been renamed to org.gnome.Shell.desktop. + +------------------------------------------------------------------- +Wed Dec 23 15:41:08 UTC 2015 - [email protected] + +- No longer require gnome-shell-wayland: the package no longer + exists as the wayland session is being promoted to be default. + +------------------------------------------------------------------- Old: ---- gnome-session-3.18.1.2.tar.xz gnome-session-autostart-app-give-every-app-journal-id.patch New: ---- gnome-session-3.20.0.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gnome-session.spec ++++++ --- /var/tmp/diff_new_pack.ANHN1T/_old 2016-03-29 14:46:22.000000000 +0200 +++ /var/tmp/diff_new_pack.ANHN1T/_new 2016-03-29 14:46:22.000000000 +0200 @@ -1,7 +1,7 @@ # # spec file for package gnome-session # -# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,22 +16,18 @@ # -%define with_systemd 1 - Name: gnome-session -Version: 3.18.1.2 +Version: 3.20.0 Release: 0 Summary: Session Tools for the GNOME Desktop License: GPL-2.0+ Group: System/GUI/GNOME Url: http://www.gnome.org -Source: http://download.gnome.org/sources/gnome-session/3.18/%{name}-%{version}.tar.xz +Source: http://download.gnome.org/sources/gnome-session/3.20/%{name}-%{version}.tar.xz Source1: gnome Source2: gnome.desktop # PATCH-FIX-UPSTREAM gnome-session-ice-auth-for-suid.patch [email protected] -- Carries ICE auth over to other UIDs in this session using an env var. Patch0: gnome-session-ice-auth-for-suid.patch -# PATCH-FIX-UPSTREAM gnome-session-autostart-app-give-every-app-journal-id.patch [email protected] -- Patch from upstream git. -Patch1: gnome-session-autostart-app-give-every-app-journal-id.patch BuildRequires: fdupes BuildRequires: gnome-common BuildRequires: hicolor-icon-theme @@ -47,10 +43,8 @@ BuildRequires: pkgconfig(gtk+-3.0) >= 2.90.7 BuildRequires: pkgconfig(ice) BuildRequires: pkgconfig(json-glib-1.0) >= 0.10 -%if 0%{?suse_version} >= 1220 BuildRequires: pkgconfig(libsystemd-daemon) BuildRequires: pkgconfig(libsystemd-login) -%endif BuildRequires: pkgconfig(sm) BuildRequires: pkgconfig(x11) BuildRequires: pkgconfig(xau) @@ -94,7 +88,6 @@ Group: System/GUI/GNOME Requires: %{name} = %{version} Requires: gnome-settings-daemon -Requires: gnome-shell-wayland %description wayland This package contains the definition of the default GNOME session on Wayland. @@ -102,9 +95,6 @@ %package core Summary: Session Manager for GNOME -- Minimal Version Group: System/GUI/GNOME -%if ! %{with_systemd} -Requires: ConsoleKit -%endif Requires: dbus-1-x11 Requires: gsettings-desktop-schemas >= 0.1.7 Requires: hicolor-icon-theme @@ -116,34 +106,31 @@ functional GNOME desktop. %lang_package + %prep %setup -q # Disabled, as it fails #translation-update-upstream %patch0 -p1 -%patch1 -p1 %build NOCONFIGURE=1 gnome-autogen.sh %configure \ --enable-systemd \ --disable-gconf -%__make %{?jobs:-j%jobs} V=1 +make %{?_smp_mflags} V=1 %install -%makeinstall +make DESTDIR=%{buildroot} install %{?_smp_mflags} # install startup script and xsession file install -d -m755 %{buildroot}%{_bindir} -install -m755 %SOURCE1 %{buildroot}%{_bindir}/gnome +install -m755 %{SOURCE1} %{buildroot}%{_bindir}/gnome install -d -m755 %{buildroot}%{_datadir}/xsessions -install -m644 %SOURCE2 %{buildroot}%{_datadir}/xsessions/gnome.desktop +install -m644 %{SOURCE2} %{buildroot}%{_datadir}/xsessions/gnome.desktop %suse_update_desktop_file %{buildroot}%{_datadir}/xsessions/gnome.desktop %find_lang %{name}-3.0 %{?no_lang_C} %fdupes %{buildroot} -%clean -rm -rf %{buildroot} - %post %desktop_database_post %icon_theme_cache_post @@ -164,6 +151,8 @@ %defattr (-, root, root) %{_bindir}/gnome %{_datadir}/xsessions/gnome.desktop +# XOrg session is again default, hence this is disabled for now. +#{_datadir}/xsessions/gnome-xorg.desktop %{_datadir}/icons/hicolor/*/apps/session-properties* %{_datadir}/gnome-session/session-properties.ui @@ -174,8 +163,9 @@ %files wayland %defattr (-, root, root) -%{_datadir}/gnome-session/sessions/gnome-wayland.session %dir %{_datadir}/wayland-sessions +# XOrg session is again default, hence this is disabled for now. +#{_datadir}/wayland-sessions/gnome.desktop %{_datadir}/wayland-sessions/gnome-wayland.desktop %files core @@ -188,9 +178,9 @@ %{_datadir}/glib-2.0/schemas/org.gnome.SessionManager.gschema.xml %dir %{_datadir}/gnome-session %dir %{_datadir}/gnome-session/sessions -%doc %{_mandir}/man1/gnome-session.1%{?ext_man} -%doc %{_mandir}/man1/gnome-session-inhibit.1%{?ext_man} -%doc %{_mandir}/man1/gnome-session-quit.1%{?ext_man} +%{_mandir}/man1/gnome-session.1%{?ext_man} +%{_mandir}/man1/gnome-session-inhibit.1%{?ext_man} +%{_mandir}/man1/gnome-session-quit.1%{?ext_man} %{_libexecdir}/gnome-session-binary # Helper for the session definitions, to know if hardware is accelerated %{_libexecdir}/gnome-session-check-accelerated @@ -199,5 +189,6 @@ %{_datadir}/gnome-session/hardware-compatibility %files lang -f %{name}-3.0.lang +%defattr(-,root,root) %changelog ++++++ gnome-session-3.18.1.2.tar.xz -> gnome-session-3.20.0.tar.xz ++++++ ++++ 14781 lines of diff (skipped)
