Hello community, here is the log from the commit of package mate-desktop for openSUSE:Leap:15.2 checked in at 2020-03-06 12:39:21 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Leap:15.2/mate-desktop (Old) and /work/SRC/openSUSE:Leap:15.2/.mate-desktop.new.26092 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "mate-desktop" Fri Mar 6 12:39:21 2020 rev:24 rq:781406 version:1.24.0 Changes: -------- --- /work/SRC/openSUSE:Leap:15.2/mate-desktop/mate-desktop.changes 2020-03-02 13:25:35.974665851 +0100 +++ /work/SRC/openSUSE:Leap:15.2/.mate-desktop.new.26092/mate-desktop.changes 2020-03-06 12:41:13.406755239 +0100 @@ -1,0 +2,43 @@ +Wed Feb 26 19:38:40 UTC 2020 - Alexei Sorokin <[email protected]> + +- Update to version 1.24.0 (changes since 1.23.1): + * Move remaining peripheral schemas to mate-settings-daemon. + * schema: Move mouse schemas to mate-settings-daemon. + * Replace deprecated gtk_css_provider_get_default. + * mate-bg-crossfade: Replace tabs with spaces/ + * Make "rsvg-convert" optional. + * mate-colorsel: Avoid deprecated gtk_hscale_new. + * gettext needs .gmo files to install .mo locale. + * thumbnail: Remove obsolete mate_desktop_thumbnail_md5(). + * thumbnail: Remove obsolete pixbuf helper. + * thumbnail: Use an array to store the thumbnailer's cmdline. + * thumbnail: Use g_strcmp0() and remove a NULL check. + * thumbnail: Simplify system includes. + * thumbnail: Fix typo in optional. + * thumbnail: Remove unused constant SECONDS_BETWEEN_STATS. + * thumbnail: Remove unused #define GDK_PIXBUF_ENABLE_BACKEND. + * thumbnail: Remove reference to MateIconFactory. + * thumbnail: Simplify init_thumbnailers_dirs(). + * Deprecate mate_desktop_thumbnail_scale_down_pixbuf(). + * thumbnailer: Always prefer the backend provided preview. + * thumbnail: Always use external gdk-pixbuf thumbnailer. + * thumbnail: Demote a log message from WARNING to DEBUG. + * thumbnail factory: Disconnect signal handlers in finalize. + * thumbnail: Move thumbnail generation/saving to a few helper + functions. + * thumbnail: Clean up path generation code. + * thumbnailer: Try harder to create a failed thumbnail. + * Add missing cases to switch statement. + * lib: Add thumbnail test application. + * Increase the size of thumbnails to 256. + * Avoid redundant redeclarations + * desktop file: Add missing hints for translators. + * Treat time_t as gint64 to convert from/to string. + * build: Introduce RELEASE_YEAR variable for mate-about dialogue. + * build: Show warning flags on configure summary. + * build: Use warning flags. + * autoconf: AC_PROG_CC was called before AX_CHECK_ENABLE_DEBUG. + * Update translations. +- Drop support for old openSUSE versions. + +------------------------------------------------------------------- Old: ---- mate-desktop-1.23.1.tar.xz New: ---- mate-desktop-1.24.0.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ mate-desktop.spec ++++++ --- /var/tmp/diff_new_pack.V0Srna/_old 2020-03-06 12:41:13.818755489 +0100 +++ /var/tmp/diff_new_pack.V0Srna/_new 2020-03-06 12:41:13.822755491 +0100 @@ -19,38 +19,35 @@ %define soname libmate-desktop-2 %define sover 17 %define typelib typelib-1_0-MateDesktop-2_0 -%define _version 1.23 +%define _version 1.24 Name: mate-desktop -Version: 1.23.1 +Version: 1.24.0 Release: 0 Summary: Library with common API for various MATE modules License: GPL-2.0-or-later AND LGPL-2.1-or-later AND MIT -Group: System/GUI/Other URL: https://mate-desktop.org/ Source: https://pub.mate-desktop.org/releases/%{_version}/%{name}-%{version}.tar.xz Source1: user-dirs-update-mate.desktop BuildRequires: docbook-xsl-stylesheets -# set to %{version} when mate-common has an equal release to mate-desktop -BuildRequires: mate-common >= 1.22 +BuildRequires: mate-common >= %{_version} BuildRequires: pkgconfig -%if 0%{?suse_version} >= 1550 || 0%{?sle_version} >= 150200 -BuildRequires: rsvg-convert -%else -BuildRequires: rsvg-view -%endif BuildRequires: update-desktop-files BuildRequires: pkgconfig(dconf) >= 0.13.4 -BuildRequires: pkgconfig(glib-2.0) >= 2.50 +BuildRequires: pkgconfig(glib-2.0) BuildRequires: pkgconfig(gobject-introspection-1.0) >= 0.9.7 -BuildRequires: pkgconfig(gtk+-3.0) >= 3.22 +BuildRequires: pkgconfig(gtk+-3.0) BuildRequires: pkgconfig(iso-codes) BuildRequires: pkgconfig(libnotify) BuildRequires: pkgconfig(libstartup-notification-1.0) -BuildRequires: pkgconfig(python) BuildRequires: pkgconfig(xrandr) >= 1.3 Requires: xdg-user-dirs Recommends: %{name}-lang Recommends: mate-user-guide +%if 0%{?suse_version} >= 1550 || 0%{?sle_version} >= 150200 +BuildRequires: rsvg-convert +%else +BuildRequires: rsvg-view +%endif %description This package contains the library with common API for various @@ -61,7 +58,6 @@ %package -n %{soname}-%{sover} Summary: Library with common API for various MATE modules License: GPL-2.0-or-later AND LGPL-2.1-or-later AND MIT -Group: System/Libraries Requires: %{name}-gschemas >= %{version} %description -n %{soname}-%{sover} @@ -73,7 +69,6 @@ %package -n %{typelib} Summary: Common API for various MATE modules typelib License: GPL-2.0-or-later -Group: System/GUI/Other %description -n %{typelib} This package contains the library with common API for various @@ -82,8 +77,7 @@ %package gschemas Summary: MATE Desktop GSchemas License: GPL-2.0-or-later AND LGPL-2.1-or-later AND MIT -Group: System/Libraries -Requires: %{name}-gschemas-branding >= %{version} +Requires: %{name}-gschemas-branding >= %{_version} # mate-desktop-gsettings-schemas was last used in openSUSE Leap 42.1. Obsoletes: %{name}-gsettings-schemas < %{version} Provides: %{name}-gsettings-schemas = %{version} @@ -96,10 +90,9 @@ %package gschemas-branding-upstream Summary: MATE Desktop GSchemas -- Upstream default settings License: GPL-2.0-or-later -Group: System/GUI/Other Requires: %{name}-gschemas = %{version} -Supplements: packageand(%{name}-gschemas:branding-upstream) -Conflicts: otherproviders(%{name}-gschemas-branding) +Supplements: (%{name}-gschemas and branding-upstream) +Conflicts: %{name}-gschemas-branding Provides: %{name}-gschemas-branding = %{version} BuildArch: noarch %glib2_gsettings_schema_requires @@ -111,7 +104,6 @@ %package devel Summary: MATE module API library development files License: GPL-2.0-or-later AND LGPL-2.1-or-later AND MIT -Group: Development/Libraries/Other Requires: %{soname}-%{sover} = %{version} %description devel @@ -124,7 +116,7 @@ NOCONFIGURE=1 mate-autogen %configure \ --disable-static -make %{?_smp_mflags} V=1 +%make_build %install %make_install @@ -136,35 +128,10 @@ %suse_update_desktop_file mate-about %suse_update_desktop_file mate-color-select -# Remove conflicting with GNOME files. -rm -rf %{buildroot}%{_datadir}/help/*/fdl -rm -rf %{buildroot}%{_datadir}/help/*/gpl -rm -rf %{buildroot}%{_datadir}/help/*/lgpl - %post -n %{soname}-%{sover} -p /sbin/ldconfig %postun -n %{soname}-%{sover} -p /sbin/ldconfig -%if 0%{?suse_version} < 1500 -%post -%desktop_database_post - -%postun -%desktop_database_postun - -%post gschemas -%glib2_gsettings_schema_post - -%postun gschemas -%glib2_gsettings_schema_postun - -%post gschemas-branding-upstream -%glib2_gsettings_schema_post - -%postun gschemas-branding-upstream -%glib2_gsettings_schema_postun -%endif - %files %license COPYING %doc AUTHORS @@ -193,6 +160,7 @@ %files gschemas-branding-upstream %files devel +%{_datadir}/gtk-doc/html/%{name}/ %{_includedir}/%{name}-2.0/ %{_libdir}/%{soname}.so %{_libdir}/pkgconfig/%{name}-2.0.pc ++++++ mate-desktop-1.23.1.tar.xz -> mate-desktop-1.24.0.tar.xz ++++++ ++++ 305891 lines of diff (skipped)
