Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package octave-forge-bim for 
openSUSE:Factory checked in at 2022-11-09 12:57:46
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/octave-forge-bim (Old)
 and      /work/SRC/openSUSE:Factory/.octave-forge-bim.new.1597 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "octave-forge-bim"

Wed Nov  9 12:57:46 2022 rev:2 rq:1034673 version:1.1.6

Changes:
--------
--- /work/SRC/openSUSE:Factory/octave-forge-bim/octave-forge-bim.changes        
2017-08-28 15:16:39.976932703 +0200
+++ 
/work/SRC/openSUSE:Factory/.octave-forge-bim.new.1597/octave-forge-bim.changes  
    2022-11-09 12:58:15.296625118 +0100
@@ -1,0 +2,7 @@
+Tue Nov  8 16:21:49 UTC 2022 - Stefan Br??ns <[email protected]>
+
+- Update to version 1.1.6:
+  * Avoid complex conjugate when changing array shape in
+    bim2a_reaction and bim2a_rhs.
+
+-------------------------------------------------------------------

Old:
----
  bim-1.1.5.tar.gz

New:
----
  bim-1.1.6.tar.gz

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

Other differences:
------------------
++++++ octave-forge-bim.spec ++++++
--- /var/tmp/diff_new_pack.5R9iku/_old  2022-11-09 12:58:15.708627441 +0100
+++ /var/tmp/diff_new_pack.5R9iku/_new  2022-11-09 12:58:15.712627464 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package octave-forge-bim
 #
-# Copyright (c) 2017 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,19 +12,19 @@
 # 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  bim
 Name:           octave-forge-%{octpkg}
-Version:        1.1.5
+Version:        1.1.6
 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/bim/archive/refs/tags/v%{version}.tar.gz#/%{octpkg}-%{version}.tar.gz
 BuildArch:      noarch
 BuildRequires:  octave-devel
 Requires:       octave-cli >= 3.8.0
@@ -56,8 +56,7 @@
 %octave --eval "pkg rebuild"
 
 %files
-%defattr(-,root,root)
-%doc COPYING
+%license COPYING
 %{octpackages_dir}/%{octpkg}-%{version}
 
 %changelog

++++++ bim-1.1.5.tar.gz -> bim-1.1.6.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/bim/.hgignore new/bim-1.1.6/.hgignore
--- old/bim/.hgignore   1970-01-01 01:00:00.000000000 +0100
+++ new/bim-1.1.6/.hgignore     2022-07-22 05:55:18.000000000 +0200
@@ -0,0 +1,38 @@
+syntax: regexp
+# The recurrent (^|/) idiom in the regexps below should be understood
+# to mean "at any directory" while the ^ idiom means "from the
+# project's top-level directory".
+
+(^|/).*\.dvi$
+(^|/).*\.pdf$
+(^|/).*\.o$
+(^|/).*\.oct$
+(^|/).*\.octlink$
+(^|/)octave-core$
+(^|/)octave-workspace$
+(^|/).*\.tar\.gz$
+
+## Our Makefile target
+^target/
+
+## Files generated automatically by autoconf and the configure script
+^src/aclocal\.m4$
+^src/configure$
+^src/autom4te\.cache($|/)
+^src/config\.log$
+^src/config\.status$
+^src/Makefile$
+^src/.*\.m$
+
+# e.g. doc/faq/OctaveFAQ.info
+#      doc/interpreter/octave.info-4
+^doc/.*\.info(-\d)?$
+^doc/\w*/stamp-vti$
+^doc/\w*/version\.texi$
+
+# Emacs tools create these
+(^|/)TAGS$
+(^|/)semantic.cache$
+
+# Other text editors often create these
+(^|/)~.*
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/bim/DESCRIPTION new/bim-1.1.6/DESCRIPTION
--- old/bim/DESCRIPTION 2014-10-17 15:07:28.000000000 +0200
+++ new/bim-1.1.6/DESCRIPTION   2022-07-22 05:55:18.000000000 +0200
@@ -1,6 +1,6 @@
 Name: bim
-Version: 1.1.5
-Date: 2014-10-17
+Version: 1.1.6
+Date: 2022-07-22
 Author: Carlo de Falco, Culpo Massimiliano, Matteo Porro, Emanuela Abbate
 Maintainer: Carlo de Falco
 Title: PDE Solver using a Finite Element/Finite Volume approach
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/bim/NEWS new/bim-1.1.6/NEWS
--- old/bim/NEWS        2014-10-17 15:06:52.000000000 +0200
+++ new/bim-1.1.6/NEWS  2022-07-22 05:55:18.000000000 +0200
@@ -1,3 +1,9 @@
+Summary of important user-visible changes for bim 1.1.6:
+-------------------------------------------------------------------
+
+ ** Avoid complex conjugate when changing array shape in
+    bim2a_reaction and bim2a_rhs.
+
 Summary of important user-visible changes for bim 1.1.5:
 -------------------------------------------------------------------
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/bim/inst/bim2a_reaction.m 
new/bim-1.1.6/inst/bim2a_reaction.m
--- old/bim/inst/bim2a_reaction.m       2014-03-30 18:14:44.000000000 +0200
+++ new/bim-1.1.6/inst/bim2a_reaction.m 2022-07-22 05:55:18.000000000 +0200
@@ -73,7 +73,7 @@
   ## Local matrix      
   Blocmat = zeros(3,nelem);    
   for inode = 1:3
-    Blocmat(inode,:) = coeffe'.*coeff(inode,:).*wjacdet(inode,:);
+    Blocmat(inode,:) = coeffe.'.*coeff(inode,:).*wjacdet(inode,:);
   endfor
   
   gnode = (mesh.t(1:3,:));
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/bim/inst/bim2a_rhs.m new/bim-1.1.6/inst/bim2a_rhs.m
--- old/bim/inst/bim2a_rhs.m    2014-03-30 18:14:44.000000000 +0200
+++ new/bim-1.1.6/inst/bim2a_rhs.m      2022-07-22 05:55:18.000000000 +0200
@@ -72,7 +72,7 @@
   ## Build local matrix        
   Blocmat=zeros(3,nelem);      
   for inode=1:3
-    Blocmat(inode,:) = f'.*g(inode,:).*wjacdet(inode,:);
+    Blocmat(inode,:) = f.' .* g(inode,:) .* wjacdet(inode,:);
   endfor
 
   gnode=(mesh.t(1:3,:));

Reply via email to