Hello community,
here is the log from the commit of package mate-indicator-applet for
openSUSE:Leap:15.2 checked in at 2020-03-06 12:39:49
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/mate-indicator-applet (Old)
and /work/SRC/openSUSE:Leap:15.2/.mate-indicator-applet.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "mate-indicator-applet"
Fri Mar 6 12:39:49 2020 rev:15 rq:781513 version:1.24.0
Changes:
--------
---
/work/SRC/openSUSE:Leap:15.2/mate-indicator-applet/mate-indicator-applet.changes
2020-01-15 15:28:27.838678565 +0100
+++
/work/SRC/openSUSE:Leap:15.2/.mate-indicator-applet.new.26092/mate-indicator-applet.changes
2020-03-06 12:42:36.954806026 +0100
@@ -1,0 +2,27 @@
+Wed Feb 26 19:38:40 UTC 2020 - Alexei Sorokin <[email protected]>
+
+- Update to version 1.24.0 (changes since 1.22.0):
+ * Resize indicator icons to fit panel.
+ * Rename data/org*mate-panel-applet.desktop.in.in files.
+ * Migrate from intltool to gettext.
+ * Update translations.
+- Drop support for old openSUSE versions.
+- Remove mate-indicator-applet-gtk-3.20.patch.
+
+-------------------------------------------------------------------
+Tue Mar 5 15:19:33 UTC 2019 - [email protected]
+
+- Update to version 1.22.0:
+ * tomboykeybinder: Avoid gdk_error_trap_push/pop and gdk_flush.
+ * Migrate the language list to po/LINGUAS file
+ * Disable deprecation warnings for distcheck.
+ * tomboykeybinder: Avoid deprecated gdk_keymap_get_default.
+ * Update translations.
+
+-------------------------------------------------------------------
+Mon Jun 18 21:00:15 UTC 2018 - [email protected]
+
+- Update to version 1.20.1:
+ * Update translations.
+
+-------------------------------------------------------------------
Old:
----
mate-indicator-applet-1.20.0.tar.xz
mate-indicator-applet-gtk-3.20.patch
New:
----
mate-indicator-applet-1.24.0.tar.xz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ mate-indicator-applet.spec ++++++
--- /var/tmp/diff_new_pack.FFEpPK/_old 2020-03-06 12:42:38.086806714 +0100
+++ /var/tmp/diff_new_pack.FFEpPK/_new 2020-03-06 12:42:38.122806736 +0100
@@ -1,7 +1,7 @@
#
# spec file for package mate-indicator-applet
#
-# Copyright (c) 2018 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
@@ -12,27 +12,25 @@
# 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/
#
-%define _version 1.20
+%define _version 1.24
Name: mate-indicator-applet
-Version: 1.20.0
+Version: 1.24.0
Release: 0
Summary: Information from applications consistently on the panel
License: GPL-3.0-only AND LGPL-3.0-only
Group: System/GUI/Other
-Url: https://mate-desktop.org/
-Source:
http://pub.mate-desktop.org/releases/%{_version}/%{name}-%{version}.tar.xz
-# PATCH-FEATURE-OPENSUSE mate-indicator-applet-gtk-3.20.patch -- Restore GTK+
3.20 support.
-Patch0: mate-indicator-applet-gtk-3.20.patch
+URL: https://mate-desktop.org/
+Source:
https://pub.mate-desktop.org/releases/%{_version}/%{name}-%{version}.tar.xz
BuildRequires: hicolor-icon-theme
BuildRequires: mate-common >= %{_version}
BuildRequires: pkgconfig
BuildRequires: pkgconfig(ayatana-indicator3-0.4)
BuildRequires: pkgconfig(dbus-glib-1)
-BuildRequires: pkgconfig(gtk+-3.0) >= 3.20
+BuildRequires: pkgconfig(gtk+-3.0)
BuildRequires: pkgconfig(libayatana-ido3-0.4)
BuildRequires: pkgconfig(libmatepanelapplet-4.0) >= %{_version}
BuildRequires: pkgconfig(mate-settings-daemon) >= %{_version}
@@ -69,7 +67,6 @@
%prep
%setup -q
-%patch0 -p1
%build
NOCONFIGURE=1 mate-autogen
@@ -78,35 +75,23 @@
--disable-scrollkeeper \
--with-ayatana-indicators \
--libexecdir=%{_libexecdir}/%{name}
-make %{?_smp_mflags} V=1
+%make_build
%install
%make_install
%find_lang %{name}
-%if 0%{?suse_version} < 1500
-%post -n mate-applet-indicator
-%glib2_gsettings_schema_post
-
-%postun -n mate-applet-indicator
-%glib2_gsettings_schema_postun
-%endif
-
%files -n mate-applet-indicator
-%if 0%{?suse_version} >= 1500
%license COPYING COPYING.LGPL
-%else
-%doc COPYING COPYING.LGPL
-%endif
%doc AUTHORS NEWS README
%{_libexecdir}/%{name}/
%{_datadir}/dbus-1/services/org.mate.panel.applet.IndicatorApplet*.service
%{_datadir}/icons/hicolor/*/apps/%{name}.*
%dir %{_datadir}/mate-panel/
%dir %{_datadir}/mate-panel/applets/
-%{_datadir}/mate-panel/applets/org.ayatana.panel.IndicatorApplet.mate-panel-applet
-%{_datadir}/mate-panel/applets/org.ayatana.panel.IndicatorAppletAppmenu.mate-panel-applet
-%{_datadir}/mate-panel/applets/org.ayatana.panel.IndicatorAppletComplete.mate-panel-applet
+%{_datadir}/mate-panel/applets/org.mate.applets.Indicator.mate-panel-applet
+%{_datadir}/mate-panel/applets/org.mate.applets.IndicatorAppmenu.mate-panel-applet
+%{_datadir}/mate-panel/applets/org.mate.applets.IndicatorComplete.mate-panel-applet
%files -n mate-applet-indicator-lang -f %{name}.lang
++++++ mate-indicator-applet-1.20.0.tar.xz ->
mate-indicator-applet-1.24.0.tar.xz ++++++
++++ 42891 lines of diff (skipped)