libgpg-error: Update to 1.20

Message ID 1442008886-10919-1-git-send-email-matthias.fischer@ipfire.org
State Accepted
Commit 67cafd240fa88af7ba9f4ee95034d00d9c687845
Headers

Message

Matthias Fischer Sept. 12, 2015, 8:01 a.m. UTC
  * configure.ac: Set LT version to C16/A16/R0.

Add new version macros.
* src/gpg-error.h.in (GPGRT_VERSION): New.
(GPGRT_VERSION_NUMBER): New.
(GPG_ERROR_VERSION, GPG_ERROR_VERSION_NUMBER): Move to top of file.

Add macro GPGRT_INLINE and avoid -Wundef warnings.
* src/gpg-error.h.in (GPG_ERR_INLINE): Use #if defined for possible
undefined macros to avoid warning with GCC's -Wundef option.
(GPGRT_INLINE): New.

Signed-off-by: Matthias Fischer <matthias.fischer@ipfire.org>
---
 config/rootfiles/common/libgpg-error | 2 +-
 lfs/libgpg-error                     | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)