From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp10.migadu.com ([2001:41d0:403:4789::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms9.migadu.com with LMTPS id KB88BDr58WRCqgAAG6o9tA:P1 (envelope-from ) for ; Fri, 01 Sep 2023 16:46:18 +0200 Received: from aspmx1.migadu.com ([2001:41d0:403:4789::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp10.migadu.com with LMTPS id KB88BDr58WRCqgAAG6o9tA (envelope-from ) for ; Fri, 01 Sep 2023 16:46:18 +0200 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id CED1367B5A for ; Fri, 1 Sep 2023 16:46:17 +0200 (CEST) Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gmail.com header.s=20221208 header.b=nAuMAWjD; dmarc=fail reason="SPF not aligned (relaxed)" header.from=gmail.com (policy=none); spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1693579577; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type: content-transfer-encoding:content-transfer-encoding:resent-to: resent-from:resent-sender:resent-message-id:in-reply-to:in-reply-to: references:references:list-id:list-help:list-unsubscribe: list-subscribe:list-post:dkim-signature; bh=cv7eIGirXEQ6YYL/H948LVNTYHJaiTIX+zWFlL83laU=; b=jD7bgL56/6LhbhzS8iFAoV5C+TiqPtzUZ3mSBK+QeLSTjhHgzONNIcOgw7hXjpQzT+G3PJ zmsv3gbpRyjo7R+Cwkk1dzJ3hK88562GnM3vvO85nT7CBw8pb1xXwcmjFAUqbWlfOOF9Tf rf1lwcUzbVYpdmK4xKhiU4/WUd7EzvyChIeCSb1wwqNsOMSmQA/2mo68OTCAdLDey6DTiq 7IEFy/bbpQi5s9/RvOnyykKal4AtfzsOXD/jH2josCJJAJE7fJ0J3mm74eKlw44NY9Ytcn HYudnq/fnD+y3gmGb0GPXt0XzeyAvZMIzGsYy2GVUf8QkqlWN2ePEW25Vm9ANQ== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gmail.com header.s=20221208 header.b=nAuMAWjD; dmarc=fail reason="SPF not aligned (relaxed)" header.from=gmail.com (policy=none); spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" ARC-Seal: i=1; s=key1; d=yhetil.org; t=1693579577; a=rsa-sha256; cv=none; b=sa+VcG7djbQZhBMMkZdYkdIKDUd7/ytEfOujbBgKqKs723g6ZQQnC/0gbC1MzgKbK8TeIA BglAaFEaNx0O0x5qZMJiRp/lP4bxidSAbrj87SqZAvL5cuCWIzj+PecSXmb63F+u/lVEg6 Af8u1NRYV45TyFMRZJ7AGmpIaH4owN/2OYgg94vu5is7MOli94kdRO2WaXuJ9MFBYQIaEo 2SKJn4LDxQOnzb1p0VldQErGGzXqU7enQ1ktnVgcjLHKdhLTX+125zwgi5VirvDRyoJH83 I45LtdCuri4JMApaQ6zRI6G+xi5/l0vDPvV6DgDnSelO3oqqJ48wRqbarchYLg== Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1qc5PH-00060u-NF; Fri, 01 Sep 2023 10:45:55 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qc5PF-0005wT-NR for guix-patches@gnu.org; Fri, 01 Sep 2023 10:45:53 -0400 Received: from debbugs.gnu.org ([2001:470:142:5::43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1qc5PF-0008Dj-F0 for guix-patches@gnu.org; Fri, 01 Sep 2023 10:45:53 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1qc5PO-0002GK-5D for guix-patches@gnu.org; Fri, 01 Sep 2023 10:46:02 -0400 Subject: bug#65654: [PATCH v2 2/2] gnu: dbus-cxx: Update to 2.4.0. Resent-From: Maxim Cournoyer Original-Sender: "Debbugs-submit" Resent-To: guix-patches@gnu.org Resent-Date: Fri, 01 Sep 2023 14:46:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 65654 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: iyzsong@envs.net Cc: 65654-done@debbugs.gnu.org, =?UTF-8?Q?=E5=AE=8B=E6=96=87=E6=AD=A6?= , Liliana Marie Prikler , Raghav Gururajan Mail-Followup-To: 65654@debbugs.gnu.org, maxim.cournoyer@gmail.com, iyzsong@envs.net Received: via spool by 65654-done@debbugs.gnu.org id=D65654.16935795428666 (code D ref 65654); Fri, 01 Sep 2023 14:46:02 +0000 Received: (at 65654-done) by debbugs.gnu.org; 1 Sep 2023 14:45:42 +0000 Received: from localhost ([127.0.0.1]:33607 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qc5P1-0002Fc-Bb for submit@debbugs.gnu.org; Fri, 01 Sep 2023 10:45:42 -0400 Received: from mail-qk1-x72e.google.com ([2607:f8b0:4864:20::72e]:50457) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qc5Oz-0002FQ-TA for 65654-done@debbugs.gnu.org; Fri, 01 Sep 2023 10:45:38 -0400 Received: by mail-qk1-x72e.google.com with SMTP id af79cd13be357-76ef27a8e4dso132630285a.1 for <65654-done@debbugs.gnu.org>; Fri, 01 Sep 2023 07:45:28 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20221208; t=1693579523; x=1694184323; darn=debbugs.gnu.org; h=content-transfer-encoding:mime-version:user-agent:message-id :in-reply-to:date:references:subject:cc:to:from:from:to:cc:subject :date:message-id:reply-to; bh=cv7eIGirXEQ6YYL/H948LVNTYHJaiTIX+zWFlL83laU=; b=nAuMAWjDueCdxVse6yIvuXcCbW7J3CNjemv2avqfhYa/3d9JuWLcpdbm5cD4a+1bCQ R2Vs0dTWX374d97xufgPNHhJKqyGNNr4SW47oEAgRRX95aiHdpoFrzxyis+OboertWeo uoMOOje9s1K3pHT6FJ1pt5nxSPtBZuBJB1NCndi8/OgJQqJMHU/kYoMZ1kSdab9KDquO 5n5FLt0lGnMVnQofQMRqBOdhXT9Z/sXsrtzAjIHaIr24LCWOKRJ5ngq/K1zugFlSuaxA lCiqBYPk2aWISxfP45jM+mYeP/Vf2GP1QkoUQHzTNdvjHtGvqf9COAxejdp1S2/EabkL Oy4A== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1693579523; x=1694184323; h=content-transfer-encoding:mime-version:user-agent:message-id :in-reply-to:date:references:subject:cc:to:from:x-gm-message-state :from:to:cc:subject:date:message-id:reply-to; bh=cv7eIGirXEQ6YYL/H948LVNTYHJaiTIX+zWFlL83laU=; b=TmWKYCANwUgQV6HRJcYibaeWoOT+fCJmZ3YQlNBgmHdJqfUy4hehOqL+SMUNhPuV3/ L+UlYhmodFBbxEvdCozsMmkeYJc1kB0Eq7Y3FEoTONDmbBobOePblEYSJPUBsYd7FoYw oG0nDM7y/voACUtDgHly5x0Phx+cKGQN0OjmrcYB1Xzx/xsSERFNvYht6d50dGSGgJtQ ToCFDrRgkzWOJ8fNpMU6saNx7WM7YzrjMuCNguneTLmvqKAob58x6y9U9nm6G5Pp5yc6 jz4LOiceI4EF+aBlpfk79GVN1MREDqoIg+4WYH6cddHbs5ADRtksjYYsFhcu0mySsAV8 Vxvw== X-Gm-Message-State: AOJu0YwLoaqikd32CLEyyxYhpLG8q8bujVP32ruDfrGzVREHHjNgEq+k yYKnfge8yNt/S1MM0Cq115Y= X-Google-Smtp-Source: AGHT+IEj16JYUTdYnCQsssZF8uCj9g1TXHKyiHyzJyNkrn5c7QE1bhjkB/rOJajeGLFFwBWnDS0xCw== X-Received: by 2002:a05:620a:1368:b0:765:d53e:3352 with SMTP id d8-20020a05620a136800b00765d53e3352mr2577624qkl.30.1693579523056; Fri, 01 Sep 2023 07:45:23 -0700 (PDT) Received: from hurd (dsl-154-228.b2b2c.ca. [66.158.154.228]) by smtp.gmail.com with ESMTPSA id b25-20020a05620a119900b0076ef29f3429sm1429885qkk.120.2023.09.01.07.45.22 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 01 Sep 2023 07:45:22 -0700 (PDT) From: Maxim Cournoyer References: <290e386fa27c8a2c8c098fe0007277149165a68f.1693572252.git.iyzsong@member.fsf.org> Date: Fri, 01 Sep 2023 10:45:21 -0400 In-Reply-To: (iyzsong@envs.net's message of "Fri, 1 Sep 2023 20:44:56 +0800") Message-ID: <87bkem2br2.fsf@gmail.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: guix-patches-bounces+larch=yhetil.org@gnu.org X-Migadu-Flow: FLOW_IN X-Migadu-Country: US X-Migadu-Spam-Score: 4.27 X-Spam-Score: 4.27 X-Migadu-Scanner: mx1.migadu.com X-Migadu-Queue-Id: CED1367B5A X-TUID: VCvTSe1I8KgE Hello, iyzsong@envs.net writes: > From: =E5=AE=8B=E6=96=87=E6=AD=A6 > > * gnu/packages/glib.scm (dbus-cxx): Update to 2.4.0. > [source]: Switch to git-fetch. > [arguments]: Use g-exps. Adjust configure-flags. > Skip 'test-machine-uuid-method' test. > [inputs]: Add libcppgenerate. Remove python and glibmm. Move libsigc++ = to... > [propagated-inputs]: ...here. Add glib. > [native-inputs]: Remove m4. > [license]: Change to lgpl3+ and bsd-3. Applied, with small nitpick changes (complete sentences in comments) :-). --=20 Thanks, Maxim