From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([209.51.188.92]:47151) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1h4qOZ-00018Q-C8 for guix-patches@gnu.org; Fri, 15 Mar 2019 13:13:24 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1h4qOF-0000sD-2Z for guix-patches@gnu.org; Fri, 15 Mar 2019 13:13:04 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:60136) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1h4qOE-0000s2-PM for guix-patches@gnu.org; Fri, 15 Mar 2019 13:13:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1h4qOE-0000OY-Hq for guix-patches@gnu.org; Fri, 15 Mar 2019 13:13:02 -0400 Subject: [bug#34732] [PATCH 01/31] gnu: mate-common: update to 1.20.0 Resent-Message-ID: Date: Fri, 15 Mar 2019 13:12:05 -0400 From: Leo Famulari Message-ID: <20190315171205.GC32161@jasmine.lan> References: <20190304111917.1981-1-hoonandon@gmail.com> <20190304111917.1981-2-hoonandon@gmail.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="rQ2U398070+RC21q" Content-Disposition: inline In-Reply-To: <20190304111917.1981-2-hoonandon@gmail.com> 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: guy fleury iteriteka Cc: 34732@debbugs.gnu.org --rQ2U398070+RC21q Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Mar 04, 2019 at 12:18:47PM +0100, guy fleury iteriteka wrote: > --- > gnu/packages/mate.scm | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) >=20 > diff --git a/gnu/packages/mate.scm b/gnu/packages/mate.scm > index ef94491..57a3ced 100644 > --- a/gnu/packages/mate.scm > +++ b/gnu/packages/mate.scm > @@ -73,7 +73,7 @@ > (define-public mate-common > (package > (name "mate-common") > - (version "1.18.0") > + (version "1.20.0") Thank you for these patches! I noticed that the commit messages are not complete, however. They are missing the section that describes the changes made in each file. For a patch like this, that simply updates the package with no other changes, you'd write the commit message like this: ------ gnu: mate-common: Update to 1.20.0. * gnu/packages/mate.scm (mate-common): Update to 1.20.0. ------ If there are other changes, they should be described as well. I recommend looking at our Git history for examples, or asking here on or IRC if you need help. Can you send an updated patch series? Normally, I would fix this sort of issue myself before pushing the patch, but there are too many patches in this case for me to do it. By the way, this style of commit logs is called the 'GNU Change Log' style and is documented here: https://www.gnu.org/prep/standards/html_node/Change-Logs.html --rQ2U398070+RC21q Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCAAdFiEEsFFZSPHn08G5gDigJkb6MLrKfwgFAlyL3OUACgkQJkb6MLrK fwj1pBAAhyLxi0EFxJS4OSPmhr8mhaoP/R9q3gj2w4GDAvGaHplmK9mrs9k31p2p 0tFjzqzsnq5T8QdGgDCwpQAx37l/IUU7U7EqFaVOkGtNA1sStF6Tot5mSXqFye3C zcAc1CAPD7GB69FFK9Tdwd1FuPglmhu3+Cf+SpMqnaG58V8Tdz1xKYn0Xa6sA7SX mSEFHzmUZYCvQURxvDHUkABEx1LqHHTFgnANvrFQP81nI8jR1zg5G7w5MNIEL6H7 zGSgnktTCd3W+LPHUL1adHItMfrNfGpvFXONnukiSatYygp5KIm4iQkAtDBaTei+ u3nbfIyFCgX4g3zEuPMjm0UDKb0Q1yU4FX0ahYF1oQ58CT5wxobifgqnnWYY/b7s 6bBkzFjqUWjL8zwAlIICgmVW+sSzv63r7Izy96pw0VIrA803gwS4gurcImErxPaJ R9ImaYCveQjWPFrkY8gKSmXCvhThaVoiBlwEnPjHjRTHtUk4wDK/AfD6M+vTt067 JxahlnJ8z2mwf5EUBYI4yZNCZ+YcKHf83AU28/+4LDhcOihkB1qzqRxZjtJZlezD gtWml2ElNubeTNkcT4q8UBilTmQUTgGKz/UEzVAAooR54wvOfzYniWTGxYfnYy4u iCa/3zH9R6jJZJ+4nAS3TI1tZfOu4NhALNznocv8A0YmgN+Toag= =CeZG -----END PGP SIGNATURE----- --rQ2U398070+RC21q--