[PATCHv2] dbus: Update to 1.11.20

Message ID 20171012104022.11246-1-stefan.schantl@ipfire.org
State Accepted
Commit 11f10f24f1fb8098f35ffaec5756b76eb534ea95
Headers
Series [PATCHv2] dbus: Update to 1.11.20 |

Commit Message

Stefan Schantl Oct. 12, 2017, 9:40 p.m. UTC
  This is a minor update to the latest available version
of dbus.

* Enable testsuite.

Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
---
 dbus/dbus.nm | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)
  

Comments

Michael Tremer Oct. 17, 2017, 5:16 a.m. UTC | #1
Thanks. This one works for me.

On Thu, 2017-10-12 at 12:40 +0200, Stefan Schantl wrote:
> This is a minor update to the latest available version
> of dbus.
> 
> * Enable testsuite.
> 
> Signed-off-by: Stefan Schantl <stefan.schantl@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 @@
>  #############################################################################
> ##
>  
>  name       = dbus
> -version    = 1.11.16
> +version    = 1.11.20
>  release    = 1
>  
>  maintainer = Stefan Schantl <stefan.schantl@ipfire.org>
> @@ -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
  

Patch

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 <stefan.schantl@ipfire.org>
@@ -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