Accepting request 100183 from home:dimstar:branches:GNOME:Factory

Build with vala 0.15/0.16

OBS-URL: https://build.opensuse.org/request/show/100183
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/anjuta?expand=0&rev=116
This commit is contained in:
Vincent Untz
2012-01-13 16:27:06 +00:00
committed by Git OBS Bridge
parent f3c270615f
commit 3167517f2d
3 changed files with 45 additions and 3 deletions

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Fri Jan 13 13:56:58 UTC 2012 - dimstar@opensuse.org
- Replace pkgconfig(libvala-0.14) BuildRequires with
pkgconfig(libvala-0.16) in order to build against vala 0.15/0.16.
- Add anjuta-vala-0_16.patch: Fix build with libvala-0.16
- Add gnome-common BuildRequires and call to autogen.sh, as the
above patch touches the build system.
- Delete .c files that are auto-generated from .vala files to
ensure they are generated with the right vala compiler.
- Add vala BuildRequires: as we drop the shipped generated .c
files, we need to rebuild them during our build.
-------------------------------------------------------------------
Tue Dec 20 23:11:52 UTC 2011 - vuntz@opensuse.org