From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:45343) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dzTBe-0005kg-Pv for guix-patches@gnu.org; Tue, 03 Oct 2017 15:49:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dzTBd-0003AG-Uf for guix-patches@gnu.org; Tue, 03 Oct 2017 15:49:02 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:38139) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dzTBd-00039q-Q4 for guix-patches@gnu.org; Tue, 03 Oct 2017 15:49:01 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1dzTBd-00074H-Jg for guix-patches@gnu.org; Tue, 03 Oct 2017 15:49:01 -0400 Subject: [bug#28653] [PATCH] gnu: gnome-calendar: Update to 3.26.1. Resent-Message-ID: From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) References: <464272261.8694.1506747922063@webmail.mailhostbox.com> <87tvzg5pnv.fsf@gnu.org> <1713483021.66915.1507039102075@webmail.mailhostbox.com> Date: Tue, 03 Oct 2017 21:48:24 +0200 In-Reply-To: <1713483021.66915.1507039102075@webmail.mailhostbox.com> (Mohammed Sadiq's message of "Tue, 3 Oct 2017 19:28:21 +0530 (IST)") Message-ID: <87shf0au7r.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Mohammed Sadiq Cc: 28653@debbugs.gnu.org Mohammed Sadiq skribis: >> On October 3, 2017 at 6:55 PM Ludovic Court=C3=A8s wrote: >> Is it OK to have a mixture of GNOME 3.24 and 3.26 applications? (I >> thought all GNOME apps/libraries had to be updated in lockstep.) >>=20 > > As long as the newly introduced APIs are not used, it is okay. > And the minimum required version should be specified in configure.ac > or meson.build. > > So if it builds with an older library, it should also work fine. > If it doesn't work right, it is an upstream bug. The minimum required > dependency version should be updated upstream. OK, that makes sense. Thanks for explaining! Ludo=E2=80=99.