From patchwork Wed May 8 23:34:09 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Spenser Gilliland X-Patchwork-Id: 242665 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from silver.osuosl.org (silver.osuosl.org [140.211.166.136]) by ozlabs.org (Postfix) with ESMTP id EB8C92C00F0 for ; Thu, 9 May 2013 09:34:27 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id 3663C31BD0; Wed, 8 May 2013 23:34:24 +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 QjcyExfi0nwl; Wed, 8 May 2013 23:34:22 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by silver.osuosl.org (Postfix) with ESMTP id 1BF4831B73; Wed, 8 May 2013 23:34:22 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from whitealder.osuosl.org (whitealder.osuosl.org [140.211.166.138]) by ash.osuosl.org (Postfix) with ESMTP id E4D9A8F7A8 for ; Wed, 8 May 2013 23:34:27 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 43A0A89C31 for ; Wed, 8 May 2013 23:34:15 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from whitealder.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id M9m-9q+bB6o1 for ; Wed, 8 May 2013 23:34:14 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from mail-oa0-f45.google.com (mail-oa0-f45.google.com [209.85.219.45]) by whitealder.osuosl.org (Postfix) with ESMTPS id 80B4689C29 for ; Wed, 8 May 2013 23:34:14 +0000 (UTC) Received: by mail-oa0-f45.google.com with SMTP id j6so1666137oag.4 for ; Wed, 08 May 2013 16:34:19 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-received:from:to:cc:subject:date:message-id:x-mailer:in-reply-to :references:x-gm-message-state; bh=Uor+9ssqhr32EjMI6Ue41QJWlixj9ASifXo9SNCPSU8=; b=eWTS2goDuTS4J3RdbPnCabLAVDXSjhNWPPmvEuec8pCS0pdPkbiMWY5W+7LnQqv+L3 iTySKET5f3Cc2SFyfI/FPZN7hd38INU4yngwQY6NRc4vACuJxBMdGw5TQXaVQbvAjRUU 0zGOQ6bt61kGaJEiHFuMgv2cJzeQ97PBiJ8CLkKMbLZmdl20LJoSfcVLOaJtGhsNnI+2 /m4kHKpdnefUqJ3dzxRKGQCqQDTR5m3nHtAGAFxSUsE+3fxBFBDyeJAw0B71l7tt2fwM sXcaNACJvkNmo/D7jMog0Gn7HwTN0c3av9OYy0abRU2Apd97MUPQZObJUdDyNO9zVBDi ZK0Q== X-Received: by 10.60.34.167 with SMTP id a7mr3020760oej.20.1368056058849; Wed, 08 May 2013 16:34:18 -0700 (PDT) Received: from bourban.gateway.2wire.net (108-90-245-135.lightspeed.cicril.sbcglobal.net. [108.90.245.135]) by mx.google.com with ESMTPSA id bh8sm641804obb.11.2013.05.08.16.34.17 for (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Wed, 08 May 2013 16:34:18 -0700 (PDT) From: Spenser Gilliland To: buildroot@busybox.net Date: Wed, 8 May 2013 18:34:09 -0500 Message-Id: <1368056050-19285-2-git-send-email-spenser@gillilanding.com> X-Mailer: git-send-email 1.7.9.5 In-Reply-To: <1368056050-19285-1-git-send-email-spenser@gillilanding.com> References: <1368056050-19285-1-git-send-email-spenser@gillilanding.com> X-Gm-Message-State: ALoCoQl4r6glQpZgjjJD3bbF66sZG7bOfLubMZLcJgT+9LUc4DiMwLEtrB84ReQKN4aKbBuJiEsm Subject: [Buildroot] [PATCH 2/3] glibmm: Bump to version 0.36.1 X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: buildroot-bounces@busybox.net Sender: buildroot-bounces@busybox.net This upgrades glibmm to version 0.36.1 Signed-off-by: Spenser Gilliland --- package/glibmm/glibmm.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/glibmm/glibmm.mk b/package/glibmm/glibmm.mk index abd8b6c..d8f6239 100644 --- a/package/glibmm/glibmm.mk +++ b/package/glibmm/glibmm.mk @@ -4,7 +4,7 @@ # ############################################################# -GLIBMM_VERSION_MAJOR = 2.30 +GLIBMM_VERSION_MAJOR = 2.36 GLIBMM_VERSION_MINOR = 1 GLIBMM_VERSION = $(GLIBMM_VERSION_MAJOR).$(GLIBMM_VERSION_MINOR) GLIBMM_LICENSE = LGPLv2.1+ (library), GPLv2+ (tools)