Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] qemu: update to 5.0.0
@ 2020-05-01  2:24 foxlet
  2020-05-01  7:10 ` [PR PATCH] [Updated] " foxlet
  2020-05-01  7:50 ` [PR PATCH] [Merged]: " Hoshpak
  0 siblings, 2 replies; 3+ messages in thread
From: foxlet @ 2020-05-01  2:24 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 409 bytes --]

There is a new pull request by foxlet against master on the void-packages repository

https://github.com/foxlet/void-packages qemu
https://github.com/void-linux/void-packages/pull/21508

qemu: update to 5.0.0
Tested on x86_64. 

texinfo docs were dropped in favor of Sphinx, qemu-doc no longer ships in that format.

A patch file from https://github.com/void-linux/void-packages/pull/21508.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-qemu-21508.patch --]
[-- Type: text/x-diff, Size: 1726 bytes --]

From 75033074b825fec3741adc0b96c8eefa941c9ffe Mon Sep 17 00:00:00 2001
From: Foxlet <foxlet@furcode.co>
Date: Thu, 30 Apr 2020 19:28:33 -0400
Subject: [PATCH] qemu: update to 5.0.0

---
 srcpkgs/qemu/patches/qemu-ga-manpage.patch | 10 ----------
 srcpkgs/qemu/template                      |  6 +++---
 2 files changed, 3 insertions(+), 13 deletions(-)
 delete mode 100644 srcpkgs/qemu/patches/qemu-ga-manpage.patch

diff --git a/srcpkgs/qemu/patches/qemu-ga-manpage.patch b/srcpkgs/qemu/patches/qemu-ga-manpage.patch
deleted file mode 100644
index 35cf55ece3f..00000000000
--- a/srcpkgs/qemu/patches/qemu-ga-manpage.patch
+++ /dev/null
@@ -1,10 +0,0 @@
---- qemu-doc.texi.orig	2019-12-16 20:35:33.459082641 +0100
-+++ qemu-doc.texi	2019-12-16 20:35:47.593783938 +0100
-@@ -38,7 +38,6 @@
- * Introduction::
- * QEMU PC System emulator::
- * QEMU System emulator for non PC targets::
--* QEMU Guest Agent::
- * QEMU User space emulator::
- * System requirements::
- * Security::
diff --git a/srcpkgs/qemu/template b/srcpkgs/qemu/template
index 4ec8b486b8f..1bebb4ce072 100644
--- a/srcpkgs/qemu/template
+++ b/srcpkgs/qemu/template
@@ -1,13 +1,13 @@
 # Template file for 'qemu'
 pkgname=qemu
-version=4.2.0
-revision=2
+version=5.0.0
+revision=1
 short_desc="Open Source Processor Emulator"
 maintainer="Helmut Pozimski <helmut@pozimski.eu>"
 license="GPL-2.0-or-later, LGPL-2.1-or-later"
 homepage="https://www.qemu.org"
 distfiles="https://wiki.qemu.org/download/qemu-${version}.tar.bz2"
-checksum=3cf4f3f73233a12211a045f07eef467fdc7bf3877568cd0c8a0cf36121da9fbd
+checksum=c368f81d0a6e8af62e1699fa6aebdc1bf850f3cea6b9839621304a0a4e575efb
 
 nostrip=yes
 hostmakedepends="gettext pkg-config perl python3 automake libtool flex

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PR PATCH] [Updated] qemu: update to 5.0.0
  2020-05-01  2:24 [PR PATCH] qemu: update to 5.0.0 foxlet
@ 2020-05-01  7:10 ` foxlet
  2020-05-01  7:50 ` [PR PATCH] [Merged]: " Hoshpak
  1 sibling, 0 replies; 3+ messages in thread
From: foxlet @ 2020-05-01  7:10 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 414 bytes --]

There is an updated pull request by foxlet against master on the void-packages repository

https://github.com/foxlet/void-packages qemu
https://github.com/void-linux/void-packages/pull/21508

qemu: update to 5.0.0
Tested on x86_64. 

texinfo docs were dropped in favor of Sphinx, qemu-doc no longer ships in that format.

A patch file from https://github.com/void-linux/void-packages/pull/21508.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-qemu-21508.patch --]
[-- Type: text/x-diff, Size: 1736 bytes --]

From 3147ebf1471af7d17f93ac6e22c549fc5713f47f Mon Sep 17 00:00:00 2001
From: Foxlet <foxlet@furcode.co>
Date: Thu, 30 Apr 2020 19:28:33 -0400
Subject: [PATCH] qemu: update to 5.0.0

[ci skip]
---
 srcpkgs/qemu/patches/qemu-ga-manpage.patch | 10 ----------
 srcpkgs/qemu/template                      |  6 +++---
 2 files changed, 3 insertions(+), 13 deletions(-)
 delete mode 100644 srcpkgs/qemu/patches/qemu-ga-manpage.patch

diff --git a/srcpkgs/qemu/patches/qemu-ga-manpage.patch b/srcpkgs/qemu/patches/qemu-ga-manpage.patch
deleted file mode 100644
index 35cf55ece3f..00000000000
--- a/srcpkgs/qemu/patches/qemu-ga-manpage.patch
+++ /dev/null
@@ -1,10 +0,0 @@
---- qemu-doc.texi.orig	2019-12-16 20:35:33.459082641 +0100
-+++ qemu-doc.texi	2019-12-16 20:35:47.593783938 +0100
-@@ -38,7 +38,6 @@
- * Introduction::
- * QEMU PC System emulator::
- * QEMU System emulator for non PC targets::
--* QEMU Guest Agent::
- * QEMU User space emulator::
- * System requirements::
- * Security::
diff --git a/srcpkgs/qemu/template b/srcpkgs/qemu/template
index 67f47f65674..82563bf381b 100644
--- a/srcpkgs/qemu/template
+++ b/srcpkgs/qemu/template
@@ -1,13 +1,13 @@
 # Template file for 'qemu'
 pkgname=qemu
-version=4.2.0
-revision=3
+version=5.0.0
+revision=1
 short_desc="Open Source Processor Emulator"
 maintainer="Helmut Pozimski <helmut@pozimski.eu>"
 license="GPL-2.0-or-later, LGPL-2.1-or-later"
 homepage="https://www.qemu.org"
 distfiles="https://wiki.qemu.org/download/qemu-${version}.tar.bz2"
-checksum=3cf4f3f73233a12211a045f07eef467fdc7bf3877568cd0c8a0cf36121da9fbd
+checksum=c368f81d0a6e8af62e1699fa6aebdc1bf850f3cea6b9839621304a0a4e575efb
 
 nostrip=yes
 hostmakedepends="gettext pkg-config perl python3 automake libtool flex

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PR PATCH] [Merged]: qemu: update to 5.0.0
  2020-05-01  2:24 [PR PATCH] qemu: update to 5.0.0 foxlet
  2020-05-01  7:10 ` [PR PATCH] [Updated] " foxlet
@ 2020-05-01  7:50 ` Hoshpak
  1 sibling, 0 replies; 3+ messages in thread
From: Hoshpak @ 2020-05-01  7:50 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 263 bytes --]

There's a merged pull request on the void-packages repository

qemu: update to 5.0.0
https://github.com/void-linux/void-packages/pull/21508

Description:
Tested on x86_64. 

texinfo docs were dropped in favor of Sphinx, qemu-doc no longer ships in that format.

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-05-01  7:51 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-01  2:24 [PR PATCH] qemu: update to 5.0.0 foxlet
2020-05-01  7:10 ` [PR PATCH] [Updated] " foxlet
2020-05-01  7:50 ` [PR PATCH] [Merged]: " Hoshpak

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).