mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH] modemmanager: version bump 1.20.0 -> 1.20.2
@ 2022-11-11 21:03 Ladislav Michl
  2022-11-22 13:20 ` [ptxdist] [APPLIED] " Michael Olbrich
  0 siblings, 1 reply; 2+ messages in thread
From: Ladislav Michl @ 2022-11-11 21:03 UTC (permalink / raw)
  To: ptxdist

From: Ladislav Michl <ladis@linux-mips.org>

First bugfix release of 1.20 series. Among other things building
without tests is now fixed.

Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
---
 rules/modemmanager.make | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

diff --git a/rules/modemmanager.make b/rules/modemmanager.make
index 58427ff8a..94b327c43 100644
--- a/rules/modemmanager.make
+++ b/rules/modemmanager.make
@@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_MODEMMANAGER) += modemmanager
 #
 # Paths and names
 #
-MODEMMANAGER_VERSION	:= 1.20.0
-MODEMMANAGER_MD5	:= 900b2e707a2095a4b476b68d1efb1c34
+MODEMMANAGER_VERSION	:= 1.20.2
+MODEMMANAGER_MD5	:= 441b08c34136f3a28d79c7f110b6ee32
 MODEMMANAGER		:= ModemManager-$(MODEMMANAGER_VERSION)
 MODEMMANAGER_SUFFIX	:= tar.bz2
 MODEMMANAGER_URL	:= https://gitlab.freedesktop.org/mobile-broadband/ModemManager/-/archive/$(MODEMMANAGER_VERSION)/$(MODEMMANAGER).$(MODEMMANAGER_SUFFIX)
@@ -38,7 +38,7 @@ MODEMMANAGER_CONF_OPT	:= \
 	$(CROSS_MESON_USR) \
 	-Dudev=true \
 	-Dudevdir=/usr/lib/udev \
-	-Dtests=true \
+	-Dtests=false \
 	-Ddbus_policy_dir=/usr/share/dbus-1/system.d \
 	-Dsystemdsystemunitdir=/usr/lib/systemd/system \
 	-Dsystemd_suspend_resume=$(call ptx/truefalse, PTXCONF_INITMETHOD_SYSTEMD) \
@@ -55,8 +55,6 @@ MODEMMANAGER_CONF_OPT	:= \
 	-Dman=false \
 	-Dbash_completion=false
 
-# sadly, ModemManager does not build with -Dtests=false
-
 # ----------------------------------------------------------------------------
 # Target-Install
 # ----------------------------------------------------------------------------
-- 
2.32.0




^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [ptxdist] [APPLIED] modemmanager: version bump 1.20.0 -> 1.20.2
  2022-11-11 21:03 [ptxdist] [PATCH] modemmanager: version bump 1.20.0 -> 1.20.2 Ladislav Michl
@ 2022-11-22 13:20 ` Michael Olbrich
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Olbrich @ 2022-11-22 13:20 UTC (permalink / raw)
  To: ptxdist; +Cc: Ladislav Michl

Thanks, applied as 9132d2df1e17a7bd7a89fb1ab71531a7598fed1e.

Michael

[sent from post-receive hook]

On Tue, 22 Nov 2022 14:20:07 +0100, Ladislav Michl <oss-lists@triops.cz> wrote:
> First bugfix release of 1.20 series. Among other things building
> without tests is now fixed.
> 
> Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
> Message-Id: <Y264uS7Z1s7Pdbs9@lenoch>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
> 
> diff --git a/rules/modemmanager.make b/rules/modemmanager.make
> index 58427ff8a326..94b327c43953 100644
> --- a/rules/modemmanager.make
> +++ b/rules/modemmanager.make
> @@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_MODEMMANAGER) += modemmanager
>  #
>  # Paths and names
>  #
> -MODEMMANAGER_VERSION	:= 1.20.0
> -MODEMMANAGER_MD5	:= 900b2e707a2095a4b476b68d1efb1c34
> +MODEMMANAGER_VERSION	:= 1.20.2
> +MODEMMANAGER_MD5	:= 441b08c34136f3a28d79c7f110b6ee32
>  MODEMMANAGER		:= ModemManager-$(MODEMMANAGER_VERSION)
>  MODEMMANAGER_SUFFIX	:= tar.bz2
>  MODEMMANAGER_URL	:= https://gitlab.freedesktop.org/mobile-broadband/ModemManager/-/archive/$(MODEMMANAGER_VERSION)/$(MODEMMANAGER).$(MODEMMANAGER_SUFFIX)
> @@ -38,7 +38,7 @@ MODEMMANAGER_CONF_OPT	:= \
>  	$(CROSS_MESON_USR) \
>  	-Dudev=true \
>  	-Dudevdir=/usr/lib/udev \
> -	-Dtests=true \
> +	-Dtests=false \
>  	-Ddbus_policy_dir=/usr/share/dbus-1/system.d \
>  	-Dsystemdsystemunitdir=/usr/lib/systemd/system \
>  	-Dsystemd_suspend_resume=$(call ptx/truefalse, PTXCONF_INITMETHOD_SYSTEMD) \
> @@ -55,8 +55,6 @@ MODEMMANAGER_CONF_OPT	:= \
>  	-Dman=false \
>  	-Dbash_completion=false
>  
> -# sadly, ModemManager does not build with -Dtests=false
> -
>  # ----------------------------------------------------------------------------
>  # Target-Install
>  # ----------------------------------------------------------------------------



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-11-22 13:20 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-11 21:03 [ptxdist] [PATCH] modemmanager: version bump 1.20.0 -> 1.20.2 Ladislav Michl
2022-11-22 13:20 ` [ptxdist] [APPLIED] " Michael Olbrich

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox