commit octave-forge-ocs for openSUSE:Factory

2015-08-27 Thread h_root
Hello community,

here is the log from the commit of package octave-forge-ocs for 
openSUSE:Factory checked in at 2015-08-27 08:57:23

Comparing /work/SRC/openSUSE:Factory/octave-forge-ocs (Old)
 and  /work/SRC/openSUSE:Factory/.octave-forge-ocs.new (New)


Package is octave-forge-ocs

Changes:

--- /work/SRC/openSUSE:Factory/octave-forge-ocs/octave-forge-ocs.changes
2015-07-12 22:53:01.0 +0200
+++ /work/SRC/openSUSE:Factory/.octave-forge-ocs.new/octave-forge-ocs.changes   
2015-08-27 08:57:25.0 +0200
@@ -1,0 +2,7 @@
+Mon Aug 24 22:15:42 UTC 2015 - dmitr...@opensuse.org
+
+- Update to version 0.1.5
+  * Minor fixes
+  * drop obsolete ocs-gcc-errors.patch
+
+---

Old:

  ocs-0.1.4.tar.gz
  ocs-gcc-errors.patch

New:

  ocs-0.1.5.tar.gz



Other differences:
--
++ octave-forge-ocs.spec ++
--- /var/tmp/diff_new_pack.ZaT8xC/_old  2015-08-27 08:57:26.0 +0200
+++ /var/tmp/diff_new_pack.ZaT8xC/_new  2015-08-27 08:57:26.0 +0200
@@ -18,15 +18,13 @@
 
 %define octpkg  ocs
 Name:   octave-forge-%{octpkg}
-Version:0.1.4
+Version:0.1.5
 Release:0
 Summary:Octave Circuit Simulator for Octave
 License:GPL-2.0+
 Group:  Productivity/Scientific/Math
 Url:http://octave.sourceforge.net
 Source0:
http://downloads.sourceforge.net/octave/%{octpkg}-%{version}.tar.gz
-# PATCH-FIX-UPSTREAM ocs-gcc-errors.patch  -- Fix GCC errors: no return in 
nonvoid function
-Patch1: ocs-gcc-errors.patch
 BuildRequires:  gcc-c++
 BuildRequires:  hdf5-devel
 BuildRequires:  octave-devel
@@ -39,7 +37,6 @@
 
 %prep
 %setup -q -c %{name}-%{version}
-%patch1 -p1
 %octave_pkg_src
 
 %build

++ ocs-0.1.4.tar.gz - ocs-0.1.5.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ocs/DESCRIPTION new/ocs/DESCRIPTION
--- old/ocs/DESCRIPTION 2015-07-07 07:03:42.0 +0200
+++ new/ocs/DESCRIPTION 2015-08-17 18:55:45.0 +0200
@@ -1,6 +1,6 @@
 Name: OCS
-Version: 0.1.4
-Date: 2015-07-07
+Version: 0.1.5
+Date: 2015-08-7
 Author: Carlo de Falco, Culpo Massimiliano, Marco Merlin
 Maintainer: Carlo de Falco, Culpo Massimiliano
 Title: Octave Circuit Simulator
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ocs/INDEX new/ocs/INDEX
--- old/ocs/INDEX   2010-02-09 08:43:42.0 +0100
+++ new/ocs/INDEX   2015-08-17 19:10:27.0 +0200
@@ -4,6 +4,7 @@
   asm_build_system
 Netlist Parsing Functions
   prs_iff
+  prs_spice
 Time Stepping Functions
   tst_backward_euler
   tst_daspk
@@ -25,4 +26,4 @@
   Mresistors
   Mshichmanhodgesmosfet
   Mvoltagesources
-
+  Mpdesympnjunct
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ocs/NEWS new/ocs/NEWS
--- old/ocs/NEWS2015-07-07 07:03:42.0 +0200
+++ new/ocs/NEWS2015-08-17 18:55:22.0 +0200
@@ -1,3 +1,10 @@
+Summary of important user-visible changes for ocs 0.1.5:
+---
+
+ ** Fixed use of obsolete LaTeX commands in some documents (bug #45638).
+
+ ** Added missing functions to INDEX.
+ 
 Summary of important user-visible changes for ocs 0.1.4:
 ---
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ocs/doc/iffspec_ocs.tex new/ocs/doc/iffspec_ocs.tex
--- old/ocs/doc/iffspec_ocs.tex 2011-03-02 23:34:14.0 +0100
+++ new/ocs/doc/iffspec_ocs.tex 2015-08-17 18:51:00.0 +0200
@@ -8,6 +8,9 @@
 \usepackage{amsmath}
 \usepackage{amsfonts}
 \usepackage{listings}
+\let\tt=\normalfont\ttfamily
+\let\bf=\normalfont\bfseries
+\let\it=\normalfont\itshape
 \newcommand{\Iff}{{\tt IFF}}
 \newcommand{\nlc}{{\tt NLC}}
 \newcommand{\cir}{{\tt CIR}}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ocs/src/Mshichmanhodgesmosfet.cc 
new/ocs/src/Mshichmanhodgesmosfet.cc
--- old/ocs/src/Mshichmanhodgesmosfet.cc2015-07-07 07:03:42.0 
+0200
+++ new/ocs/src/Mshichmanhodgesmosfet.cc2015-08-17 19:02:20.0 
+0200
@@ -124,7 +124,7 @@
   double T= extvar(4); // Temperature
 
   double k= mu0*Cox*pow((T + Tshift)/300.0,-3.0/2.0)*W/L;
-  double dkdT = mu0*Cox*W*(-3.0/2)*pow((T + Tshift)/300.0,-5.0/2.0 
)*(1.0/300.0)/L;
+  double dkdT = mu0*Cox*W*(-3.0/2)*std::pow((T + Tshift)/300.0,-5.0/2.0 
)*(1.0/300.0)/L;
   
   double vgs  = vg - vs;
   double vds  = vd - vs;
@@ -138,10 +138,10 @@
 }  
   else if ( ( (vgs-Vth)= vds )  (vds=0))
 {
-  *ids  = 

commit octave-forge-ocs for openSUSE:Factory

2015-07-12 Thread h_root
Hello community,

here is the log from the commit of package octave-forge-ocs for 
openSUSE:Factory checked in at 2015-07-12 22:52:59

Comparing /work/SRC/openSUSE:Factory/octave-forge-ocs (Old)
 and  /work/SRC/openSUSE:Factory/.octave-forge-ocs.new (New)


Package is octave-forge-ocs

Changes:

--- /work/SRC/openSUSE:Factory/octave-forge-ocs/octave-forge-ocs.changes
2015-06-16 15:12:57.0 +0200
+++ /work/SRC/openSUSE:Factory/.octave-forge-ocs.new/octave-forge-ocs.changes   
2015-07-12 22:53:01.0 +0200
@@ -1,0 +2,6 @@
+Tue Jul  7 18:18:41 UTC 2015 - dmitr...@opensuse.org
+
+- Update to version 0.1.4
+  * Minor fixes
+
+---

Old:

  ocs-0.1.3.tar.gz

New:

  ocs-0.1.4.tar.gz



Other differences:
--
++ octave-forge-ocs.spec ++
--- /var/tmp/diff_new_pack.1vMgSS/_old  2015-07-12 22:53:01.0 +0200
+++ /var/tmp/diff_new_pack.1vMgSS/_new  2015-07-12 22:53:01.0 +0200
@@ -18,7 +18,7 @@
 
 %define octpkg  ocs
 Name:   octave-forge-%{octpkg}
-Version:0.1.3
+Version:0.1.4
 Release:0
 Summary:Octave Circuit Simulator for Octave
 License:GPL-2.0+

++ ocs-0.1.3.tar.gz - ocs-0.1.4.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ocs/DESCRIPTION new/ocs/DESCRIPTION
--- old/ocs/DESCRIPTION 2012-01-21 20:03:02.0 +0100
+++ new/ocs/DESCRIPTION 2015-07-07 07:03:42.0 +0200
@@ -1,11 +1,10 @@
 Name: OCS
-Version: 0.1.3
-Date: 2011-08-08
+Version: 0.1.4
+Date: 2015-07-07
 Author: Carlo de Falco, Culpo Massimiliano, Marco Merlin
-Maintainer: Culpo Massimiliano
+Maintainer: Carlo de Falco, Culpo Massimiliano
 Title: Octave Circuit Simulator
 Description: Package for solving DC and transient electrical circuit equations 
 Depends: octave (= 3.0.0), odepkg
 Autoload: no
-License: GPL version 2 or later
-SVNRelease: 9554
+License: GPLv2+
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ocs/NEWS new/ocs/NEWS
--- old/ocs/NEWS1970-01-01 01:00:00.0 +0100
+++ new/ocs/NEWS2015-07-07 07:03:42.0 +0200
@@ -0,0 +1,6 @@
+Summary of important user-visible changes for ocs 0.1.4:
+---
+
+ ** Fixed a few incompatibilities with Octave 4.0 and warnings about
+use of deprecated syntax.
+
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ocs/PKG_ADD new/ocs/PKG_ADD
--- old/ocs/PKG_ADD 2011-08-06 14:32:14.0 +0200
+++ new/ocs/PKG_ADD 2015-07-07 07:03:42.0 +0200
@@ -4,15 +4,15 @@
 if (! exist (fullfile (dirname, inst), dir))
   ## Run this if the package is installed
   for ii=1:length (dirlist)
-addpath ( [ dirname /../ dirlist{ii}],-end)
+addpath (fullfile (dirname, .., dirlist{ii}), -end)
   endfor
 else
   ## Run this if we are testing the package without installation
   for ii=1:length(dirlist)
-addpath ([ dirname /inst/ dirlist{ii}])
-addpath ([ dirname /src/])
+addpath (fullfile (dirname, inst, dirlist{ii}))
+addpath (fullfile (dirname, src))
   endfor
 endif
 
-warning('off', 'Octave:fopen-file-in-path');
+warning (off, Octave:fopen-file-in-path);
 clear dirlist dirname
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ocs/PKG_DEL new/ocs/PKG_DEL
--- old/ocs/PKG_DEL 2011-08-06 14:32:14.0 +0200
+++ new/ocs/PKG_DEL 2012-09-16 09:31:08.0 +0200
@@ -1,15 +1,17 @@
 dirlist = {utl, asm, tst, nls, prs, sbn};
 dirname = fileparts (canonicalize_file_name (mfilename (fullpath)));
 
-for ii=1:length (dirlist)
-  if (! exist (fullfile (dirname, inst), dir))
-## Run this if the package is installed
-rmpath ( [ dirname /../ dirlist{ii}])
-  else
-## Run this if we are testing the package without installation
-rmpath ([ dirname /inst/ dirlist{ii}])
-rmpath ([ dirname /src/])
-  end
-end
+if (! exist (fullfile (dirname, inst), dir))
+  ## Run this if the package is installed
+  for ii=1:length (dirlist)
+rmpath (fullfile (dirname, .., dirlist{ii}))
+  endfor
+else
+  ## Run this if we are testing the package without installation
+  for ii=1:length (dirlist)
+rmpath (fullfile (dirname, inst, dirlist{ii}))
+  endfor
+  rmpath (fullfile (dirname, src))
+endif
 
 clear dirlist dirname
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ocs/inst/asm/asm_build_system.m 
new/ocs/inst/asm/asm_build_system.m
--- old/ocs/inst/asm/asm_build_system.m 2010-02-09 08:43:42.0 +0100
+++ new/ocs/inst/asm/asm_build_system.m