From a5b82662950447a0ed9c1d9c06269fac884602ba Mon Sep 17 00:00:00 2001 From: Fabiano FidĂȘncio Date: Wed, 3 Dec 2014 18:43:17 +0100 Subject: nsis: update libgnutls version Use version -28 instead of -26, matching what currently is in f21. --- data/virt-viewer.nsis.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'data') diff --git a/data/virt-viewer.nsis.in b/data/virt-viewer.nsis.in index 9481604..51b2a4e 100644 --- a/data/virt-viewer.nsis.in +++ b/data/virt-viewer.nsis.in @@ -137,7 +137,7 @@ Section "VirtViewer" File "@prefix@/bin/virt-xml-validate" #gtkvnc - File "@prefix@/bin/libgnutls-26.dll" + File "@prefix@/bin/libgnutls-28.dll" File "@prefix@/bin/libgpg-error-0.dll" File "@prefix@/bin/libgcrypt-20.dll" File "@prefix@/bin/libgvnc-1.0-0.dll" @@ -320,7 +320,7 @@ Section "Uninstall" Delete /rebootok "$INSTDIR\bin\libgstaudio-0.10-0.dll" Delete /rebootok "$INSTDIR\bin\libgstapp-0.10-0.dll" Delete /rebootok "$INSTDIR\bin\libgobject-2.0-0.dll" - Delete /rebootok "$INSTDIR\bin\libgnutls-26.dll" + Delete /rebootok "$INSTDIR\bin\libgnutls-28.dll" Delete /rebootok "$INSTDIR\bin\libgcrypt-20.dll" Delete /rebootok "$INSTDIR\bin\libgmodule-2.0-0.dll" Delete /rebootok "$INSTDIR\bin\libglib-2.0-0.dll" -- cgit