From patchwork Wed May 15 11:30:01 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Markos Chandras X-Patchwork-Id: 244047 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from whitealder.osuosl.org (whitealder.osuosl.org [140.211.166.138]) by ozlabs.org (Postfix) with ESMTP id 445AD2C0099 for ; Wed, 15 May 2013 21:35:25 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 912978D097; Wed, 15 May 2013 11:35:22 +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 FTsM19U6Zt4I; Wed, 15 May 2013 11:35:21 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by whitealder.osuosl.org (Postfix) with ESMTP id C47CF8D08A; Wed, 15 May 2013 11:35:20 +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 6CF548F74B for ; Wed, 15 May 2013 11:35:26 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 13CD38D08D for ; Wed, 15 May 2013 11:35:19 +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 kVGKMGnXROUz for ; Wed, 15 May 2013 11:35:17 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from multi.imgtec.com (multi.imgtec.com [194.200.65.239]) by whitealder.osuosl.org (Postfix) with ESMTPS id 79F6D8D08A for ; Wed, 15 May 2013 11:35:16 +0000 (UTC) From: Markos Chandras To: Date: Wed, 15 May 2013 12:30:01 +0100 Message-ID: <1368617401-10692-1-git-send-email-markos.chandras@gmail.com> X-Mailer: git-send-email 1.7.1 MIME-Version: 1.0 X-SEF-Processed: 7_3_0_01181__2013_05_15_12_35_12 Subject: [Buildroot] [PATCH] pixman: Version bump to 0.30.0 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: , Errors-To: buildroot-bounces@busybox.net Sender: buildroot-bounces@busybox.net From: Markos Chandras Signed-off-by: Markos Chandras --- package/pixman/pixman.mk | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/package/pixman/pixman.mk b/package/pixman/pixman.mk index c2ee035..1b9b1b1 100644 --- a/package/pixman/pixman.mk +++ b/package/pixman/pixman.mk @@ -3,7 +3,7 @@ # pixman # ################################################################################ -PIXMAN_VERSION = 0.28.2 +PIXMAN_VERSION = 0.30.0 PIXMAN_SITE = http://xorg.freedesktop.org/releases/individual/lib PIXMAN_LICENSE = MIT PIXMAN_LICENSE_FILES = COPYING