From mboxrd@z Thu Jan 1 00:00:00 1970 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> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============7186559626407974484==" List-Id: --===============7186559626407974484== 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 --- 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 @@ ############################################################################= ### =20 name =3D dbus -version =3D 1.11.16 +version =3D 1.11.20 release =3D 1 =20 maintainer =3D Stefan Schantl @@ -33,6 +33,12 @@ build configure_options +=3D \ --with-systemdsystemunitdir=3D%{unitdir} \ --with-dbus-user=3Ddbus + + export LD_LIBRARY_PATH =3D %{DIR_APP}/.libs + + test + make check + end end =20 packages --=20 2.9.4 --===============7186559626407974484==--