Hello community, here is the log from the commit of package gnome-terminal for openSUSE:Factory checked in at 2016-03-29 14:30:47 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/gnome-terminal (Old) and /work/SRC/openSUSE:Factory/.gnome-terminal.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gnome-terminal" Changes: -------- --- /work/SRC/openSUSE:Factory/gnome-terminal/gnome-terminal.changes 2015-11-12 19:34:40.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.gnome-terminal.new/gnome-terminal.changes 2016-03-29 14:30:48.000000000 +0200 @@ -1,0 +2,84 @@ +Thu Mar 17 16:38:02 UTC 2016 - [email protected] + +- Update to version 3.19.92: + + Updated translations. + +------------------------------------------------------------------- +Tue Mar 1 12:29:22 UTC 2016 - [email protected] + +- Update to version 3.19.91: + + Bugs fixed: bgo#732128, bgo#734875, bgo#747316, bgo#756038, + rh#1310892. + + Updated translations. + +------------------------------------------------------------------- +Thu Feb 18 22:01:52 UTC 2016 - [email protected] + +- Due to pcre2 support beeing disabled in vte, disable + pkconfig(pcre-2.8) BuildRequires, and pass --without-pcre2 to + configure. + +------------------------------------------------------------------- +Tue Feb 16 23:03:44 UTC 2016 - [email protected] + +- Update to version 3.19.90: + + search: Revert to using a window instead of a popover. + + profile: + - Increase maximum of default column prefs. + - Don't compare alpha colour components. + - Add cursor colour prefs. + - editor: + . Add highlight colour prefs. + . Make it clearer what the colour pickers select. + . Don't compare alpha colour components. + . Unset colour alpha component. + . Add cursor colour prefs. + . Try to fix the UI file. + . Use new show-editor property on GtkColorButton. + + client: + - legacy: + . Reimplement deprecated --title option. + . --geometry option is unsupported on gtk+ >= 3.19.5. + + window: Try again to find and fix a clipboard related crash. + + util: + . Fix compilation error in previous commit. + . Unset colour alpha component. + + screen: Don't use extra colours when using theme colors. + + Add more appdata. + + Updated translations. + +------------------------------------------------------------------- +Fri Feb 12 11:46:50 UTC 2016 - [email protected] + +- Add pkgconfig(libpcre2-8) BuildRequires and stop passing + --without-pcre2 to configure. +- Alter how we run %suse_update_desktop_file macro, upstream now + ships a correct .desktop file. +- Drop disabled patch gnome-terminal-dark-theme.patch: Dark theme + restored upstream, so no longer needed. + +------------------------------------------------------------------- +Fri Feb 12 08:54:56 UTC 2016 - [email protected] + +- Update to version 3.19.2: + + Bugs fixed: bgo#711059, bgo#755825, bgo#757314, bgo#757512. + + Updated translations. +- Drop appdata-tools BuildRequires: validating the appdata's + validity is upstreams task. + +------------------------------------------------------------------- +Mon Dec 21 14:51:48 UTC 2015 - [email protected] + +- Drop BuildRequires(gtk-2.0), we don't need gtk-builder-convert + anymore. +- Enable back gconf2 migration code when building package for SLE + and disable gconf2 BuildRequires when building for openSUSE. + +------------------------------------------------------------------- +Mon Nov 23 23:57:18 UTC 2015 - [email protected] + +- Update to version 3.19.1: + + Updated translations. +- Pass --without-pcre2 to configure, we are missing it in openSUSE + +------------------------------------------------------------------- Old: ---- gnome-terminal-3.18.2.tar.xz gnome-terminal-dark-theme.patch New: ---- gnome-terminal-3.19.92.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gnome-terminal.spec ++++++ --- /var/tmp/diff_new_pack.IJnZvA/_old 2016-03-29 14:30:49.000000000 +0200 +++ /var/tmp/diff_new_pack.IJnZvA/_new 2016-03-29 14:30:49.000000000 +0200 @@ -1,7 +1,7 @@ # # spec file for package gnome-terminal # -# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,21 +17,18 @@ Name: gnome-terminal -Version: 3.18.2 +Version: 3.19.92 Release: 0 Summary: GNOME Terminal License: GPL-3.0+ and LGPL-2.1+ Group: System/X11/Terminals Url: http://www.gnome.org -Source: http://download.gnome.org/sources/gnome-terminal/3.18/%{name}-%{version}.tar.xz -BuildRequires: appdata-tools -BuildRequires: fdupes +Source: http://download.gnome.org/sources/gnome-terminal/3.19/%{name}-%{version}.tar.xz # PATCH-FEATURE-OPENSUSE gnome-terminal-transparency.patch [email protected] -- Allow gnome-terminal to have transparent windows Patch100: gnome-terminal-transparency.patch # PATCH-FEATURE-OPENSUSE gnome-terminal-transparency-fix-for-broken-themes.patch [email protected] -- Ensure the window is always painted Patch101: gnome-terminal-transparency-fix-for-broken-themes.patch -# PATCH-FEATURE-OPENSUSE gnome-terminal-dark-theme.patch [email protected] -- Allow gnome-terminal to have dark theme preferance. -Patch102: gnome-terminal-dark-theme.patch +BuildRequires: fdupes # Needed for search provider. It should not be needed in my opionion, we have to take this up with upstream, or just provide search provider interface definition file as source. BuildRequires: gnome-shell BuildRequires: intltool >= 0.50.0 @@ -42,21 +39,26 @@ BuildRequires: vala >= 0.26 BuildRequires: yelp-tools BuildRequires: pkgconfig(dconf) >= 0.12.0 +%if 0%{?sle_version} BuildRequires: pkgconfig(gconf-2.0) >= 2.31.3 +%endif BuildRequires: pkgconfig(gio-2.0) >= 2.34.0 BuildRequires: pkgconfig(glib-2.0) >= 2.42.0 BuildRequires: pkgconfig(gsettings-desktop-schemas) -# for gtk-builder-convert -BuildRequires: pkgconfig(gtk+-2.0) -BuildRequires: pkgconfig(gtk+-3.0) >= 3.10.0 +BuildRequires: pkgconfig(gtk+-3.0) >= 3.19.8 BuildRequires: pkgconfig(libnautilus-extension) >= 3.0.0 +# Temp disabled as pcre support in vte got disabled, NB when reenabling, make sure to remove --without-pcre2 from configure. +#BuildRequires: pkgconfig(libpcre2-8) >= 10.00 BuildRequires: pkgconfig(uuid) -BuildRequires: pkgconfig(vte-2.91) >= 0.42.1 +BuildRequires: pkgconfig(vte-2.91) >= 0.43.91 BuildRequires: pkgconfig(x11) Recommends: %{name}-lang Obsoletes: gnome-core BuildRoot: %{_tmppath}/%{name}-%{version}-build Requires(pre): filesystem +%if 0%{?sle_version} +Requires(pre): gconf2 +%endif %description This package provides the GNOME terminal emulator application. @@ -88,7 +90,6 @@ %setup -q #patch100 -p1 #patch101 -p1 -#patch102 -p1 translation-update-upstream %build @@ -96,7 +97,10 @@ #autoreconf -fiv %configure \ --disable-static \ + --without-pcre2 \ +%if !0%{?sle_version} --disable-migration \ +%endif --with-gtk=3.0 \ --with-nautilus-extension make %{?_smp_mflags} @@ -104,7 +108,7 @@ %install %make_install find %{buildroot}%{_libdir} -type f -name '*.la' -delete -print -%suse_update_desktop_file -N "GNOME Terminal" -G "Terminal" %{name} TerminalEmulator +%suse_update_desktop_file org.gnome.Terminal %find_lang %{name} %{?no_lang_C} %fdupes %{buildroot} @@ -125,9 +129,12 @@ %doc %{_datadir}/help/C/%{name}/ %{_bindir}/gnome-terminal %dir %{_datadir}/appdata -%{_datadir}/appdata/gnome-terminal.appdata.xml -%{_datadir}/applications/gnome-terminal.desktop +%{_datadir}/appdata/org.gnome.Terminal.appdata.xml +%{_datadir}/applications/org.gnome.Terminal.desktop %{_libexecdir}/gnome-terminal-server +%if 0%{?sle_version} +%{_libexecdir}/gnome-terminal-migration +%endif %{_datadir}/dbus-1/services/org.gnome.Terminal.service %{_datadir}/glib-2.0/schemas/org.gnome.Terminal.gschema.xml @@ -138,6 +145,7 @@ %files -n nautilus-extension-terminal %defattr(-,root,root) %{_libdir}/nautilus/extensions-3.0/libterminal-nautilus.so +%{_datadir}/appdata/org.gnome.Terminal.Nautilus.appdata.xml %files lang -f %{name}.lang ++++++ gnome-terminal-3.18.2.tar.xz -> gnome-terminal-3.19.92.tar.xz ++++++ ++++ 83724 lines of diff (skipped)
