Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package form for openSUSE:Factory checked in 
at 2026-09-21 12:21:18
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/form (Old)
 and      /work/SRC/openSUSE:Factory/.form.new.383539 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "form"

Mon Sep 21 12:21:18 2026 rev:11 rq:1379309 version:5.0.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/form/form.changes        2026-02-24 
15:39:55.137697856 +0100
+++ /work/SRC/openSUSE:Factory/.form.new.383539/form.changes    2026-09-21 
12:21:24.747760367 +0200
@@ -1,0 +2,60 @@
+Sat Sep 19 15:29:01 UTC 2026 - Atri Bhattacharya <[email protected]>
+
+- Update to version 5.0.2:
+  * Add: Print a warning if script setup commands are ignored
+    due to being provided out of order (gh#form-dev/form#879).
+  * Changes:
+    - Tamed the scaling of the threadbuckets with MaxTermSize,
+      greatly reducing FORM's memory allocation size for larger
+      values (gh#form-dev/form#829).
+    - On SortVerbose; also prints the maximal term size
+      encountered during processing (gh#form-dev/form#875).
+  * Performance improvements:
+    - Added an extra level to TFORM's parallel merge,
+      parallelising term comparisons and writing expressions to
+      disk.
+    - Worth 0-7% depending on code and system characteristics
+      (gh#form-dev/form#903).
+    - Improved performance of CopySpectator in TFORM.
+    - Worth 0-100% depending on code and system characteristics
+      (gh#form-dev/form#905).
+  * Fixes:
+    - Fixed problems when removing non-symbol content from input
+      before creating extrasymbols and calling polynomial routines
+      (gh#form-dev/form#814).
+    - SEVERE Fixed a bug in the FLINT interface, which lost
+      overall factors of univariate polynomials in modules which
+      change FORM's sort ordering (On highfirst;) and also call
+      FactArg (gh#form-dev/form#860).
+    - Fixed erroneous truncation of the Hide file when expressions
+      are read from it in InParallel; mode (gh#form-dev/form#865).
+    - Fixed misaligned stats print when expression names are very
+      long (gh#form-dev/form#872).
+    - Fixed crashes and erroneous output when making replacements
+      in nested function arguments (gh#form-dev/form#874).
+    - Fixed units error in On HumanStats; (#896)
+    - Fixed memory error when using Transform argument wildcards
+      (gh#form-dev/form#894).
+    - Fixed incorrect termination when using GRCC's maximal number
+      of couplings, and increased the default number of couplings
+      and legs. (#901]
+    - Properly clean up expressions which are redefined multiple
+      times in a single module (gh#form-dev/form#901).
+    - Fixed crashes due to products of vector wildcards
+      (gh#form-dev/form#901).
+    - Use of InExpression now works correctly for expressions
+      which were redefined in the current module
+      (gh#form-dev/form#901).
+    - Fixed an issue which caused large amounts of unnecessary
+      file overwriting when using TableBase AddTo
+      (gh#form-dev/form#907).
+    - Fixed an issue which caused replace_ to be applied to
+      multiple or nested denominator functions too early and for
+      denominators containing only numbers to not be properly
+      normalized (gh#form-dev/form#912).
+- Changes from version 5.0.1:
+  * See
+    https://github.com/form-dev/form/wiki/Release-Notes-FORM-5.0#v5.0.1
+- Update form-dont-use-DATE.patch for version 5.0.2.
+
+-------------------------------------------------------------------

Old:
----
  form-5.0.0.obscpio

New:
----
  form-5.0.2.obscpio

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ form.spec ++++++
--- /var/tmp/diff_new_pack.vFsVlv/_old  2026-09-21 12:21:26.735843492 +0200
+++ /var/tmp/diff_new_pack.vFsVlv/_new  2026-09-21 12:21:26.739843660 +0200
@@ -18,7 +18,7 @@
 
 %bcond_without doc
 Name:           form
-Version:        5.0.0
+Version:        5.0.2
 Release:        0
 Summary:        A Symbolic Manipulation System
 License:        GPL-3.0-or-later

++++++ _service ++++++
--- /var/tmp/diff_new_pack.vFsVlv/_old  2026-09-21 12:21:26.833847590 +0200
+++ /var/tmp/diff_new_pack.vFsVlv/_new  2026-09-21 12:21:26.845848092 +0200
@@ -2,7 +2,7 @@
   <service name="obs_scm" mode="manual">
     <param name="scm">git</param>
     <param name="url">https://github.com/form-dev/form</param>
-    <param name="revision">v5.0.0</param>
+    <param name="revision">v5.0.2</param>
     <param name="versionformat">@PARENT_TAG@</param>
     <param name="versionrewrite-pattern">v(.*)</param>
     <param name="versionrewrite-replacement">\1</param>

++++++ form-5.0.0.obscpio -> form-5.0.2.obscpio ++++++
++++ 20107 lines of diff (skipped)

++++++ form-dont-use-DATE.patch ++++++
--- /var/tmp/diff_new_pack.vFsVlv/_old  2026-09-21 12:21:28.808930171 +0200
+++ /var/tmp/diff_new_pack.vFsVlv/_new  2026-09-21 12:21:28.819930631 +0200
@@ -1,15 +1,15 @@
-Index: form-5.0.0/sources/form3.h
+Index: form-5.0.2/sources/form3.h
 ===================================================================
---- form-5.0.0.orig/sources/form3.h
-+++ form-5.0.0/sources/form3.h
-@@ -48,11 +48,7 @@
- #define MINORVERSION 0
- #define PATCHVERSION 0
+--- form-5.0.2.orig/sources/form3.h
++++ form-5.0.2/sources/form3.h
+@@ -49,11 +49,7 @@
+ #define MINORVERSION Y
+ #define PATCHVERSION Z
  
 -#ifdef __DATE__
 -#define PRODUCTIONDATE __DATE__
 -#else
- #define PRODUCTIONDATE "27-jan-2026"
+ #define PRODUCTIONDATE "DD-MM-YYYY"
 -#endif
  
  #undef BETAVERSION

++++++ form.obsinfo ++++++
--- /var/tmp/diff_new_pack.vFsVlv/_old  2026-09-21 12:21:28.886933433 +0200
+++ /var/tmp/diff_new_pack.vFsVlv/_new  2026-09-21 12:21:28.893933726 +0200
@@ -1,5 +1,5 @@
 name: form
-version: 5.0.0
-mtime: 1769505052
-commit: 9b0d11c594628b64f9f8298c2ddb98b8a6447cbe
+version: 5.0.2
+mtime: 1789635307
+commit: 83d6b15fc9a669c655f409b29d95fb04e15bf576
 

Reply via email to