Hello community,

here is the log from the commit of package vte for openSUSE:Factory checked in 
at 2016-03-29 14:44:10
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/vte (Old)
 and      /work/SRC/openSUSE:Factory/.vte.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "vte"

Changes:
--------
--- /work/SRC/openSUSE:Factory/vte/vte.changes  2016-02-23 16:54:02.000000000 
+0100
+++ /work/SRC/openSUSE:Factory/.vte.new/vte.changes     2016-03-29 
14:44:12.000000000 +0200
@@ -1,0 +2,98 @@
+Tue Mar 22 10:45:05 UTC 2016 - [email protected]
+
+- Update to version 0.44.0:
+  + No changes, version bump only.
+
+-------------------------------------------------------------------
+Tue Mar 15 14:58:45 UTC 2016 - [email protected]
+
+- Update to version 0.43.92:
+  + Bugs fixed: bgo#756141, bgo#762963, bgo#763538.
+
+-------------------------------------------------------------------
+Tue Mar  1 18:24:35 UTC 2016 - [email protected]
+
+- Update to version 0.43.91:
+  + widget: Don't deselect when updating the clipboard
+    (bgo#762446).
+
+-------------------------------------------------------------------
+Thu Feb 18 19:49:41 UTC 2016 - [email protected]
+
+- Update to version 0.43.90:
+  + docs: Fix the build.
+  + regex: Disable PCRE2 for 0.44.
+  + pty:
+    - Set COLORTERM variable.
+    - Comment cleanup.
+  + vtegtk: use CSS name for widget style.
+  + lib:
+    - Add some missing includes.
+    - Move all colour defines to the same place.
+    - Remove private header.
+    - Remove VteTerminalPrivate from public headers.
+    - Build fix.
+    - Remove unused prototypes.
+    - Remove accidentally committed debug spew.
+  + build:
+    - Update C++ version check macros from autoconf archive.
+    - print version of libpcre2-8 when not found.
+  + widget:
+    - Change function name.
+    - Rename instance members.
+    - Move some methods to VteTerminalPrivate.
+    - Correct comment.
+    - Fix check for changed screen in process_incoming.
+  + a11y: Move code into the only caller.
+  + app: Fix return value.
+  + emulation: Track the cursor separately for the two screens.
+- Disable pkgconfig(libpcre2-8) BuildRequires: Upstream removed it
+  again for this release, leaving it in place since it is said to
+  be back next release round.
+
+-------------------------------------------------------------------
+Fri Feb 12 00:43:04 UTC 2016 - [email protected]
+
+- Bump BuildRequires to gtk+ 3.16, which is required to build vte
+  test application.
+
+-------------------------------------------------------------------
+Fri Feb 12 00:43:03 UTC 2016 - [email protected]
+
+- Update to version 0.43.2:
+  + emulation: Fix stupid typo.
+
+-------------------------------------------------------------------
+Fri Feb 12 00:43:02 UTC 2016 - [email protected]
+
+- Upadte to version 0.43.1:
+  + widget:
+    - Add debug output when setting geometry hints.
+    - Document how to scroll a VteTerminal (bgo#760718).
+    - Don't make the VteTerminal app paintable.
+    - Fix missing braces.
+    - Fix crash when destroyed while waiting for clipboard text.
+  + a11y: Use VteTerminal private data directly.
+  + Bugs fixed: bgo#760635, bgo#734920, bgo#759346, bgo#759314,
+    bgo#759196, bgo#759197, bgo#759054, bgo#726191, bgo#747046,
+    bgo#741402, bgo#688456, bgo#695011, bgo#758501.
+  + Updated translations.
+
+-------------------------------------------------------------------
+Fri Feb 12 00:43:00 UTC 2016 - [email protected]
+
+- Update to version 0.43.0:
+  + doc: Fix vte-regex's section.
+  + widget:
+    - Implement smooth scrolling.
+    - Filter out most of the control characters when pasting.
+  + vteapp: Fix option.
+  + regex:
+    - Fix crash on match_check.
+    - Don't expose PCRE2 in the API.
+    - Forbid \C in regexes.
+    - Fix row number in the new vte_terminal_event_* methods.
+    - Fix parameter name in documentation.
+- Add pkgconfig(libpcre2-8) BuildRequires: New optional dependency.
+
+-------------------------------------------------------------------

Old:
----
  vte-0.42.4.tar.xz

New:
----
  vte-0.44.0.tar.xz

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

Other differences:
------------------
++++++ vte.spec ++++++
--- /var/tmp/diff_new_pack.CWeuwY/_old  2016-03-29 14:44:13.000000000 +0200
+++ /var/tmp/diff_new_pack.CWeuwY/_new  2016-03-29 14:44:13.000000000 +0200
@@ -24,12 +24,12 @@
 Name:           vte
 %define _name   vte
 Url:            http://www.gnome.org
-Version:        0.42.4
+Version:        0.44.0
 Release:        0
 Summary:        Terminal Emulator Library
 License:        LGPL-2.0 and GPL-2.0+
 Group:          Development/Libraries/GNOME
-Source:         
http://download.gnome.org/sources/vte/0.42/%{_name}-%{version}.tar.xz
+Source:         
http://download.gnome.org/sources/vte/0.44/%{_name}-%{version}.tar.xz
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
 BuildRequires:  gobject-introspection-devel
@@ -41,7 +41,9 @@
 BuildRequires:  pkgconfig(glib-2.0) >= 2.40.0
 BuildRequires:  pkgconfig(gnutls) >= 3.2.7
 BuildRequires:  pkgconfig(gobject-2.0)
-BuildRequires:  pkgconfig(gtk+-3.0) >= 3.8.0
+BuildRequires:  pkgconfig(gtk+-3.0) >= 3.16.0
+# This got reverted just before release, please re-enable once version > 0.44.x
+#BuildRequires:  pkgconfig(libpcre2-8)
 BuildRequires:  pkgconfig(pango) >= 1.22.0
 BuildRequires:  pkgconfig(vapigen) >= 0.18
 BuildRequires:  pkgconfig(zlib)

++++++ vte-0.42.4.tar.xz -> vte-0.44.0.tar.xz ++++++
++++ 46375 lines of diff (skipped)


Reply via email to