summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJavier Tiá2017-05-01 21:21:57 -0600
committerJavier Tiá2017-05-01 21:21:57 -0600
commit8f366bff70a8db80e17f26cc0cbc51115aa424ab (patch)
tree8a0d9c2cd2e84dad6975101b48b6bef6af61d615
parent02992dc0b1b671b68ed4560b5f127a15e5a03580 (diff)
downloadaur-8f366bff70a8db80e17f26cc0cbc51115aa424ab.tar.gz
Bump up virtio-win 0.1.136.1-1
-rw-r--r--.SRCINFO22
-rw-r--r--PKGBUILD12
-rw-r--r--virtio-win.changelog6
3 files changed, 23 insertions, 17 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 75ba42b5487c..e815390671cf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,23 +1,23 @@
# Generated by mksrcinfo v8
-# Fri Apr 28 19:03:55 UTC 2017
+# Tue May 2 03:21:22 UTC 2017
pkgbase = virtio-win
pkgdesc = virtio drivers for Windows (2000, XP, Vista, 7, 8, 10) guests and floppy images for Windows XP
- pkgver = 0.1.135.2
+ pkgver = 0.1.136.1
pkgrel = 1
url = https://fedoraproject.org/wiki/Windows_Virtio_Drivers
changelog = virtio-win.changelog
arch = any
license = GPL2
optdepends = qemu
- noextract = virtio-win-0.1.135-2.iso
- noextract = virtio-win-0.1.135-2_amd64.vfd
- noextract = virtio-win-0.1.135-2_x86.vfd
- source = virtio-win-0.1.135-2.iso::https://fedorapeople.org/groups/virt/virtio-win/direct-downloads/archive-virtio/virtio-win-0.1.135-2/virtio-win.iso
- source = virtio-win-0.1.135-2_amd64.vfd::https://fedorapeople.org/groups/virt/virtio-win/direct-downloads/archive-virtio/virtio-win-0.1.135-2/virtio-win_amd64.vfd
- source = virtio-win-0.1.135-2_x86.vfd::https://fedorapeople.org/groups/virt/virtio-win/direct-downloads/archive-virtio/virtio-win-0.1.135-2/virtio-win_x86.vfd
- sha256sums = 290414fd66db5497c534786254dd301b420a8e30739fbcd246861b6e603f09f4
- sha256sums = a9333688c528a074aa69e68f45e72e58324f4971dfde0aedd7dad4110cdb5520
- sha256sums = ae4b75ced537f65f26d49901e0d930773987e507e5c58308156edd55c753bef3
+ noextract = virtio-win-0.1.136-1.iso
+ noextract = virtio-win-0.1.136-1_amd64.vfd
+ noextract = virtio-win-0.1.136-1_x86.vfd
+ source = virtio-win-0.1.136-1.iso::https://fedorapeople.org/groups/virt/virtio-win/direct-downloads/archive-virtio/virtio-win-0.1.136-1/virtio-win.iso
+ source = virtio-win-0.1.136-1_amd64.vfd::https://fedorapeople.org/groups/virt/virtio-win/direct-downloads/archive-virtio/virtio-win-0.1.136-1/virtio-win_amd64.vfd
+ source = virtio-win-0.1.136-1_x86.vfd::https://fedorapeople.org/groups/virt/virtio-win/direct-downloads/archive-virtio/virtio-win-0.1.136-1/virtio-win_x86.vfd
+ sha256sums = 19b9adb414024f42752cd4f5349498200c26f5461ae3093f003df9f80f127f8b
+ sha256sums = 50668082c1d64fda2f01d8fcc1f92f0454fd370b8a5214ab19de77b666893be0
+ sha256sums = 804b3749b69ac523e8cb96e09fe7e0e6ba40fc7db3c0ddcadfecf812d76a2bc2
pkgname = virtio-win
diff --git a/PKGBUILD b/PKGBUILD
index 7a5a1a303787..c8d01b0a0dac 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,11 @@
# Maintainer: Javier Tiá <javier dot tia at gmail dot com>
pkgname=virtio-win
-_ver=0.1.135
+_ver=0.1.136
# package version
-pkgver=${_ver}.2
+pkgver=${_ver}.1
# upstream version
-_pkgver=${_ver}-2
+_pkgver=${_ver}-1
pkgrel=1
pkgdesc="virtio drivers for Windows (2000, XP, Vista, 7, 8, 10) guests and floppy images for Windows XP"
arch=('any')
@@ -22,9 +22,9 @@ source=("${pkgname}-${_pkgver}.iso::${_url}/${pkgname}-${_pkgver}/${pkgname}.iso
noextract=("${pkgname}-${_pkgver}.iso"
"${pkgname}-${_pkgver}_amd64.vfd"
"${pkgname}-${_pkgver}_x86.vfd")
-sha256sums=('290414fd66db5497c534786254dd301b420a8e30739fbcd246861b6e603f09f4'
- 'a9333688c528a074aa69e68f45e72e58324f4971dfde0aedd7dad4110cdb5520'
- 'ae4b75ced537f65f26d49901e0d930773987e507e5c58308156edd55c753bef3')
+sha256sums=('19b9adb414024f42752cd4f5349498200c26f5461ae3093f003df9f80f127f8b'
+ '50668082c1d64fda2f01d8fcc1f92f0454fd370b8a5214ab19de77b666893be0'
+ '804b3749b69ac523e8cb96e09fe7e0e6ba40fc7db3c0ddcadfecf812d76a2bc2')
package() {
install -Dm 644 ${pkgname}-${_pkgver}.iso \
diff --git a/virtio-win.changelog b/virtio-win.changelog
index e183dcec067c..666939501caa 100644
--- a/virtio-win.changelog
+++ b/virtio-win.changelog
@@ -1,4 +1,10 @@
%changelog
+* Mon May 01 2017 Cole Robinson <crobinso@redhat.com> - 0.1.136-1
+- Update to virtio-win-prewhql-0.1-136
+- BZ#1369353 - balloon: backport available memory stat support. Trying to mimic what si_mem_available does in Linux. AvailPhys is the sum of memory in free, zero and standby list. CacheBytes is the current size of the system file cache.
+- BZ#1442322 - viostor Cannot enlarge/shrink disk with virtio-blk-pci device.
+- BZ#1438410 - Net-KVM: Add VlanId property to Inf file
+
* Thu Apr 27 2017 Cole Robinson <crobinso@redhat.com> - 0.1.135-2
- Update to qemu-ga-win-7.4.5-1