Hello community,
here is the log from the commit of package mate-sensors-applet for
openSUSE:Leap:15.2 checked in at 2020-03-06 12:39:39
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/mate-sensors-applet (Old)
and /work/SRC/openSUSE:Leap:15.2/.mate-sensors-applet.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "mate-sensors-applet"
Fri Mar 6 12:39:39 2020 rev:15 rq:781501 version:1.24.0
Changes:
--------
---
/work/SRC/openSUSE:Leap:15.2/mate-sensors-applet/mate-sensors-applet.changes
2020-01-15 15:28:30.902680276 +0100
+++
/work/SRC/openSUSE:Leap:15.2/.mate-sensors-applet.new.26092/mate-sensors-applet.changes
2020-03-06 12:42:13.354791680 +0100
@@ -1,0 +2,51 @@
+Wed Feb 26 19:38:40 UTC 2020 - Alexei Sorokin <[email protected]>
+
+- Update to version 1.24.0:
+ * Update translations.
+- Drop support for old openSUSE versions.
+
+-------------------------------------------------------------------
+Thu Jul 18 12:05:16 UTC 2019 - Jonathan Brielmaier <[email protected]>
+
+- Update to version 1.23.0:
+ * Translations update
+- remove patches:
+ * mate-sensors-applet-gtk-3.20.patch: we don't support gtk3.20
+ anymore
+- build require gtk >= 3.22, glib >= 2.50 and gio >= 2.50
+- use fdupes to reduce duplications in /usr/share/help
+
+-------------------------------------------------------------------
+Sun May 12 18:13:56 UTC 2019 - Alexei Sorokin <[email protected]>
+
+- Update to version 1.22.1:
+ * help: Update copyright.
+ * Help: Use XInclude instead of ENTITY for legal.xml.
+ * Update translations.
+
+-------------------------------------------------------------------
+Tue Mar 5 15:19:33 UTC 2019 - [email protected]
+
+- Update to version 1.22.0:
+ * Add dummy plugin.
+ * UDisks2 plugin clean-up.
+ * Add NetBSD support.
+ * Make translatable the copyright in the About dialogue.
+ * Update translations.
+
+-------------------------------------------------------------------
+Sat Dec 22 20:48:48 UTC 2018 - [email protected]
+
+- Update to version 1.20.3:
+ * Disable deprecation warnings for distcheck.
+ * Use make functions for HELP_LINGUAS.
+ * Add help to transifex config.
+ * Update translations.
+
+-------------------------------------------------------------------
+Sun Jun 17 19:41:29 UTC 2018 - [email protected]
+
+- Update to version 1.20.2:
+ * Update translations.
+
+-------------------------------------------------------------------
Old:
----
mate-sensors-applet-1.20.1.tar.xz
mate-sensors-applet-gtk-3.20.patch
New:
----
mate-sensors-applet-1.24.0.tar.xz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ mate-sensors-applet.spec ++++++
--- /var/tmp/diff_new_pack.42zEwM/_old 2020-03-06 12:42:14.086792125 +0100
+++ /var/tmp/diff_new_pack.42zEwM/_new 2020-03-06 12:42:14.090792127 +0100
@@ -1,7 +1,7 @@
#
# spec file for package mate-sensors-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,24 +12,23 @@
# 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 soname libmate-sensors-applet-plugin
%define sover 0
-%define _version 1.20
+%define _version 1.24
Name: mate-sensors-applet
-Version: 1.20.1
+Version: 1.24.0
Release: 0
Summary: MATE Desktop panel applet to display sensor readings
License: GPL-2.0-or-later
Group: System/GUI/Other
-Url: https://mate-desktop.org/
-Source:
http://pub.mate-desktop.org/releases/%{_version}/%{name}-%{version}.tar.xz
+URL: https://mate-desktop.org/
+Source:
https://pub.mate-desktop.org/releases/%{_version}/%{name}-%{version}.tar.xz
Source1: baselibs.conf
-# PATCH-FEATURE-OPENSUSE mate-sensors-applet-gtk-3.20.patch -- Restore GLib
2.48 and GTK+ 3.20 support.
-Patch0: mate-sensors-applet-gtk-3.20.patch
+BuildRequires: fdupes
BuildRequires: hicolor-icon-theme
BuildRequires: itstool
BuildRequires: libsensors4-devel
@@ -38,9 +37,9 @@
BuildRequires: yelp-tools
BuildRequires: pkgconfig(cairo)
BuildRequires: pkgconfig(dbus-glib-1)
-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)
+BuildRequires: pkgconfig(glib-2.0)
+BuildRequires: pkgconfig(gtk+-3.0)
BuildRequires: pkgconfig(libatasmart)
BuildRequires: pkgconfig(libmatepanelapplet-4.0) >= %{_version}
BuildRequires: pkgconfig(libnotify)
@@ -92,8 +91,7 @@
speeds and voltage readings under Linux.
%prep
-%setup -q
-%patch0 -p1
+%autosetup -p1
%build
export LDFLAGS='-ldl'
@@ -101,31 +99,20 @@
%configure \
--disable-static \
--libexecdir=%{_libexecdir}/%{name}
-make %{?_smp_mflags} V=1
+%make_build
%install
%make_install
%find_lang %{name} %{?no_lang_C}
find %{buildroot} -type f -name "*.la" -delete -print
+%fdupes -s %{buildroot}/%{_datadir}/help
%post -n %{soname}%{sover} -p /sbin/ldconfig
%postun -n %{soname}%{sover} -p /sbin/ldconfig
-%if 0%{?suse_version} < 1500
-%post -n mate-applet-sensors
-%icon_theme_cache_post
-
-%postun -n mate-applet-sensors
-%icon_theme_cache_postun
-%endif
-
%files -n mate-applet-sensors
-%if 0%{?suse_version} >= 1500
%license COPYING
-%else
-%doc COPYING
-%endif
%doc NEWS README
%{_libexecdir}/%{name}/
%{_libdir}/%{name}/
++++++ mate-sensors-applet-1.20.1.tar.xz -> mate-sensors-applet-1.24.0.tar.xz
++++++
++++ 289722 lines of diff (skipped)