From debbugs-submit-bounces@debbugs.gnu.org Tue Jan 05 18:07:29 2021 Received: (at submit) by debbugs.gnu.org; 5 Jan 2021 23:07:29 +0000 Received: from localhost ([127.0.0.1]:42922 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kwvQC-0001X2-J0 for submit@debbugs.gnu.org; Tue, 05 Jan 2021 18:07:29 -0500 Received: from lists.gnu.org ([209.51.188.17]:35496) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kwvQA-0001Wv-U5 for submit@debbugs.gnu.org; Tue, 05 Jan 2021 18:07:23 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:53382) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kwvQA-0002tv-PM for guix-patches@gnu.org; Tue, 05 Jan 2021 18:07:22 -0500 Received: from mout02.posteo.de ([185.67.36.66]:45471) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kwvQ8-0005CZ-Lm for guix-patches@gnu.org; Tue, 05 Jan 2021 18:07:22 -0500 Received: from submission (posteo.de [89.146.220.130]) by mout02.posteo.de (Postfix) with ESMTPS id 4F6DC2400FC for ; Wed, 6 Jan 2021 00:07:17 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1609888037; bh=ybqJvIyALi2cZWd9p/Nsx6Mn09pLRjNwZyioQ88KItY=; h=From:To:Cc:Subject:Date:From; b=gVJz7fRkYnoYOpSOziwwJZvcCyM0sxbW6yh5H8n6emUfbTPdm9D0v4QySIy267Aq/ zxpc3P8xwyUOmVtnEeM88W+jNTQVbiTh8JK8xJ3vKl43MfK2VoyVun91T3Bg6OxTf6 GmGCHGee8yrm08yZwEWFlyCjp+DAmDTlySeaZ1YDysPd343sWbh7xZzdckURRB658O Nkf5zsy3s484KBD7gDoqjHmt8ntbKn7Rv4neLr2ttahb+CjuZ4xc65TDfTrkn+C1vY 9ldRIZ3B01oLVsdHatHAeuChZeLROmATL658AHnCo77FmcwIuPT9xrpXYgU46slXsZ kFpe8xvoCD52g== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4D9SnH6xpZz9rxH; Wed, 6 Jan 2021 00:07:15 +0100 (CET) From: Vinicius Monego To: guix-patches@gnu.org Subject: [PATCH] gnu: cozy: Update to 0.7.8. Date: Tue, 5 Jan 2021 20:07:05 -0300 Message-Id: <20210105230705.49133-1-monego@posteo.net> X-Mailer: git-send-email 2.30.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=185.67.36.66; envelope-from=monego@posteo.net; helo=mout02.posteo.de X-Spam_score_int: -43 X-Spam_score: -4.4 X-Spam_bar: ---- X-Spam_report: (-4.4 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_MED=-2.3, RCVD_IN_MSPIKE_H3=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.3 (-) X-Debbugs-Envelope-To: submit Cc: Vinicius Monego X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.0 (/) * gnu/packages/ebook.scm (cozy): Update to 0.7.8. --- gnu/packages/ebook.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gnu/packages/ebook.scm b/gnu/packages/ebook.scm index e8dedf1cdd..47bbd1a789 100644 --- a/gnu/packages/ebook.scm +++ b/gnu/packages/ebook.scm @@ -6,7 +6,7 @@ ;;; Copyright © 2017 Roel Janssen ;;; Copyright © 2018, 2019, 2020 Tobias Geerinckx-Rice ;;; Copyright © 2020 Marius Bakke -;;; Copyright © 2020 Vinicius Monego +;;; Copyright © 2020, 2021 Vinicius Monego ;;; Copyright © 2020 Zheng Junjie <873216071@qq.com> ;;; ;;; This file is part of GNU Guix. @@ -443,7 +443,7 @@ following formats: (define-public cozy (package (name "cozy") - (version "0.7.6") + (version "0.7.8") (source (origin (method git-fetch) @@ -452,7 +452,7 @@ following formats: (commit version))) (file-name (git-file-name name version)) (sha256 - (base32 "1pg0djhg4p32vxfwf6bfals31zf93m56fx1x4q5jhhdwmll7xl6w")))) + (base32 "0z2wj9g32aa5g9pw81q49iv1smb6yvlv9zs0vrzbx6mw8cj3c5d2")))) (build-system meson-build-system) (arguments `(#:glib-or-gtk? #t -- 2.30.0 From debbugs-submit-bounces@debbugs.gnu.org Wed Jan 06 04:21:03 2021 Received: (at 45682-done) by debbugs.gnu.org; 6 Jan 2021 09:21:03 +0000 Received: from localhost ([127.0.0.1]:43418 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kx503-00015h-2r for submit@debbugs.gnu.org; Wed, 06 Jan 2021 04:21:03 -0500 Received: from flashner.co.il ([178.62.234.194]:59580) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kx500-00014d-VG for 45682-done@debbugs.gnu.org; Wed, 06 Jan 2021 04:21:01 -0500 Received: from localhost (unknown [5.102.238.249]) by flashner.co.il (Postfix) with ESMTPSA id 256E740215; Wed, 6 Jan 2021 09:20:55 +0000 (UTC) Date: Wed, 6 Jan 2021 11:19:55 +0200 From: Efraim Flashner To: Vinicius Monego Subject: Re: [bug#45682] [PATCH] gnu: cozy: Update to 0.7.8. Message-ID: References: <20210105230705.49133-1-monego@posteo.net> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="g1O/sYBgDCZX2Jkx" Content-Disposition: inline In-Reply-To: <20210105230705.49133-1-monego@posteo.net> X-PGP-Key-ID: 0x41AAE7DCCA3D8351 X-PGP-Key: https://flashner.co.il/~efraim/efraim_flashner.asc X-PGP-Fingerprint: A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351 X-Spam-Score: 3.6 (+++) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: Looks good. Patch pushed! -- Efraim Flashner אפרים פלשנר GPG key = A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351 Confidentiality cannot be guaranteed on emails sent or received unencrypted Content analysis details: (3.6 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 0.0 URIBL_BLOCKED ADMINISTRATOR NOTICE: The query to URIBL was blocked. See http://wiki.apache.org/spamassassin/DnsBlocklists#dnsbl-block for more information. [URIs: flashner.co.il] 3.6 RCVD_IN_SBL_CSS RBL: Received via a relay in Spamhaus SBL-CSS [5.102.238.249 listed in zen.spamhaus.org] -0.0 SPF_PASS SPF: sender matches SPF record -0.0 SPF_HELO_PASS SPF: HELO matches SPF record X-Debbugs-Envelope-To: 45682-done Cc: 45682-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 2.6 (++) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: Looks good. Patch pushed! -- Efraim Flashner אפרים פלשנר GPG key = A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351 Confidentiality cannot be guaranteed on emails sent or received unencrypted Content analysis details: (2.6 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 0.0 URIBL_BLOCKED ADMINISTRATOR NOTICE: The query to URIBL was blocked. See http://wiki.apache.org/spamassassin/DnsBlocklists#dnsbl-block for more information. [URIs: flashner.co.il] 3.6 RCVD_IN_SBL_CSS RBL: Received via a relay in Spamhaus SBL-CSS [5.102.238.249 listed in zen.spamhaus.org] -0.0 SPF_PASS SPF: sender matches SPF record -0.0 SPF_HELO_PASS SPF: HELO matches SPF record -1.0 MAILING_LIST_MULTI Multiple indicators imply a widely-seen list manager --g1O/sYBgDCZX2Jkx Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Looks good. Patch pushed! --=20 Efraim Flashner =D7=90=D7=A4=D7=A8=D7=99=D7=9D = =D7=A4=D7=9C=D7=A9=D7=A0=D7=A8 GPG key =3D A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351 Confidentiality cannot be guaranteed on emails sent or received unencrypted --g1O/sYBgDCZX2Jkx Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCgAdFiEEoov0DD5VE3JmLRT3Qarn3Mo9g1EFAl/1gLsACgkQQarn3Mo9 g1F3JBAAr0xBOXYbTYmn6Bu9y/9gx6vLtmP/TnfIlip+IdcHhHOTq81uEGuhQ9cY wBF58YdDpUbMH0Lkc67Sm5yGUvdQI+XqoitO56gaY/MHYV40HbjwVQxWJ63sHm5R b6+3elTiEXcQFI8p1x7eAs0L7Zd2FNkSzqFHD0IeVif5fH4jTTP8Zfxt0tIIj69i dFKgQyZgwWOFtMOBSnkyZuczM4/551HtQTYWFm20ykcNIMuPMSwidPA8DTMzFLrV 1mG+8lwU2h98IVUjYtQL8SdYHSeybu82cT+f2flvLhCELAN/uY7XGfYTfngT08Fo Ijk8ywM/AAMKjKl2aAfh9O2uNMQSCYfsAFukedtPQmvGaMTiuf3DXzuyoTzOC9oW M07Gobw7Fa/ZMRPxEUs1e9ZaZi4DqhmX+5Xkdugz7WlfVOWtpvIe10Gkd8JrgMcj U19ZoWsegKasWQTswTZjHfjVCo7vRM2M16N7WM1jN+i2G3KoRJSxwS7rnF9ukDAE agjBRutbtFQiS62LK5BIQ/io2ejTX7qfzOGhaz57cNkKMw8VAFgZNhumzvfFQHzg sAPzsLeuqXYTT6j0h76ejxqHWbYk1drMOJKskUVg/O+KE4bqhFVB/nGZ0SHiUscC 2lZX84mhciF3lowpAZujeLczfMVdm1oCvSpPCrwCi/WvekxiHRU= =AlqE -----END PGP SIGNATURE----- --g1O/sYBgDCZX2Jkx-- From unknown Sat Sep 20 08:01:24 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Wed, 03 Feb 2021 12:24:10 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator