Hello community,

here is the log from the commit of package gnome-session for openSUSE:Factory 
checked in at 2014-05-05 21:15:36
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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      
2014-03-09 18:22:41.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.gnome-session.new/gnome-session.changes 
2014-05-05 21:16:47.000000000 +0200
@@ -1,0 +2,76 @@
+Tue Apr 15 14:30:20 UTC 2014 - [email protected]
+
+- Update to version 3.12.1:
+  + Add DesktopNames to session files.
+  + doap file updates.
+  + ConsoleKit fixes.
+  + Updated translations.
+
+-------------------------------------------------------------------
+Sat Apr  5 12:26:53 UTC 2014 - [email protected]
+
+- Fix dependency of gnome-session-wayland: require
+  gnome-shell-wayland instead of regular gnome-shell.
+
+-------------------------------------------------------------------
+Wed Mar 26 19:07:30 UTC 2014 - [email protected]
+
+- Update to version 3.12.0:
+  + Fix for wayland support.
+
+-------------------------------------------------------------------
+Thu Mar 20 08:10:50 UTC 2014 - [email protected]
+
+- Update to version 3.11.92:
+  + Update FSF address in copyright headers.
+  + Small wayland update.
+  + Improve xtrans autogoo.
+  + Updated translations.
+
+-------------------------------------------------------------------
+Thu Mar  6 03:11:05 UTC 2014 - [email protected]
+
+- Add pkgconfig(xtrans) BuildRequires: we lost this when the
+  Xorg-stack was reorganized, and as configure did not mark it
+  mandatory, it 'slipped', resulting in bnc#862331 (gnome-session
+  listens on remote TCP sockets).
+
+-------------------------------------------------------------------
+Thu Mar  6 03:11:04 UTC 2014 - [email protected]
+
+- Update to version 3.11.4:
+  + Fix crash on startup for non-systemd systems.
+  + Updated translations.
+
+-------------------------------------------------------------------
+Thu Mar  6 03:11:03 UTC 2014 - [email protected]
+
+- Update to version 3.11.3:
+  + Warning fixes.
+  + Use modern methods for finding gsettings schemas.
+  + fail whale size request fixes.
+  + Updated translations.
+
+-------------------------------------------------------------------
+Thu Mar  6 03:11:02 UTC 2014 - [email protected]
+
+- Update to version 3.11.2:
+  + Blacklist nv25
+  + Use new GSubprocess api
+  + Updated translations.
+
+-------------------------------------------------------------------
+Thu Mar  6 03:11:01 UTC 2014 - [email protected]
+
+- Update to version 3.11.1:
+  + Fix a possible crash in the presence interface.
+  + gsm-manager: Don't abort when all clients exit (bgo#710480).
+  + gsm-util: Use g_unsetenv() rather than g_setenv(variable, NULL)
+    (bgo#710485).
+  + Only support UPower 0.9.
+  + Drop EggSMClient.
+  + Remove gnome-session-properties (bgo#708923).
+  + Updated translations.
+- Drop gnome-session-upower.patch: fixed upstream.
+
+-------------------------------------------------------------------

Old:
----
  gnome-session-3.10.1.tar.xz
  gnome-session-upower.patch

New:
----
  gnome-session-3.12.1.tar.xz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ gnome-session.spec ++++++
--- /var/tmp/diff_new_pack.wbgQ8j/_old  2014-05-05 21:16:48.000000000 +0200
+++ /var/tmp/diff_new_pack.wbgQ8j/_new  2014-05-05 21:16:48.000000000 +0200
@@ -19,19 +19,17 @@
 %define with_systemd 1
 
 Name:           gnome-session
-Version:        3.10.1
+Version:        3.12.1
 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.10/%{name}-%{version}.tar.xz
+Source:         
http://download.gnome.org/sources/gnome-session/3.12/%{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-FEATURE-UPSTREAM gnome-session-upower.patch [email protected] -- Only 
support UPower 0.9.
-Patch1:         gnome-session-upower.patch
 BuildRequires:  fdupes
 BuildRequires:  gnome-common
 BuildRequires:  hicolor-icon-theme
@@ -59,6 +57,7 @@
 BuildRequires:  pkgconfig(xcomposite)
 BuildRequires:  pkgconfig(xext)
 BuildRequires:  pkgconfig(xrender)
+BuildRequires:  pkgconfig(xtrans)
 BuildRequires:  pkgconfig(xtst)
 Requires:       %{name}-core = %{version}
 Requires:       %{name}-default-session = %{version}
@@ -95,7 +94,7 @@
 Group:          System/GUI/GNOME
 Requires:       %{name} = %{version}
 Requires:       gnome-settings-daemon
-Requires:       gnome-shell
+Requires:       gnome-shell-wayland
 
 %description wayland
 This package contains the definition of the default GNOME session on Wayland.
@@ -122,7 +121,6 @@
 # Disabled, as it fails
 #translation-update-upstream
 %patch0 -p1
-%patch1 -p1
 
 %build
 NOCONFIGURE=1 gnome-autogen.sh
@@ -136,7 +134,6 @@
 install -m755 %SOURCE1 %{buildroot}%{_bindir}/gnome
 install -d -m755 %{buildroot}%{_datadir}/xsessions
 install -m644 %SOURCE2 %{buildroot}%{_datadir}/xsessions/gnome.desktop
-%suse_update_desktop_file gnome-session-properties 
X-SuSE-ControlCenter-Personal
 %suse_update_desktop_file %{buildroot}%{_datadir}/xsessions/gnome.desktop
 %find_lang %{name}-3.0 %{?no_lang_C}
 %fdupes %{buildroot}
@@ -164,12 +161,8 @@
 %defattr (-, root, root)
 %{_bindir}/gnome
 %{_datadir}/xsessions/gnome.desktop
-# gnome-session-properties
-%{_bindir}/gnome-session-properties
-%{_datadir}/applications/gnome-session-properties.desktop
 %{_datadir}/icons/hicolor/*/apps/session-properties.*
 %{_datadir}/gnome-session/session-properties.ui
-%doc %{_mandir}/man1/gnome-session-properties.1%{?ext_man}
 
 %files default-session
 %defattr (-, root, root)

++++++ gnome-session-3.10.1.tar.xz -> gnome-session-3.12.1.tar.xz ++++++
++++ 26531 lines of diff (skipped)

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to