Hello community,

here is the log from the commit of package mate-session-manager for 
openSUSE:Factory checked in at 2014-03-22 14:45:17
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/mate-session-manager (Old)
 and      /work/SRC/openSUSE:Factory/.mate-session-manager.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "mate-session-manager"

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/mate-session-manager/mate-session-manager.changes    
    2013-12-18 19:38:14.000000000 +0100
+++ 
/work/SRC/openSUSE:Factory/.mate-session-manager.new/mate-session-manager.changes
   2014-03-22 18:02:16.000000000 +0100
@@ -1,0 +2,52 @@
+Sat Mar 15 16:19:47 UTC 2014 - [email protected]
+
+- Update to version 1.8.1
+  + Add autostart of accessibility apps
+  + Fix build with upower disabled
+
+-------------------------------------------------------------------
+Wed Mar  5 10:54:19 UTC 2014 - [email protected]
+
+- Update to version 1.8.0
+  + no changes since version 1.7.90
+- Do not require hicolor-icon-theme; it's wrong and unoptimized
+- Remove fix-systemd-login1-support-for-hibernate-or-suspend.patch;
+  fixed by upstream
+
+-------------------------------------------------------------------
+Wed Feb 19 16:05:35 UTC 2014 - [email protected]
+
+- Update to version 1.7.90 (unstable)
+  + show a progress bar in logout dialog
+  + add GTK3 support
+  + add gnome keyring support
+  + add support for X-MATE-Autostart-Delay in desktop files
+
+-------------------------------------------------------------------
+Mon Feb 10 15:21:09 UTC 2014 - [email protected]
+
+- Update to version 1.7.2 (unstable)
+  + fix transifex configuration file 
+- Changes from version 1.7.1
+  + fix makefile with automake-1.13
+  + GTK3: Fix compile warning by using gdk_error_trap_pop_ignored()
+  + GTK3: fix compile warning 'gtk_target_table_new_from_list' differ
+    in signedness [-Wpointer-sign]
+  + make upower optional
+  + session: support_autostart_delay
+- Changes from version 1.7.0
+  + Initial GTK3 support
+  + fix return value in void functions 
+  + fix g_type_init deprecation 
+  + systemd support: session_id is char*, not int 
+  + fix systemd-login1 support for hibernate/suspend 
+  + replace ghelp: with help: for user-guide 
+- Add systemd and remove upower build requirements
+- Build with systemd and without upower support because of new
+  upower API
+- Build with pangox support
+- Use marco as default window manager in ./configure
+- Add --enable-ipv6 to configure options to get session-manager
+  ipv6 capable
+
+-------------------------------------------------------------------

Old:
----
  fix-systemd-login1-support-for-hibernate-or-suspend.patch
  mate-session-manager-1.6.0.tar.xz

New:
----
  mate-session-manager-1.8.1.tar.xz

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

Other differences:
------------------
++++++ mate-session-manager.spec ++++++
--- /var/tmp/diff_new_pack.MKd3Sw/_old  2014-03-22 18:02:18.000000000 +0100
+++ /var/tmp/diff_new_pack.MKd3Sw/_new  2014-03-22 18:02:18.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for mate-session-manager
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products 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,21 +16,17 @@
 
 
 Name:           mate-session-manager
-Version:        1.6.0
+Version:        1.8.1
 Release:        0
 License:        GPL-2.0+
 Summary:        MATE Session Manager
 Url:            http://mate-desktop.org/
 Group:          System/GUI/Other
-Source0:        
http://pub.mate-desktop.org/releases/1.6/%{name}-%{version}.tar.xz
+Source0:        
http://pub.mate-desktop.org/releases/1.8/%{name}-%{version}.tar.xz
 # Not upstream file. Only proposes upstream packages:
 Source1:        mate-session-manager-upstream-mate_defaults.conf
 # Some documentation for people writing branding packages, shipped in the 
branding-upstream package
 Source2:        README.Gsettings-overrides
-# PATCH-FIX-UPSTREAM fix-systemd-login1-support-for-hibernate-or-suspend.patch 
--mate can't be hibernate or suspend with
-# systemd-login1 due to unsupport
-Patch:          fix-systemd-login1-support-for-hibernate-or-suspend.patch
-Requires:       hicolor-icon-theme
 %glib2_gsettings_schema_requires
 
 
@@ -41,12 +37,12 @@
 BuildRequires:  pkgconfig(glib-2.0)
 BuildRequires:  pkgconfig(gtk+-2.0)
 BuildRequires:  pkgconfig(ice)
+BuildRequires:  pkgconfig(pangox)
 BuildRequires:  pkgconfig(sm)
-BuildRequires:  pkgconfig(upower-glib)
+BuildRequires:  pkgconfig(systemd)
 BuildRequires:  pkgconfig(xau)
 BuildRequires:  pkgconfig(xext)
 BuildRequires:  update-desktop-files
-BuildRequires:  xz
 Requires:       %{name}-branding = %{version}
 Recommends:     %{name}-lang
 
@@ -79,13 +75,14 @@
 
 %prep
 %setup -q
-%patch -p1
 cp -a %{SOURCE2} .
 cp -a %{SOURCE1} mate_defaults.conf
 
 %build
-NOCONFIGURE=1 ./autogen.sh
-%configure --disable-static --enable-splash
+%configure --disable-upower                                             \
+   --disable-static                                                     \
+   --enable-ipv6                                                        \
+   --with-default-wm=marco
 make %{?_smp_mflags}
 
 %install
@@ -94,6 +91,9 @@
 %suse_update_desktop_file 
%{buildroot}%{_datadir}/applications/mate-session-properties.desktop
 %suse_update_desktop_file %{buildroot}%{_datadir}/xsessions/mate.desktop
 install -D -m0644 mate_defaults.conf 
%{buildroot}%{_sysconfdir}/mate_defaults.conf
+if [ -d %{buildroot}%{_datadir}/MateConf ]; then
+   rm -r %{buildroot}%{_datadir}/MateConf
+fi
 
 %post
 %glib2_gsettings_schema_post
@@ -106,13 +106,13 @@
 %files
 %defattr(-,root,root)
 %doc ChangeLog README COPYING
+%dir %{_datadir}/%{name}
 %{_bindir}/mate-*
 %{_datadir}/applications/mate-session-properties.desktop
-%{_datadir}/icons/hicolor/*/apps/mate-session-properties.*
-%{_datadir}/xsessions/mate.desktop
-%{_datadir}/mate-session/
+%{_datadir}/icons/hicolor
+%{_datadir}/%{name}/*.ui
 %{_datadir}/glib-2.0/schemas/*.xml
-%exclude %{_datadir}/MateConf/
+%{_datadir}/xsessions/mate.desktop
 %{_mandir}/man1/mate-*.1.gz
 
 %files branding-upstream

++++++ mate-session-manager-1.6.0.tar.xz -> mate-session-manager-1.8.1.tar.xz 
++++++
++++ 145589 lines of diff (skipped)

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

Reply via email to