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-02-24 15:39:12
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/form (Old)
 and      /work/SRC/openSUSE:Factory/.form.new.1977 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "form"

Tue Feb 24 15:39:12 2026 rev:10 rq:1334596 version:5.0.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/form/form.changes        2025-08-12 
17:05:07.280628574 +0200
+++ /work/SRC/openSUSE:Factory/.form.new.1977/form.changes      2026-02-24 
15:39:55.137697856 +0100
@@ -1,0 +2,11 @@
+Wed Feb 18 11:01:45 UTC 2026 - Atri Bhattacharya <[email protected]>
+
+- Update to version 5.0.0:
+  * Long list of changes, see
+    <https://github.com/form-dev/form/wiki/Release-Notes-FORM-5.0.0>
+- Drop upstreamed patches:
+  * form-build-docs-without-git-repo.patch
+  * form-fix-doxygen-failure.patch
+- Add _service file to allow automatic importing of submodules.
+
+-------------------------------------------------------------------

Old:
----
  form-4.3.1.tar.gz
  form-build-docs-without-git-repo.patch
  form-fix-doxygen-failure.patch

New:
----
  _service
  form-5.0.0.obscpio
  form.obsinfo

----------(Old B)----------
  Old:- Drop upstreamed patches:
  * form-build-docs-without-git-repo.patch
  * form-fix-doxygen-failure.patch
  Old:  * form-build-docs-without-git-repo.patch
  * form-fix-doxygen-failure.patch
- Add _service file to allow automatic importing of submodules.
----------(Old E)----------

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

Other differences:
------------------
++++++ form.spec ++++++
--- /var/tmp/diff_new_pack.g9cxCg/_old  2026-02-24 15:39:55.741722852 +0100
+++ /var/tmp/diff_new_pack.g9cxCg/_new  2026-02-24 15:39:55.741722852 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package form
 #
-# Copyright (c) 2025 SUSE LLC and contributors
+# Copyright (c) 2026 SUSE LLC and contributors
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,19 +18,15 @@
 
 %bcond_without doc
 Name:           form
-Version:        4.3.1
+Version:        5.0.0
 Release:        0
 Summary:        A Symbolic Manipulation System
 License:        GPL-3.0-or-later
 Group:          Productivity/Scientific/Math
 URL:            https://github.com/form-dev/form/
-Source0:        
https://github.com/form-dev/form/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
+Source0:        %{name}-%{version}.tar.zst
 # PATCH-FEATURE-OPENSUSE form-dont-use-DATE.patch [email protected] -- Do 
not use __DATE__ in source code to avoid issues with reproducibility
 Patch0:         form-dont-use-DATE.patch
-# PATCH-FIX-UPSTREAM
-Patch1:         
https://github.com/form-dev/form/commit/5c01278accf52cb4ef9f164ce3b5c0aca08c3f16.patch#/form-build-docs-without-git-repo.patch
-# PATCH-FIX-UPSTREAM
-Patch2:         
https://github.com/form-dev/form/commit/6531a2529d04aaa4a40dd8e312fb3c728ba632ff.patch#/form-fix-doxygen-failure.patch
 BuildRequires:  autoconf
 BuildRequires:  automake
 BuildRequires:  doxygen
@@ -41,6 +37,7 @@
 BuildRequires:  libtool
 BuildRequires:  openmpi-macros-devel
 BuildRequires:  pkgconfig
+BuildRequires:  pkgconfig(mpfr)
 BuildRequires:  pkgconfig(zlib)
 Recommends:     %{name}-doc = %{version}
 %{openmpi_requires}
@@ -82,6 +79,7 @@
 %package doc
 Summary:        Additional documentation for %{name} - A Symbolic Manipulation 
System
 Group:          Documentation/HTML
+BuildArch:      noarch
 
 %description doc
 FORM is a Symbolic Manipulation System. It reads symbolic expressions from 
files

++++++ _service ++++++
<services>
  <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="versionformat">@PARENT_TAG@</param>
    <param name="versionrewrite-pattern">v(.*)</param>
    <param name="versionrewrite-replacement">\1</param>
    <param name="filename">form</param>
  </service>
  <service name="tar" mode="buildtime" />
  <service name="recompress" mode="buildtime">
    <param name="file">*.tar</param>
    <param name="compression">zstd</param>
  </service>
  <service name="set_version" mode="buildtime"/>
</services>

++++++ form-dont-use-DATE.patch ++++++
--- /var/tmp/diff_new_pack.g9cxCg/_old  2026-02-24 15:39:55.789724839 +0100
+++ /var/tmp/diff_new_pack.g9cxCg/_new  2026-02-24 15:39:55.793725004 +0100
@@ -1,17 +1,17 @@
-Index: form-4.3.0/sources/form3.h
+Index: form-5.0.0/sources/form3.h
 ===================================================================
---- form-4.3.0.orig/sources/form3.h
-+++ form-4.3.0/sources/form3.h
-@@ -47,11 +47,7 @@
- #define MAJORVERSION 4
- #define MINORVERSION 3
+--- 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
  
 -#ifdef __DATE__
 -#define PRODUCTIONDATE __DATE__
 -#else
- #define PRODUCTIONDATE "08-nov-2022"
+ #define PRODUCTIONDATE "27-jan-2026"
 -#endif
  
  #undef BETAVERSION
- 
+ /*#define BETAVERSION*/
 

++++++ form.obsinfo ++++++
name: form
version: 5.0.0
mtime: 1769505052
commit: 9b0d11c594628b64f9f8298c2ddb98b8a6447cbe

Reply via email to