Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package octave-forge-msh for
openSUSE:Factory checked in at 2022-11-09 12:57:49
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/octave-forge-msh (Old)
and /work/SRC/openSUSE:Factory/.octave-forge-msh.new.1597 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "octave-forge-msh"
Wed Nov 9 12:57:49 2022 rev:2 rq:1034675 version:1.0.12
Changes:
--------
--- /work/SRC/openSUSE:Factory/octave-forge-msh/octave-forge-msh.changes
2017-02-03 17:51:53.828300610 +0100
+++
/work/SRC/openSUSE:Factory/.octave-forge-msh.new.1597/octave-forge-msh.changes
2022-11-09 12:58:16.940634386 +0100
@@ -1,0 +2,7 @@
+Tue Nov 8 16:26:32 UTC 2022 - Stefan Br??ns <[email protected]>
+
+- Update to version 1.0.12:
+ * The functions which use FEniCS are now disabled by default
+ * Fixed Gmsh import functions
+
+-------------------------------------------------------------------
Old:
----
msh-1.0.10.tar.gz
New:
----
msh-1.0.12.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ octave-forge-msh.spec ++++++
--- /var/tmp/diff_new_pack.u22fyy/_old 2022-11-09 12:58:17.412637048 +0100
+++ /var/tmp/diff_new_pack.u22fyy/_new 2022-11-09 12:58:17.420637092 +0100
@@ -1,7 +1,7 @@
#
# spec file for package octave-forge-msh
#
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2022 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -12,25 +12,25 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
%define octpkg msh
Name: octave-forge-%{octpkg}
-Version: 1.0.10
+Version: 1.0.12
Release: 0
Summary: PDE Solver using a Finite Element/Finite Volume approach
-License: GPL-2.0+
+License: GPL-2.0-or-later
Group: Productivity/Scientific/Math
-Url: http://octave.sourceforge.net
-Source0:
http://downloads.sourceforge.net/octave/%{octpkg}-%{version}.tar.gz
+URL: https://gnu-octave.github.io/packages/%{octpkg}/
+Source0:
https://github.com/carlodefalco/msh/archive/refs/tags/v%{version}.tar.gz#/%{octpkg}-%{version}.tar.gz
BuildRequires: gcc-c++
BuildRequires: octave-devel
Requires: octave-cli >= 3.0
Requires: octave-forge-splines
-# FIXME
-# dolfin support
+Suggests: gmsh
+BuildArch: noarch
%description
Package for solving Diffusion Advection Reaction (DAR) Partial Differential
Equations.
@@ -56,8 +56,6 @@
%octave --eval "pkg rebuild"
%files
-%defattr(-,root,root)
%{octpackages_dir}/%{octpkg}-%{version}
-%{octlib_dir}/%{octpkg}-%{version}
%changelog
++++++ msh-1.0.10.tar.gz -> msh-1.0.12.tar.gz ++++++
++++ 6349 lines of diff (skipped)