Hello community, here is the log from the commit of package qemu for openSUSE:Factory checked in at 2012-06-25 12:01:48 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/qemu (Old) and /work/SRC/openSUSE:Factory/.qemu.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "qemu", Maintainer is "[email protected]" Changes: -------- --- /work/SRC/openSUSE:Factory/qemu/qemu.changes 2012-06-16 11:44:12.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.qemu.new/qemu.changes 2012-06-25 12:01:51.000000000 +0200 @@ -1,0 +2,15 @@ +Tue Jun 19 16:06:52 UTC 2012 - [email protected] + +- revert LIBRARY_PATH patch by Alex + +------------------------------------------------------------------- +Mon Jun 18 12:27:56 UTC 2012 - [email protected] + +- add patch by Alex to force gcc being emulated for LIBRARY_PATH + +------------------------------------------------------------------- +Mon Jun 18 09:06:41 UTC 2012 - [email protected] + +- add libfdt1 to buildrequires on ppc + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ qemu.spec ++++++ --- /var/tmp/diff_new_pack.rNLQdp/_old 2012-06-25 12:01:53.000000000 +0200 +++ /var/tmp/diff_new_pack.rNLQdp/_new 2012-06-25 12:01:53.000000000 +0200 @@ -86,6 +86,10 @@ BuildRequires: spice-protocol-devel %endif %endif +%ifarch ppc ppc64 +#we need that for -M pseries support in SLES +BuildRequires: libfdt1-devel +%endif BuildRequires: fdupes BuildRequires: glib2-devel BuildRequires: libvdeplug3-devel ++++++ 0019-linux-user-ARM-Ignore-immediate-val.patch ++++++ --- /var/tmp/diff_new_pack.rNLQdp/_old 2012-06-25 12:01:53.000000000 +0200 +++ /var/tmp/diff_new_pack.rNLQdp/_new 2012-06-25 12:01:53.000000000 +0200 @@ -1,7 +1,8 @@ From 8cc5120497695e7ea8dde9b096eb6c8cb9b6ac35 Mon Sep 17 00:00:00 2001 From: Alexander Graf <[email protected]> Date: Tue, 29 May 2012 17:28:07 +0200 -Subject: [PATCH] linux-user: ARM: Ignore immediate value for svc in thumb mode +Subject: [PATCH] linux-user: ARM: Ignore immediate value for svc in thumb + mode When running in thumb mode, Linux doesn't evaluate the immediate value of the svc instruction, but instead just always assumes the syscall number ++++++ 0022-use-libexecdir-instead-of-ignoring-.patch ++++++ --- /var/tmp/diff_new_pack.rNLQdp/_old 2012-06-25 12:01:53.000000000 +0200 +++ /var/tmp/diff_new_pack.rNLQdp/_new 2012-06-25 12:01:53.000000000 +0200 @@ -1,9 +1,10 @@ From 57fd4d50146ef90693d569ee799f7e9e9d606e05 Mon Sep 17 00:00:00 2001 From: Michael Tokarev <[email protected]> Date: Thu, 7 Jun 2012 01:11:00 +0400 -Subject: [PATCH] use --libexecdir instead of ignoring it first and reinventing it later +Subject: [PATCH] use --libexecdir instead of ignoring it first and + reinventing it later MIME-Version: 1.0 -Content-Type: text/plain; charset=utf-8 +Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Commit 7b93fadf3a38d1ed65ea5536a52efc2772c6e3b8 "Add basic version ++++++ qemu.spec.in ++++++ --- /var/tmp/diff_new_pack.rNLQdp/_old 2012-06-25 12:01:53.000000000 +0200 +++ /var/tmp/diff_new_pack.rNLQdp/_new 2012-06-25 12:01:53.000000000 +0200 @@ -64,6 +64,10 @@ BuildRequires: spice-protocol-devel %endif %endif +%ifarch ppc ppc64 +#we need that for -M pseries support in SLES +BuildRequires: libfdt1-devel +%endif BuildRequires: fdupes BuildRequires: glib2-devel BuildRequires: libvdeplug3-devel -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
