From patchwork Mon Mar 18 12:53:02 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jesper Baekdahl X-Patchwork-Id: 228531 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from hemlock.osuosl.org (hemlock.osuosl.org [140.211.166.133]) by ozlabs.org (Postfix) with ESMTP id 07EC52C009A for ; Mon, 18 Mar 2013 23:59:38 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id 92921A0164; Mon, 18 Mar 2013 12:59:37 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from hemlock.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Mx6QKoa9I99o; Mon, 18 Mar 2013 12:59:33 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by hemlock.osuosl.org (Postfix) with ESMTP id AFDB5A0071; Mon, 18 Mar 2013 12:59:33 +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 89C8A8F74B for ; Mon, 18 Mar 2013 12:59:39 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 1A6808B0DC for ; Mon, 18 Mar 2013 12:59:32 +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 sJNvfDswIkG7 for ; Mon, 18 Mar 2013 12:59:31 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from mail-wg0-f48.google.com (mail-wg0-f48.google.com [74.125.82.48]) by whitealder.osuosl.org (Postfix) with ESMTPS id 326FD8AD2B for ; Mon, 18 Mar 2013 12:59:30 +0000 (UTC) Received: by mail-wg0-f48.google.com with SMTP id 16so4819383wgi.15 for ; Mon, 18 Mar 2013 05:59:29 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-received:from:to:subject:date:message-id:x-mailer:in-reply-to :references:x-gm-message-state; bh=5ZGdQe1e8pN0m+megDzAiTPHoyidg3JZd/eouAjVYC8=; b=IWD8l4wB2KJnQGfQcQXZuzjB4iPblHldmb8jOXDUZ8JDNBixn6OHn1vdtUsymxTHKu nIrVBHfniuJUw48rnYpvhuOgiEgkP0NsbEMAFbPnuUeBzLPxcshIffsPgzW05x/VpIgx wPQtfhu3/T6dYX5CAKoCgCIg8z4NhsLqhYYM1p+VnWaEMhpwyWeu0ez/bROChkKWVWgi ZHOIn6cLgkTeIA5j3sypMHbDARF+uD/aD+V1KSV09GTNIqfSRUTgSqxAyH+BwLwFHfpq oagne3Pf8ZevJm6z2BwLdkUz68u0lphiNJXfmR7WTGAuUNCaJmNyxd59F7ezYWU8cJvd dCxA== X-Received: by 10.180.73.212 with SMTP id n20mr16266887wiv.11.1363611241907; Mon, 18 Mar 2013 05:54:01 -0700 (PDT) Received: from localhost.localdomain (cpe.xe-6-0-0-953.boanqu2.dk.customer.tdc.net. [188.180.79.66]) by mx.google.com with ESMTPS id ex15sm701388wid.5.2013.03.18.05.54.00 (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 18 Mar 2013 05:54:01 -0700 (PDT) From: Jesper Baekdahl To: buildroot@busybox.net Date: Mon, 18 Mar 2013 13:53:02 +0100 Message-Id: <1363611219-26971-23-git-send-email-jbb@gamblify.com> X-Mailer: git-send-email 1.7.10.4 In-Reply-To: <1363611219-26971-1-git-send-email-jbb@gamblify.com> References: <1363611219-26971-1-git-send-email-jbb@gamblify.com> X-Gm-Message-State: ALoCoQm/RPBm36pq8PxVujh/48Fi4kdVzhp3Ixv1uetuT2XzosXjZN48+IcQyS/2ZEj0KQ1Gk5ha Subject: [Buildroot] [PATCH 022/120] xapp_xdpyinfo: bump revision to X11R7.7 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 From: Will Wagner Signed-off-by: Will Wagner Signed-off-by: Jesper Baekdahl --- package/x11r7/xapp_xdpyinfo/xapp_xdpyinfo.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/x11r7/xapp_xdpyinfo/xapp_xdpyinfo.mk b/package/x11r7/xapp_xdpyinfo/xapp_xdpyinfo.mk index a3d6ff7..0b724de 100644 --- a/package/x11r7/xapp_xdpyinfo/xapp_xdpyinfo.mk +++ b/package/x11r7/xapp_xdpyinfo/xapp_xdpyinfo.mk @@ -4,7 +4,7 @@ # ################################################################################ -XAPP_XDPYINFO_VERSION = 1.2.0 +XAPP_XDPYINFO_VERSION = 1.3.0 XAPP_XDPYINFO_SOURCE = xdpyinfo-$(XAPP_XDPYINFO_VERSION).tar.bz2 XAPP_XDPYINFO_SITE = http://xorg.freedesktop.org/releases/individual/app XAPP_XDPYINFO_DEPENDENCIES = xlib_libX11 xlib_libXext xlib_libXi xlib_libXrender xlib_libXtst xlib_libXxf86dga xlib_libXxf86vm xproto_inputproto xproto_kbproto xproto_renderproto xproto_xf86dgaproto xproto_xf86vidmodeproto xlib_libdmx