Accepting request 328974 from GNOME:Next

Scripted push of project GNOME:Next

OBS-URL: https://build.opensuse.org/request/show/328974
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/anjuta?expand=0&rev=184
This commit is contained in:
Dominique Leuenberger 2015-09-04 11:29:23 +00:00 committed by Git OBS Bridge
parent 9809e7bb75
commit f4c284cd8f
2 changed files with 9 additions and 1 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu May 28 20:30:40 UTC 2015 - zaitor@opensuse.org
- Use sed to support vala-0.30, and due to this change replace
pkgconfig(libvala-0.28) for pkgconfig(libvala-0.30).
-------------------------------------------------------------------
Mon Mar 23 09:10:55 UTC 2015 - dimstar@opensuse.org

View File

@ -56,7 +56,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.28)
BuildRequires: pkgconfig(libvala-0.30)
BuildRequires: pkgconfig(libxml-2.0) >= 2.4.23
BuildRequires: pkgconfig(serf-1)
BuildRequires: pkgconfig(vte-2.91)
@ -149,6 +149,8 @@ and more.
%lang_package
%prep
%setup -q
# HACK to support vala 0.30
sed -i "s:-0.28:-0.30:g" configure
translation-update-upstream
%build