Hello community,

here is the log from the commit of package gnome-code-assistance for 
openSUSE:Factory checked in at 2015-03-30 19:13:28
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gnome-code-assistance (Old)
 and      /work/SRC/openSUSE:Factory/.gnome-code-assistance.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gnome-code-assistance"

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/gnome-code-assistance/gnome-code-assistance.changes  
    2015-02-05 10:59:43.000000000 +0100
+++ 
/work/SRC/openSUSE:Factory/.gnome-code-assistance.new/gnome-code-assistance.changes
 2015-03-30 19:13:30.000000000 +0200
@@ -1,0 +2,10 @@
+Thu Feb  5 13:45:28 UTC 2015 - dims...@opensuse.org
+
+- Add gnome-code-assistance-vala-0.28.patch: Add support for
+  Vala 0.28 branch.
+- Add libtool BuildRequires and call to autoreconf, as above patch
+  touches the build system.
+- Replace pkgconfig(libvala-0.26) BuildRequires with
+  pkgconfig(libvala-0.28).
+
+-------------------------------------------------------------------

New:
----
  gnome-code-assistance-vala-0.28.patch

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

Other differences:
------------------
++++++ gnome-code-assistance.spec ++++++
--- /var/tmp/diff_new_pack.tszdOA/_old  2015-03-30 19:13:30.000000000 +0200
+++ /var/tmp/diff_new_pack.tszdOA/_new  2015-03-30 19:13:30.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package gnome-code-assistance
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2013 Dominique Leuenberger, Amsterdam, The Netherlands.
 #
 # All modifications and additions to the file contributed by third parties
@@ -25,6 +25,10 @@
 Group:          Development/
 Url:            https://git.gnome.org/browse/gnome-code-assistance
 Source:         
https://download.gnome.org/sources/gnome-code-assistance/3.14/%{name}-%{version}.tar.xz
+# PATCH-FIX-UPSTREAM gnome-code-assistance-vala-0.28.patch 
dims...@opensuse.org -- Add support for Vala 0.28, taken from git
+Patch0:         gnome-code-assistance-vala-0.28.patch
+# Needed for patch0
+BuildRequires:  libtool
 # Generic build dependencies
 BuildRequires:  pkgconfig(gio-2.0)
 # Python backend
@@ -45,7 +49,7 @@
 BuildRequires:  pkgconfig(gio-2.0) >= 2.36
 BuildRequires:  pkgconfig(glib-2.0) >= 2.36
 BuildRequires:  pkgconfig(gobject-2.0) >= 2.36
-BuildRequires:  pkgconfig(libvala-0.26)
+BuildRequires:  pkgconfig(libvala-0.28)
 BuildRequires:  pkgconfig(vapigen)
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 %glib2_gsettings_schema_requires
@@ -58,8 +62,11 @@
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
+# Needed for patch0
+autoreconf -fiv
 %configure \
 %ifnarch ppc
   --enable-c       \

++++++ gnome-code-assistance-vala-0.28.patch ++++++
commit 126b5781748ce9bf5d822a2b9692adf6cd9f6487
Author: Sébastien Wilmet <swil...@gnome.org>
Date:   Mon Dec 29 18:43:25 2014 +0100

    build: add Vala 0.28

diff --git a/configure.ac b/configure.ac
index 573fbcc..224e74b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -395,7 +395,7 @@ AC_ARG_ENABLE([vala],
               [enable_vala=$enableval],
               [enable_vala=auto])
 
-BACKEND_VALA_LIBVALA_VERSIONS="libvala-0.26 libvala-0.24 libvala-0.22 
libvala-0.20"
+BACKEND_VALA_LIBVALA_VERSIONS="libvala-0.28 libvala-0.26 libvala-0.24 
libvala-0.22 libvala-0.20"
 BACKEND_VALA_MODULES="gobject-2.0 >= 2.36 glib-2.0 >= 2.36 gio-2.0 >= 2.36 
gee-0.8 gio-unix-2.0 >= 2.36"
 
 BACKEND_VALA_LIBVALA=

Reply via email to