Hello community,

here is the log from the commit of package gnome-session for openSUSE:Factory 
checked in at 2017-09-13 21:55:53
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gnome-session (Old)
 and      /work/SRC/openSUSE:Factory/.gnome-session.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gnome-session"

Wed Sep 13 21:55:53 2017 rev:171 rq:523811 version:3.26.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/gnome-session/gnome-session.changes      
2017-07-28 09:45:01.178432166 +0200
+++ /work/SRC/openSUSE:Factory/.gnome-session.new/gnome-session.changes 
2017-09-13 21:55:58.793706364 +0200
@@ -1,0 +2,26 @@
+Tue Sep 12 18:26:17 UTC 2017 - luc1...@linuxmail.org
+
+- Update to version 3.26.0:
+  + Updated translations.
+
+-------------------------------------------------------------------
+Sat Sep  9 08:21:20 UTC 2017 - jeng...@inai.de
+
+- Update package summaries.
+  Drop an idempotent %if..%endif block around %package declaration.
+- Avoid running fdupes across hardlink boundaries.
+
+-------------------------------------------------------------------
+Fri Sep  8 20:19:24 UTC 2017 - dims...@opensuse.org
+
+- Update to version 3.25.92:
+  + gnome-session-inhibit fix.
+  + Updated translations.
+
+-------------------------------------------------------------------
+Mon Aug 14 17:34:54 UTC 2017 - zai...@opensuse.org
+
+- Update to version 3.25.90:
+  + Updated translations.
+
+-------------------------------------------------------------------
@@ -5,0 +32,24 @@
+
+-------------------------------------------------------------------
+Wed Jul 19 18:59:58 UTC 2017 - zai...@opensuse.org
+
+- Update to version 3.25.4:
+  + Restart dbus-daemon instead of killing dbus clients at log out.
+  + Session file updates for latest g-s-d.
+  + Misc memory fixes.
+  + Updated translations.
+
+-------------------------------------------------------------------
+Mon Jul 10 12:26:14 UTC 2017 - zai...@opensuse.org
+
+- Update to version 3.25.3:
+  + Improved error messages with systemd integration.
+  + Fix crash in fail whale if X dies.
+  + Fix warning/crash when iterating over extensions.
+  + Kill dbus clients at logout.
+  + Leverage unicode for clarity and aesthetics.
+  + BSD support improvements.
+  + Drop old SSH_AUTH_SOCK on wayland workaround.
+  + Updated translations.
+- Drop post(un) handling for gnome-session and gnome-session-core,
+  no longer needed as file-triggers now takes care of this.

Old:
----
  gnome-session-3.24.1.tar.xz

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

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

Other differences:
------------------
++++++ gnome-session.spec ++++++
--- /var/tmp/diff_new_pack.0DIbNl/_old  2017-09-13 21:55:59.761570187 +0200
+++ /var/tmp/diff_new_pack.0DIbNl/_new  2017-09-13 21:55:59.761570187 +0200
@@ -17,17 +17,18 @@
 
 
 Name:           gnome-session
-Version:        3.24.1
+Version:        3.26.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.24/%{name}-%{version}.tar.xz
+Source:         
http://download.gnome.org/sources/gnome-session/3.26/%{name}-%{version}.tar.xz
 Source1:        gnome
 Source2:        gnome.desktop
 BuildRequires:  fdupes
 BuildRequires:  intltool
+BuildRequires:  pkgconfig
 BuildRequires:  tcpd-devel
 %if !0%{?is_opensuse}
 BuildRequires:  translation-update-upstream
@@ -61,15 +62,14 @@
 # qemu's default video mode is 'cirrus', which stays black with GNOME Wayland
 # YaST cannot be started without additional tricks
 # All together this blocks us from passing openQA
-# Recommends:     %{name}-wayland
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
+# Recommends:     %%{name}-wayland
 
 %description
 This package provides the basic session tools, like session management
 functionality, for the GNOME Desktop.
 
 %package default-session
-Summary:        Session Manager for GNOME -- Default GNOME Session
+Summary:        Default session support for the GNOME Session Manager
 Group:          System/GUI/GNOME
 Requires:       %{name} = %{version}
 Requires:       gnome-settings-daemon
@@ -78,9 +78,8 @@
 %description default-session
 This package contains the definition of the default GNOME session.
 
-%ifnarch s390 s390x
 %package wayland
-Summary:        Session Manager for GNOME -- Wayland session
+Summary:        Wayland support for the GNOME Session Manager
 Group:          System/GUI/GNOME
 Requires:       %{name} = %{version}
 Requires:       gnome-settings-daemon
@@ -88,10 +87,9 @@
 
 %description wayland
 This package contains the definition of the default GNOME session on Wayland.
-%endif
 
 %package core
-Summary:        Session Manager for GNOME -- Minimal Version
+Summary:        Minimal version of the GNOME Session Manager
 Group:          System/GUI/GNOME
 Requires:       dbus-1-x11
 Requires:       gsettings-desktop-schemas >= 0.1.7
@@ -129,28 +127,12 @@
 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}
+%fdupes %{buildroot}/%{_prefix}
 # remove wayland files on s390/s390x
 %ifarch s390 s390x
 rm -fr %{buildroot}%{_datadir}/wayland-sessions
 %endif
 
-%post
-%desktop_database_post
-%icon_theme_cache_post
-
-%postun
-%desktop_database_postun
-%icon_theme_cache_postun
-
-%post core
-%glib2_gsettings_schema_post
-%icon_theme_cache_post
-
-%postun core
-%glib2_gsettings_schema_postun
-%icon_theme_cache_postun
-
 %files
 %defattr (-, root, root)
 %{_bindir}/gnome

++++++ gnome-session-3.24.1.tar.xz -> gnome-session-3.26.0.tar.xz ++++++
++++ 14494 lines of diff (skipped)


Reply via email to