Hello community, here is the log from the commit of package mate-terminal for openSUSE:Leap:15.2 checked in at 2020-03-06 12:39:33 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Leap:15.2/mate-terminal (Old) and /work/SRC/openSUSE:Leap:15.2/.mate-terminal.new.26092 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "mate-terminal" Fri Mar 6 12:39:33 2020 rev:16 rq:781496 version:1.24.0 Changes: -------- --- /work/SRC/openSUSE:Leap:15.2/mate-terminal/mate-terminal.changes 2020-01-30 06:08:44.414475787 +0100 +++ /work/SRC/openSUSE:Leap:15.2/.mate-terminal.new.26092/mate-terminal.changes 2020-03-06 12:42:05.442786871 +0100 @@ -2 +2,90 @@ -Mon Jan 13 12:45:38 UTC 2020 - Jonathan Brielmaier <[email protected]> +Wed Feb 26 19:38:40 UTC 2020 - Alexei Sorokin <[email protected]> + +- 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. + +------------------------------------------------------------------- +Thu Jul 18 12:39:42 UTC 2019 - Jonathan Brielmaier <[email protected]> + +- Update to version 1.23.0: + * Update translations + * make "highlighting things under mouse pointer" configurable + * Ensure proper translation of the about dialog title + * Make translatable the copyright info in about dialog + * Upgrade the manual to docbook 5.0 + * warning: Value stored to 'screen_number' is never read + * Use gresources for about_DATA, uimanager_DATA & builder_DATA + * Retain copied selection when changing tabs +- remove patch: + * mate-terminal-gtk-3.20.patch: we don't support gtk3.20 anymore +- build require gtk >= 3.22 and glib >= 2.50 + +------------------------------------------------------------------- +Sun May 12 18:13:56 UTC 2019 - Alexei Sorokin <[email protected]> + +- Update to version 1.22.1: + * Show confirmation dialogue if there are multiple open tabs on + closing. + * about: Update copyright. + * Explicitly enable bright bold to match new VTE versions. + * help: Update copyright. + * Update translations. + +------------------------------------------------------------------- +Tue Mar 5 15:19:33 UTC 2019 - [email protected] + +- Update to version 1.22.0: + * term-screen: Avoid deprecated + gtk_style_context_get_background_color. + * terminal-screen: Avoid deprecated vte_terminal_spawn_sync. + * terminal-window: Avoid deprecated vte_terminal_copy_clipboard. + * terminal-app: Avoid gtk_dialog_add_buttons with stock ids. + * terminal-profile: Fix memory leaks. + * terminal-screen: Avoid deprecated "g_settings_list_schemas". + * terminal-window: Fix warnings with menu popup. + * terminal-window: Replace deprecated gtk_menu_popup. + * Avoid deprecated GtkStock. + * Remove unused files in help dir. + * Remove generated files. + * Add update-authors.pl which helps to update terminal.about. + * Drop umtp suport. + * Help - Window title when MATE Terminal is started for first + time. + * Help - alternative text for tabbed window picture. + * Help - TERM=xterm-256color. + * eggsmclient: Avoid deprecated g_type_class_add_private. + * src/terminal-screen.c: Set TERM to 'xterm-256color' (instead of + just 'xterm'). + * Move appdata to the metainfo/ directory. + * Update translations. +- Rebase mate-terminal-gtk-3.20.patch. + +------------------------------------------------------------------- +Mon Dec 24 15:02:12 UTC 2018 - [email protected] + +- Update to version 1.20.2: + * Disable deprecation warnings for distcheck. + * Use make functions for HELP_LINGUAS. + * Replace -Dokumentationsprojekt with Documentation Project. + * Update translations. + +------------------------------------------------------------------- +Mon Jun 18 21:00:15 UTC 2018 - [email protected] @@ -5,2 +94,2 @@ - * terminal-window: Fix Session dbus daemon saturated (fixes boo#1160686) - * Translation updates. + * terminal-window: Fix Session dbus daemon saturated. + * Update translations. Old: ---- mate-terminal-1.20.1.tar.xz mate-terminal-gtk-3.20.patch New: ---- mate-terminal-1.24.0.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ mate-terminal.spec ++++++ --- /var/tmp/diff_new_pack.80I6DT/_old 2020-03-06 12:42:06.934787777 +0100 +++ /var/tmp/diff_new_pack.80I6DT/_new 2020-03-06 12:42:06.962787795 +0100 @@ -1,7 +1,7 @@ # # spec file for package mate-terminal # -# 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,31 +12,28 @@ # 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-terminal -Version: 1.20.1 +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: http://pub.mate-desktop.org/releases/%{_version}/%{name}-%{version}.tar.xz -# PATCH-FEATURE-OPENSUSE eom-gtk-3.20.patch -- Restore GLib 2.48, GTK+ 3.20 and VTE 0.44 support. -Patch0: mate-terminal-gtk-3.20.patch +URL: https://mate-desktop.org/ +Source: https://pub.mate-desktop.org/releases/%{_version}/%{name}-%{version}.tar.xz 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.48 -BuildRequires: pkgconfig(gtk+-3.0) >= 3.20 +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 @@ -52,40 +49,26 @@ %prep %setup -q -%patch0 -p1 %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 -%doc COPYING NEWS README +%license COPYING +%doc NEWS README %{_bindir}/%{name} %{_bindir}/%{name}.wrapper -%{_datadir}/%{name}/ %{_datadir}/glib-2.0/schemas/*.xml %{_datadir}/applications/%{name}.desktop -%dir %{_datadir}/appdata/ -%{_datadir}/appdata/%{name}.appdata.xml +%dir %{_datadir}/metainfo/ +%{_datadir}/metainfo/%{name}.appdata.xml %{_mandir}/man?/%{name}.?%{?ext_man} %{_datadir}/help/C/%{name} ++++++ mate-terminal-1.20.1.tar.xz -> mate-terminal-1.24.0.tar.xz ++++++ ++++ 803563 lines of diff (skipped)
