Hello community,

here is the log from the commit of package mate-control-center for 
openSUSE:Factory checked in at 2019-07-31 14:35:08
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/mate-control-center (Old)
 and      /work/SRC/openSUSE:Factory/.mate-control-center.new.4126 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "mate-control-center"

Wed Jul 31 14:35:08 2019 rev:25 rq:719956 version:1.23.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/mate-control-center/mate-control-center.changes  
2019-06-12 13:11:14.549008994 +0200
+++ 
/work/SRC/openSUSE:Factory/.mate-control-center.new.4126/mate-control-center.changes
        2019-07-31 14:35:26.705895361 +0200
@@ -1,0 +2,60 @@
+Fri Jul 19 07:43:58 UTC 2019 - Jonathan Brielmaier <[email protected]>
+
+- Update to version 1.23.1 (changes since 1.22.1):
+  * Translations update
+  * fix build error when not installed gla11y
+  * remove lightdm-settings support
+  * launch lightdm-settings if installed
+  * use current running DM preferences program
+  * support lightdm-gtk-greeter-settings as login preferences program
+  * drop libXxf86 dependency
+  * Use python3 for gla11y
+  * Add scroll tabs with mouse wheel in severals capplets
+  * avoid deprecated g_type_class_add_private
+  * time-admin: smaller fixes.
+  * use theme's icon preferences-system-time
+  * common: Remove capplet-stock-icons
+  * bump require of m-s-d and m-d
+  * Add orca to Visual combo box if available
+  * Add support for checking .ui accessibility with gla11y
+  * Do not reload NTP and modify the button arrangement when starting the 
service
+  * Authentication to add modification time
+  * Use default color to set label and remove the maximum button
+  * use Makefile pkgdatadir
+  * g_date_time_unref datetime
+  * Display the correct time when selecting the time zone
+  * Memory leak: g_error_free(error);
+  * Modify mate-time-admin.desktop.in file format
+  * enable to build time-admin for mate-control-center
+  * add time-admin source code
+  * add timezone translation files for time-admin
+  * add image resources for time-admin applet
+  * Populate initial messenger list with irc scheme handler apps
+  * Set default icq/irc/ircs/sip/xmpp scheme handler
+  * Add instant messenger keybinding into mate-keybinding-properties
+  * Change the icon for instant messaging application
+  * default-applications: Add a widget for a default messenger application
+  * appearance.ui (cursor size scale)
+  * Fix the icon sizes in Preferred Applications selector
+  * capplets: Use gresources for UI files
+  * Fix grammar mistake
+  * Migrate from dbus-glib to GDBus
+  * Use system data dirs to locate key bindings
+  * control-center: Fix memory leak
+  * Use GtkSeparatorMenuItem in Apparence preview
+  * default-applications: Improve UI accessibility
+  * Use keyboard device icon like in other hardware devices
+  * Use icons provided by themes and remove not used icons
+  * help: update copyright
+  * add installation instructions
+- remove patch:
+  * mate-control-center-gtk-3.20.patch: we don't support gtk3.20
+    anymore
+- remove dependency on xxf86misc as it was dropped upstream, fixes
+  boo#1139857
+- build require gtk >= 3.22, gio >= 2.50 and glib >= 2.50
+- add mate-time-admin:
+  * package its files
+  * add dependency on polkit-gobject-1
+
+-------------------------------------------------------------------

Old:
----
  mate-control-center-1.22.1.tar.xz
  mate-control-center-gtk-3.20.patch

New:
----
  mate-control-center-1.23.1.tar.xz

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

Other differences:
------------------
++++++ mate-control-center.spec ++++++
--- /var/tmp/diff_new_pack.d463qX/_old  2019-07-31 14:35:27.373895020 +0200
+++ /var/tmp/diff_new_pack.d463qX/_new  2019-07-31 14:35:27.373895020 +0200
@@ -20,17 +20,15 @@
 %define sover   1
 %define soname_slab libmate-slab
 %define sover_slab 0
-%define _version 1.22
+%define _version 1.23
 Name:           mate-control-center
-Version:        1.22.1
+Version:        1.23.1
 Release:        0
 Summary:        MATE Desktop control center
 License:        GPL-2.0-or-later
 Group:          System/GUI/Other
 URL:            https://mate-desktop.org/
 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
 BuildRequires:  mate-common
 BuildRequires:  pkgconfig
@@ -43,9 +41,9 @@
 BuildRequires:  pkgconfig(dconf) >= 0.11.0
 BuildRequires:  pkgconfig(fontconfig)
 BuildRequires:  pkgconfig(freetype2)
-BuildRequires:  pkgconfig(gio-2.0) >= 2.48
-BuildRequires:  pkgconfig(glib-2.0) >= 2.48
-BuildRequires:  pkgconfig(gtk+-3.0) >= 3.20
+BuildRequires:  pkgconfig(gio-2.0) >= 2.50
+BuildRequires:  pkgconfig(glib-2.0) >= 2.50
+BuildRequires:  pkgconfig(gtk+-3.0) >= 3.22
 BuildRequires:  pkgconfig(libcanberra-gtk3)
 BuildRequires:  pkgconfig(libmarco-private) >= %{_version}
 BuildRequires:  pkgconfig(libmate-menu) >= %{_version}
@@ -57,12 +55,12 @@
 BuildRequires:  pkgconfig(mate-desktop-2.0) >= %{_version}
 BuildRequires:  pkgconfig(mate-settings-daemon) >= %{_version}
 BuildRequires:  pkgconfig(pango)
+BuildRequires:  pkgconfig(polkit-gobject-1)
 BuildRequires:  pkgconfig(x11)
 BuildRequires:  pkgconfig(xcursor)
 BuildRequires:  pkgconfig(xext)
 BuildRequires:  pkgconfig(xi)
 BuildRequires:  pkgconfig(xscrnsaver)
-BuildRequires:  pkgconfig(xxf86misc)
 Requires:       %{name}-branding
 Requires:       gsettings-backend-dconf
 Requires:       gsettings-desktop-schemas
@@ -141,7 +139,6 @@
 
 %prep
 %setup -q
-%patch0 -p1
 
 %build
 NOCONFIGURE=1 mate-autogen
@@ -195,6 +192,8 @@
 %{_bindir}/mate-*
 %{_datadir}/applications/*.desktop
 %{_datadir}/mate-control-center/*
+%dir %{_datadir}/mate-time-admin
+%{_datadir}/mate-time-admin/*
 %{_datadir}/mime/packages/mate-theme-package.xml
 %{_datadir}/polkit-1/actions/org.mate.randr.policy
 %{_datadir}/glib-2.0/schemas/*.xml

++++++ mate-control-center-1.22.1.tar.xz -> mate-control-center-1.23.1.tar.xz 
++++++
++++ 354124 lines of diff (skipped)


Reply via email to