Hello community,

here is the log from the commit of package vte for openSUSE:Factory checked in 
at 2017-03-29 13:24:27
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/vte (Old)
 and      /work/SRC/openSUSE:Factory/.vte.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "vte"

Wed Mar 29 13:24:27 2017 rev:100 rq:482351 version:0.48.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/vte/vte.changes  2017-03-22 23:12:18.566528693 
+0100
+++ /work/SRC/openSUSE:Factory/.vte.new/vte.changes     2017-03-29 
13:24:28.633252026 +0200
@@ -1,0 +2,9 @@
+Wed Mar 22 18:05:11 UTC 2017 - [email protected]
+
+- Update to version 0.48.1:
+  + build: Revert "build: Fix building the vala test app with
+    builddir != srcdir".
+  + build: Disable vala for distcheck.
+- Drop vte-revert-29fb71d3.patch: Fixed upstream.
+
+-------------------------------------------------------------------

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

New:
----
  vte-0.48.1.tar.xz

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

Other differences:
------------------
++++++ vte.spec ++++++
--- /var/tmp/diff_new_pack.STGFL2/_old  2017-03-29 13:24:29.549122498 +0200
+++ /var/tmp/diff_new_pack.STGFL2/_new  2017-03-29 13:24:29.553121933 +0200
@@ -24,7 +24,7 @@
 Name:           vte
 %define _name   vte
 Url:            http://www.gnome.org
-Version:        0.48.0
+Version:        0.48.1
 Release:        0
 Summary:        Terminal Emulator Library
 # Switched to sourceservice, as upstream have a tendency to not release 
tarballs on time.
@@ -32,8 +32,6 @@
 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
@@ -142,7 +140,6 @@
 %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.STGFL2/_old  2017-03-29 13:24:29.581117973 +0200
+++ /var/tmp/diff_new_pack.STGFL2/_new  2017-03-29 13:24:29.585117407 +0200
@@ -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.48.0</param>
+    <param name="revision">refs/tags/0.48.1</param>
   </service>
   <service name="recompress" mode="disabled">
     <param name="file">*.tar</param>

++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.STGFL2/_old  2017-03-29 13:24:29.609114014 +0200
+++ /var/tmp/diff_new_pack.STGFL2/_new  2017-03-29 13:24:29.609114014 +0200
@@ -1,4 +1,4 @@
 <servicedata>
 <service name="tar_scm">
             <param name="url">git://git.gnome.org/vte</param>
-          <param 
name="changesrevision">5f536e5de58a3f7aa50aa60ce525139b6b50aa38</param></service></servicedata>
\ No newline at end of file
+          <param 
name="changesrevision">e6f4c83f12e2acf2eda6c58da5d78a0141380225</param></service></servicedata>
\ No newline at end of file

++++++ vte-0.48.0.tar.xz -> vte-0.48.1.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/vte-0.48.0/Makefile.am new/vte-0.48.1/Makefile.am
--- old/vte-0.48.0/Makefile.am  2017-03-20 21:56:32.000000000 +0100
+++ new/vte-0.48.1/Makefile.am  2017-03-21 18:58:09.000000000 +0100
@@ -22,8 +22,8 @@
 DISTCHECK_CONFIGURE_FLAGS = \
        --enable-gtk-doc \
        --enable-introspection \
-       --enable-vala \
-       --enable-test-application \
+       --disable-vala \
+       --disable-test-application \
        --disable-silent-rules \
        --with-gtk=$(GTK_API_VERSION)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/vte-0.48.0/bindings/vala/Makefile.am 
new/vte-0.48.1/bindings/vala/Makefile.am
--- old/vte-0.48.0/bindings/vala/Makefile.am    2017-03-20 21:56:32.000000000 
+0100
+++ new/vte-0.48.1/bindings/vala/Makefile.am    2017-03-21 18:58:09.000000000 
+0100
@@ -33,10 +33,10 @@
 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)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/vte-0.48.0/configure.ac new/vte-0.48.1/configure.ac
--- old/vte-0.48.0/configure.ac 2017-03-20 21:56:32.000000000 +0100
+++ new/vte-0.48.1/configure.ac 2017-03-21 18:58:09.000000000 +0100
@@ -1,6 +1,6 @@
 m4_define([version_major],0)
 m4_define([version_minor],48)
-m4_define([version_micro],0)
+m4_define([version_micro],1)
 m4_define([version_triplet],version_major.version_minor.version_micro)
 
 AC_PREREQ([2.63])


Reply via email to