GNU bug report logs - #77810
[PATCH 1/4] gnu: opencascade-occt: Fix new version detection

Previous Next

Package: guix-patches;

Reported by: nomike <nomike <at> nomike.com>

Date: Tue, 15 Apr 2025 01:17:02 UTC

Severity: normal

Tags: patch

Done: Andreas Enge <andreas <at> enge.fr>

To reply to this bug, email your comments to 77810 AT debbugs.gnu.org.
There is no need to reopen the bug first.

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#77810; Package guix-patches. (Tue, 15 Apr 2025 01:17:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to nomike <nomike <at> nomike.com>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Tue, 15 Apr 2025 01:17:02 GMT) Full text and rfc822 format available.

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

From: nomike <nomike <at> nomike.com>
To: guix-patches <at> gnu.org
Cc: nomike <nomike <at> nomike.com>
Subject: [PATCH 1/4] gnu: opencascade-occt: Fix new version detection
Date: Tue, 15 Apr 2025 03:15:06 +0200
Change-Id: I079accd7da6d5e1ae7438bb0fd8428e9d8733b16
---
 gnu/packages/maths.scm | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index 11a86216aa..8a1b963807 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -3328,6 +3328,10 @@ (define-public opencascade-occt
   (package
     (name "opencascade-occt")
     (version "7.6.2")
+    (properties
+      '((release-tag-prefix . "^V")
+        (release-tag-suffix . "")
+        (release-tag-version-delimiter . "_")))
     (source
       (origin
         (method git-fetch)
-- 
2.49.0





Reply sent to Andreas Enge <andreas <at> enge.fr>:
You have taken responsibility. (Tue, 15 Apr 2025 20:16:06 GMT) Full text and rfc822 format available.

Notification sent to nomike <nomike <at> nomike.com>:
bug acknowledged by developer. (Tue, 15 Apr 2025 20:16:07 GMT) Full text and rfc822 format available.

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

From: Andreas Enge <andreas <at> enge.fr>
To: nomike <nomike <at> nomike.com>
Cc: 77810-done <at> debbugs.gnu.org
Subject: Re: [PATCH 1/4] gnu: opencascade-occt: Fix new version detection
Date: Tue, 15 Apr 2025 22:15:06 +0200
Hello,

thanks for the patches around opencascade! Somehow you mixed up the
patch series; as explained in the manual, they need to be sent out in
two steps, otherwise, as seen here, every commit will open a bug of its
own:
   https://guix.gnu.org/manual/devel/en/html_node/Sending-a-Patch-Series.html#Multiple-Patches-1

I will reply separately on each issue.

I have applied this one, with a commit message adapted to our
conventions, and

Am Tue, Apr 15, 2025 at 03:15:06AM +0200 schrieb nomike:
> +        (release-tag-suffix . "")

this one removed; it looks meaningless, and detection of the new release
indeed also works without it.

Andreas





This bug report was last modified 9 days ago.

Previous Next


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