Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package octave-forge-struct for 
openSUSE:Factory checked in at 2022-05-12 22:58:29
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/octave-forge-struct (Old)
 and      /work/SRC/openSUSE:Factory/.octave-forge-struct.new.1538 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "octave-forge-struct"

Thu May 12 22:58:29 2022 rev:8 rq:976139 version:1.0.18

Changes:
--------
--- /work/SRC/openSUSE:Factory/octave-forge-struct/octave-forge-struct.changes  
2021-03-17 20:20:07.191331046 +0100
+++ 
/work/SRC/openSUSE:Factory/.octave-forge-struct.new.1538/octave-forge-struct.changes
        2022-05-12 22:58:58.708685481 +0200
@@ -1,0 +2,7 @@
+Fri May  6 18:26:15 UTC 2022 - Atri Bhattacharya <badshah...@gmail.com>
+
+- Update to version 1.0.18:
+  * Installation fixes and adaption to changes in current
+    development version 8.0 of Octave.
+
+-------------------------------------------------------------------
@@ -4 +10,0 @@
-- Update to version 1.0.17:

Old:
----
  struct-1.0.17.tar.gz

New:
----
  struct-1.0.18.tar.gz

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

Other differences:
------------------
++++++ octave-forge-struct.spec ++++++
--- /var/tmp/diff_new_pack.DC1JH5/_old  2022-05-12 22:58:59.088685992 +0200
+++ /var/tmp/diff_new_pack.DC1JH5/_new  2022-05-12 22:58:59.092685997 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package octave-forge-struct
 #
-# Copyright (c) 2021 SUSE LLC
+# 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
@@ -18,7 +18,7 @@
 
 %define octpkg  struct
 Name:           octave-forge-%{octpkg}
-Version:        1.0.17
+Version:        1.0.18
 Release:        0
 Summary:        Additional Structure manipulations functions for Octave
 License:        GPL-3.0-or-later

++++++ struct-1.0.17.tar.gz -> struct-1.0.18.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/struct-1.0.17/DESCRIPTION 
new/struct-1.0.18/DESCRIPTION
--- old/struct-1.0.17/DESCRIPTION       2021-02-16 20:03:38.000000000 +0100
+++ new/struct-1.0.18/DESCRIPTION       2022-04-10 12:39:27.000000000 +0200
@@ -1,6 +1,6 @@
 Name: struct
-Version: 1.0.17
-Date: 2021-02-16
+Version: 1.0.18
+Date: 2022-04-10
 Author: Etienne Grossmann <etie...@egdn.net>, Olaf Till <i7t...@t-online.de>
 Maintainer: Olaf Till <i7t...@t-online.de>
 Title: Structure Handling.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/struct-1.0.17/Makefile new/struct-1.0.18/Makefile
--- old/struct-1.0.17/Makefile  2021-02-16 20:03:38.000000000 +0100
+++ new/struct-1.0.18/Makefile  2022-04-10 12:39:27.000000000 +0200
@@ -165,8 +165,12 @@
 octave_install_commands = \
 ' llist_path = pkg ("local_list"); \
   mkdir ("$(installation_dir)"); \
-  load (llist_path); \
-  local_packages(cellfun (@ (x) strcmp ("$(package)", x.name), 
local_packages)) = []; \
+  if (isempty (stat (llist_path))) \
+    local_packages = cell (1, 0); \
+  else \
+    load (llist_path); \
+    local_packages(cellfun (@ (x) strcmp ("$(package)", x.name), 
local_packages)) = []; \
+  endif; \
   save ("$(package_list)", "local_packages"); \
   pkg ("local_list", "$(package_list)"); \
   pkg ("prefix", "$(installation_dir)", "$(installation_dir)"); \
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/struct-1.0.17/NEWS new/struct-1.0.18/NEWS
--- old/struct-1.0.17/NEWS      2021-02-16 20:03:38.000000000 +0100
+++ new/struct-1.0.18/NEWS      2022-04-10 12:39:27.000000000 +0200
@@ -1,3 +1,9 @@
+Summary of important user-visible changes for struct 1.0.18:
+-------------------------------------------------------------------
+
+ ** Installation fixes and adaption to changes in current development
+    version 8.0 of Octave.
+
 Summary of important user-visible changes for struct 1.0.17:
 -------------------------------------------------------------------
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/struct-1.0.17/src/configure 
new/struct-1.0.18/src/configure
--- old/struct-1.0.17/src/configure     2021-02-16 20:06:15.472111476 +0100
+++ new/struct-1.0.18/src/configure     2022-04-10 12:39:58.670558110 +0200
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for struct 1.0.17.
+# Generated by GNU Autoconf 2.69 for struct 1.0.18.
 #
 # Report bugs to <i7t...@t-online.de>.
 #
@@ -580,8 +580,8 @@
 # Identity of this package.
 PACKAGE_NAME='struct'
 PACKAGE_TARNAME='struct'
-PACKAGE_VERSION='1.0.17'
-PACKAGE_STRING='struct 1.0.17'
+PACKAGE_VERSION='1.0.18'
+PACKAGE_STRING='struct 1.0.18'
 PACKAGE_BUGREPORT='i7t...@t-online.de'
 PACKAGE_URL=''
 
@@ -1245,7 +1245,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 struct 1.0.17 to adapt to many kinds of systems.
+\`configure' configures struct 1.0.18 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1307,7 +1307,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
-     short | recursive ) echo "Configuration of struct 1.0.17:";;
+     short | recursive ) echo "Configuration of struct 1.0.18:";;
    esac
   cat <<\_ACEOF
 
@@ -1389,7 +1389,7 @@
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-struct configure 1.0.17
+struct configure 1.0.18
 generated by GNU Autoconf 2.69
 
 Copyright (C) 2012 Free Software Foundation, Inc.
@@ -1738,7 +1738,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by struct $as_me 1.0.17, which was
+It was created by struct $as_me 1.0.18, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   $ $0 $@
@@ -4552,7 +4552,7 @@
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log="
-This file was extended by struct $as_me 1.0.17, which was
+This file was extended by struct $as_me 1.0.18, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
@@ -4614,7 +4614,7 @@
 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; 
s/[\\""\`\$]/\\\\&/g'`"
 ac_cs_version="\\
-struct config.status 1.0.17
+struct config.status 1.0.18
 configured by $0, generated by GNU Autoconf 2.69,
   with options \\"\$ac_cs_config\\"
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/struct-1.0.17/src/configure.ac 
new/struct-1.0.18/src/configure.ac
--- old/struct-1.0.17/src/configure.ac  2021-02-16 20:03:38.000000000 +0100
+++ new/struct-1.0.18/src/configure.ac  2022-04-10 12:39:27.000000000 +0200
@@ -18,7 +18,7 @@
 ### <http://www.gnu.org/licenses/>.
 
 AC_PREREQ([2.62])
-AC_INIT([struct], [1.0.17], [i7t...@t-online.de])
+AC_INIT([struct], [1.0.18], [i7t...@t-online.de])
 AC_CONFIG_SRCDIR([cell2fields.cc])
 AC_CONFIG_HEADERS([config.h])
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/struct-1.0.17/src/error-helpers.h 
new/struct-1.0.18/src/error-helpers.h
--- old/struct-1.0.17/src/error-helpers.h       2021-02-16 20:03:38.000000000 
+0100
+++ new/struct-1.0.18/src/error-helpers.h       2022-04-10 12:39:27.000000000 
+0200
@@ -64,7 +64,7 @@
       } \
     catch (OCTAVE__EXECUTION_EXCEPTION& e) \
       { \
-        verror (e, __VA_ARGS__); \
+        c_verror (e, __VA_ARGS__); \
       }
 #endif
 

Reply via email to