Hello community,
here is the log from the commit of package mate-session-manager for
openSUSE:Factory checked in at 2015-07-02 22:48:44
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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
2014-07-17 06:58:25.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.mate-session-manager.new/mate-session-manager.changes
2015-07-03 00:10:02.000000000 +0200
@@ -1,0 +2,48 @@
+Fri Jun 12 09:04:38 UTC 2015 - [email protected]
+
+- Update to 1.10.1:
+ * Fix size of GtkScrolledWindow in session properties.
+ * Check for running display manager when user switching.
+- Spec cleanup.
+
+-------------------------------------------------------------------
+Wed Apr 15 12:43:10 UTC 2015 - [email protected]
+
+- Update to version 1.10.0
+ * No changes since version 1.9.90
+
+-------------------------------------------------------------------
+Mon Mar 23 16:24:20 UTC 2015 - [email protected]
+
+- Update to version 1.9.90 (unstable)
+ * Bugfixes release
+- Remove mate-session-manager-check-for-X11-libraries.patch; merged
+ on upstream release
+
+-------------------------------------------------------------------
+Sun Nov 23 22:36:16 UTC 2014 - [email protected]
+
+- Add pkgconfig(mate-desktop-2.0) build dependency; new build
+ requirement
+
+-------------------------------------------------------------------
+Sun Nov 23 16:23:14 UTC 2014 - [email protected]
+
+- Update to version 1.9.3 (unstable)
+ + Update translations
+
+-------------------------------------------------------------------
+Tue Nov 11 17:25:24 UTC 2014 - [email protected]
+
+- Update to version 1.9.2 (unstable)
+ + Disable upower support by default (use --enable-upower if you
+ need it)
+- Remove "--disable-upower" coonfigure option; now the default
+
+-------------------------------------------------------------------
+Sun Oct 26 20:37:31 UTC 2014 - [email protected]
+
+- Update to version 1.9.1 (unstable)
+ + No changelog available
+
+-------------------------------------------------------------------
Old:
----
mate-session-manager-1.8.1.tar.xz
mate-session-manager-check-for-X11-libraries.patch
New:
----
mate-session-manager-1.10.1.tar.xz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ mate-session-manager.spec ++++++
--- /var/tmp/diff_new_pack.5xGbfM/_old 2015-07-03 00:10:03.000000000 +0200
+++ /var/tmp/diff_new_pack.5xGbfM/_new 2015-07-03 00:10:03.000000000 +0200
@@ -1,7 +1,7 @@
#
-# spec file for mate-session-manager
+# spec file for package mate-session-manager
#
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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
@@ -13,40 +13,38 @@
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
+#
+%define _version 1.10
Name: mate-session-manager
-Version: 1.8.1
+Version: 1.10.1
Release: 0
-License: GPL-2.0+
Summary: MATE Session Manager
-Url: http://mate-desktop.org/
+License: GPL-2.0+
Group: System/GUI/Other
-Source0:
http://pub.mate-desktop.org/releases/1.8/%{name}-%{version}.tar.xz
+Url: http://mate-desktop.org/
+Source:
http://pub.mate-desktop.org/releases/%{_version}/%{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 mate-session-manager-check-for-X11-libraries.patch
--remove pangox of configure script as
-# mate-session-manager doesn't build against it
-Patch0: mate-session-manager-check-for-X11-libraries.patch
-%glib2_gsettings_schema_requires
-
-
BuildRequires: hicolor-icon-theme
-BuildRequires: mate-common
+BuildRequires: mate-common >= 1.9.0
+BuildRequires: systemd-devel
+BuildRequires: update-desktop-files
BuildRequires: pkgconfig(dbus-glib-1)
BuildRequires: pkgconfig(gio-2.0)
BuildRequires: pkgconfig(glib-2.0)
BuildRequires: pkgconfig(gtk+-2.0)
BuildRequires: pkgconfig(ice)
+BuildRequires: pkgconfig(mate-desktop-2.0) >= 1.9.0
BuildRequires: pkgconfig(sm)
BuildRequires: pkgconfig(xau)
BuildRequires: pkgconfig(xext)
-BuildRequires: systemd-devel
-BuildRequires: update-desktop-files
Requires: %{name}-branding = %{version}
-Recommends: %{name}-lang
+Recommends: %{name}-lang = %{version}
+%glib2_gsettings_schema_requires
%description
This package contains a session that can be started from a display
@@ -57,9 +55,9 @@
Summary: Upstream definitions of default settings and applications
Group: System/Libraries
Requires: %{name} = %{version}
-Provides: %{name}-branding = %{version}
-Conflicts: otherproviders(%{name}-branding)
Supplements: packageand(%{name}:branding-upstream)
+Conflicts: otherproviders(%{name}-branding)
+Provides: %{name}-branding = %{version}
BuildArch: noarch
#BRAND: The /etc/mate_defaults.conf allows to define arbitrary
#BRAND: applications as preferred defaults.
@@ -77,13 +75,11 @@
%prep
%setup -q
-%patch0 -p1
cp -a %{SOURCE2} .
cp -a %{SOURCE1} mate_defaults.conf
%build
-autoreconf -fiv
-%configure --disable-upower \
+%configure \
--disable-static \
--enable-ipv6 \
--with-default-wm=marco \
@@ -91,13 +87,15 @@
make %{?_smp_mflags}
%install
-%makeinstall
-%{find_lang} %{name} %{?no_lang_C}
-%suse_update_desktop_file
%{buildroot}%{_datadir}/applications/mate-session-properties.desktop
+%make_install
+%find_lang %{name} %{?no_lang_C}
+
+%suse_update_desktop_file mate-session-properties
%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
+
+install -Dm 0644 mate_defaults.conf
%{buildroot}%{_sysconfdir}/mate_defaults.conf
+if [ -d %{buildroot}%{_datadir}/MateConf/ ]; then
+ rm -r %{buildroot}%{_datadir}/MateConf/
fi
%post
@@ -111,19 +109,18 @@
%files
%defattr(-,root,root)
%doc ChangeLog README COPYING
-%dir %{_datadir}/%{name}
%{_bindir}/mate-*
%{_datadir}/applications/mate-session-properties.desktop
-%{_datadir}/icons/hicolor
-%{_datadir}/%{name}/*.ui
+%{_datadir}/icons/hicolor/
+%{_datadir}/%{name}/
%{_datadir}/glib-2.0/schemas/*.xml
%{_datadir}/xsessions/mate.desktop
-%{_mandir}/man1/mate-*.1.gz
+%{_mandir}/man?/mate-*.?%{?ext_man}
%files branding-upstream
%defattr(-,root,root)
%doc README.Gsettings-overrides
-%config (noreplace) %{_sysconfdir}/mate_defaults.conf
+%config(noreplace) %{_sysconfdir}/mate_defaults.conf
%files lang -f %{name}.lang
%defattr(-,root,root)
++++++ mate-session-manager-1.8.1.tar.xz -> mate-session-manager-1.10.1.tar.xz
++++++
++++ 45380 lines of diff (skipped)