Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] [WIP] libvirt 6.0.0
@ 2020-01-16 10:54 voidlinux-github
  2020-01-16 18:02 ` [PR PATCH] [Updated] " voidlinux-github
  2020-01-16 18:15 ` [PR PATCH] [Merged]: " voidlinux-github
  0 siblings, 2 replies; 3+ messages in thread
From: voidlinux-github @ 2020-01-16 10:54 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Hoshpak/void-packages libvirt-6.0.0
https://github.com/void-linux/void-packages/pull/18331

[WIP] libvirt 6.0.0
None

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

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

From 1ca404294b68712f978daa09f0b8c1bc52a2d23c Mon Sep 17 00:00:00 2001
From: Helmut Pozimski <helmut@pozimski.eu>
Date: Thu, 16 Jan 2020 11:51:21 +0100
Subject: [PATCH 1/2] libvirt: update to 6.0.0.

---
 srcpkgs/libvirt/template | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/libvirt/template b/srcpkgs/libvirt/template
index 8096c042420..85892dc12e4 100644
--- a/srcpkgs/libvirt/template
+++ b/srcpkgs/libvirt/template
@@ -1,6 +1,6 @@
 # Template file for 'libvirt'
 pkgname=libvirt
-version=5.10.0
+version=6.0.0
 revision=1
 build_wrksrc="build"
 build_style=gnu-configure
@@ -15,14 +15,15 @@ license="LGPL-2.1-or-later"
 homepage="https://libvirt.org"
 changelog="https://libvirt.org/news.html"
 distfiles="https://libvirt.org/sources/${pkgname}-${version}.tar.xz"
-checksum=9aaa889dccdc16e39eaa53dae36375413619561896920419fb1351bee8a2fc87
+checksum=e6bb642389bbace3252c462bbb2e9b1749dd64315b9873a424f36c7f8d357f76
 
 # FIX https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=701649
 system_accounts="libvirt"
 libvirt_groups="disk,kvm"
 
 hostmakedepends="automake libtool perl pkg-config lvm2 parted gettext-devel
- iptables libxslt docbook-xsl dnsmasq python3 libapparmor-devel"
+ iptables libxslt docbook-xsl dnsmasq python3 libapparmor-devel python3-docutils
+ gettext"
 makedepends="readline-devel libcap-ng-devel libnl3-devel attr-devel
  gnutls-devel libsasl-devel libcurl-devel libpcap-devel libxml2-devel
  libparted-devel device-mapper-devel dbus-devel eudev-libudev-devel libblkid-devel

From b6e24811421127c2d56d3845b890ea3dc3001da1 Mon Sep 17 00:00:00 2001
From: Helmut Pozimski <helmut@pozimski.eu>
Date: Thu, 16 Jan 2020 11:53:41 +0100
Subject: [PATCH 2/2] libvirt-python3: update to 6.0.0.

---
 srcpkgs/libvirt-python3/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/libvirt-python3/template b/srcpkgs/libvirt-python3/template
index 30cbf77c931..f198b9bcf09 100644
--- a/srcpkgs/libvirt-python3/template
+++ b/srcpkgs/libvirt-python3/template
@@ -1,7 +1,7 @@
 # Template file for 'libvirt-python3'
 pkgname=libvirt-python3
-version=5.10.0
-revision=2
+version=6.0.0
+revision=1
 wrksrc="libvirt-python-${version}"
 build_style=python3-module
 pycompile_module="libvirt.py libvirt_lxc.py libvirt_qemu.py"
@@ -12,4 +12,4 @@ maintainer="Helmut Pozimski <helmut@pozimski.eu>"
 license="LGPL-2.1-or-later"
 homepage="https://pypi.org/project/libvirt-python/"
 distfiles="https://libvirt.org/sources/python/libvirt-python-${version}.tar.gz"
-checksum=d204700b3421c8decdcd73c6d12980423c3d6171fc1437ba49470c2c60ebb45a
+checksum=785f64755fc78a0eafecef74676fecf2bbbd2eaa6587ef697119ef6e1a68dbfd

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

* Re: [PR PATCH] [Updated] [WIP] libvirt 6.0.0
  2020-01-16 10:54 [PR PATCH] [WIP] libvirt 6.0.0 voidlinux-github
@ 2020-01-16 18:02 ` voidlinux-github
  2020-01-16 18:15 ` [PR PATCH] [Merged]: " voidlinux-github
  1 sibling, 0 replies; 3+ messages in thread
From: voidlinux-github @ 2020-01-16 18:02 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Hoshpak/void-packages libvirt-6.0.0
https://github.com/void-linux/void-packages/pull/18331

[WIP] libvirt 6.0.0
None

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

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

From 1ca404294b68712f978daa09f0b8c1bc52a2d23c Mon Sep 17 00:00:00 2001
From: Helmut Pozimski <helmut@pozimski.eu>
Date: Thu, 16 Jan 2020 11:51:21 +0100
Subject: [PATCH 1/2] libvirt: update to 6.0.0.

---
 srcpkgs/libvirt/template | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/libvirt/template b/srcpkgs/libvirt/template
index 8096c042420..85892dc12e4 100644
--- a/srcpkgs/libvirt/template
+++ b/srcpkgs/libvirt/template
@@ -1,6 +1,6 @@
 # Template file for 'libvirt'
 pkgname=libvirt
-version=5.10.0
+version=6.0.0
 revision=1
 build_wrksrc="build"
 build_style=gnu-configure
@@ -15,14 +15,15 @@ license="LGPL-2.1-or-later"
 homepage="https://libvirt.org"
 changelog="https://libvirt.org/news.html"
 distfiles="https://libvirt.org/sources/${pkgname}-${version}.tar.xz"
-checksum=9aaa889dccdc16e39eaa53dae36375413619561896920419fb1351bee8a2fc87
+checksum=e6bb642389bbace3252c462bbb2e9b1749dd64315b9873a424f36c7f8d357f76
 
 # FIX https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=701649
 system_accounts="libvirt"
 libvirt_groups="disk,kvm"
 
 hostmakedepends="automake libtool perl pkg-config lvm2 parted gettext-devel
- iptables libxslt docbook-xsl dnsmasq python3 libapparmor-devel"
+ iptables libxslt docbook-xsl dnsmasq python3 libapparmor-devel python3-docutils
+ gettext"
 makedepends="readline-devel libcap-ng-devel libnl3-devel attr-devel
  gnutls-devel libsasl-devel libcurl-devel libpcap-devel libxml2-devel
  libparted-devel device-mapper-devel dbus-devel eudev-libudev-devel libblkid-devel

From dda3c7330d579e9db6764ea542ba80837825a8f6 Mon Sep 17 00:00:00 2001
From: Helmut Pozimski <helmut@pozimski.eu>
Date: Thu, 16 Jan 2020 11:53:41 +0100
Subject: [PATCH 2/2] libvirt-python3: update to 6.0.0.

---
 srcpkgs/libvirt-python3/template | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/libvirt-python3/template b/srcpkgs/libvirt-python3/template
index 30cbf77c931..e6113bf584d 100644
--- a/srcpkgs/libvirt-python3/template
+++ b/srcpkgs/libvirt-python3/template
@@ -1,10 +1,9 @@
 # Template file for 'libvirt-python3'
 pkgname=libvirt-python3
-version=5.10.0
-revision=2
+version=6.0.0
+revision=1
 wrksrc="libvirt-python-${version}"
 build_style=python3-module
-pycompile_module="libvirt.py libvirt_lxc.py libvirt_qemu.py"
 hostmakedepends="pkg-config python3-devel libvirt-devel libapparmor-devel"
 makedepends="libvirt-devel python3-devel"
 short_desc="Libvirt virtualization API Python3 binding"
@@ -12,4 +11,4 @@ maintainer="Helmut Pozimski <helmut@pozimski.eu>"
 license="LGPL-2.1-or-later"
 homepage="https://pypi.org/project/libvirt-python/"
 distfiles="https://libvirt.org/sources/python/libvirt-python-${version}.tar.gz"
-checksum=d204700b3421c8decdcd73c6d12980423c3d6171fc1437ba49470c2c60ebb45a
+checksum=785f64755fc78a0eafecef74676fecf2bbbd2eaa6587ef697119ef6e1a68dbfd

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

* Re: [PR PATCH] [Merged]: libvirt 6.0.0
  2020-01-16 10:54 [PR PATCH] [WIP] libvirt 6.0.0 voidlinux-github
  2020-01-16 18:02 ` [PR PATCH] [Updated] " voidlinux-github
@ 2020-01-16 18:15 ` voidlinux-github
  1 sibling, 0 replies; 3+ messages in thread
From: voidlinux-github @ 2020-01-16 18:15 UTC (permalink / raw)
  To: ml

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

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

libvirt 6.0.0
https://github.com/void-linux/void-packages/pull/18331

Description:
None

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

end of thread, other threads:[~2020-01-16 18:15 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-01-16 10:54 [PR PATCH] [WIP] libvirt 6.0.0 voidlinux-github
2020-01-16 18:02 ` [PR PATCH] [Updated] " voidlinux-github
2020-01-16 18:15 ` [PR PATCH] [Merged]: " voidlinux-github

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).