Script 'mail_helper' called by obssrc
Hello community,

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

Package is "octave-forge-statistics"

Wed Nov  9 12:57:53 2022 rev:7 rq:1034678 version:1.5.0

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/octave-forge-statistics/octave-forge-statistics.changes
  2022-02-18 23:03:59.109407959 +0100
+++ 
/work/SRC/openSUSE:Factory/.octave-forge-statistics.new.1597/octave-forge-statistics.changes
        2022-11-09 12:58:19.376648120 +0100
@@ -1,0 +2,15 @@
+Tue Nov  8 17:15:18 UTC 2022 - Stefan Br??ns <[email protected]>
+
+- Update to version 1.5.0:
+  * dependency change to Octave>=6.1.0
+  * mean shadows core Octave's respective function
+  * removed dependency on io package
+  * incompatibility with the nan package
+  * All bugs from Savannah tracker have been addressed.
+  * There are 30 newly introduced functions and another 32, which
+    have been fixed or upgraded with missing features.
+  * There are still 44 functions out of a total of 292 which have
+    no tests.
+- Add fix-pkgadd.patch
+
+-------------------------------------------------------------------

Old:
----
  statistics-1.4.3.tar.gz

New:
----
  fix-pkgadd.patch
  statistics-1.5.0.tar.gz

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

Other differences:
------------------
++++++ octave-forge-statistics.spec ++++++
--- /var/tmp/diff_new_pack.kRAQN8/_old  2022-11-09 12:58:19.812650578 +0100
+++ /var/tmp/diff_new_pack.kRAQN8/_new  2022-11-09 12:58:19.820650623 +0100
@@ -18,17 +18,17 @@
 
 %define octpkg  statistics
 Name:           octave-forge-%{octpkg}
-Version:        1.4.3
+Version:        1.5.0
 Release:        0
 Summary:        Additional statistics functions for Octave
 License:        GPL-3.0-or-later AND SUSE-Public-Domain
 Group:          Productivity/Scientific/Math
-URL:            https://octave.sourceforge.io
-Source0:        
https://downloads.sourceforge.net/octave/%{octpkg}-%{version}.tar.gz
-BuildArch:      noarch
+URL:            https://gnu-octave.github.io/packages/%{octpkg}/
+Source0:        
https://github.com/gnu-octave/%{octpkg}/archive/refs/tags/release-%{version}.tar.gz#/%{octpkg}-%{version}.tar.gz
+# PATCH-FIX-UPSTREAM
+Patch0:         
https://github.com/gnu-octave/statistics/commit/ea699ce91a37c3422ee504fa0061d2aa724f63fc.patch#/fix-pkgadd.patch
 BuildRequires:  octave-devel
-Requires:       octave-cli >= 4.0.0
-Requires:       octave-forge-io >= 1.0.18
+Requires:       octave-cli >= 6.1.0
 
 %description
 Additional statistics functions.
@@ -55,5 +55,6 @@
 
 %files
 %{octpackages_dir}/%{octpkg}-%{version}
+%{octlib_dir}/%{octpkg}-%{version}
 
 %changelog

++++++ fix-pkgadd.patch ++++++
>From ea699ce91a37c3422ee504fa0061d2aa724f63fc Mon Sep 17 00:00:00 2001
From: pr0m1th3as <[email protected]>
Date: Mon, 3 Oct 2022 04:01:58 +0300
Subject: [PATCH] fix warnings on loading package when installed globally.
 issue #53

---
 PKG_ADD => inst/PKG_ADD | 2 +-
 PKG_DEL => inst/PKG_DEL | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
 rename PKG_ADD => inst/PKG_ADD (88%)
 rename PKG_DEL => inst/PKG_DEL (90%)

diff --git a/PKG_ADD b/inst/PKG_ADD
similarity index 88%
rename from PKG_ADD
rename to inst/PKG_ADD
index 937bc41..fc0ce78 100644
--- a/PKG_ADD
+++ b/inst/PKG_ADD
@@ -8,7 +8,7 @@ d_2seRTE546_oyi_795jg09_dirname = fileparts 
(canonicalize_file_name ...
                                              (mfilename ("fullpath")));
 
 for iiII123DRT_idx = 1:length (a1_e324kporit985_itogj3_dirlist)
-  addpath (fullfile (d_2seRTE546_oyi_795jg09_dirname, "..", ...
+  addpath (fullfile (d_2seRTE546_oyi_795jg09_dirname, ...
            a1_e324kporit985_itogj3_dirlist{iiII123DRT_idx}));
 endfor
 
diff --git a/PKG_DEL b/inst/PKG_DEL
similarity index 90%
rename from PKG_DEL
rename to inst/PKG_DEL
index 095f782..dd619e6 100644
--- a/PKG_DEL
+++ b/inst/PKG_DEL
@@ -10,7 +10,7 @@ d_2seRTE546_oyi_795jg09_dirname = fileparts 
(canonicalize_file_name ...
                                              (mfilename ("fullpath")));
 
 for iiII123DRT_idx = 1:length (a1_e324kporit985_itogj3_dirlist)
-  rmpath (fullfile (d_2seRTE546_oyi_795jg09_dirname, "..", ...
+  rmpath (fullfile (d_2seRTE546_oyi_795jg09_dirname, ...
           a1_e324kporit985_itogj3_dirlist{iiII123DRT_idx}));
 endfor
 

++++++ statistics-1.4.3.tar.gz -> statistics-1.5.0.tar.gz ++++++
++++ 78341 lines of diff (skipped)

Reply via email to