From patchwork Thu Jan 17 12:25:42 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gustavo Zacarias X-Patchwork-Id: 213234 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 82EC52C007B for ; Thu, 17 Jan 2013 23:26:10 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id 3F20B25BF1; Thu, 17 Jan 2013 12:26:09 +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 7HnrpY2iYHsR; Thu, 17 Jan 2013 12:26:06 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by silver.osuosl.org (Postfix) with ESMTP id 5D34930D88; Thu, 17 Jan 2013 12:26:06 +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 8A00E8F74B for ; Thu, 17 Jan 2013 12:26:11 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id EB7D48BC24 for ; Thu, 17 Jan 2013 12:26:04 +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 0AWzjbG8sGnl for ; Thu, 17 Jan 2013 12:26:04 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from loknar.toptech.com.ar (loknar.toptech.com.ar [78.46.79.162]) by whitealder.osuosl.org (Postfix) with ESMTPS id BEDE78BC11 for ; Thu, 17 Jan 2013 12:26:03 +0000 (UTC) Received: from asgard (host212.200-82-114.telecom.net.ar [200.82.114.212]) (authenticated bits=0) by loknar.toptech.com.ar (8.14.5/8.14.5) with ESMTP id r0HCPvZl013653 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Thu, 17 Jan 2013 12:25:59 GMT DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=zacarias.com.ar; s=dkey; t=1358425561; bh=eC3nEp02TaAmJtTbY8WH9QdHgffYV4Hg/YTVi7sLJNA=; h=From:To:Cc:Subject:Date:In-Reply-To:References; b=bPigCskd1G47rBgI2252T7Z3Fqworp0j0MPvRmLFWthEEM6Ur0fmgQnvxXBFW6Qzj U1nSQBpiB/L/1cuL3DQP/akpdr2RL2VNRcw2gDtZiEKegwXm17Qpm9ykAjBuWc7JsO 77y7eaC9tU8qAANYE124Vk218nl/KTbHQqfD8ahw= Received: by asgard (sSMTP sendmail emulation); Thu, 17 Jan 2013 09:25:56 -0300 From: Gustavo Zacarias To: buildroot@busybox.net Date: Thu, 17 Jan 2013 09:25:42 -0300 Message-Id: <1358425543-25435-3-git-send-email-gustavo@zacarias.com.ar> X-Mailer: git-send-email 1.7.12.4 In-Reply-To: <1358425543-25435-1-git-send-email-gustavo@zacarias.com.ar> References: <1358425543-25435-1-git-send-email-gustavo@zacarias.com.ar> X-Virus-Scanned: clamav-milter 0.97.5 at loknar X-Virus-Status: Clean Subject: [Buildroot] [PATCH 3/4] libsigc: bump to version 2.2.11 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 Signed-off-by: Gustavo Zacarias --- package/libsigc/libsigc.mk | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/package/libsigc/libsigc.mk b/package/libsigc/libsigc.mk index 10f5803..3f58686 100644 --- a/package/libsigc/libsigc.mk +++ b/package/libsigc/libsigc.mk @@ -3,10 +3,13 @@ # libsigc++ # ############################################################# -LIBSIGC_VERSION = 2.2.10 -LIBSIGC_SOURCE = libsigc++-$(LIBSIGC_VERSION).tar.bz2 + +LIBSIGC_VERSION = 2.2.11 +LIBSIGC_SOURCE = libsigc++-$(LIBSIGC_VERSION).tar.xz LIBSIGC_SITE = http://ftp.gnome.org/pub/GNOME/sources/libsigc++/2.2 LIBSIGC_INSTALL_STAGING = YES +LIBSIGC_LICENSE = LGPLv2.1+ +LIBSIGC_LICENSE_FILES = COPYING define LIBSIGC_INSTALL_TARGET_FIXUP rm -rf $(TARGET_DIR)/usr/share/devhelp/books/libsigc++*