Hello community,
here is the log from the commit of package mate-settings-daemon for
openSUSE:Factory checked in at 2015-07-05 18:02:10
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/mate-settings-daemon (Old)
and /work/SRC/openSUSE:Factory/.mate-settings-daemon.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "mate-settings-daemon"
Changes:
--------
---
/work/SRC/openSUSE:Factory/mate-settings-daemon/mate-settings-daemon.changes
2014-10-05 20:33:13.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.mate-settings-daemon.new/mate-settings-daemon.changes
2015-07-05 18:02:12.000000000 +0200
@@ -1,0 +2,33 @@
+Wed Apr 15 12:40:58 UTC 2015 - [email protected]
+
+- Update to version 1.10.0
+ * No changes since version 1.9.90
+
+-------------------------------------------------------------------
+Mon Mar 23 16:22:50 UTC 2015 - [email protected]
+
+- Update to version 1.9.90 (unstable)
+ * Bugfixes release
+
+-------------------------------------------------------------------
+Thu Jan 22 10:00:39 UTC 2015 - [email protected]
+
+- Update to version 1.9.6 (unstable)
+ * Adapt to mate-desktop MateRR* API changes.
+
+-------------------------------------------------------------------
+Sun Nov 23 17:22:25 UTC 2014 - [email protected]
+
+- Update to version 1.9.5 (unstable)
+ + No changelog available (entries not updated)
+
+-------------------------------------------------------------------
+Tue Nov 11 17:14:47 UTC 2014 - [email protected]
+
+- Update to version 1.9.4 (unstable)
+ + Port media-keys plugin to libmatemixer
+ + Remove GStreamer bits, make libmatemixer, libcanberra and PulseAudio
+ optional dependencies
+- Add libmatemixer-devel build requirement; new dependency
+
+-------------------------------------------------------------------
Old:
----
mate-settings-daemon-1.8.2.tar.xz
New:
----
mate-settings-daemon-1.10.0.tar.xz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ mate-settings-daemon.spec ++++++
--- /var/tmp/diff_new_pack.Rk6RhL/_old 2015-07-05 18:02:13.000000000 +0200
+++ /var/tmp/diff_new_pack.Rk6RhL/_new 2015-07-05 18:02:13.000000000 +0200
@@ -1,7 +1,7 @@
#
-# spec file for mate-settings-daemon
+# spec file for package mate-settings-daemon
#
-# 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,42 +13,44 @@
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
+#
+
+%define _version 1.10
Name: mate-settings-daemon
-Version: 1.8.2
+Version: 1.10.0
Release: 0
-License: GPL-2.0 and LGPL-2.1
Summary: MATE session settings daemon
-Url: http://mate-desktop.org/
+License: GPL-2.0 and LGPL-2.1
Group: System/GUI/Other
-Source0:
http://pub.mate-desktop.org/releases/1.8/%{name}-%{version}.tar.xz
-%glib2_gsettings_schema_requires
-
-BuildRequires: mate-common
-BuildRequires: pkgconfig(dconf)
+Url: http://mate-desktop.org/
+Source0:
http://pub.mate-desktop.org/releases/%{_version}/%{name}-%{version}.tar.xz
+BuildRequires: libXxf86misc-devel
+BuildRequires: mate-common >= 1.9.0
BuildRequires: pkgconfig(dbus-glib-1)
+BuildRequires: pkgconfig(dconf)
BuildRequires: pkgconfig(gtk+-2.0)
BuildRequires: pkgconfig(ice)
BuildRequires: pkgconfig(libcanberra-gtk)
-BuildRequires: pkgconfig(libmatekbd)
-BuildRequires: pkgconfig(libmatekbdui)
+BuildRequires: pkgconfig(libmatekbd) >= 1.9.0
+BuildRequires: pkgconfig(libmatemixer) >= 1.9.0
BuildRequires: pkgconfig(libnotify)
BuildRequires: pkgconfig(libpulse-mainloop-glib)
BuildRequires: pkgconfig(libxklavier)
-BuildRequires: pkgconfig(mate-desktop-2.0) >= 1.8.1
+BuildRequires: pkgconfig(mate-desktop-2.0) >= 1.9.0
BuildRequires: pkgconfig(polkit-gobject-1)
BuildRequires: pkgconfig(sm)
-BuildRequires: libXxf86misc-devel
-# the default background is required as fallback
+# The default background is required as fallback.
Requires: mate-backgrounds
-# mate-settings-daemon needs a glib scheme to work correctly
+# mate-settings-daemon needs a glib scheme to work correctly.
Requires: matekbd-common
-Recommends: %{name}-lang
+Recommends: %{name}-lang = %{version}
+%glib2_gsettings_schema_requires
%description
-This package contains the daemon which is responsible for setting the
-various parameters of a MATE session and the applications that run
-under it.
+This package contains the daemon which is responsible for setting
+the various parameters of a MATE session and the applications that
+run under it.
%package devel
Summary: MATE session settings daemon development files
@@ -56,9 +58,9 @@
Requires: %{name} = %{version}
%description devel
-This package contains the daemon which is responsible for setting the
-various parameters of a MATE session and the applications that run
-under it.
+This package contains the daemon which is responsible for setting
+the various parameters of a MATE session and the applications that
+run under it.
%lang_package
@@ -76,11 +78,11 @@
make %{?_smp_mflags}
%install
-%makeinstall
+%make_install
%find_lang %{name} %{?no_lang_C}
-find %{buildroot}%{_libdir} -type f -name "*.la" -delete -print
-if [ -d %{buildroot}%{_datadir}/MateConf ]; then
- rm -rf %{buildroot}%{_datadir}/MateConf
+find %{buildroot} -type f -name "*.la" -delete -print
+if [ -d %{buildroot}%{_datadir}/MateConf/ ]; then
+ rm -rf %{buildroot}%{_datadir}/MateConf/
fi
%post
@@ -90,28 +92,32 @@
%glib2_gsettings_schema_postun
%files
-%defattr(-,root,root,-)
-%doc AUTHORS COPYING COPYING.LIB
+%defattr(-,root,root)
+%doc AUTHORS COPYING COPYING.LIB NEWS
%config
%{_sysconfdir}/dbus-1/system.d/org.mate.SettingsDaemon.DateTimeMechanism.conf
-%dir %{_sysconfdir}/%{name}
-%dir %{_sysconfdir}/%{name}/xrandr
+%dir %{_sysconfdir}/%{name}/
+%dir %{_sysconfdir}/%{name}/xrandr/
+%dir %{_datadir}/mate-control-center/
+%dir %{_datadir}/mate-control-center/keybindings/
%{_sysconfdir}/xdg/autostart/mate-settings-daemon.desktop
%{_bindir}/*
%{_libdir}/mate-settings-daemon/
%{_datadir}/dbus-1/services/*.service
%{_datadir}/dbus-1/system-services/*.service
%{_datadir}/icons/mate/
+%{_datadir}/mate-control-center/keybindings/50-accessibility.xml
%{_datadir}/%{name}/
%{_datadir}/polkit-1/actions/org.mate.settingsdaemon.datetimemechanism.policy
%{_datadir}/glib-2.0/schemas/*.xml
-%{_mandir}/man1/%{name}.1.gz
+%{_mandir}/man?/%{name}.?%{?ext_man}
+%{_sysconfdir}/xrdb/
%files devel
-%defattr(-,root,root,-)
+%defattr(-,root,root)
%{_includedir}/%{name}/
%{_libdir}/pkgconfig/%{name}.pc
%files lang -f %{name}.lang
-%defattr(-,root,root,-)
+%defattr(-,root,root)
%changelog
++++++ mate-settings-daemon-1.8.2.tar.xz -> mate-settings-daemon-1.10.0.tar.xz
++++++
++++ 21642 lines of diff (skipped)