From patchwork Thu Oct 12 21:40:22 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stefan Schantl X-Patchwork-Id: 1478 Return-Path: Received: from mail01.ipfire.org (unknown [172.28.1.200]) by web02.ipfire.org (Postfix) with ESMTP id 28F5F60B25 for ; Thu, 12 Oct 2017 12:30:36 +0200 (CEST) Received: from mail01.ipfire.org (localhost [IPv6:::1]) by mail01.ipfire.org (Postfix) with ESMTP id 94EEB2A20; Thu, 12 Oct 2017 12:30:35 +0200 (CEST) Received: from tuxedo.stevee (unknown [46.125.249.118]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mail01.ipfire.org (Postfix) with ESMTPSA id 99C472A19; Thu, 12 Oct 2017 12:30:33 +0200 (CEST) From: Stefan Schantl To: development@lists.ipfire.org Subject: [PATCHv2] dbus: Update to 1.11.20 Date: Thu, 12 Oct 2017 12:40:22 +0200 Message-Id: <20171012104022.11246-1-stefan.schantl@ipfire.org> X-Mailer: git-send-email 2.9.4 In-Reply-To: <1507801555.4045.80.camel@ipfire.org> References: <1507801555.4045.80.camel@ipfire.org> X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: IPFire development talk List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: development-bounces@lists.ipfire.org Sender: "Development" This is a minor update to the latest available version of dbus. * Enable testsuite. Signed-off-by: Stefan Schantl --- dbus/dbus.nm | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/dbus/dbus.nm b/dbus/dbus.nm index acdb939..bfa5ed0 100644 --- a/dbus/dbus.nm +++ b/dbus/dbus.nm @@ -4,7 +4,7 @@ ############################################################################### name = dbus -version = 1.11.16 +version = 1.11.20 release = 1 maintainer = Stefan Schantl @@ -33,6 +33,12 @@ build configure_options += \ --with-systemdsystemunitdir=%{unitdir} \ --with-dbus-user=dbus + + export LD_LIBRARY_PATH = %{DIR_APP}/dbus/.libs + + test + make check + end end packages