[Gpg4win-commits] [git] Gpg4win - branch, gpg4win-2, updated. gpg4win-2.3.3-7-g189a0c1

by Andre Heinecke cvs at cvs.gnupg.org
Thu Jul 6 13:11:09 CEST 2017


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GnuPG for Windows".

The branch, gpg4win-2 has been updated
       via  189a0c17713d122dcce50af98fd1cfb1206e1450 (commit)
      from  b07ecc99ba99d4c723b50e7a3bdca3905dbe23a0 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 189a0c17713d122dcce50af98fd1cfb1206e1450
Author: Andre Heinecke <aheinecke at intevation.de>
Date:   Thu Jul 6 13:10:12 2017 +0200

    Fix gettext library name
    
    * inst-gettext.nsi, uninst-gettext.nsi: Lib version is now 9.

diff --git a/src/inst-gettext.nsi b/src/inst-gettext.nsi
index 975345a..1b4fc28 100644
--- a/src/inst-gettext.nsi
+++ b/src/inst-gettext.nsi
@@ -32,8 +32,8 @@ Section "-gettext" SEC_gettext
 !ifdef SOURCES
   File ${gpg4win_pkg_gettext}
 !else
-  File ${prefix}/bin/libintl-8.dll
-  File /oname=intl.dll ${prefix}/bin/libintl-8.dll
+  File ${prefix}/bin/libintl-9.dll
+  File /oname=intl.dll ${prefix}/bin/libintl-9.dll
 
 !ifdef DEBUG
   # We install a couple of binaries that may be useful for testing.
diff --git a/src/uninst-gettext.nsi b/src/uninst-gettext.nsi
index 001d527..1ea0f4c 100644
--- a/src/uninst-gettext.nsi
+++ b/src/uninst-gettext.nsi
@@ -30,7 +30,7 @@ Section "-un.gettext"
   Push "${gpg4win_pkg_gettext}"
   Call un.SourceDelete
 !else
-  Delete /REBOOTOK "$INSTDIR\libintl-8.dll"
+  Delete /REBOOTOK "$INSTDIR\libintl-9.dll"
   Delete /REBOOTOK "$INSTDIR\intl.dll"
 !ifdef DEBUG
   Delete "$INSTDIR\gettext.exe"

-----------------------------------------------------------------------

Summary of changes:
 src/inst-gettext.nsi   | 4 ++--
 src/uninst-gettext.nsi | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
GnuPG for Windows
http://git.gnupg.org



More information about the Gpg4win-commits mailing list