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>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Andreas Enge <andreas <at> enge.fr>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#77810: closed ([PATCH 1/4] gnu: opencascade-occt: Fix new
 version detection)
Date: Tue, 15 Apr 2025 20:16:06 +0000
[Message part 1 (text/plain, inline)]
Your message dated Tue, 15 Apr 2025 22:15:06 +0200
with message-id <Z_6-Sn0NmiXzWnZo <at> jurong>
and subject line Re: [PATCH 1/4] gnu: opencascade-occt: Fix new version detection
has caused the debbugs.gnu.org bug report #77810,
regarding [PATCH 1/4] gnu: opencascade-occt: Fix new version detection
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
77810: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=77810
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
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



[Message part 3 (message/rfc822, inline)]
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 32 days ago.

Previous Next


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