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 <[email protected]> --- ...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 <[email protected]> 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
