Hello community,
here is the log from the commit of package mate-control-center for
openSUSE:Factory checked in at 2019-02-28 21:43:17
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/mate-control-center (Old)
and /work/SRC/openSUSE:Factory/.mate-control-center.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "mate-control-center"
Thu Feb 28 21:43:17 2019 rev:22 rq:679471 version:1.20.4
Changes:
--------
--- /work/SRC/openSUSE:Factory/mate-control-center/mate-control-center.changes
2018-07-06 10:43:49.935123586 +0200
+++
/work/SRC/openSUSE:Factory/.mate-control-center.new.28833/mate-control-center.changes
2019-02-28 21:43:18.213527659 +0100
@@ -1,0 +2,17 @@
+Sat Dec 22 20:48:48 UTC 2018 - [email protected]
+
+- Update to version 1.20.4:
+ * Disable deprecation warnings for distcheck.
+ * default-applications: Use the selected word processor for RTF
+ as well.
+ * typing-break: Make images larger and load as surface.
+ * Update hint for mouse double-click.
+ * keybindings: Double click instead one click to edit keyboard
+ shortcuts.
+ * Fix spelling and grammar mistakes.
+ * Update legal.xml.
+ * Use make functions for HELP_LINGUAS.
+ * Update translations.
+- Rebase mate-control-center-gtk-3.20.patch.
+
+-------------------------------------------------------------------
Old:
----
mate-control-center-1.20.3.tar.xz
New:
----
mate-control-center-1.20.4.tar.xz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ mate-control-center.spec ++++++
--- /var/tmp/diff_new_pack.FHD6Vs/_old 2019-02-28 21:43:18.897527366 +0100
+++ /var/tmp/diff_new_pack.FHD6Vs/_new 2019-02-28 21:43:18.901527365 +0100
@@ -12,7 +12,7 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
@@ -22,13 +22,13 @@
%define sover_slab 0
%define _version 1.20
Name: mate-control-center
-Version: 1.20.3
+Version: 1.20.4
Release: 0
Summary: MATE Desktop control center
License: GPL-2.0-or-later
Group: System/GUI/Other
Url: https://mate-desktop.org/
-Source:
http://pub.mate-desktop.org/releases/%{_version}/%{name}-%{version}.tar.xz
+Source:
https://pub.mate-desktop.org/releases/%{_version}/%{name}-%{version}.tar.xz
# 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
@@ -189,11 +189,7 @@
%endif
%files
-%if 0%{?suse_version} >= 1500
%license COPYING
-%else
-%doc COPYING
-%endif
%doc ChangeLog README
%{_sbindir}/mate-display-properties-install-systemwide
%{_bindir}/mate-*
++++++ mate-control-center-1.20.3.tar.xz -> mate-control-center-1.20.4.tar.xz
++++++
++++ 438046 lines of diff (skipped)
++++++ mate-control-center-gtk-3.20.patch ++++++
--- /var/tmp/diff_new_pack.FHD6Vs/_old 2019-02-28 21:43:20.057526871 +0100
+++ /var/tmp/diff_new_pack.FHD6Vs/_new 2019-02-28 21:43:20.057526871 +0100
@@ -64,10 +64,10 @@
--- a/typing-break/drw-break-window.c
+++ b/typing-break/drw-break-window.c
-@@ -150,7 +150,11 @@ drw_break_window_init (DrwBreakWindow *w
-
- screen = gdk_screen_get_default ();
+@@ -152,7 +152,11 @@ drw_break_window_init (DrwBreakWindow *w
display = gdk_screen_get_display (screen);
+ scale = gtk_widget_get_scale_factor (GTK_WIDGET (window));
+
+#if GTK_CHECK_VERSION (3, 22, 0)
gdk_monitor_get_geometry (gdk_display_get_monitor (display,
root_monitor), &monitor);
+#else
@@ -75,4 +75,4 @@
+#endif
gtk_window_set_default_size (GTK_WINDOW (window),
- WidthOfScreen (gdk_x11_screen_get_xscreen
(screen)),
+ WidthOfScreen (gdk_x11_screen_get_xscreen
(screen)) / scale,