[Gpg4win-commits] r834 - in trunk: . packages src
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Wed Jun 25 19:27:50 CEST 2008
Author: marcus
Date: 2008-06-25 19:27:50 +0200 (Wed, 25 Jun 2008)
New Revision: 834
Modified:
trunk/ChangeLog
trunk/packages/packages.current
trunk/src/inst-gpgme.nsi
trunk/src/uninst-gpgme.nsi
Log:
2008-06-25 Marcus Brinkmann <marcus at g10code.de>
* packages/packages.current: Update gpgme.
* src/inst-gpgme.nsi: Install gpgme-w32spawn.exe.
* src/uninst-gpgme.nsi: Uninstall it.
Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog 2008-06-05 19:47:35 UTC (rev 833)
+++ trunk/ChangeLog 2008-06-25 17:27:50 UTC (rev 834)
@@ -1,3 +1,9 @@
+2008-06-25 Marcus Brinkmann <marcus at g10code.de>
+
+ * packages/packages.current: Update gpgme.
+ * src/inst-gpgme.nsi: Install gpgme-w32spawn.exe.
+ * src/uninst-gpgme.nsi: Uninstall it.
+
2008-06-05 Werner Koch <wk at g10code.com>
* src/uninst-libetpan.nsi: Remove libetpan-13.
Modified: trunk/packages/packages.current
===================================================================
--- trunk/packages/packages.current 2008-06-05 19:47:35 UTC (rev 833)
+++ trunk/packages/packages.current 2008-06-25 17:27:50 UTC (rev 834)
@@ -297,11 +297,10 @@
file dirmngr-1.0.2-svn299.tar.bz2
chk 53547434d5a2de17891a68ef8cbfdd450833a6e7
-file gpgme-1.1.7-svn1313.tar.bz2
-chk 526325d020e533a0a9ebe4b34b581ad287c08d18
+file gpgme-1.1.7-svn1321.tar.bz2
+chk d0fe53b17270512e3669d1d2b6a1ebcf8d8bf894
-
#
# adns
#
Modified: trunk/src/inst-gpgme.nsi
===================================================================
--- trunk/src/inst-gpgme.nsi 2008-06-05 19:47:35 UTC (rev 833)
+++ trunk/src/inst-gpgme.nsi 2008-06-25 17:27:50 UTC (rev 834)
@@ -35,6 +35,7 @@
ClearErrors
SetOverwrite try
File "${prefix}/bin/libgpgme-11.dll"
+
SetOverwrite lastused
ifErrors 0 +3
File /oname=libgpgme-11.dll.tmp "${prefix}/bin/libgpgme-11.dll"
@@ -58,5 +59,7 @@
Rename /REBOOTOK libgpgme-qt-11.dll.tmp libgpgme-qt-11.dll
!endif
+ File "${prefix}/libexec/gpgme-w32spawn.exe"
+
!endif
SectionEnd
Modified: trunk/src/uninst-gpgme.nsi
===================================================================
--- trunk/src/uninst-gpgme.nsi 2008-06-05 19:47:35 UTC (rev 833)
+++ trunk/src/uninst-gpgme.nsi 2008-06-25 17:27:50 UTC (rev 834)
@@ -33,6 +33,7 @@
Delete "$INSTDIR\libgpgme-11.dll"
Delete "$INSTDIR\libgpgme-glib-11.dll"
Delete "$INSTDIR\libgpgme-qt-11.dll"
+ Delete "$INSTDIR\gpgme-w32spawn.dll"
RMDir "$INSTDIR"
!endif
SectionEnd
More information about the Gpg4win-commits
mailing list