* [ptxdist] [PATCH] dbus: Version bump. 1.15.10 -> 1.15.12
@ 2024-10-30 19:00 Christian Melki
2024-11-09 7:07 ` [ptxdist] [APPLIED] " Michael Olbrich
0 siblings, 1 reply; 2+ messages in thread
From: Christian Melki @ 2024-10-30 19:00 UTC (permalink / raw)
To: ptxdist
Minor changes. Some recommended/alternate paths and loading mechanisms.
https://gitlab.freedesktop.org/dbus/dbus/-/blob/dbus-1.15.12/NEWS#L62
* Forward patches with minor offset adjustment. Applies cleanly.
Signed-off-by: Christian Melki <christian.melki@t2data.com>
---
...HACK-meson_post_install.py-don-t-try-to-change-owner.patch | 4 ++--
patches/{dbus-1.15.10 => dbus-1.15.12}/series | 0
rules/dbus.make | 4 ++--
3 files changed, 4 insertions(+), 4 deletions(-)
rename patches/{dbus-1.15.10 => dbus-1.15.12}/0001-HACK-meson_post_install.py-don-t-try-to-change-owner.patch (90%)
rename patches/{dbus-1.15.10 => dbus-1.15.12}/series (100%)
diff --git a/patches/dbus-1.15.10/0001-HACK-meson_post_install.py-don-t-try-to-change-owner.patch b/patches/dbus-1.15.12/0001-HACK-meson_post_install.py-don-t-try-to-change-owner.patch
similarity index 90%
rename from patches/dbus-1.15.10/0001-HACK-meson_post_install.py-don-t-try-to-change-owner.patch
rename to patches/dbus-1.15.12/0001-HACK-meson_post_install.py-don-t-try-to-change-owner.patch
index 971cab3c3..ab0fec4dd 100644
--- a/patches/dbus-1.15.10/0001-HACK-meson_post_install.py-don-t-try-to-change-owner.patch
+++ b/patches/dbus-1.15.12/0001-HACK-meson_post_install.py-don-t-try-to-change-owner.patch
@@ -15,10 +15,10 @@ Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
1 file changed, 1 deletion(-)
diff --git a/meson_post_install.py b/meson_post_install.py
-index cfc03b2219ff..1d007ad65e6e 100755
+index fe0633458c4f..0f29554921f3 100755
--- a/meson_post_install.py
+++ b/meson_post_install.py
-@@ -103,4 +103,3 @@ def post_install_exe():
+@@ -127,4 +127,3 @@ def post_install_exe():
if __name__ == "__main__":
post_install_relocation()
diff --git a/patches/dbus-1.15.10/series b/patches/dbus-1.15.12/series
similarity index 100%
rename from patches/dbus-1.15.10/series
rename to patches/dbus-1.15.12/series
diff --git a/rules/dbus.make b/rules/dbus.make
index dba3f82ca..f2bc7b552 100644
--- a/rules/dbus.make
+++ b/rules/dbus.make
@@ -16,8 +16,8 @@ PACKAGES-$(PTXCONF_DBUS) += dbus
#
# Paths and names
#
-DBUS_VERSION := 1.15.10
-DBUS_MD5 := b35ee789084a216fbddb933b84c75516
+DBUS_VERSION := 1.15.12
+DBUS_MD5 := cc1a1e2ae4ad166ed3d3da36172bbb8a
DBUS := dbus-$(DBUS_VERSION)
DBUS_SUFFIX := tar.xz
DBUS_URL := https://dbus.freedesktop.org/releases/dbus/$(DBUS).$(DBUS_SUFFIX)
--
2.34.1
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [ptxdist] [APPLIED] dbus: Version bump. 1.15.10 -> 1.15.12
2024-10-30 19:00 [ptxdist] [PATCH] dbus: Version bump. 1.15.10 -> 1.15.12 Christian Melki
@ 2024-11-09 7:07 ` Michael Olbrich
0 siblings, 0 replies; 2+ messages in thread
From: Michael Olbrich @ 2024-11-09 7:07 UTC (permalink / raw)
To: ptxdist; +Cc: Christian Melki
Thanks, applied as a9c41212d0426f527bf81d4a874889578d7ec6b3.
Michael
[sent from post-receive hook]
On Sat, 09 Nov 2024 08:07:42 +0100, Christian Melki <christian.melki@t2data.com> wrote:
> Minor changes. Some recommended/alternate paths and loading mechanisms.
> https://gitlab.freedesktop.org/dbus/dbus/-/blob/dbus-1.15.12/NEWS#L62
>
> * Forward patches with minor offset adjustment. Applies cleanly.
>
> Signed-off-by: Christian Melki <christian.melki@t2data.com>
> Message-Id: <20241030190056.959248-1-christian.melki@t2data.com>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
>
> diff --git a/patches/dbus-1.15.10/0001-HACK-meson_post_install.py-don-t-try-to-change-owner.patch b/patches/dbus-1.15.12/0001-HACK-meson_post_install.py-don-t-try-to-change-owner.patch
> similarity index 90%
> rename from patches/dbus-1.15.10/0001-HACK-meson_post_install.py-don-t-try-to-change-owner.patch
> rename to patches/dbus-1.15.12/0001-HACK-meson_post_install.py-don-t-try-to-change-owner.patch
> index 971cab3c3a87..ab0fec4dd9d9 100644
> --- a/patches/dbus-1.15.10/0001-HACK-meson_post_install.py-don-t-try-to-change-owner.patch
> +++ b/patches/dbus-1.15.12/0001-HACK-meson_post_install.py-don-t-try-to-change-owner.patch
> @@ -15,10 +15,10 @@ Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
> 1 file changed, 1 deletion(-)
>
> diff --git a/meson_post_install.py b/meson_post_install.py
> -index cfc03b2219ff..1d007ad65e6e 100755
> +index fe0633458c4f..0f29554921f3 100755
> --- a/meson_post_install.py
> +++ b/meson_post_install.py
> -@@ -103,4 +103,3 @@ def post_install_exe():
> +@@ -127,4 +127,3 @@ def post_install_exe():
>
> if __name__ == "__main__":
> post_install_relocation()
> diff --git a/patches/dbus-1.15.10/series b/patches/dbus-1.15.12/series
> similarity index 100%
> rename from patches/dbus-1.15.10/series
> rename to patches/dbus-1.15.12/series
> diff --git a/rules/dbus.make b/rules/dbus.make
> index dba3f82ca4af..f2bc7b552898 100644
> --- a/rules/dbus.make
> +++ b/rules/dbus.make
> @@ -16,8 +16,8 @@ PACKAGES-$(PTXCONF_DBUS) += dbus
> #
> # Paths and names
> #
> -DBUS_VERSION := 1.15.10
> -DBUS_MD5 := b35ee789084a216fbddb933b84c75516
> +DBUS_VERSION := 1.15.12
> +DBUS_MD5 := cc1a1e2ae4ad166ed3d3da36172bbb8a
> DBUS := dbus-$(DBUS_VERSION)
> DBUS_SUFFIX := tar.xz
> DBUS_URL := https://dbus.freedesktop.org/releases/dbus/$(DBUS).$(DBUS_SUFFIX)
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-11-09 7:08 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-10-30 19:00 [ptxdist] [PATCH] dbus: Version bump. 1.15.10 -> 1.15.12 Christian Melki
2024-11-09 7:07 ` [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