Hello community,

here is the log from the commit of package vte for openSUSE:Factory checked in 
at 2017-03-22 23:12:14
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/vte (Old)
 and      /work/SRC/openSUSE:Factory/.vte.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "vte"

Wed Mar 22 23:12:14 2017 rev:99 rq:481728 version:0.48.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/vte/vte.changes  2016-11-10 13:12:27.000000000 
+0100
+++ /work/SRC/openSUSE:Factory/.vte.new/vte.changes     2017-03-22 
23:12:18.566528693 +0100
@@ -1,0 +2,63 @@
+Mon Mar 20 21:23:30 UTC 2017 - [email protected]
+
+- Update to version 0.48.0:
+  + stream: Use explicit_bzero() on encryption keys if available.
+  + gir: Look in the right path for vtetypebuiltins.cc.
+  + bindings/vala/Makefile.am: Fix vala vapi generation.
+  + build:
+    - Check for explicit_bzero().
+    - Fix compilation of unittests.
+    - Make sure builddir comes before srcdir.
+    - Don't dist generated sources.
+    - Fix building the vala test app with builddir != srcdir.
+    - Fix builddir != srcdir build of check programmes.
+    - Silence a compiler warning.
+  + Updated translations.
+- Add vte-revert-29fb71d3.patch (reverse applied): Fix building of
+  VTE 0.48 (bgo#780162).
+
+-------------------------------------------------------------------
+Mon Feb 20 16:21:13 UTC 2017 - [email protected]
+
+- Update to version 0.47.90:
+  + app:
+    - Add MULTILINE flag for regex.
+    - Fix search button sensitivity.
+    - Fix button icon name.
+  + widget: Fix backward search.
+  + build:
+    - Require vala 0.24.
+    - Add --with-gtk configure switch.
+    - Fix option name.
+    - Try to fix configure without vala installed.
+    - Hint at --disable-{introspection,vala} on error.
+  + debug: Fix a typo.
+  + lib:
+    - Add async spawning.
+    - Check out params before setting them.
+    - Ressurrect the reaper.
+    - Deprecate vte_terminal_spawn_sync.
+  + pty:
+    - Do not pass G_SPAWN_CHILD_INHERITS_STDIN.
+    - Fix some leaks.
+    - spawn:
+      . Work around g_spawn_async non-cancellability.
+      . Remove some unused code.
+  + emulation:
+    - Try to work with newer gperf.
+    - Reset should not switch encoding.
+  + docs: boxes: Add some more tests.
+  + bindings: Remove gir and vala bindings to their own directory.
+  + m4: Update macros from upstream.
+  + Update POTFILES.skip.
+  + Updated translations.
+- Drop vte-emulation-Try-to-work-with-newer-gperf.patch: Fixed
+  upstream.
+
+-------------------------------------------------------------------
+Mon Feb 20 16:21:12 UTC 2017 - [email protected]
+
+- Add vte-emulation-Try-to-work-with-newer-gperf.patch: Use
+  language=C++ in gperf (bgo#777904).
+
+-------------------------------------------------------------------

Old:
----
  vte-0.46.1.tar.xz

New:
----
  vte-0.48.0.tar.xz
  vte-revert-29fb71d3.patch

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

Other differences:
------------------
++++++ vte.spec ++++++
--- /var/tmp/diff_new_pack.GgoT8Z/_old  2017-03-22 23:12:19.306423864 +0100
+++ /var/tmp/diff_new_pack.GgoT8Z/_new  2017-03-22 23:12:19.310423297 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package vte
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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
@@ -24,7 +24,7 @@
 Name:           vte
 %define _name   vte
 Url:            http://www.gnome.org
-Version:        0.46.1
+Version:        0.48.0
 Release:        0
 Summary:        Terminal Emulator Library
 # Switched to sourceservice, as upstream have a tendency to not release 
tarballs on time.
@@ -32,6 +32,8 @@
 License:        LGPL-2.0 and GPL-2.0+
 Group:          Development/Libraries/GNOME
 Source:         %{_name}-%{version}.tar.xz
+# PATCH-FIX-UPSTREAM vte-revert-29fb71d3.patch bgo#780162 [email protected] 
-- Revert upstream commit, build fails with it applied
+Patch0:         vte-revert-29fb71d3.patch
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
 # Needed due to using sourceservice and we need to bootstrap tarball
@@ -53,7 +55,7 @@
 BuildRequires:  pkgconfig(gtk+-3.0) >= 3.16.0
 BuildRequires:  pkgconfig(libpcre2-8)
 BuildRequires:  pkgconfig(pango) >= 1.22.0
-BuildRequires:  pkgconfig(vapigen) >= 0.18
+BuildRequires:  pkgconfig(vapigen) >= 0.24
 BuildRequires:  pkgconfig(zlib)
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
@@ -140,6 +142,7 @@
 %lang_package
 %prep
 %setup -q -n %{_name}-%{version}
+%patch0 -p1 -R
 %if !0%{?is_opensuse}
 translation-update-upstream
 %endif

++++++ _service ++++++
--- /var/tmp/diff_new_pack.GgoT8Z/_old  2017-03-22 23:12:19.346418197 +0100
+++ /var/tmp/diff_new_pack.GgoT8Z/_new  2017-03-22 23:12:19.350417631 +0100
@@ -4,7 +4,7 @@
     <param name="scm">git</param>
     <param name="versionformat">@PARENT_TAG@</param>
     <param name="changesgenerate">enable</param>
-    <param name="revision">refs/tags/0.46.1</param>
+    <param name="revision">refs/tags/0.48.0</param>
   </service>
   <service name="recompress" mode="disabled">
     <param name="file">*.tar</param>

++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.GgoT8Z/_old  2017-03-22 23:12:19.370414797 +0100
+++ /var/tmp/diff_new_pack.GgoT8Z/_new  2017-03-22 23:12:19.374414231 +0100
@@ -1,4 +1,4 @@
 <servicedata>
 <service name="tar_scm">
             <param name="url">git://git.gnome.org/vte</param>
-          <param 
name="changesrevision">fbd3708d46adff180c89139aa5d2555a241ddc9b</param></service></servicedata>
\ No newline at end of file
+          <param 
name="changesrevision">5f536e5de58a3f7aa50aa60ce525139b6b50aa38</param></service></servicedata>
\ No newline at end of file

++++++ vte-0.46.1.tar.xz -> vte-0.48.0.tar.xz ++++++
++++ 7524 lines of diff (skipped)

++++++ vte-revert-29fb71d3.patch ++++++
commit 29fb71d3e6ba46e3539a2e0b755b0c7bb1c74670
Author: Christian Persch <[email protected]>
Date:   Mon Mar 20 21:56:32 2017 +0100

    build: Fix building the vala test app with builddir != srcdir
    
    The vala automake integration really can't cope with builddir != srcdir,
    so explicitly use an absolute path to the generated vte vapi file using
    $(abs_top_builddir).
    
    https://bugzilla.gnome.org/show_bug.cgi?id=780162

diff --git a/bindings/vala/Makefile.am b/bindings/vala/Makefile.am
index 0078ad40..9e84c859 100644
--- a/bindings/vala/Makefile.am
+++ b/bindings/vala/Makefile.am
@@ -33,10 +33,10 @@ CLEANFILES += $(nodist_vapi_DATA)
 vte_@VTE_API_MAJOR_VERSION@_@VTE_API_MINOR_VERSION@_SOURCES = \
        app.vala \
        config.vapi \
-       $(builddir)/vte-$(VTE_API_VERSION).vapi \
        $(NULL)
 
 nodist_vte_@VTE_API_MAJOR_VERSION@_@VTE_API_MINOR_VERSION@_SOURCES = \
+       $(abs_top_builddir)/bindings/vala/vte-$(VTE_API_VERSION).vapi \
        appresources.c \
        $(NULL)
 

Reply via email to