Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package remind for openSUSE:Factory checked in at 2026-09-21 12:24:26 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/remind (Old) and /work/SRC/openSUSE:Factory/.remind.new.383539 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "remind" Mon Sep 21 12:24:26 2026 rev:79 rq:1379405 version:6.3.4 Changes: -------- --- /work/SRC/openSUSE:Factory/remind/remind.changes 2026-09-17 15:20:17.692183227 +0200 +++ /work/SRC/openSUSE:Factory/.remind.new.383539/remind.changes 2026-09-21 12:24:30.810537169 +0200 @@ -1,0 +2,51 @@ +Mon Sep 21 07:40:58 UTC 2026 - Detlef Steuer <[email protected]> + +- VERSION 06.03.04 - 2026-09-19 + +- NEW FEATURE: remind: Any time the Remind parser accepts a quoted + string, it will also accept multiple quoted strings with "+" signs + between them, and concatenate the result. This mirrors the + expression parser and can be used to split long INFO strings. For + example: + + REM INFO "Location: 49 Adams Avenue, " + \ + "Toronto, ON M0K 3S2 " + \ + "Canada" MSG Event + + Is equivalent to: + + REM INFO "Location: 49 Adams Avenue, Toronto, ON M0K 3S2 Canada" MSG Event + +- CHANGE: rem2html: If the system locale is a UTF-8 locale, then the + --utf8 flag is assumed automatically. + +- CHANGE: Remind will not build on Omarchy. + +- BUG FIX: remind: The code that reported errors in expressions with + the "^-- here" marker could prematurely end the expression printout; + this has been fixed. + +- BUG FIX: remind: Remind caches the definition of a function and does + not re-parse it if the FSET is at the same line and file as the + previous definition. This could break in certain rare edge-cases + and has been fixed. Here's an example of such an edge-case: + + IF (today() - '1990-01-01') % 2 + SET args "x, y" + ELSE + SET args "y, x" + ENDIF + + FSET silly([args]) x * 10 + y + REM MSG [silly(3, 4)] + + When producing a calendar, older versions of Remind would simply use + whichever definition was created the first time around, whereas this + version correctly redefines the function each iteration through the + calendar. I don't encourage this sort of trickery. + +- BUG FIX: remind: The filedir() function would return the wrong value + for a file in the root directory (like /foo.rem). While this is an + unlikely scenario, it's best to fix it! + +------------------------------------------------------------------- Old: ---- remind-06.03.03.tar.gz New: ---- remind-06.03.04.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ remind.spec ++++++ --- /var/tmp/diff_new_pack.NVH4pJ/_old 2026-09-21 12:24:32.282598693 +0200 +++ /var/tmp/diff_new_pack.NVH4pJ/_new 2026-09-21 12:24:32.289598985 +0200 @@ -17,9 +17,9 @@ Name: remind -Version: 6.3.3 +Version: 6.3.4 Release: 0 -%define tar_version 06.03.03 +%define tar_version 06.03.04 Summary: A sophisticated calendar and alarm program License: GPL-2.0-only Group: Productivity/Office/Organizers ++++++ remind-06.03.03.tar.gz -> remind-06.03.04.tar.gz ++++++ /work/SRC/openSUSE:Factory/remind/remind-06.03.03.tar.gz /work/SRC/openSUSE:Factory/.remind.new.383539/remind-06.03.04.tar.gz differ: char 5, line 1
