Hello community,

here is the log from the commit of package vte for openSUSE:Factory checked in 
at 2015-10-06 16:33:46
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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  2015-05-18 21:49:27.000000000 
+0200
+++ /work/SRC/openSUSE:Factory/.vte.new/vte.changes     2015-10-06 
16:33:47.000000000 +0200
@@ -1,0 +2,62 @@
+Tue Sep 22 12:41:41 UTC 2015 - zai...@opensuse.org
+
+- Update to version 0.42.0:
+  + widget: Fix regex matches not always being recognized.
+  + emulation:
+    - Fix comment.
+    - Implement DECSET 1004.
+  + tests: mev: Add focus tracking mode.
+  + Updated translations.
+
+-------------------------------------------------------------------
+Tue Aug 18 18:54:16 UTC 2015 - zai...@opensuse.org
+
+- Update to version 0.41.90:
+  + build:
+    - Fix make dist
+    - Fix the required gnutls version
+    - Add libc++ check to check-libstdc++.sh
+    - Fix build when using C++11 mode
+    - Add C++ infrastructure
+    - Fix srcdir != builddir issue
+    - m4:
+      . Respect language
+      . Fix m4 warning about missing AC_LANG_SOURCE
+      . Update from upstream
+    - Remove obsolete gtk check
+  + ring: Make assertion more informative (bgo#753025).
+  + widget: Ensure cursor is shown when blinking gets turned off
+  + emulation:
+    - Fix escape sequence of Ctrl+Backspace
+    - Fix vertical positioning after resize in some rare cases
+  + docs:
+    - Fix typo in function name
+    - Add missing symbols to sections.txt
+  + Remove check for unused fwrite_unlocked function
+  + stream:
+    - Fix a crash on truncate followed by reset
+    - Don't nest VteIv's definition
+  + pty:
+    - Reset SIGQUIT handler to its default
+    - Remove PTY helper
+    - More correct assertion
+  + all:
+    - Fix includes
+    - Move to C++
+    - Reorganise source tree
+    - Fix compilation with CC=g++
+    - Update version check to stable version
+  + lib:
+    - Make VteTerminalPrivate a C++ class
+    - Move define to the few places where it is used
+    - Move defines to vtedefines.hh
+    - Add missing G_BEGIN/END_DECLS
+  + emacs: Adjust settings for C++ mode too
+  + git.mk: Update from upstream
+  + Updated translations.
+- Add gcc-c++ BuildRequires following upstream port to gcc-c++
+- Drop gnome-pty-helper supackage and obsolete it and drop
+  gnome-pty-helper Requires in the main package, following
+  upstream changes.
+
+-------------------------------------------------------------------

Old:
----
  vte-0.40.2.tar.xz

New:
----
  vte-0.42.0.tar.xz

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

Other differences:
------------------
++++++ vte.spec ++++++
--- /var/tmp/diff_new_pack.VT82zG/_old  2015-10-06 16:33:48.000000000 +0200
+++ /var/tmp/diff_new_pack.VT82zG/_new  2015-10-06 16:33:48.000000000 +0200
@@ -24,13 +24,14 @@
 Name:           vte
 %define _name   vte
 Url:            http://www.gnome.org
-Version:        0.40.2
+Version:        0.42.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.40/%{_name}-%{version}.tar.xz
+Source:         
http://download.gnome.org/sources/vte/0.42/%{_name}-%{version}.tar.xz
 BuildRequires:  fdupes
+BuildRequires:  gcc-c++
 BuildRequires:  gobject-introspection-devel
 BuildRequires:  intltool
 BuildRequires:  translation-update-upstream
@@ -38,7 +39,7 @@
 BuildRequires:  pkgconfig(gio-unix-2.0)
 BuildRequires:  pkgconfig(gladeui-2.0)
 BuildRequires:  pkgconfig(glib-2.0) >= 2.40.0
-BuildRequires:  pkgconfig(gnutls) >= 3.2.0
+BuildRequires:  pkgconfig(gnutls) >= 3.2.7
 BuildRequires:  pkgconfig(gobject-2.0)
 BuildRequires:  pkgconfig(gtk+-3.0) >= 3.8.0
 BuildRequires:  pkgconfig(pango) >= 1.22.0
@@ -56,12 +57,13 @@
 Summary:        Terminal Emulator Library
 License:        LGPL-2.0
 Group:          System/Libraries
-Requires:       gnome-pty-helper
 Recommends:     %{name}-lang
 # Needed to make lang package installable (and because we used to
 # have a vte package earlier).
 Provides:       %{name} = %{version}
 Obsoletes:      %{name} < %{version}
+# gnome-pty-helper was dropped in 0.41.90
+Obsoletes:      gnome-pty-helper
 
 %description -n libvte%{_sover}
 VTE is a terminal emulator library that provides a terminal widget for
@@ -80,19 +82,6 @@
 
 This package provides the GObject Introspection bindings for VTE.
 
-%package -n gnome-pty-helper
-Summary:        Terminal Emulator Library -- Helper for utmp/wtmp/lastlog 
logging
-License:        LGPL-2.0
-Group:          System/Libraries
-PreReq:         permissions
-
-%description -n gnome-pty-helper
-VTE is a terminal emulator library that provides a terminal widget for
-use with GTK+ as well as handling of child process and terminal
-emulation settings.
-
-This package provides a helper for utmp/wtmp/lastlog logging.
-
 %package tools
 Summary:        Terminal Emulator Library -- Tools
 License:        LGPL-2.0
@@ -150,8 +139,7 @@
         --with-gtk=%{_gtkver}\
         --disable-static \
         --enable-glade-catalogue \
-        --enable-introspection \
-        --enable-gnome-pty-helper
+        --enable-introspection
 %__make %{?jobs:-j%jobs} V=1
 
 %install
@@ -167,26 +155,16 @@
 
 %postun -n libvte%{_sover} -p /sbin/ldconfig
 
-%post -n gnome-pty-helper
-%set_permissions %{_libexecdir}/gnome-pty-helper
-
-%verifyscript -n gnome-pty-helper
-%verify_permissions -e %{_libexecdir}/gnome-pty-helper
-
 %files -n libvte%{_sover}
 %defattr(-,root,root)
 %doc AUTHORS COPYING README NEWS ChangeLog
 %{_libdir}/*.so.*
+%{_sysconfdir}/profile.d/vte.sh
 
 %files -n typelib-1_0-Vte-%{?_binver}
 %defattr(-,root,root)
 %{_libdir}/girepository-1.0/Vte-%{_apiver}.typelib
 
-%files -n gnome-pty-helper
-%defattr(-,root,root)
-%verify (not mode) %attr (2755, root, utmp) %{_libexecdir}/gnome-pty-helper
-%{_sysconfdir}/profile.d/vte.sh
-
 %files tools
 %defattr(-,root,root)
 %{_bindir}/vte-%{?_binver}

++++++ vte-0.40.2.tar.xz -> vte-0.42.0.tar.xz ++++++
++++ 112494 lines of diff (skipped)


Reply via email to