Accepting request 461052 from GNOME:Factory

Scripted push of project GNOME:Factory

OBS-URL: https://build.opensuse.org/request/show/461052
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/anjuta?expand=0&rev=106
This commit is contained in:
Dominique Leuenberger 2017-03-22 21:57:32 +00:00 committed by Git OBS Bridge
commit 78af1e3f65
3 changed files with 11 additions and 3 deletions

View File

@ -7,7 +7,7 @@ Index: anjuta-3.20.0/configure.ac
AC_MSG_RESULT(no)
AC_MSG_CHECKING(if libvala is available)
- m4_foreach([VERSION], [[0.18], [0.20], [0.22], [0.24], [0.26], [0.28], [0.30], [0.32]],
+ m4_foreach([VERSION], [[0.18], [0.20], [0.22], [0.24], [0.26], [0.28], [0.30], [0.32], [0.34]],
+ m4_foreach([VERSION], [[0.18], [0.20], [0.22], [0.24], [0.26], [0.28], [0.30], [0.32], [0.34], [0.36]],
[PKG_CHECK_EXISTS([ libvala-VERSION ],
[ valaver="-VERSION" ])
])

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Fri Nov 25 08:22:17 UTC 2016 - dimstar@opensuse.org
- Build wit vala 0.36:
+ place pkgconfig(libvala-0.34) BuildRequires with
pkgconfig(libvala-0.36).
+ Extend anjuta-vala-0.34.patch: add support for vala 0.36.
-------------------------------------------------------------------
Sun Sep 18 08:00:49 UTC 2016 - zaitor@opensuse.org

View File

@ -25,7 +25,7 @@ Group: Development/Tools/IDE
Url: https://wiki.gnome.org/Apps/Anjuta
Source0: http://download.gnome.org/sources/anjuta/3.22/%{name}-%{version}.tar.xz
Source99: %{name}-rpmlintrc
# PATCH-FIX-UPSTREAM anjuta-vala-0.34.patch dimstar@opensuse.org -- Enable building with vala 0.34
# PATCH-FIX-UPSTREAM anjuta-vala-0.34.patch dimstar@opensuse.org -- Enable building with vala 0.34 and 0.36
Patch0: anjuta-vala-0.34.patch
BuildRequires: autogen
BuildRequires: binutils-devel
@ -59,7 +59,7 @@ BuildRequires: pkgconfig(gtksourceview-3.0) >= 3.0.0
BuildRequires: pkgconfig(libdevhelp-3.0) >= 3.7.5
BuildRequires: pkgconfig(libgda-5.0) >= 5.0.0
BuildRequires: pkgconfig(libgvc)
BuildRequires: pkgconfig(libvala-0.34)
BuildRequires: pkgconfig(libvala-0.36)
BuildRequires: pkgconfig(libxml-2.0) >= 2.4.23
BuildRequires: pkgconfig(serf-1)
BuildRequires: pkgconfig(vte-2.91)