Hello community,
here is the log from the commit of package mate-control-center for
openSUSE:Factory checked in at 2018-07-06 10:43:46
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/mate-control-center (Old)
and /work/SRC/openSUSE:Factory/.mate-control-center.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "mate-control-center"
Fri Jul 6 10:43:46 2018 rev:21 rq:620930 version:1.20.3
Changes:
--------
--- /work/SRC/openSUSE:Factory/mate-control-center/mate-control-center.changes
2018-04-20 17:26:55.392080506 +0200
+++
/work/SRC/openSUSE:Factory/.mate-control-center.new/mate-control-center.changes
2018-07-06 10:43:49.935123586 +0200
@@ -1,0 +2,8 @@
+Sat Jun 16 15:48:41 UTC 2018 - [email protected]
+
+- Update to version 1.20.3:
+ * display-capplet: Add css name for scrollarea.
+ * Change cursor-size to 24px.
+ * Update translations.
+
+-------------------------------------------------------------------
Old:
----
mate-control-center-1.20.2.tar.xz
New:
----
mate-control-center-1.20.3.tar.xz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ mate-control-center.spec ++++++
--- /var/tmp/diff_new_pack.65gtcM/_old 2018-07-06 10:43:50.383123052 +0200
+++ /var/tmp/diff_new_pack.65gtcM/_new 2018-07-06 10:43:50.383123052 +0200
@@ -22,7 +22,7 @@
%define sover_slab 0
%define _version 1.20
Name: mate-control-center
-Version: 1.20.2
+Version: 1.20.3
Release: 0
Summary: MATE Desktop control center
License: GPL-2.0-or-later
@@ -32,7 +32,6 @@
# PATCH-FEATURE-OPENSUSE mate-control-center-gtk-3.20.patch -- Restore GLib
2.48 and GTK+ 3.20 support.
Patch0: mate-control-center-gtk-3.20.patch
BuildRequires: fdupes
-BuildRequires: libxml2-python
BuildRequires: mate-common
BuildRequires: pkgconfig
BuildRequires: update-desktop-files
@@ -64,7 +63,6 @@
BuildRequires: pkgconfig(xi)
BuildRequires: pkgconfig(xscrnsaver)
BuildRequires: pkgconfig(xxf86misc)
-
Requires: %{name}-branding
Requires: gsettings-backend-dconf
Requires: gsettings-desktop-schemas
@@ -73,6 +71,11 @@
%if 0%{?is_opensuse}
BuildRequires: pkgconfig(appindicator3-0.1)
%endif
+%if 0%{?suse_version} >= 1500
+BuildRequires: python2-libxml2-python
+%else
+BuildRequires: libxml2-python
+%endif
%description
The control center is MATE's main interface for configuration of various
@@ -163,6 +166,14 @@
%fdupes -s %{buildroot}%{_datadir}/help/
+%post -n %{soname}%{sover} -p /sbin/ldconfig
+
+%postun -n %{soname}%{sover} -p /sbin/ldconfig
+
+%post -n %{soname_slab}%{sover_slab} -p /sbin/ldconfig
+
+%postun -n %{soname_slab}%{sover_slab} -p /sbin/ldconfig
+
%if 0%{?suse_version} < 1500
%post
%desktop_database_post
@@ -177,14 +188,6 @@
%glib2_gsettings_schema_postun
%endif
-%post -n %{soname}%{sover} -p /sbin/ldconfig
-
-%postun -n %{soname}%{sover} -p /sbin/ldconfig
-
-%post -n %{soname_slab}%{sover_slab} -p /sbin/ldconfig
-
-%postun -n %{soname_slab}%{sover_slab} -p /sbin/ldconfig
-
%files
%if 0%{?suse_version} >= 1500
%license COPYING
++++++ mate-control-center-1.20.2.tar.xz -> mate-control-center-1.20.3.tar.xz
++++++
++++ 269309 lines of diff (skipped)