From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefan Schantl <stefan.schantl@ipfire.org> 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> In-Reply-To: <1507801555.4045.80.camel@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============2327127429652568514==" List-Id: <development.lists.ipfire.org> --===============2327127429652568514== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable This is a minor update to the latest available version of dbus. * Enable testsuite. Signed-off-by: Stefan Schantl <stefan.schantl(a)ipfire.org> --- 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 @@ ############################################################################= ### =20 name =3D dbus -version =3D 1.11.16 +version =3D 1.11.20 release =3D 1 =20 maintainer =3D Stefan Schantl <stefan.schantl(a)ipfire.org> @@ -33,6 +33,12 @@ build configure_options +=3D \ --with-systemdsystemunitdir=3D%{unitdir} \ --with-dbus-user=3Ddbus + + export LD_LIBRARY_PATH =3D %{DIR_APP}/dbus/.libs + + test + make check + end end =20 packages --=20 2.9.4 --===============2327127429652568514==--