From patchwork Thu Oct 12 19:16:11 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stefan Schantl X-Patchwork-Id: 1472 Return-Path: Received: from mail01.ipfire.org (unknown [172.28.1.200]) by web02.ipfire.org (Postfix) with ESMTP id B540B60C67 for ; Thu, 12 Oct 2017 10:06:27 +0200 (CEST) Received: from mail01.ipfire.org (localhost [IPv6:::1]) by mail01.ipfire.org (Postfix) with ESMTP id 949032926; Thu, 12 Oct 2017 10:06:25 +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 5536E286D; Thu, 12 Oct 2017 10:06:22 +0200 (CEST) From: Stefan Schantl To: development@lists.ipfire.org Subject: [PATCH] dbus: Update to 1.11.20 Date: Thu, 12 Oct 2017 10:16:11 +0200 Message-Id: <20171012081611.21657-1-stefan.schantl@ipfire.org> X-Mailer: git-send-email 2.9.4 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..5ddd3b1 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}/.libs + + test + make check + end end packages