From 25d4901211abed909112f240f73ed872dbc970ab1e7ee3cfcac44cfd1dfeaa47 Mon Sep 17 00:00:00 2001 From: Olaf Hering Date: Fri, 6 May 2016 11:49:59 +0000 Subject: [PATCH] - Mark SONAMEs and pkgconfig as xen 4.7 xen.pkgconfig-4.7.patch OBS-URL: https://build.opensuse.org/package/show/Virtualization/xen?expand=0&rev=428 --- xen.changes | 6 ++++++ xen.pkgconfig-4.7.patch | 36 ++++++++++++++++++++++++++++++++++++ xen.spec | 4 +++- 3 files changed, 45 insertions(+), 1 deletion(-) create mode 100644 xen.pkgconfig-4.7.patch diff --git a/xen.changes b/xen.changes index 1ce547c..ce03d01 100644 --- a/xen.changes +++ b/xen.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri May 6 11:47:24 UTC 2016 - ohering@suse.de + +- Mark SONAMEs and pkgconfig as xen 4.7 + xen.pkgconfig-4.7.patch + ------------------------------------------------------------------- Tue May 3 17:25:08 UTC 2016 - jfehlig@suse.com diff --git a/xen.pkgconfig-4.7.patch b/xen.pkgconfig-4.7.patch new file mode 100644 index 0000000..4db4718 --- /dev/null +++ b/xen.pkgconfig-4.7.patch @@ -0,0 +1,36 @@ +Mark SONAMEs and pkgconfig as xen 4.7 +--- + tools/libxc/Makefile | 2 +- + tools/libxl/Makefile | 4 ++-- + 2 files changed, 3 insertions(+), 3 deletions(-) + +Index: xen-4.7.0-testing/tools/libxc/Makefile +=================================================================== +--- xen-4.7.0-testing.orig/tools/libxc/Makefile ++++ xen-4.7.0-testing/tools/libxc/Makefile +@@ -1,7 +1,7 @@ + XEN_ROOT = $(CURDIR)/../.. + include $(XEN_ROOT)/tools/Rules.mk + +-MAJOR = 4.6 ++MAJOR = 4.7 + MINOR = 0 + + ifeq ($(CONFIG_LIBXC_MINIOS),y) +Index: xen-4.7.0-testing/tools/libxl/Makefile +=================================================================== +--- xen-4.7.0-testing.orig/tools/libxl/Makefile ++++ xen-4.7.0-testing/tools/libxl/Makefile +@@ -5,10 +5,10 @@ + XEN_ROOT = $(CURDIR)/../.. + include $(XEN_ROOT)/tools/Rules.mk + +-MAJOR = 4.6 ++MAJOR = 4.7 + MINOR = 0 + +-XLUMAJOR = 4.6 ++XLUMAJOR = 4.7 + XLUMINOR = 0 + + CFLAGS += -Werror -Wno-format-zero-length -Wmissing-declarations \ diff --git a/xen.spec b/xen.spec index e7b1a3c..fe87453 100644 --- a/xen.spec +++ b/xen.spec @@ -160,7 +160,7 @@ BuildRequires: xorg-x11-util-devel %endif %endif -Version: 4.7.0_02 +Version: 4.7.0_03 Release: 0 Summary: Xen Virtualization: Hypervisor (aka VMM aka Microkernel) License: GPL-2.0 @@ -198,6 +198,7 @@ Source57: xen-utils-0.1.tar.bz2 # For xen-libs Source99: baselibs.conf # Upstream patches +Patch47: xen.pkgconfig-4.7.patch Patch164: xsa164.patch # Upstream qemu-traditional patches Patch250: VNC-Support-for-ExtendedKeyEvent-client-message.patch @@ -515,6 +516,7 @@ Authors: %prep %setup -q -n %xen_build_dir -a 1 -a 2 -a 5 -a 6 -a 57 # Upstream patches +%patch47 -p1 %patch164 -p1 # Upstream qemu patches %patch250 -p1