Hello community, here is the log from the commit of package xfce4-terminal for openSUSE:Factory checked in at 2016-08-12 15:43:37 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/xfce4-terminal (Old) and /work/SRC/openSUSE:Factory/.xfce4-terminal.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "xfce4-terminal" Changes: -------- --- /work/SRC/openSUSE:Factory/xfce4-terminal/xfce4-terminal.changes 2013-12-30 10:48:12.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.xfce4-terminal.new/xfce4-terminal.changes 2016-08-12 15:43:44.000000000 +0200 @@ -1,0 +2,61 @@ +Wed Aug 10 20:48:58 UTC 2016 - [email protected] + +- Update to 0.6.90. + * Migrate to GTK+3/VTE3. + * Fix closing wrong tabs with Ctrl+Shift+W. + * Make close tab shortcut work for single tab. + * Add Ctrl+Shift+PgUp/PgDn shortcuts to move tabs left/right. + * Add support for unlimited scrollback. + * Fix actions applied to wrong tab after closing another one. + * Update intltool. + * Add Ctrl+Shift+S hotkey to set title. + * Expose MiscTabCloseMiddleClick option to Preferences. + * Fix terminal window not moved to foreground when using --tab + option. + * Respect Display window borders setting in drop-down mode. + * Apply opacity setting by chaging background color alpha value. + * Prevent characters from being hidden by block cursor. + * Fix in drop-down mode, "100% width" isn't really 100%. + * Add ShortcutsNoHelpkey option to disable F1 (help) shortcut key + and expose it to Preferences. + * Add support for magnet links. + * Expose MiscMouseAutohide option to Preferences. + * Fix terminal crash when starting with --geometry. + * Add ability to zoom in/out by pressing Ctrl +/-; add --font and + --zoom command line options. + * Expand zoom level. + * Add hidden option MiscMiddleClickOpensUri to control whether + middle click opens URI: if FALSE, Ctrl + left click is used for + that; default is FALSE. + * Fix compilation for vte < 0.44. + * Remove emulation setting and input methods menu as they are not + supported by vte. + * Do not allow creating multiple Set Title dialog windows. + * Remove Help button and add icon to Close button in Set Title + dialog. + * Add an icon to the search dialog close button. + * Rename UI setting from Transparency to Opacity. + * Update terminal website address in the About dialog. + * Fix crash on moving a tab from one window to another. + * Add tooltip for the Find toolbar button. + * Add setting to allow cursor blinking to Preferences. + * Add setting to change cursor shape to Preferences. + * Fix typo in the preferences dialog. + * Add some new encodings taken from gnome-terminal. + * Fix crash on setting encoding. + * Fix detach tab functionality with GTK>=3.16. + * Fix segfault when right/middle click on tab bar. + * Translation updates: Arabic, Asturian, Bulgarian, Catalan, + Chinese (China), Chinese (Taiwan), Croatian, Czech, Danish, + Dutch, English (Australia), Esperanto, Finnish, French, German, + Greek, Hebrew, Hungarian, Icelandic, Indonesian, Italian, + Japanese, Kazakh, Korean, Lithuanian, Malay, Norwegian Bokmål, + Polish, Portuguese, Portuguese (Brazil), Romanian, Russian, + Serbian, Slovak, Slovenian, Spanish, Swedish, Thai, Turkish, + Ukrainian. +- Change BuildRequires: pkgconfig(gtk+-3.0), pkgconfig(vte-2.91). +- Remove BuildRequires: fdupes, update-desktop-files. +- Don't install ChangeLog (it is useless). +- Clean up the spec. + +------------------------------------------------------------------- Old: ---- xfce4-terminal-0.6.3.tar.bz2 New: ---- xfce4-terminal-0.6.90.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ xfce4-terminal.spec ++++++ --- /var/tmp/diff_new_pack.RyLfZl/_old 2016-08-12 15:43:45.000000000 +0200 +++ /var/tmp/diff_new_pack.RyLfZl/_new 2016-08-12 15:43:45.000000000 +0200 @@ -1,7 +1,7 @@ # # spec file for package xfce4-terminal # -# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2012 Guido Berhoerster. # # All modifications and additions to the file contributed by third parties @@ -18,27 +18,22 @@ Name: xfce4-terminal -Version: 0.6.3 +Version: 0.6.90 Release: 0 Summary: Terminal Emulator for the Xfce Desktop Environment License: GPL-2.0+ Group: System/X11/Terminals Url: http://docs.xfce.org/apps/terminal/start Source0: http://archive.xfce.org/src/apps/xfce4-terminal/0.6/%{name}-%{version}.tar.bz2 -BuildRequires: fdupes BuildRequires: intltool -BuildRequires: update-desktop-files +BuildRequires: pkgconfig BuildRequires: pkgconfig(dbus-glib-1) BuildRequires: pkgconfig(exo-1) -BuildRequires: pkgconfig(gio-2.0) -BuildRequires: pkgconfig(gtk+-2.0) -BuildRequires: pkgconfig(libxfce4ui-1) -BuildRequires: pkgconfig(vte) +BuildRequires: pkgconfig(gtk+-3.0) +BuildRequires: pkgconfig(libxfce4ui-2) +BuildRequires: pkgconfig(vte-2.91) +Recommends: %{name}-lang BuildRoot: %{_tmppath}/%{name}-%{version}-build -Recommends: %{name}-lang = %{version} -Provides: Terminal = %{version} -Obsoletes: Terminal < %{version} -Obsoletes: Terminal-doc < %{version} %description xfce4-terminal is a lightweight and easy to use terminal emulator for the Xfce @@ -48,32 +43,18 @@ compact mode where both the menubar and the window decorations are hidden which helps to save space on the desktop. -# expanded %%lang_package with Obsoletes/Provides added -%package lang -Summary: Languages for package %{name} -Group: System/Localization -Requires: %{name} = %{version} -Provides: %{name}-lang-all = %{version} -Supplements: packageand(bundle-lang-other:%{name}) -Provides: Terminal-lang = %{version} -Obsoletes: Terminal-lang < %{version} -BuildArch: noarch - -%description lang -Provides translations to the package %{name} +%lang_package %prep %setup -q %build %configure -make %{?_smp_mflags} V=1 +make %{?_smp_mflags} %install %make_install -%suse_update_desktop_file %{name} - # create a list of localized man directories, these need to be owned ( printf '%%%%defattr(-,root,root)\n' @@ -93,29 +74,19 @@ esac done ) >> %{name}.lang -%find_lang %{name} --with-man %{?no_lang_C} - -%fdupes %{buildroot}/%{_mandir} -%clean -rm -rf %{buildroot} - -%post -%desktop_database_post - -%postun -%desktop_database_postun +%find_lang %{name} --with-man %{?no_lang_C} %files %defattr(-,root,root) -%doc README ChangeLog COPYING AUTHORS HACKING NEWS THANKS +%doc AUTHORS COPYING HACKING NEWS README THANKS %{_bindir}/xfce4-terminal %dir %{_datadir}/xfce4 %{_datadir}/xfce4/terminal %{_datadir}/applications/xfce4-terminal.desktop %dir %{_datadir}/gnome-control-center %{_datadir}/gnome-control-center/default-apps -%doc %{_mandir}/man1/xfce4-terminal.1* +%{_mandir}/man1/xfce4-terminal.1* %files lang -f %{name}.lang ++++++ xfce4-terminal-0.6.3.tar.bz2 -> xfce4-terminal-0.6.90.tar.bz2 ++++++ ++++ 108673 lines of diff (skipped)
