GNU bug report logs - #73114
[PATCH] Update konversation to 24.08.0

Previous Next

Package: guix-patches;

Reported by: Superfly Johnson <superfly.johnson <at> yahoo.com>

Date: Sat, 7 Sep 2024 23:29:01 UTC

Severity: normal

Tags: patch

Done: Z572 <zhengjunjie <at> iscas.ac.cn>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 73114 in the body.
You can then email your comments to 73114 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#73114; Package guix-patches. (Sat, 07 Sep 2024 23:29:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to Superfly Johnson <superfly.johnson <at> yahoo.com>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Sat, 07 Sep 2024 23:29:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Superfly Johnson <superfly.johnson <at> yahoo.com>
To: guix-patches <at> gnu.org
Cc: Superfly Johnson <superfly.johnson <at> yahoo.com>
Subject: [PATCH] Update konversation to 24.08.0
Date: Sat,  7 Sep 2024 19:28:13 -0400
2024-09-07	Superfly Johnson	<superfly.johnson <at> yahoo.com>

* Add Superfly Johnson to copyright header
* Update konversation to 24.08.0

Change-Id: Ifee9d9a5445ef052102c12fbc40e54ea10ae7c0c
---
 gnu/packages/kde-internet.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/kde-internet.scm b/gnu/packages/kde-internet.scm
index 86e30750c9..213145a367 100644
--- a/gnu/packages/kde-internet.scm
+++ b/gnu/packages/kde-internet.scm
@@ -4,6 +4,7 @@
 ;;; Copyright © 2022 Brendan Tildesley <mail <at> brendan.scot>
 ;;; Copyright © 2022 Petr Hodina <phodina <at> protonmail.com>
 ;;; Copyright © 2024 Zheng Junjie <873216071 <at> qq.com>
+;;; Copyright © 2024 Superfly Johnson <superfly.johnson <at> yahoo.com>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -226,14 +227,14 @@ (define-public kget
 (define-public konversation
   (package
     (name "konversation")
-    (version "24.05.2")
+    (version "24.08.0")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "mirror://kde/stable/release-service/" version
                            "/src/konversation-" version ".tar.xz"))
        (sha256
-        (base32 "1migcrl2d3i4iadijhpap0mm2cd7irp3g2962flll41mv5nhzwsl"))))
+        (base32 "1807i5sj5n1w75x66ii0cm192g3b7z6zqvw7y3l9nlf61ksqfrfi"))))
     (build-system qt-build-system)
     (native-inputs
      (list extra-cmake-modules kdoctools qttools))
-- 
2.45.2





Information forwarded to guix-patches <at> gnu.org:
bug#73114; Package guix-patches. (Mon, 09 Sep 2024 10:57:01 GMT) Full text and rfc822 format available.

Message #8 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Z572 <zhengjunjie <at> iscas.ac.cn>
To: Superfly Johnson via Guix-patches via <guix-patches <at> gnu.org>
Cc: Superfly Johnson <superfly.johnson <at> yahoo.com>, 73114-done <at> debbugs.gnu.org
Subject: Re: [bug#73114] [PATCH] Update konversation to 24.08.0
Date: Mon, 09 Sep 2024 18:56:08 +0800
[Message part 1 (text/plain, inline)]
Superfly Johnson via Guix-patches via <guix-patches <at> gnu.org> writes:

> 2024-09-07	Superfly Johnson	<superfly.johnson <at> yahoo.com>
>
> * Add Superfly Johnson to copyright header
> * Update konversation to 24.08.0
>

commit message should like this:

```
gnu: konversation: Update to 24.08.0

* gnu/packages/kde-internet.scm (konversation): Update to 24.08.0.

```

> Change-Id: Ifee9d9a5445ef052102c12fbc40e54ea10ae7c0c
> ---
>  gnu/packages/kde-internet.scm | 5 +++--
>  1 file changed, 3 insertions(+), 2 deletions(-)
>
> diff --git a/gnu/packages/kde-internet.scm b/gnu/packages/kde-internet.scm
> index 86e30750c9..213145a367 100644
> --- a/gnu/packages/kde-internet.scm
> +++ b/gnu/packages/kde-internet.scm
> @@ -4,6 +4,7 @@
>  ;;; Copyright © 2022 Brendan Tildesley <mail <at> brendan.scot>
>  ;;; Copyright © 2022 Petr Hodina <phodina <at> protonmail.com>
>  ;;; Copyright © 2024 Zheng Junjie <873216071 <at> qq.com>
> +;;; Copyright © 2024 Superfly Johnson <superfly.johnson <at> yahoo.com>
>  ;;;
>  ;;; This file is part of GNU Guix.
>  ;;;
> @@ -226,14 +227,14 @@ (define-public kget
>  (define-public konversation
>    (package
>      (name "konversation")
> -    (version "24.05.2")
> +    (version "24.08.0")
>      (source
>       (origin
>         (method url-fetch)
>         (uri (string-append "mirror://kde/stable/release-service/" version
>                             "/src/konversation-" version ".tar.xz"))
>         (sha256
> -        (base32 "1migcrl2d3i4iadijhpap0mm2cd7irp3g2962flll41mv5nhzwsl"))))
> +        (base32 "1807i5sj5n1w75x66ii0cm192g3b7z6zqvw7y3l9nlf61ksqfrfi"))))
>      (build-system qt-build-system)
>      (native-inputs
>       (list extra-cmake-modules kdoctools qttools))

push and adjust message, close.
[signature.asc (application/pgp-signature, inline)]

Reply sent to Z572 <zhengjunjie <at> iscas.ac.cn>:
You have taken responsibility. (Mon, 09 Sep 2024 10:57:02 GMT) Full text and rfc822 format available.

Notification sent to Superfly Johnson <superfly.johnson <at> yahoo.com>:
bug acknowledged by developer. (Mon, 09 Sep 2024 10:57:02 GMT) Full text and rfc822 format available.

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Mon, 07 Oct 2024 11:24:06 GMT) Full text and rfc822 format available.

This bug report was last modified 347 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.