Hello community,

here is the log from the commit of package gnome-terminal for openSUSE:Factory 
checked in at 2014-05-05 21:15:53
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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    
2013-11-24 11:54:48.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.gnome-terminal.new/gnome-terminal.changes       
2014-05-05 21:17:04.000000000 +0200
@@ -1,0 +2,60 @@
+Mon Mar 24 15:39:20 UTC 2014 - [email protected]
+
+- Update to version 3.12.0:
+  + Build fixes.
+  + Docs fixes (bgo#725252).
+  + Add appdata file (bgo#708448).
+  + Updated translations.
+- Add appdata-tools BuildRequires: new dependency to validate the
+  appdata files.
+
+-------------------------------------------------------------------
+Wed Feb 19 22:15:42 UTC 2014 - [email protected]
+
+- Update to version 3.11.3:
+  + terminal-app: Use correct variable for search provider.
+  + Updated translations.
+- Add gnome-shell BuildRequires: Needed to build search provider.
+
+-------------------------------------------------------------------
+Tue Feb 18 21:56:54 UTC 2014 - [email protected]
+
+- Update to version 3.11.2:
+  + client: legacy: We use application IDs instead of bus names.
+  + terminal-nautilus: initiate ssh with -t.
+  + all: Do not use '&s' format with g_variant_get.
+  + screen:
+    - Fix word-chars setting.
+    - Allow getting the name of the current foreground process.
+    - Allow man: links containing hyphens.
+    - Add API to map UUIDs to screens.
+    - container:
+      . Use a GtkOverlay for the info bar.
+      . Remove scrolled window code.
+      . Fix parent class.
+  + profile: Add rewrap-on-resize.
+  + build:
+    - Drop support for dconf 0.12.
+    - help: Use no-lc-dist yelp.
+  + server: Add a search provider.
+  + app: Add setting to disable shell integration.
+  + accels: Add find items to accel editor.
+  + Remove last bits of GTK_STOCK.
+  + Replace deprecated mallard markup and namespace.
+  + Updated translations.
+- Create new subpackae gnome-shell-search-provider-gnome-terminal,
+  containing the new GNOME Shell search provider.
+
+-------------------------------------------------------------------
+Wed Nov 20 16:04:13 UTC 2013 - [email protected]
+
+- Update to version 3.11.0:
+  + Build fixes.
+  + Code cleanup.
+  + Let applications handle clicks in mouse tracking mode
+    (bgo#13299).
+  + Remove 'visible when necessary' pref value (bgo#712331).
+  + Documentation fixes (bgo#711164).
+  + Updated translations.
+
+-------------------------------------------------------------------

Old:
----
  gnome-terminal-3.10.2.tar.xz

New:
----
  gnome-terminal-3.12.0.tar.xz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ gnome-terminal.spec ++++++
--- /var/tmp/diff_new_pack.A2hcoG/_old  2014-05-05 21:17:05.000000000 +0200
+++ /var/tmp/diff_new_pack.A2hcoG/_new  2014-05-05 21:17:05.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package gnome-terminal
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products 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,15 +17,18 @@
 
 
 Name:           gnome-terminal
-Version:        3.10.2
+Version:        3.12.0
 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.10/%{name}-%{version}.tar.xz
+Source:         
http://download.gnome.org/sources/gnome-terminal/3.12/%{name}-%{version}.tar.xz
+BuildRequires:  appdata-tools
 BuildRequires:  fdupes
-BuildRequires:  intltool
+# 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
 BuildRequires:  translation-update-upstream
 BuildRequires:  update-desktop-files
 BuildRequires:  yelp-tools
@@ -36,10 +39,10 @@
 BuildRequires:  pkgconfig(gsettings-desktop-schemas)
 # for gtk-builder-convert
 BuildRequires:  pkgconfig(gtk+-2.0)
-BuildRequires:  pkgconfig(gtk+-3.0) >= 3.6.9
+BuildRequires:  pkgconfig(gtk+-3.0) >= 3.9.9
 BuildRequires:  pkgconfig(libnautilus-extension) >= 3.0.0
 BuildRequires:  pkgconfig(uuid)
-BuildRequires:  pkgconfig(vte-2.90) >= 0.34.9
+BuildRequires:  pkgconfig(vte-2.90) >= 0.36.0
 BuildRequires:  pkgconfig(x11)
 Recommends:     %{name}-lang
 Obsoletes:      gnome-core
@@ -50,13 +53,23 @@
 %description
 This package provides the GNOME terminal emulator application.
 
+%package -n gnome-shell-search-provider-gnome-terminal
+Summary:        GNOME Terminal -- Search Provider for GNOME Shell
+Group:          System/X11/Terminals
+Supplements:    packageand(gnome-shell:%{name})
+Requires:       %{name} = %{version}
+
+%description -n gnome-shell-search-provider-gnome-terminal
+This package contains a search provider to enable GNOME Shell to get
+search results from GNOME Terminal.
+
 %package -n nautilus-extension-terminal
 Summary:        Nautilus Extension to Open Terminal in Folders
 Group:          System/GUI/GNOME
 Supplements:    packageand(nautilus:%{name})
 # nautilus-open-terminal was merged into gnome-terminal source during 3.9 
development.
 Provides:       nautilus-open-terminal = %{version}
-Obsoletes:      nautilus-open-terminal <= %{version}
+Obsoletes:      nautilus-open-terminal < %{version}
 
 %description -n nautilus-extension-terminal
 This is a nautilus extension that allows you to open a terminal in
@@ -97,12 +110,18 @@
 %doc AUTHORS COPYING ChangeLog NEWS
 %doc %{_datadir}/help/C/%{name}/
 %{_bindir}/gnome-terminal
+%dir %{_datadir}/appdata
+%{_datadir}/appdata/gnome-terminal.appdata.xml
 %{_datadir}/applications/gnome-terminal.desktop
 %{_libexecdir}/gnome-terminal-migration
 %{_libexecdir}/gnome-terminal-server
 %{_datadir}/dbus-1/services/org.gnome.Terminal.service
 %{_datadir}/glib-2.0/schemas/org.gnome.Terminal.gschema.xml
 
+%files -n gnome-shell-search-provider-gnome-terminal
+%defattr (-, root, root)
+%{_datadir}/gnome-shell/search-providers/gnome-terminal-search-provider.ini
+
 %files -n nautilus-extension-terminal
 %defattr(-,root,root)
 %{_libdir}/nautilus/extensions-3.0/libterminal-nautilus.so

++++++ gnome-terminal-3.10.2.tar.xz -> gnome-terminal-3.12.0.tar.xz ++++++
++++ 184369 lines of diff (skipped)

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to