[git] Assuan - branch, master, updated. libassuan-2.5.1-12-g2579725
by NIIBE Yutaka
cvs at cvs.gnupg.org
Wed Oct 24 08:43:21 CEST 2018
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 "IPC library used by GnuPG".
The branch, master has been updated
via 25797256e1588db9f3171a050246008ac66c66b3 (commit)
from b9fb02a823f72f97d93344d16d49b73e39a7aaaf (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 25797256e1588db9f3171a050246008ac66c66b3
Author: NIIBE Yutaka <gniibe at fsij.org>
Date: Wed Oct 24 15:42:39 2018 +0900
build: Fix libassuan.pc.
* src/libassuan.pc.in: Fix typo.
Signed-off-by: NIIBE Yutaka <gniibe at fsij.org>
diff --git a/src/libassuan.pc.in b/src/libassuan.pc.in
index 6b245fa..a5caac6 100644
--- a/src/libassuan.pc.in
+++ b/src/libassuan.pc.in
@@ -10,5 +10,5 @@ Description: IPC library for the GnuPG components
Requires: gpg-error
Version: @PACKAGE_VERSION@
Cflags: @LIBASSUAN_CONFIG_CFLAGS@
-Libs: @LIBASSUAN_CONFIG_LIB@ @LIBASSUAN_CONFIG_EXTRA_LIBS@
+Libs: @LIBASSUAN_CONFIG_LIBS@ @LIBASSUAN_CONFIG_EXTRA_LIBS@
URL: https://www.gnupg.org/related_software/libassuan/index.html
-----------------------------------------------------------------------
Summary of changes:
src/libassuan.pc.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
hooks/post-receive
--
IPC library used by GnuPG
http://git.gnupg.org
More information about the Gnupg-commits
mailing list