Skip to content

Commit 4504368

Browse files
authored
Merge pull request #42 from gardenlinux/bump-main
Bump package version
2 parents efe2464 + cd7a701 commit 4504368

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

prepare_source

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# vim: ft=bash
22

33
# commit sha
4-
LIBVIRT_COMMIT_SHA="78f2c53ee53a72a319c16d848dcb9d9561baa544"
4+
LIBVIRT_COMMIT_SHA="58478b8dd4c5576c20ad9fc05482a8e74fb649c3"
55
git_src_commit "$LIBVIRT_COMMIT_SHA" https://github.com/cyberus-technology/libvirt.git
66

77
# debian specific things

upstream_patches/meson.build.patch.tpl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
--- a/meson.build
22
+++ b/meson.build
3-
@@ -40,7 +40,7 @@ if git and git_cmd.found() and not get_option('no_git')
4-
elif get_option('commit_hash') != ''
5-
commit_hash = get_option('commit_hash')
3+
@@ -42,7 +42,7 @@ elif get_option('commit_hash') != ''
4+
commit_define = '-DCOMMIT_HASH="@0@"'.format(commit_hash)
5+
add_project_arguments(commit_define, language: 'c')
66
else
77
- commit_define = '-DCOMMIT_HASH="0000000000000000000000000000000000000000"'
88
+ commit_define = '-DCOMMIT_HASH="SED_MARKER_FOR_COMMIT_SHA"'

0 commit comments

Comments
 (0)