summaryrefslogtreecommitdiff
path: root/package/vala/vala-0.15.2-dont-add-dirty-to-valac-version.patch
AgeCommit message (Collapse)Author
2012-05-18vala: do not append a -dirty suffix to the valac version numberSimon Dawson
When vala is built inside a Git repository with uncommitted changes, the valac version number has -dirty appended. This creates problems for packages (e.g. Midori) which require a valac version number without the -dirty suffix. Signed-off-by: Simon Dawson <spdawson@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>