Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package octave-forge-netcdf for
openSUSE:Factory checked in at 2022-10-10 18:47:02
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/octave-forge-netcdf (Old)
and /work/SRC/openSUSE:Factory/.octave-forge-netcdf.new.2275 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "octave-forge-netcdf"
Mon Oct 10 18:47:02 2022 rev:8 rq:1008941 version:1.0.16
Changes:
--------
--- /work/SRC/openSUSE:Factory/octave-forge-netcdf/octave-forge-netcdf.changes
2022-09-15 22:59:24.829253241 +0200
+++
/work/SRC/openSUSE:Factory/.octave-forge-netcdf.new.2275/octave-forge-netcdf.changes
2022-10-10 18:47:28.227245259 +0200
@@ -1,0 +2,7 @@
+Sun Oct 2 14:46:28 UTC 2022 - Stefan Br??ns <[email protected]>
+
+- Update to version 1.0.16:
+ * Fix compiling Octave 8+
+ * minor doc updates
+
+-------------------------------------------------------------------
Old:
----
netcdf-1.0.15.tar.gz
New:
----
netcdf-1.0.16.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ octave-forge-netcdf.spec ++++++
--- /var/tmp/diff_new_pack.NFqlFB/_old 2022-10-10 18:47:28.643246164 +0200
+++ /var/tmp/diff_new_pack.NFqlFB/_new 2022-10-10 18:47:28.647246173 +0200
@@ -1,5 +1,5 @@
#
-# spec file for package octave-forge-netcdf
+# spec file
#
# Copyright (c) 2022 SUSE LLC
#
@@ -18,7 +18,7 @@
%define octpkg netcdf
Name: octave-forge-%{octpkg}
-Version: 1.0.15
+Version: 1.0.16
Release: 0
Summary: NetCDF interface for Octave
License: GPL-3.0-or-later
++++++ netcdf-1.0.15.tar.gz -> netcdf-1.0.16.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/netcdf-1.0.15/DESCRIPTION
new/netcdf-1.0.16/DESCRIPTION
--- old/netcdf-1.0.15/DESCRIPTION 2022-09-12 20:22:21.000000000 +0200
+++ new/netcdf-1.0.16/DESCRIPTION 2022-09-16 14:04:58.000000000 +0200
@@ -1,6 +1,6 @@
Name: netcdf
-Version: 1.0.15
-Date: 2022-09-12
+Version: 1.0.16
+Date: 2022-09-16
Author: Alexander Barth <[email protected]>
Maintainer: John Donoghue <[email protected]>
Title: netcdf
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/netcdf-1.0.15/NEWS new/netcdf-1.0.16/NEWS
--- old/netcdf-1.0.15/NEWS 2022-09-12 20:22:21.000000000 +0200
+++ new/netcdf-1.0.16/NEWS 2022-09-16 14:04:58.000000000 +0200
@@ -1,3 +1,10 @@
+Summary of important user-visible changes for netcdf 1.0.16:
+-------------------------------------------------------------------
+
+ ** Fix compiling Octave 8+
+
+ ** minor doc updates
+
Summary of important user-visible changes for netcdf 1.0.15:
-------------------------------------------------------------------
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/netcdf-1.0.15/doc/functions.texi
new/netcdf-1.0.16/doc/functions.texi
--- old/netcdf-1.0.15/doc/functions.texi 2022-09-12 20:22:21.000000000
+0200
+++ new/netcdf-1.0.16/doc/functions.texi 2022-09-16 14:04:58.000000000
+0200
@@ -271,7 +271,7 @@
(see @code{ncinfo}).
@subsubheading Example
- Create a netcdf4 format file with a variable mydata and assign an attibute
"units" to it.
+ Create a netcdf4 format file with a variable mydata and assign an attribute
"units" to it.
@example
nccreate("myfile.nc", "mydata", "Format", "netcdf4");
ncwriteatt("myfile.nc", "mydata", "Units", "K");
@@ -436,7 +436,7 @@
@deftypefn {Loadable Function} {@var{varid} = }
netcdf_defVlen(@var{ncid},@var{typename},@var{basetype})
Defines a NC_VLEN variable length array type with the type name @var{typename}
and a base datatype of @var{basetype} in the dataset @var{ncid}. @var{basetype}
can be "byte", "ubyte", "short", "ushort", "int", "uint", "int64", "uint64",
"float", "double", "char" or the corresponding number as returned by
netcdf_getConstant. The new data type id is returned.
@end deftypefn
-@xseealso{netcdf_open,netcdf_defVar, newcdf_inqVlen}
+@xseealso{netcdf_open,netcdf_defVar, netcdf_inqVlen}
@c Low-level functions netcdf_delAtt
@c -----------------------------------------
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/netcdf-1.0.15/doc/octave-netcdf.html
new/netcdf-1.0.16/doc/octave-netcdf.html
--- old/netcdf-1.0.15/doc/octave-netcdf.html 2022-09-12 20:22:21.000000000
+0200
+++ new/netcdf-1.0.16/doc/octave-netcdf.html 2022-09-16 14:04:58.000000000
+0200
@@ -211,7 +211,7 @@
<acronym>GNU</acronym> Octave, the package can be installed using the
following command within <acronym>GNU</acronym> Octave:
</p>
<div class="example">
-<pre class="example">pkg install netcdf-1.0.15.tar.gz
+<pre class="example">pkg install netcdf-1.0.16.tar.gz
</pre></div>
</div>
@@ -591,7 +591,7 @@
(see <code>ncinfo</code>).
</p>
<span id="Example-5"></span><h4 class="subsubheading">Example</h4>
-<p>Create a netcdf4 format file with a variable mydata and assign an attibute
"units" to it.
+<p>Create a netcdf4 format file with a variable mydata and assign an attribute
"units" to it.
</p><div class="example">
<pre class="example"> nccreate("myfile.nc", "mydata",
"Format", "netcdf4");
ncwriteatt("myfile.nc", "mydata", "Units",
"K");
@@ -845,7 +845,7 @@
<dd><p>Defines a NC_VLEN variable length array type with the type name
<var>typename</var> and a base datatype of <var>basetype</var> in the dataset
<var>ncid</var>. <var>basetype</var> can be "byte",
"ubyte", "short", "ushort", "int",
"uint", "int64", "uint64", "float",
"double", "char" or the corresponding number as returned by
netcdf_getConstant. The new data type id is returned.
</p></dd></dl>
-<p><strong>See also:</strong> netcdf_open,netcdf_defVar, newcdf_inqVlen.
+<p><strong>See also:</strong> netcdf_open,netcdf_defVar, netcdf_inqVlen.
</p>
</div>
<div class="subsection" id="netcdf_005fdelAtt">
Binary files old/netcdf-1.0.15/doc/octave-netcdf.pdf and
new/netcdf-1.0.16/doc/octave-netcdf.pdf differ
Binary files old/netcdf-1.0.15/doc/octave-netcdf.qch and
new/netcdf-1.0.16/doc/octave-netcdf.qch differ
Binary files old/netcdf-1.0.15/doc/octave-netcdf.qhc and
new/netcdf-1.0.16/doc/octave-netcdf.qhc differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/netcdf-1.0.15/doc/octave-netcdf.texi
new/netcdf-1.0.16/doc/octave-netcdf.texi
--- old/netcdf-1.0.15/doc/octave-netcdf.texi 2022-09-12 20:22:21.000000000
+0200
+++ new/netcdf-1.0.16/doc/octave-netcdf.texi 2022-09-16 14:04:58.000000000
+0200
@@ -11,7 +11,7 @@
@afourpaper
@paragraphindent 0
@finalout
-@set VERSION 1.0.15
+@set VERSION 1.0.16
@set COPYRIGHT_DATE 2022
@c @afourwide
@c %*** End of the HEADER
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/netcdf-1.0.15/inst/ncwriteatt.m
new/netcdf-1.0.16/inst/ncwriteatt.m
--- old/netcdf-1.0.15/inst/ncwriteatt.m 2022-09-12 20:22:21.000000000 +0200
+++ new/netcdf-1.0.16/inst/ncwriteatt.m 2022-09-16 14:04:58.000000000 +0200
@@ -24,7 +24,7 @@
## (see @code{ncinfo}).
##
## @subsubheading Example
-## Create a netcdf4 format file with a variable mydata and assign an attibute
"units" to it.
+## Create a netcdf4 format file with a variable mydata and assign an attribute
"units" to it.
## @example
## nccreate("myfile.nc", "mydata", "Format", "netcdf4");
## ncwriteatt("myfile.nc", "mydata", "Units", "K");
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/netcdf-1.0.15/src/__netcdf__.cc
new/netcdf-1.0.16/src/__netcdf__.cc
--- old/netcdf-1.0.15/src/__netcdf__.cc 2022-09-12 20:22:21.000000000 +0200
+++ new/netcdf-1.0.16/src/__netcdf__.cc 2022-09-16 14:04:58.000000000 +0200
@@ -15,9 +15,7 @@
#include <octave/oct.h>
-#include <octave/ov-cell.h>
-#include <octave/Array.cc>
-//#include <octave/Cell.h>
+#include <octave/Array.h>
#include <netcdf.h>
@@ -1227,14 +1225,14 @@
break; \
}
- OV_NETCDF_PUT_VARA(NC_BYTE, signed char, int8_array_value)
- OV_NETCDF_PUT_VARA(NC_UBYTE, unsigned char, uint8_array_value)
- OV_NETCDF_PUT_VARA(NC_SHORT, short, int16_array_value)
- OV_NETCDF_PUT_VARA(NC_USHORT, unsigned short, uint16_array_value)
- OV_NETCDF_PUT_VARA(NC_INT, int, int32_array_value)
- OV_NETCDF_PUT_VARA(NC_UINT, unsigned int, uint32_array_value)
- OV_NETCDF_PUT_VARA(NC_INT64, long long, int64_array_value)
- OV_NETCDF_PUT_VARA(NC_UINT64, unsigned long long, uint64_array_value)
+ OV_NETCDF_PUT_VARA(NC_BYTE, octave_int8, int8_array_value)
+ OV_NETCDF_PUT_VARA(NC_UBYTE, octave_uint8, uint8_array_value)
+ OV_NETCDF_PUT_VARA(NC_SHORT, octave_int16, int16_array_value)
+ OV_NETCDF_PUT_VARA(NC_USHORT, octave_uint16, uint16_array_value)
+ OV_NETCDF_PUT_VARA(NC_INT, octave_int32, int32_array_value)
+ OV_NETCDF_PUT_VARA(NC_UINT, octave_uint32, uint32_array_value)
+ OV_NETCDF_PUT_VARA(NC_INT64, octave_int64, int64_array_value)
+ OV_NETCDF_PUT_VARA(NC_UINT64, octave_uint64, uint64_array_value)
OV_NETCDF_PUT_VARA(NC_FLOAT, float, float_array_value)
OV_NETCDF_PUT_VARA(NC_DOUBLE,double,array_value)
OV_NETCDF_PUT_VARA(NC_CHAR, char, char_array_value)
@@ -2224,7 +2222,7 @@
@deftypefn {Loadable Function} {@var{varid} = }
netcdf_defVlen(@var{ncid},@var{typename},@var{basetype}) \n\
Defines a NC_VLEN variable length array type with the type name @var{typename}
and a base datatype of @var{basetype} in the dataset @var{ncid}. @var{basetype}
can be \"byte\", \"ubyte\", \"short\", \"ushort\", \"int\", \"uint\",
\"int64\", \"uint64\", \"float\", \"double\", \"char\" or the corresponding
number as returned by netcdf_getConstant. The new data type id is returned. \n\
@end deftypefn\n\
-@seealso{netcdf_open,netcdf_defVar, newcdf_inqVlen}\n")
+@seealso{netcdf_open,netcdf_defVar, netcdf_inqVlen}\n")
{
if (args.length() != 3)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/netcdf-1.0.15/src/configure
new/netcdf-1.0.16/src/configure
--- old/netcdf-1.0.15/src/configure 2022-09-12 20:22:21.000000000 +0200
+++ new/netcdf-1.0.16/src/configure 2022-09-16 14:04:58.000000000 +0200
@@ -1,6 +1,6 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.71 for octave netcdf package 1.0.15.
+# Generated by GNU Autoconf 2.71 for octave netcdf package 1.0.16.
#
#
# Copyright (C) 1992-1996, 1998-2017, 2020-2021 Free Software Foundation,
@@ -607,8 +607,8 @@
# Identity of this package.
PACKAGE_NAME='octave netcdf package'
PACKAGE_TARNAME='octave-netcdf-package'
-PACKAGE_VERSION='1.0.15'
-PACKAGE_STRING='octave netcdf package 1.0.15'
+PACKAGE_VERSION='1.0.16'
+PACKAGE_STRING='octave netcdf package 1.0.16'
PACKAGE_BUGREPORT=''
PACKAGE_URL=''
@@ -1226,7 +1226,7 @@
# Omit some internal or obsolete options to make the list less imposing.
# This message is too long to be a string in the A/UX 3.1 sh.
cat <<_ACEOF
-\`configure' configures octave netcdf package 1.0.15 to adapt to many kinds of
systems.
+\`configure' configures octave netcdf package 1.0.16 to adapt to many kinds of
systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@@ -1289,7 +1289,7 @@
if test -n "$ac_init_help"; then
case $ac_init_help in
- short | recursive ) echo "Configuration of octave netcdf package
1.0.15:";;
+ short | recursive ) echo "Configuration of octave netcdf package
1.0.16:";;
esac
cat <<\_ACEOF
@@ -1369,7 +1369,7 @@
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
-octave netcdf package configure 1.0.15
+octave netcdf package configure 1.0.16
generated by GNU Autoconf 2.71
Copyright (C) 2021 Free Software Foundation, Inc.
@@ -1445,7 +1445,7 @@
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
-It was created by octave netcdf package $as_me 1.0.15, which was
+It was created by octave netcdf package $as_me 1.0.16, which was
generated by GNU Autoconf 2.71. Invocation command line was
$ $0$ac_configure_args_raw
@@ -3388,7 +3388,7 @@
# report actual input values of CONFIG_FILES etc. instead of their
# values after options handling.
ac_log="
-This file was extended by octave netcdf package $as_me 1.0.15, which was
+This file was extended by octave netcdf package $as_me 1.0.16, which was
generated by GNU Autoconf 2.71. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@@ -3452,7 +3452,7 @@
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_cs_config='$ac_cs_config_escaped'
ac_cs_version="\\
-octave netcdf package config.status 1.0.15
+octave netcdf package config.status 1.0.16
configured by $0, generated by GNU Autoconf 2.71,
with options \\"\$ac_cs_config\\"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/netcdf-1.0.15/src/configure.ac
new/netcdf-1.0.16/src/configure.ac
--- old/netcdf-1.0.15/src/configure.ac 2022-09-12 20:22:21.000000000 +0200
+++ new/netcdf-1.0.16/src/configure.ac 2022-09-16 14:04:58.000000000 +0200
@@ -21,7 +21,7 @@
dnl autoconf 2.13 certainly doesn't work! What is the minimum requirement?
AC_PREREQ(2.2)
-AC_INIT([octave netcdf package],[1.0.15])
+AC_INIT([octave netcdf package],[1.0.16])
AC_CONFIG_HEADERS([config.h])
# Avoid warnings for redefining AH-generated preprocessor symbols of