From b58ae8992f921442571e0ea5197c00f6ceaec1d3 Mon Sep 17 00:00:00 2001 From: Miguel Bernal Marin Date: Thu, 15 Nov 2018 11:02:28 -0600 Subject: [PATCH] acrn-hypervisor: update to acrn-2018w46.4-140000p Zide Chen (4): hv: fix MISRA-C violations in vpci code: implicit conversion hv: fix MISRA-C violations in vpci code: 93S, 331S and 612S hv: fix MISRA-C violations in vpci code: Function pointer is of wrong type hv: fix 'No brackets to then/else' in vpci code Huihuang Shi (1): HV:pic fix "Recursion in procedure calls found" Shiqing Gao (1): hv: fix integer violations --- Makefile | 2 +- acrn-hypervisor.spec | 14 +++++++------- options.conf | 2 +- release | 2 +- upstream | 2 +- 5 files changed, 11 insertions(+), 11 deletions(-) diff --git a/Makefile b/Makefile index e9d9304..0bbb283 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ PKG_NAME := acrn-hypervisor -URL = https://github.com/projectacrn/acrn-hypervisor/archive/acrn-2018w46.3-140000p.tar.gz +URL = https://github.com/projectacrn/acrn-hypervisor/archive/acrn-2018w46.4-140000p.tar.gz ARCHIVES = include ../common/Makefile.common diff --git a/acrn-hypervisor.spec b/acrn-hypervisor.spec index 0bbe0fc..d8edf0b 100644 --- a/acrn-hypervisor.spec +++ b/acrn-hypervisor.spec @@ -4,10 +4,10 @@ # %define keepstatic 1 Name : acrn-hypervisor -Version : 2018w46.3.140000p -Release : 119 -URL : https://github.com/projectacrn/acrn-hypervisor/archive/acrn-2018w46.3-140000p.tar.gz -Source0 : https://github.com/projectacrn/acrn-hypervisor/archive/acrn-2018w46.3-140000p.tar.gz +Version : 2018w46.4.140000p +Release : 120 +URL : https://github.com/projectacrn/acrn-hypervisor/archive/acrn-2018w46.4-140000p.tar.gz +Source0 : https://github.com/projectacrn/acrn-hypervisor/archive/acrn-2018w46.4-140000p.tar.gz Summary : No detailed summary available Group : Development/Tools License : BSD-3-Clause CC-BY-4.0 ISC @@ -111,7 +111,7 @@ services components for the acrn-hypervisor package. %prep -%setup -q -n acrn-hypervisor-acrn-2018w46.3-140000p +%setup -q -n acrn-hypervisor-acrn-2018w46.4-140000p %patch1 -p1 %patch2 -p1 %patch3 -p1 @@ -121,11 +121,11 @@ export http_proxy=http://127.0.0.1:9/ export https_proxy=http://127.0.0.1:9/ export no_proxy=localhost,127.0.0.1,0.0.0.0 export LANG=C -export SOURCE_DATE_EPOCH=1542215165 +export SOURCE_DATE_EPOCH=1542301322 make %{?_smp_mflags} all sbl-hypervisor BUILD_VERSION=”%{version}_%{release}” BUILD_TAG=”%{version}” %install -export SOURCE_DATE_EPOCH=1542215165 +export SOURCE_DATE_EPOCH=1542301322 rm -rf %{buildroot} mkdir -p %{buildroot}/usr/share/package-licenses/acrn-hypervisor cp LICENSE %{buildroot}/usr/share/package-licenses/acrn-hypervisor/LICENSE diff --git a/options.conf b/options.conf index 7c026c0..ad17504 100644 --- a/options.conf +++ b/options.conf @@ -1,6 +1,6 @@ [package] name = acrn-hypervisor -url = https://github.com/projectacrn/acrn-hypervisor/archive/acrn-2018w46.3-140000p.tar.gz +url = https://github.com/projectacrn/acrn-hypervisor/archive/acrn-2018w46.4-140000p.tar.gz archives = giturl = https://github.com/projectacrn/acrn-hypervisor.git diff --git a/release b/release index 078fa0f..52bd8e4 100644 --- a/release +++ b/release @@ -1 +1 @@ -119 +120 diff --git a/upstream b/upstream index ec4cb8a..42ce477 100644 --- a/upstream +++ b/upstream @@ -1 +1 @@ -7a97e8fbc0955c49047315da84669c134a102ee3/acrn-2018w46.3-140000p.tar.gz +fb8415232b6133197772d17694feff198d4eeda6/acrn-2018w46.4-140000p.tar.gz