Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package mate-applet-dock for
openSUSE:Factory checked in at 2021-11-23 22:10:47
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/mate-applet-dock (Old)
and /work/SRC/openSUSE:Factory/.mate-applet-dock.new.1895 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "mate-applet-dock"
Tue Nov 23 22:10:47 2021 rev:19 rq:933304 version:21.10.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/mate-applet-dock/mate-applet-dock.changes
2020-02-28 15:22:27.650029877 +0100
+++
/work/SRC/openSUSE:Factory/.mate-applet-dock.new.1895/mate-applet-dock.changes
2021-11-23 22:13:21.770323805 +0100
@@ -1,0 +2,11 @@
+Sat Nov 20 19:39:20 UTC 2021 - Alexei Sorokin <[email protected]>
+
+- Update to version 21.10.0:
+ * Only activate the topmost window for Unity-style window
+ switching behaviour.
+ * Add i18n support along with French and Spanish translations.
+ * Fix AttributeError in start_app().
+- Change the requirement from python3-xdg to python3-pyxdg.
+- Add the mate-applet-dock-lang package.
+
+-------------------------------------------------------------------
Old:
----
mate-dock-applet-20.04.0.tar.gz
New:
----
mate-dock-applet-21.10.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ mate-applet-dock.spec ++++++
--- /var/tmp/diff_new_pack.mPu927/_old 2021-11-23 22:13:22.238322258 +0100
+++ /var/tmp/diff_new_pack.mPu927/_new 2021-11-23 22:13:22.238322258 +0100
@@ -1,7 +1,7 @@
#
# spec file for package mate-applet-dock
#
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2021 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,10 +18,11 @@
%define _name mate-dock-applet
Name: mate-applet-dock
-Version: 20.04.0
+Version: 21.10.0
Release: 0
Summary: Dock applet for the MATE panel
License: GPL-2.0-or-later
+Group: System/GUI/Other
URL: https://github.com/ubuntu-mate/mate-dock-applet
Source:
https://github.com/ubuntu-mate/%{_name}/archive/%{version}.tar.gz#/%{_name}-%{version}.tar.gz
BuildRequires: autoconf
@@ -38,7 +39,7 @@
Requires: python3-gobject-Gdk
Requires: python3-gobject-cairo
Requires: python3-python-xlib
-Requires: python3-xdg
+Requires: python3-pyxdg
Recommends: libunity
%glib2_gsettings_schema_requires
@@ -64,6 +65,8 @@
%prep
%setup -q -n %{_name}-%{version}
+%lang_package
+
%build
autoreconf -fi
%configure \
@@ -73,6 +76,7 @@
%install
%make_install
%fdupes %{buildroot}%{_libdir}/
+%find_lang %{_name}
pushd %{buildroot}%{_libdir}/mate-applets/mate-dock-applet/
# Do not use env for python scripts.
@@ -96,4 +100,6 @@
%dir %{_datadir}/mate-panel/applets/
%{_datadir}/mate-panel/applets/org.mate.panel.*.mate-panel-applet
+%files lang -f %{_name}.lang
+
%changelog
++++++ mate-dock-applet-20.04.0.tar.gz -> mate-dock-applet-21.10.0.tar.gz ++++++
++++ 2988 lines of diff (skipped)