r47760 - in /desktop/experimental/vte2.91/debian: changelog control control.in

smcv at users.alioth.debian.org smcv at users.alioth.debian.org
Fri Apr 1 08:54:54 UTC 2016


Author: smcv
Date: Fri Apr  1 08:54:53 2016
New Revision: 47760

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=47760
Log:
* Team upload
* Force compilation against Gtk 3.20 to fix VteTerminal CSS selector
  resulting in incorrect padding and, indirectly, off-by-one resizing
  (GNOME #763538)

Modified:
    desktop/experimental/vte2.91/debian/changelog
    desktop/experimental/vte2.91/debian/control
    desktop/experimental/vte2.91/debian/control.in

Modified: desktop/experimental/vte2.91/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/vte2.91/debian/changelog?rev=47760&op=diff
==============================================================================
--- desktop/experimental/vte2.91/debian/changelog	[utf-8] (original)
+++ desktop/experimental/vte2.91/debian/changelog	[utf-8] Fri Apr  1 08:54:53 2016
@@ -1,3 +1,12 @@
+vte2.91 (0.44.0-2) experimental; urgency=medium
+
+  * Team upload
+  * Force compilation against Gtk 3.20 to fix VteTerminal CSS selector
+    resulting in incorrect padding and, indirectly, off-by-one resizing
+    (GNOME #763538)
+
+ -- Simon McVittie <smcv at debian.org>  Fri, 01 Apr 2016 09:20:24 +0100
+
 vte2.91 (0.44.0-1) unstable; urgency=medium
 
   * New upstream release.

Modified: desktop/experimental/vte2.91/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/vte2.91/debian/control?rev=47760&op=diff
==============================================================================
--- desktop/experimental/vte2.91/debian/control	[utf-8] (original)
+++ desktop/experimental/vte2.91/debian/control	[utf-8] Fri Apr  1 08:54:53 2016
@@ -15,7 +15,7 @@
                libglib2.0-dev (>= 2.40.0),
                libpango1.0-dev (>= 1.22.0),
                libpcre2-dev (>= 10.21),
-               libgtk-3-dev (>= 3.16),
+               libgtk-3-dev (>= 3.20),
                libgnutls28-dev (>= 3.2.7),
                libxml2-utils,
                gobject-introspection (>= 0.9.12-4~),

Modified: desktop/experimental/vte2.91/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/vte2.91/debian/control.in?rev=47760&op=diff
==============================================================================
--- desktop/experimental/vte2.91/debian/control.in	[utf-8] (original)
+++ desktop/experimental/vte2.91/debian/control.in	[utf-8] Fri Apr  1 08:54:53 2016
@@ -11,7 +11,7 @@
                libglib2.0-dev (>= 2.40.0),
                libpango1.0-dev (>= 1.22.0),
                libpcre2-dev (>= 10.21),
-               libgtk-3-dev (>= 3.16),
+               libgtk-3-dev (>= 3.20),
                libgnutls28-dev (>= 3.2.7),
                libxml2-utils,
                gobject-introspection (>= 0.9.12-4~),




More information about the pkg-gnome-commits mailing list