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-04 12:42:11 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/remind (Old) and /work/SRC/openSUSE:Factory/.remind.new.1265 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "remind" Fri Sep 4 12:42:11 2026 rev:77 rq:1375637 version:6.3.2 Changes: -------- --- /work/SRC/openSUSE:Factory/remind/remind.changes 2026-08-31 16:27:38.110524120 +0200 +++ /work/SRC/openSUSE:Factory/.remind.new.1265/remind.changes 2026-09-04 12:42:36.526217292 +0200 @@ -1,0 +2,46 @@ +Thu Sep 3 14:58:23 UTC 2026 - Detlef Steuer <[email protected]> + +- VERSION 06.03.02 - 2026-09-03 + +- NEW FEATURE: remind: Add the join() operator, which takes any number + of arguments. It converts any non-STRING arguments to STRINGs, + concatenates them all and returns the result. Thus, something like: + + SET a "Hello, " + name + ". Today is " + today() + "!" + + can be written as: + + SET a join("Hello, ", name, ". Today is ", today(), "!") + + and the join() function will execute more efficiently than repeated + + operators. + +- NEW FEATURE: remind: Add a new form of string using `backticks` as + the quote operator. The new form of string is called an + interpolated string and it converts a string of the form: + + `part1 [expr1] part2 [expr2] ...` + + Into: + + join("part1", expr1, "part2", expr2, ...) + + The join example above can therefore be written: + + SET a `Hello, [name]. Today is [today()]!` + + If there are no square brackets in the interpolated string, it + simply becomes a string constant, so a convenient way to get + double-quotes in a string is: + + SET a `Sure, your joke was "funny".` + +- DOCUMENTATION CHANGE: Use a Canadian landmark as an example in the + remind(1) man page rather than an American one. + +- INTERNAL CHANGE: The internal representation of strings has changed + to include the string length, which should make certain operations + more efficient. There should be no other change in behavior + resulting from this change. + +------------------------------------------------------------------- Old: ---- remind-06.03.01.tar.gz New: ---- remind-06.03.02.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ remind.spec ++++++ --- /var/tmp/diff_new_pack.rijAsq/_old 2026-09-04 12:42:37.673257575 +0200 +++ /var/tmp/diff_new_pack.rijAsq/_new 2026-09-04 12:42:37.676257680 +0200 @@ -17,9 +17,9 @@ Name: remind -Version: 6.3.1 +Version: 6.3.2 Release: 0 -%define tar_version 06.03.01 +%define tar_version 06.03.02 Summary: A sophisticated calendar and alarm program License: GPL-2.0-only Group: Productivity/Office/Organizers ++++++ remind-06.03.01.tar.gz -> remind-06.03.02.tar.gz ++++++ /work/SRC/openSUSE:Factory/remind/remind-06.03.01.tar.gz /work/SRC/openSUSE:Factory/.remind.new.1265/remind-06.03.02.tar.gz differ: char 5, line 1
