Accepting request 360338 from GNOME:Next

Scripted push of project GNOME:Next

OBS-URL: https://build.opensuse.org/request/show/360338
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/anjuta?expand=0&rev=189
This commit is contained in:
Dominique Leuenberger 2016-02-19 14:40:11 +00:00 committed by Git OBS Bridge
parent 7396d67859
commit 0f3bd5a35a
2 changed files with 10 additions and 4 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Fri Feb 12 23:21:26 UTC 2016 - zaitor@opensuse.org
- Use sed to support vala-0.32, and due to this change replace
pkgconfig(libvala-0.30) for pkgconfig(libvala-0.32).
------------------------------------------------------------------- -------------------------------------------------------------------
Sat Nov 7 21:52:47 UTC 2015 - badshah400@gmail.com Sat Nov 7 21:52:47 UTC 2015 - badshah400@gmail.com

View File

@ -1,7 +1,7 @@
# #
# spec file for package anjuta # spec file for package anjuta
# #
# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -56,7 +56,7 @@ BuildRequires: pkgconfig(gtksourceview-3.0) >= 3.0.0
BuildRequires: pkgconfig(libdevhelp-3.0) >= 3.7.5 BuildRequires: pkgconfig(libdevhelp-3.0) >= 3.7.5
BuildRequires: pkgconfig(libgda-5.0) >= 5.0.0 BuildRequires: pkgconfig(libgda-5.0) >= 5.0.0
BuildRequires: pkgconfig(libgvc) BuildRequires: pkgconfig(libgvc)
BuildRequires: pkgconfig(libvala-0.30) BuildRequires: pkgconfig(libvala-0.32)
BuildRequires: pkgconfig(libxml-2.0) >= 2.4.23 BuildRequires: pkgconfig(libxml-2.0) >= 2.4.23
BuildRequires: pkgconfig(serf-1) BuildRequires: pkgconfig(serf-1)
BuildRequires: pkgconfig(vte-2.91) BuildRequires: pkgconfig(vte-2.91)
@ -149,8 +149,8 @@ and more.
%lang_package %lang_package
%prep %prep
%setup -q %setup -q
# HACK to support vala 0.30 # HACK to support vala 0.32
sed -i "s:-0.28:-0.30:g" configure sed -i "s:-0.28:-0.32:g" configure
translation-update-upstream translation-update-upstream
%build %build