Skip to content

Commit

Permalink
auto update for package virtio-win
Browse files Browse the repository at this point in the history
  • Loading branch information
lilacbot committed Feb 23, 2017
1 parent 8b26a52 commit c120170
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 4 deletions.
8 changes: 4 additions & 4 deletions virtio-win/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Javier Tiá <javier dot tia at gmail dot com>

pkgname=virtio-win
_ver=0.1.130
_ver=0.1.132
# package version
pkgver=${_ver}.1
# upstream version
Expand All @@ -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=('4ee97f75a0e465337f6b60356cc8443c7609884b9762044de82e46198b7b38b0'
'75285dc3b2b3404c1f10f1ac7a4006b585e6da40a25200c80293abeec90d8646'
'5ad76e82e4c13e345099347e4e2b50ba1d96a86284cc6119bae824e2408dc700')
sha256sums=('ab30b3f991e6e460f3bc7019e41eaa26ef2f150137eeb645e92c93e76a5c2a84'
'8d4badd61c8531304b38e803fa225214b31d68478ab7dda4cfca0a42633a8c94'
'ef405d6e1a9e450453061d65688a0e507aa116520d251b1147fee6308adb76dc')

package() {
install -Dm 644 ${pkgname}-${_pkgver}.iso \
Expand Down
11 changes: 11 additions & 0 deletions virtio-win/virtio-win.changelog
@@ -1,4 +1,15 @@
%changelog
* Wed Feb 22 2017 Cole Robinson <crobinso@redhat.com> - 0.1.132-1
- Update to virtio-win-prewhql-0.1-132
- Update to qxlwddm-0.15-0
- Winxp viostor driver is no longer being updated, will remain locked at the 0.1.130 version
- Winxp qxl driver is no longer being updated, will remain locked at the spice-space 0.1.18 version
- BZ#1369353 - [balloon] backport available memory stat support
- BZ#1419785 - [virtio-win][whql][balloon] Guest WIN8-32 occured BSOD in job "DF - PNP Stop (Rebalance) Device Test (Certification)"
- pvpanic: Add IOCTL_GET_CRASH_DUMP_HEADER
- vioinput: Use viohidkmdf.sys instead of mshidkmdf.sys
- BZ#1403550 - [RFE] viostor.sys Add multi-queue support

* Mon Jan 16 2017 Cole Robinson <crobinso@redhat.com> - 0.1.130-1
- Update to virtio-win-prewhql-0.1-130
- BZ#1389445: VirtIO definition of bool as int used by all drivers that use VirtIO library, except (currently) netkvm which is C++ and uses bool as fundamental C++ type.
Expand Down

0 comments on commit c120170

Please sign in to comment.