Hello community, here is the log from the commit of package mate-terminal for openSUSE:Factory checked in at 2020-03-03 10:17:03 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/mate-terminal (Old) and /work/SRC/openSUSE:Factory/.mate-terminal.new.26092 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "mate-terminal" Tue Mar 3 10:17:03 2020 rev:25 rq:780541 version:1.24.0 Changes: -------- --- /work/SRC/openSUSE:Factory/mate-terminal/mate-terminal.changes 2019-07-31 14:35:49.001883977 +0200 +++ /work/SRC/openSUSE:Factory/.mate-terminal.new.26092/mate-terminal.changes 2020-03-03 10:18:11.314892220 +0100 @@ -1,0 +2,24 @@ +Wed Feb 26 19:38:40 UTC 2020 - Alexei Sorokin <sor.ale...@meowr.ru> + +- Update to version 1.24.0 (changes since 1.23.0): + * configure: Fix a typo in versioning. + * terminal-window: Avoid making new GSettings in every new window. + * terminal-window: Fix a memory leak. + * terminal-screen: Fix a warning when closing a window. + * Avoid NULL pointer dereference in terminal_screen_child_exited. + * Migrate from intltool to gettext. + * Set debug & warning flags using new mate-common macros. + * build: Use ENABLE_SKEY for setting AC_CONFIG_FILES and + mate_terminal_LDADD. + * terminal-app: Remove -Wdiscarded-qualifiers warnings. + * terminal-window: Suppress GtkAction warnings. + * terminal-tabs-menu: Suppress GtkAction warnings. + * Avoid g_type_class_add_private. + * terminal-window: "utilities-terminal" icon with + "Open Terminal". + * terminal-encoding: Use settings_global variable. + * Fix build using the -fno-common flag. + * Update translations. +- Drop support for old openSUSE versions. + +------------------------------------------------------------------- Old: ---- mate-terminal-1.23.0.tar.xz New: ---- mate-terminal-1.24.0.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ mate-terminal.spec ++++++ --- /var/tmp/diff_new_pack.HTDi97/_old 2020-03-03 10:18:12.134893916 +0100 +++ /var/tmp/diff_new_pack.HTDi97/_new 2020-03-03 10:18:12.138893924 +0100 @@ -1,7 +1,7 @@ # # spec file for package mate-terminal # -# Copyright (c) 2019 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 @@ -16,26 +16,24 @@ # -%define _version 1.23 +%define _version 1.24 Name: mate-terminal -Version: 1.23.0 +Version: 1.24.0 Release: 0 Summary: MATE Desktop terminal emulator License: GPL-3.0-or-later -Group: System/GUI/Other URL: https://mate-desktop.org/ Source: https://pub.mate-desktop.org/releases/%{_version}/%{name}-%{version}.tar.xz -# set to _version when mate-common has an equal release -BuildRequires: mate-common >= 1.22 +BuildRequires: mate-common >= %{_version} BuildRequires: pkgconfig BuildRequires: update-desktop-files BuildRequires: yelp-tools BuildRequires: pkgconfig(dbus-glib-1) BuildRequires: pkgconfig(dconf) -BuildRequires: pkgconfig(glib-2.0) >= 2.50 -BuildRequires: pkgconfig(gtk+-3.0) >= 3.22 +BuildRequires: pkgconfig(glib-2.0) +BuildRequires: pkgconfig(gtk+-3.0) BuildRequires: pkgconfig(sm) -BuildRequires: pkgconfig(vte-2.91) >= 0.44 +BuildRequires: pkgconfig(vte-2.91) Requires: gsettings-backend-dconf Recommends: %{name}-lang %glib2_gsettings_schema_requires @@ -50,31 +48,18 @@ %lang_package %prep -%autosetup -p1 +%setup -q %build NOCONFIGURE=1 mate-autogen %configure -make %{?_smp_mflags} V=1 +%make_build %install %make_install %find_lang %{name} %{?no_lang_C} %suse_update_desktop_file %{name} -# Axe out scrollkeeper stuff. -rm -rf %{buildroot}%{_localstatedir}/ - -%if 0%{?suse_version} < 1500 -%post -%desktop_database_post -%glib2_gsettings_schema_post - -%postun -%desktop_database_postun -%glib2_gsettings_schema_postun -%endif - %files %license COPYING %doc NEWS README ++++++ mate-terminal-1.23.0.tar.xz -> mate-terminal-1.24.0.tar.xz ++++++ ++++ 661122 lines of diff (skipped)