GNU bug report logs - #68203
[PATCH] gnu: scribus: Update to 1.6.0

Previous Next

Package: guix-patches;

Reported by: Andy Tai <atai <at> atai.org>

Date: Tue, 2 Jan 2024 07:33:01 UTC

Severity: normal

Tags: patch

Done: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>

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 68203 in the body.
You can then email your comments to 68203 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#68203; Package guix-patches. (Tue, 02 Jan 2024 07:33:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to Andy Tai <atai <at> atai.org>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Tue, 02 Jan 2024 07:33:02 GMT) Full text and rfc822 format available.

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

From: Andy Tai <atai <at> atai.org>
To: guix-patches <at> gnu.org
Cc: Andy Tai <atai <at> atai.org>
Subject: [PATCH] gnu: scribus: Update to 1.6.0
Date: Mon,  1 Jan 2024 23:32:18 -0800
* gnu/packages/scribus.scm (scribus): Update to 1.6.0

Change-Id: I5ed35e9a8fe8b9473a0fe90599769088a0837419
---
 gnu/packages/scribus.scm | 14 ++++----------
 1 file changed, 4 insertions(+), 10 deletions(-)

diff --git a/gnu/packages/scribus.scm b/gnu/packages/scribus.scm
index ba32361575..b8c845edd5 100644
--- a/gnu/packages/scribus.scm
+++ b/gnu/packages/scribus.scm
@@ -50,20 +50,14 @@ (define-module (gnu packages scribus)
 (define-public scribus
   (package
     (name "scribus")
-    (version "1.5.8")
+    (version "1.6.0")
     (source
      (origin
        (method url-fetch)
-       (uri (string-append "mirror://sourceforge/scribus/scribus-devel/"
-                           version "/scribus-" version ".tar.xz"))
+       (uri (string-append "mirror://sourceforge/scribus/scribus/"
+                           version "/scribus-" version ".tar.gz"))
        (sha256
-        (base32 "0x3bw58v920akca8jxvsfwf468pzjyglk93ay67ph1bdry7nx0a7"))
-       (patches
-        (search-patches "scribus-1.5.8-poppler-22.2.0-1.patch"
-                        "scribus-1.5.8-poppler-22.2.0-2.patch"
-                        "scribus-1.5.8-poppler-22.03.0.patch"
-                        "scribus-1.5.8-poppler-22.04.0.patch"
-                        "scribus-1.5.8-poppler-22.09.0.patch"))))
+        (base32 "10ixrvi1rn20r8nni6cllvkszcx77pyca68vrixjsy7nk1brx9nw"))))
     (build-system cmake-build-system)
     (arguments
      `(#:tests? #f                      ;no test target

base-commit: f2102cb5b9239be2ed2023b908b726af542e0124
-- 
2.41.0





Information forwarded to guix-patches <at> gnu.org:
bug#68203; Package guix-patches. (Tue, 02 Jan 2024 14:26:01 GMT) Full text and rfc822 format available.

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

From: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
To: Andy Tai <atai <at> atai.org>
Cc: 68203 <at> debbugs.gnu.org
Subject: Re: [bug#68203] [PATCH] gnu: scribus: Update to 1.6.0
Date: Tue, 02 Jan 2024 15:25:09 +0100
Hello,

Andy Tai <atai <at> atai.org> writes:

> * gnu/packages/scribus.scm (scribus): Update to 1.6.0

Thanks.

> -       (patches
> -        (search-patches "scribus-1.5.8-poppler-22.2.0-1.patch"
> -                        "scribus-1.5.8-poppler-22.2.0-2.patch"
> -                        "scribus-1.5.8-poppler-22.03.0.patch"
> -                        "scribus-1.5.8-poppler-22.04.0.patch"
> -                        "scribus-1.5.8-poppler-22.09.0.patch"))))
> +        (base32 "10ixrvi1rn20r8nni6cllvkszcx77pyca68vrixjsy7nk1brx9nw"))))

It looks like you forgot to delete the patch files, and update local.mk accordingly.

Regards,
-- 
Nicolas Goaziou






Information forwarded to guix-patches <at> gnu.org:
bug#68203; Package guix-patches. (Thu, 04 Jan 2024 21:55:01 GMT) Full text and rfc822 format available.

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

From: Andy Tai <atai <at> atai.org>
To: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
Cc: 68203 <at> debbugs.gnu.org
Subject: Re: [bug#68203] [PATCH] gnu: scribus: Update to 1.6.0
Date: Thu, 4 Jan 2024 13:53:45 -0800
will send updated patch

On Tue, Jan 2, 2024 at 6:25 AM Nicolas Goaziou <mail <at> nicolasgoaziou.fr> wrote:
>
>
> > -       (patches
> > -        (search-patches "scribus-1.5.8-poppler-22.2.0-1.patch"
> > -                        "scribus-1.5.8-poppler-22.2.0-2.patch"
> > -                        "scribus-1.5.8-poppler-22.03.0.patch"
> > -                        "scribus-1.5.8-poppler-22.04.0.patch"
> > -                        "scribus-1.5.8-poppler-22.09.0.patch"))))
> > +        (base32 "10ixrvi1rn20r8nni6cllvkszcx77pyca68vrixjsy7nk1brx9nw"))))
>
> It looks like you forgot to delete the patch files, and update local.mk accordingly.
>
>
>




Information forwarded to guix-patches <at> gnu.org:
bug#68203; Package guix-patches. (Sat, 06 Jan 2024 06:55:01 GMT) Full text and rfc822 format available.

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

From: Andy Tai <atai <at> atai.org>
To: 68203 <at> debbugs.gnu.org
Subject: [PATCH v2] gnu: scribus: Update to 1.6.0
Date: Fri, 5 Jan 2024 22:53:20 -0800
[Message part 1 (text/plain, inline)]

[v2-0001-gnu-scribus-Update-to-1.6.0.patch (text/x-patch, attachment)]

Reply sent to Nicolas Goaziou <mail <at> nicolasgoaziou.fr>:
You have taken responsibility. (Mon, 04 Mar 2024 17:41:02 GMT) Full text and rfc822 format available.

Notification sent to Andy Tai <atai <at> atai.org>:
bug acknowledged by developer. (Mon, 04 Mar 2024 17:41:02 GMT) Full text and rfc822 format available.

Message #19 received at 68203-done <at> debbugs.gnu.org (full text, mbox):

From: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
To: Andy Tai <atai <at> atai.org>
Cc: 68203-done <at> debbugs.gnu.org
Subject: Re: [bug#68203] [PATCH v2] gnu: scribus: Update to 1.6.0
Date: Mon, 04 Mar 2024 18:39:52 +0100
Hello,

Andy Tai <atai <at> atai.org> writes:

> From d999845778edfec6a5b06871383605d5e850b0d6 Mon Sep 17 00:00:00 2001
> Message-Id: <d999845778edfec6a5b06871383605d5e850b0d6.1704523803.git.atai <at> atai.org>
> From: Andy Tai <atai <at> atai.org>
> Date: Mon, 1 Jan 2024 23:32:18 -0800
> Subject: [PATCH v2] gnu: scribus: Update to 1.6.0
> To: 68203 <at> debbugs.gnu.org

I updated it to 1.6.1 and applied your patch. Thank you (and sorry for
the delay).

Regards,
-- 
Nicolas Goaziou






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

This bug report was last modified 115 days ago.

Previous Next


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