Hello community,

here is the log from the commit of package mate-control-center for 
openSUSE:Factory checked in at 2020-03-03 10:16:29
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/mate-control-center (Old)
 and      /work/SRC/openSUSE:Factory/.mate-control-center.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "mate-control-center"

Tue Mar  3 10:16:29 2020 rev:26 rq:780525 version:1.24.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/mate-control-center/mate-control-center.changes  
2019-07-31 14:35:26.705895361 +0200
+++ 
/work/SRC/openSUSE:Factory/.mate-control-center.new.26092/mate-control-center.changes
       2020-03-03 10:17:29.122804924 +0100
@@ -1,0 +2,40 @@
+Wed Feb 26 19:38:40 UTC 2020 - Alexei Sorokin <[email protected]>
+
+- Update to version 1.24.0 (changes since 1.23.1):
+  * mouse: Add support for Acceleration Profiles
+  * appearance: Fix memory leak.
+  * appearance: Add new font for user.
+  * Stop propagate error.
+  * at-properties: Migrate from dbus-glib to gdbus.
+  * Fix UI validation.
+  * time-admin: Add license info in time-admin.ui file.
+  * Search system themes in system data dirs.
+  * display: Enable help button.
+  * windows: Add window-properties.ui.
+  * Avoid redundant redeclarations.
+  * keybindings: Fix schema creation in makefile.
+  * appearance: Fix desktop file creation.
+  * shell: Fix typo in keyword name.
+  * Migrate from intltool to gettext.
+  * default-applications: Load icons as cairo surfaces.
+  * icons: Force uniform size on icons.
+  * remove warning: "__sun" is not defined, evaluates to 0.
+  * fv: thumbnailer: Add font/collection to the supported
+    mimetypes.
+  * font-viewer: Add font/ttf and font/otf mime types.
+  * time-admin: Fix memory leak.
+  * time-admin: Don't share «void QuitApp(TimeAdmin *ta)» method.
+  * default-applications: Remove messenger options from ui file.
+  * time-admin: Remove unreachable code.
+  * time-admin: Simplify date & time displaying.
+  * time-admin: Save button cannot be enabled if NTP
+    synchronisation is active.
+  * time-admin: Display current time in time-admin.ui on startup.
+  * time-admin: Rename adjustament to adjustment in time-admin.ui.
+  * time-admin: A11y time-admin.ui.
+  * time-admin: Add time-admin.ui.
+  * default-applications: Fix Word Processor top margin.
+  * Update translations
+- Drop support for old openSUSE versions.
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ mate-control-center.spec ++++++
--- /var/tmp/diff_new_pack.LFC3mi/_old  2020-03-03 10:17:29.870806472 +0100
+++ /var/tmp/diff_new_pack.LFC3mi/_new  2020-03-03 10:17:29.874806480 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package mate-control-center
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -20,13 +20,12 @@
 %define sover   1
 %define soname_slab libmate-slab
 %define sover_slab 0
-%define _version 1.23
+%define _version 1.24
 Name:           mate-control-center
-Version:        1.23.1
+Version:        1.24.0
 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
 BuildRequires:  fdupes
@@ -41,9 +40,9 @@
 BuildRequires:  pkgconfig(dconf) >= 0.11.0
 BuildRequires:  pkgconfig(fontconfig)
 BuildRequires:  pkgconfig(freetype2)
-BuildRequires:  pkgconfig(gio-2.0) >= 2.50
-BuildRequires:  pkgconfig(glib-2.0) >= 2.50
-BuildRequires:  pkgconfig(gtk+-3.0) >= 3.22
+BuildRequires:  pkgconfig(gio-2.0)
+BuildRequires:  pkgconfig(glib-2.0)
+BuildRequires:  pkgconfig(gtk+-3.0)
 BuildRequires:  pkgconfig(libcanberra-gtk3)
 BuildRequires:  pkgconfig(libmarco-private) >= %{_version}
 BuildRequires:  pkgconfig(libmate-menu) >= %{_version}
@@ -61,7 +60,7 @@
 BuildRequires:  pkgconfig(xext)
 BuildRequires:  pkgconfig(xi)
 BuildRequires:  pkgconfig(xscrnsaver)
-Requires:       %{name}-branding
+Requires:       %{name}-branding >= %{_version}
 Requires:       gsettings-backend-dconf
 Requires:       gsettings-desktop-schemas
 Recommends:     %{name}-lang
@@ -69,11 +68,6 @@
 %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
@@ -81,10 +75,9 @@
 
 %package branding-upstream
 Summary:        The MATE Control Center -- Upstream Definition of Shell Content
-Group:          System/GUI/Other
 Requires:       %{name} = %{version}
-Supplements:    packageand(%{name}:branding-upstream)
-Conflicts:      otherproviders(%{name}-branding)
+Supplements:    (%{name} and branding-upstream)
+Conflicts:      %{name}-branding
 Provides:       %{name}-branding = %{version}
 BuildArch:      noarch
 #BRAND: This package contains the definitions of the content appearing
@@ -99,7 +92,6 @@
 
 %package devel
 Summary:        Header files for MATE Control Center
-Group:          Development/Libraries/Other
 Requires:       %{soname}%{sover} = %{version}
 
 %description devel
@@ -110,7 +102,6 @@
 
 %package -n %{soname}%{sover}
 Summary:        Utility library for getting window manager settings
-Group:          System/Libraries
 
 %description -n %{soname}%{sover}
 This library is used by MATE control center to change preferences
@@ -118,7 +109,6 @@
 
 %package -n %{soname_slab}%{sover_slab}
 Summary:        MATE Desktop libslab port
-Group:          System/Libraries
 
 %description -n %{soname_slab}%{sover_slab}
 This library makes it easy to create tile-based UI for MATE, as seen in
@@ -126,7 +116,6 @@
 
 %package -n %{soname_slab}-devel
 Summary:        Header files for libslab
-Group:          Development/Libraries/Other
 Requires:       %{soname_slab}%{sover_slab} = %{version}
 
 %description -n %{soname_slab}-devel
@@ -145,7 +134,7 @@
 %configure \
   --disable-static        \
   --disable-update-mimedb
-make %{?_smp_mflags} V=1
+%make_build
 
 %install
 %make_install
@@ -171,20 +160,6 @@
 
 %postun -n %{soname_slab}%{sover_slab} -p /sbin/ldconfig
 
-%if 0%{?suse_version} < 1500
-%post
-%desktop_database_post
-%mime_database_post
-%icon_theme_cache_post
-%glib2_gsettings_schema_post
-
-%postun
-%desktop_database_postun
-%mime_database_postun
-%icon_theme_cache_postun
-%glib2_gsettings_schema_postun
-%endif
-
 %files
 %license COPYING
 %doc NEWS README

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


Reply via email to