[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#47513] [PATCH 00/12] Update jami and add jami-qt
From: |
Maxim Cournoyer |
Subject: |
[bug#47513] [PATCH 00/12] Update jami and add jami-qt |
Date: |
Wed, 31 Mar 2021 13:23:50 -0400 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) |
Hi again,
Maxime Devos <maximedevos@telenet.be> writes:
> On Wed, 2021-03-31 at 01:14 -0400, Maxim Cournoyer wrote:
>> Hello!
>>
>> I've finally picked up the packaging of Jami, which was becoming quite
>> outdated in Guix. I haven't had much time to test the result yet, but a
>> priori it seems to function as intended.
>>
>> Let me know how it works for you!
>>
>> Maxim
>
> Something went wrong with sending the patch.
> Snipped from first patch from
> <https://debbugs.gnu.org/cgi/bugreport.cgi?bug=47513#5>:
>
> <start snip>
> From: Maxim Cournoyer <maxim.cournoyer@gmail.com>
> To: 47513@debbugs.gnu.org
> Subject: [PATCH 01/12] gnu: asio: Update to 1.18.1.
> Date: Wed, 31 Mar 2021 01:23:37 -0400
> Message-Id: <20210331052348.5164-1-maxim.cournoyer@gmail.com>
> X-Mailer: git-send-email 2.31.1
> MIME-Version: 1.0
> Content-Type: text/plain; charset=yes
> Content-Transfer-Encoding: 8bit
> <end snip>
>
> What character encoding is 'yes'?
> I manually changed 'yes' to 'utf-8' and only then the
> patch series applied.
Actually, retrying with the following command:
$ git send-email --to='47513@debbugs.gnu.org' [...] -v2 origin/master
again produces:
X-Mailer: git-send-email 2.31.1
MIME-Version: 1.0
Content-Type: text/plain; charset=yes
Content-Transfer-Encoding: 8bit
It had to do with:
$ git config sendemail.assume8bitEncoding
yes
I assumed this flag was a boolean but apparently it takes the encoding
type such as 'UTF-8'
After making this change:
--8<---------------cut here---------------start------------->8---
modified git/.gitconfig
- assume8bitEncoding = yes
+ assume8bitEncoding = utf-8
--8<---------------cut here---------------end--------------->8---
It shows up as utf-8, and hopefully will work better on your side! I
just sent a v2.
Thanks for allowing me to realize this mistake of mine.
Maxim
- [bug#47513] [PATCH 11/12] gnu: jami: Update to 20210326.1.cfba013 and rename to jami-gnome., (continued)
[bug#47513] [PATCH 10/12] gnu: libringclient: Update to 20210326.1.cfba013., Maxim Cournoyer, 2021/03/31
[bug#47513] [PATCH 05/12] gnu: opendht: Update to 2.2.0rc4., Maxim Cournoyer, 2021/03/31
[bug#47513] [PATCH 09/12] gnu: libring: Update to 20210326.1.cfba013., Maxim Cournoyer, 2021/03/31
[bug#47513] [PATCH 12/12] gnu: Add jami-qt., Maxim Cournoyer, 2021/03/31
[bug#47513] [PATCH 00/12] Update jami and add jami-qt, Maxime Devos, 2021/03/31
[bug#47513] [PATCH 00/12] Update jami and add jami-qt, Maxime Devos, 2021/03/31
[bug#47513] [PATCH v2 01/12] gnu: asio: Update to 1.18.1., Maxim Cournoyer, 2021/03/31
- [bug#47513] [PATCH v2 03/12] gnu: restinio: Update to 0.6.13., Maxim Cournoyer, 2021/03/31
- [bug#47513] [PATCH v2 02/12] gnu: restbed: Update to 4.7., Maxim Cournoyer, 2021/03/31
- [bug#47513] [PATCH v2 04/12] gnu: Add nettle-3.7., Maxim Cournoyer, 2021/03/31
- [bug#47513] [PATCH v2 12/12] gnu: Add jami-qt., Maxim Cournoyer, 2021/03/31
- [bug#47513] [PATCH v2 08/12] ffmpeg-jami: Patch with the patches from Jami 20210326.1.cfba013., Maxim Cournoyer, 2021/03/31
- [bug#47513] [PATCH v2 05/12] gnu: opendht: Update to 2.2.0rc4., Maxim Cournoyer, 2021/03/31
- [bug#47513] [PATCH v2 06/12] gnu: pjproject: Update to 2.11., Maxim Cournoyer, 2021/03/31
- [bug#47513] [PATCH v2 10/12] gnu: libringclient: Update to 20210326.1.cfba013., Maxim Cournoyer, 2021/03/31
- [bug#47513] [PATCH v2 11/12] gnu: jami: Update to 20210326.1.cfba013 and rename to jami-gnome., Maxim Cournoyer, 2021/03/31