Date: Tuesday, March 1, 2022 @ 22:31:11 Author: heftig Revision: 1139227
1.14.0-1 Modified: lib32-dbus/trunk/PKGBUILD lib32-dbus/trunk/no-fatal-warnings.diff ------------------------+ PKGBUILD | 4 ++-- no-fatal-warnings.diff | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-03-01 22:29:48 UTC (rev 1139226) +++ PKGBUILD 2022-03-01 22:31:11 UTC (rev 1139227) @@ -2,7 +2,7 @@ # Contributor: Ionut Biru <[email protected]> pkgname=lib32-dbus -pkgver=1.12.22 +pkgver=1.14.0 pkgrel=1 pkgdesc="Freedesktop.org message bus system (32-bit)" url="https://wiki.freedesktop.org/www/Software/dbus/" @@ -13,7 +13,7 @@ source=("git+https://gitlab.freedesktop.org/dbus/dbus.git?signed#tag=dbus-$pkgver" no-fatal-warnings.diff) sha256sums=('SKIP' - '6958eeec07557b92a28419eb1702331ee2f0a6fd17285e37dfb6130b9fa4cf6e') + 'c10395be67e1127a58d7173b587fbbf16f8a8b271c41293558fcf9e27c185478') validpgpkeys=('DA98F25C0871C49A59EAFF2C4DE8FF2A63C7CC90') # Simon McVittie <[email protected]> prepare() { Modified: no-fatal-warnings.diff =================================================================== --- no-fatal-warnings.diff 2022-03-01 22:29:48 UTC (rev 1139226) +++ no-fatal-warnings.diff 2022-03-01 22:31:11 UTC (rev 1139227) @@ -1,10 +1,10 @@ diff --git i/dbus/dbus-internals.c w/dbus/dbus-internals.c -index 267aef97..b1064e85 100644 +index ab498b15..cf86f4ae 100644 --- i/dbus/dbus-internals.c +++ w/dbus/dbus-internals.c -@@ -185,7 +185,7 @@ const char *_dbus_no_memory_message = "Not enough memory"; - - static dbus_bool_t warn_initted = FALSE; +@@ -193,7 +193,7 @@ static dbus_bool_t warn_initted = FALSE; + * threads, the worst that will happen is that warnings get their default + * fatal/non-fatal nature. */ static dbus_bool_t fatal_warnings = FALSE; -static dbus_bool_t fatal_warnings_on_check_failed = TRUE; +static dbus_bool_t fatal_warnings_on_check_failed = FALSE;
