From patchwork Fri Sep 19 07:13:50 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Jeremy Rosen X-Patchwork-Id: 391133 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from fraxinus.osuosl.org (fraxinus.osuosl.org [140.211.166.137]) by ozlabs.org (Postfix) with ESMTP id E5A32140187 for ; Fri, 19 Sep 2014 17:14:05 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id 28397A2301; Fri, 19 Sep 2014 07:14:05 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from fraxinus.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id CygCtfRZIk9t; Fri, 19 Sep 2014 07:14:04 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by fraxinus.osuosl.org (Postfix) with ESMTP id A997EA2306; Fri, 19 Sep 2014 07:14:04 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from silver.osuosl.org (silver.osuosl.org [140.211.166.136]) by ash.osuosl.org (Postfix) with ESMTP id F41081C1FED for ; Fri, 19 Sep 2014 07:14:00 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id EF3F632E5A for ; Fri, 19 Sep 2014 07:14:00 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from silver.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id b7OxcUNpbtVm for ; Fri, 19 Sep 2014 07:14:00 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-wi0-f173.google.com (mail-wi0-f173.google.com [209.85.212.173]) by silver.osuosl.org (Postfix) with ESMTPS id B969632C7B for ; Fri, 19 Sep 2014 07:13:59 +0000 (UTC) Received: by mail-wi0-f173.google.com with SMTP id em10so4375984wid.0 for ; Fri, 19 Sep 2014 00:13:58 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-type:content-transfer-encoding; bh=efMsEuT9RRU4lvsabUxYRxmDeNtXlV7Wc/zKzkJOjYM=; b=PvG1yWrY6vkyqFk7EDbLFEWMgj+0i45FIIDez87CX5Pp1+ZqyLxj6MFE7OaT5NcKci l4FtG27aAXqg1wWBJM6hUn/vPJ+H8PXiBZ5DP7b3wL5sFb2uJaiP5hqAJP+4KxuZalB1 yyJDgPyC1w/J7TeZFXLUu01YSk6J2a0d/FkTxuRZtO0CHgpqmpG5neX/A76Qq1355+6d nmaO8L+w2Z+yRsByx2uxFrQd+IQmHzgTB9nbSu84WLhOLS/hTmzL9Z4opw8cme6vm/Ac AywS93Wyk9I8LmO/uaDcHl13TigyPKRcycErKOZRJJTtBvim88cbAtQb+Ry/Oq1JLfiw pCIw== X-Received: by 10.194.48.44 with SMTP id i12mr10029899wjn.83.1411110837868; Fri, 19 Sep 2014 00:13:57 -0700 (PDT) Received: from pcrosen.daviel.openwide.fr. ([193.56.60.161]) by mx.google.com with ESMTPSA id wx3sm1229787wjc.19.2014.09.19.00.13.57 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Fri, 19 Sep 2014 00:13:57 -0700 (PDT) From: =?UTF-8?q?J=C3=A9r=C3=A9my=20Rosen?= To: buildroot@uclibc.org Date: Fri, 19 Sep 2014 09:13:50 +0200 Message-Id: <1411110831-27676-2-git-send-email-jeremy.rosen@openwide.fr> X-Mailer: git-send-email 2.1.0 In-Reply-To: <1411110831-27676-1-git-send-email-jeremy.rosen@openwide.fr> References: <1411110831-27676-1-git-send-email-jeremy.rosen@openwide.fr> MIME-Version: 1.0 Subject: [Buildroot] [PATCH] swig : bump to version 2.0.12 X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: buildroot-bounces@busybox.net Sender: "buildroot" Signed-off-by: Jérémy Rosen --- package/swig/swig.mk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package/swig/swig.mk b/package/swig/swig.mk index 79839ea..5efc81c 100644 --- a/package/swig/swig.mk +++ b/package/swig/swig.mk @@ -4,7 +4,8 @@ # ################################################################################ -SWIG_VERSION = 2.0.10 +SWIG_MAJOR = 2.0 +SWIG_VERSION = $(SWIG_MAJOR).12 SWIG_SITE = http://downloads.sourceforge.net/project/swig/swig/swig-$(SWIG_VERSION) SWIG_DEPENDENCIES = host-bison HOST_SWIG_CONF_OPT = \