libgpg-error: Update to 1.20
Message ID | 1442008886-10919-1-git-send-email-matthias.fischer@ipfire.org |
---|---|
State | Accepted |
Commit | 67cafd240fa88af7ba9f4ee95034d00d9c687845 |
Headers |
Return-Path: <development-bounces@lists.ipfire.org> Received: from mail01.ipfire.org (mail01.tremer.info [172.28.1.200]) by septima.ipfire.org (Postfix) with ESMTP id 817E660606 for <patchwork@ipfire.org>; Sat, 12 Sep 2015 00:01:37 +0200 (CEST) Received: from hedwig.ipfire.org (localhost [IPv6:::1]) by mail01.ipfire.org (Postfix) with ESMTP id D4375DAC; Sat, 12 Sep 2015 00:01:33 +0200 (CEST) Received: from Devel.localdomain (p57905895.dip0.t-ipconnect.de [87.144.88.149]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-SHA256 (128/128 bits)) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 428D0D87 for <development@lists.ipfire.org>; Sat, 12 Sep 2015 00:01:29 +0200 (CEST) From: Matthias Fischer <matthias.fischer@ipfire.org> To: development@lists.ipfire.org Subject: [PATCH] libgpg-error: Update to 1.20 Date: Sat, 12 Sep 2015 00:01:26 +0200 Message-Id: <1442008886-10919-1-git-send-email-matthias.fischer@ipfire.org> X-Mailer: git-send-email 2.5.2 X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: IPFire development talk <development.lists.ipfire.org> List-Unsubscribe: <http://lists.ipfire.org/mailman/options/development>, <mailto:development-request@lists.ipfire.org?subject=unsubscribe> List-Archive: <http://lists.ipfire.org/pipermail/development/> List-Post: <mailto:development@lists.ipfire.org> List-Help: <mailto:development-request@lists.ipfire.org?subject=help> List-Subscribe: <http://lists.ipfire.org/mailman/listinfo/development>, <mailto:development-request@lists.ipfire.org?subject=subscribe> Errors-To: development-bounces@lists.ipfire.org Sender: "Development" <development-bounces@lists.ipfire.org> |
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(-)