Hello community, here is the log from the commit of package mate-applets for openSUSE:Leap:15.2 checked in at 2020-03-02 13:25:27 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Leap:15.2/mate-applets (Old) and /work/SRC/openSUSE:Leap:15.2/.mate-applets.new.26092 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "mate-applets" Mon Mar 2 13:25:27 2020 rev:19 rq:777918 version:1.23.0 Changes: -------- --- /work/SRC/openSUSE:Leap:15.2/mate-applets/mate-applets.changes 2020-01-15 15:28:24.558676732 +0100 +++ /work/SRC/openSUSE:Leap:15.2/.mate-applets.new.26092/mate-applets.changes 2020-03-02 13:25:28.302650597 +0100 @@ -1,0 +2,106 @@ +Fri Jan 31 14:46:31 UTC 2020 - Dominique Leuenberger <[email protected]> + +- Drop pkgconfig(NetworkManager) BuildRequires: the entire build + system never references that symbol. + +------------------------------------------------------------------- +Wed Sep 25 10:53:19 UTC 2019 - Jonathan Brielmaier <[email protected]> + +- Remove build require on libxml2-python as it's not required. There + is no sign in the source code that it's needed. + +------------------------------------------------------------------- +Thu Jul 18 11:43:15 UTC 2019 - Jonathan Brielmaier <[email protected]> + +- Update to version 1.23.0: + * Update translations. + * deprecate g_type_class_add_private + * cpufreq: support kernel 5.1.0 + * weather: align Gtk_Box to center + * multiload: filter-out non-local disks and user mounts<Paste> + * Other smaller changes. +- remove patch: + * mate-applets-gtk-3.20.patch: we don't support gtk3.20 anymore +- build require gtk >= 3.22, glib >= 2.50 and gio >= 2.50 + +------------------------------------------------------------------- +Sun May 12 18:13:56 UTC 2019 - Alexei Sorokin <[email protected]> + +- Update to version 1.22.1: + * Use g_list_free_full() convenience function. + * Fix use-after-free clang warning. + * help: Update copyright. + * help: Use XInclude instead of ENTITY for legal.xml. + * Assignment discards "const" qualifier from pointer target type. + * Make translatable documenters in about dialogue. + * Make translatable copyright info in about dialogue. + * Ensure proper translation of the about dialogue title. + * Update translations. + +------------------------------------------------------------------- +Tue Mar 5 15:19:33 UTC 2019 - [email protected] + +- Update to version 1.22.0: + * Remove unused png files. + * accessx-status: Fix another leak. + * Fix memory leak on accessx-status. + * sticky-notes: Fix a memory leak. + * timerapplet: Allow reseting timer when inactive. + * Avoid newly deprecated gtk_css_provider_get_default. + * Weather: Apply a widget name to the textview. + * weather: Add cssprovider for widget, not for screen. + * mateweather-dialog.c: Avoid deprecated + "gtk_widget_override_font". + * cpufreq: Stop a segfault with GTK+ 3.23. + * trash applet: Avoid deprecated "gtk_window_set_wmclass". + * cpufreq: Fix a -Wimplicit-function-declaration. + * trash: Fix a -Wincompatible-pointer-types warning. + * weather: Replace deprecated GtkAlignment. + * stickynotes: Replace deprecated gdk_error_trap_push/pop + functions. + * Replace deprecated gtk_menu_popup. + * multiload: Ignore priviledged mount points. + * Disable deprecation warnings for distcheck. + * Silent output when building. + * Update translations. +- Rebase mate-applets-gtk-3.20.patch. + +------------------------------------------------------------------- +Sat Dec 22 20:48:48 UTC 2018 - [email protected] + +- Update to version 1.20.3: + * Use make functions for HELP_LINGUAS. + * Netspeed Manual: Clean up. + * Manual: Linux and UNIX systems -> Linux and other Unix-like + systems. + * Use orderedlist to describe the steps to add the applet to a + panel. + * Manual: Fix Add to Panel dialogue title. + * Eyes Applet: Fix window title and factory name. + * Manual: OK -> Add (Add to Panel dialogue). + * trashapplet manual: Open Trash guimenuitem. + * Fix name of Eyes applet. + * Refer to the fstab(5) man page for more information. + * Fix url of ulink to point to mate-user-guide. + * Fix spelling and grammar mistakes. + * legal.xml. + * Cpufreq: Force the frequency label to render if frequencies are + not found right away. + * Cpufreq: Refactor to remove more GTK+2 leftovers. + * Cpufreq: Ensure frequency label always shows up if freq + selected. + * Update translations. + +------------------------------------------------------------------- +Thu Jun 5 11:44:33 UTC 2018 - [email protected] + +- Update to version 1.20.2: + * accessx: Convert icons from pixbuf to cairo surfaces. + * netspeed: Use theme icons instead of embedded. + * battstat: Load theme icons instead of pixmaps. + * Convert applet icons from pixbuf to surfaces. + * multiload: Solving type mismatch in g_settings_set_value. + * multiload: Only text formatting to prepare for real change. + * Update translations. + +------------------------------------------------------------------- Old: ---- mate-applets-1.20.1.tar.xz mate-applets-gtk-3.20.patch New: ---- mate-applets-1.23.0.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ mate-applets.spec ++++++ --- /var/tmp/diff_new_pack.tHvmvp/_old 2020-03-02 13:25:28.746651480 +0100 +++ /var/tmp/diff_new_pack.tHvmvp/_new 2020-03-02 13:25:28.746651480 +0100 @@ -1,7 +1,7 @@ # # spec file for package mate-applets # -# 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,32 +12,29 @@ # 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.23 Name: mate-applets -Version: 1.20.1 +Version: 1.23.0 Release: 0 Summary: A set of applets for the MATE Desktop License: GFDL-1.1-only AND 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 -# PATCH-FEATURE-OPENSUSE mate-applets-gtk-3.20.patch -- Restore GLib 2.48 and GTK+ 3.20 support. -Patch0: mate-applets-gtk-3.20.patch +URL: https://mate-desktop.org/ +Source: https://pub.mate-desktop.org/releases/%{_version}/%{name}-%{version}.tar.xz BuildRequires: fdupes BuildRequires: hicolor-icon-theme -BuildRequires: libxml2-python -BuildRequires: mate-common >= %{_version} +# set to _version when mate-common has an equal release +BuildRequires: mate-common >= 1.22 BuildRequires: pkgconfig BuildRequires: yelp-tools -BuildRequires: pkgconfig(NetworkManager) 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) >= 2.50 +BuildRequires: pkgconfig(glib-2.0) >= 2.50 +BuildRequires: pkgconfig(gtk+-3.0) >= 3.22 BuildRequires: pkgconfig(gtksourceview-3.0) BuildRequires: pkgconfig(gucharmap-2.90) BuildRequires: pkgconfig(libgtop-2.0) @@ -67,7 +64,6 @@ %prep %setup -q -%patch0 -p1 %build NOCONFIGURE=1 mate-autogen @@ -97,11 +93,7 @@ %endif %files -%if 0%{?suse_version} >= 1500 %license COPYING COPYING-DOCS -%else -%doc COPYING COPYING-DOCS -%endif %doc AUTHORS NEWS README %doc %{_datadir}/help/C/mate*/ %dir %{_sysconfdir}/sound/ ++++++ mate-applets-1.20.1.tar.xz -> mate-applets-1.23.0.tar.xz ++++++ /work/SRC/openSUSE:Leap:15.2/mate-applets/mate-applets-1.20.1.tar.xz /work/SRC/openSUSE:Leap:15.2/.mate-applets.new.26092/mate-applets-1.23.0.tar.xz differ: char 25, line 1
