Hello community,

here is the log from the commit of package octave-forge-symbolic for 
openSUSE:Factory checked in at 2015-12-24 12:17:18
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/octave-forge-symbolic (Old)
 and      /work/SRC/openSUSE:Factory/.octave-forge-symbolic.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "octave-forge-symbolic"

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/octave-forge-symbolic/octave-forge-symbolic.changes  
    2015-11-28 19:59:54.000000000 +0100
+++ 
/work/SRC/openSUSE:Factory/.octave-forge-symbolic.new/octave-forge-symbolic.changes
 2015-12-24 12:17:30.000000000 +0100
@@ -1,0 +2,6 @@
+Wed Dec 23 08:15:45 UTC 2015 - [email protected]
+
+- Update to version 2.2.4
+  * Bigfix release
+
+-------------------------------------------------------------------

Old:
----
  symbolic-2.2.3.tar.gz

New:
----
  symbolic-2.2.4.tar.gz

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

Other differences:
------------------
++++++ octave-forge-symbolic.spec ++++++
--- /var/tmp/diff_new_pack.W4Hu1Y/_old  2015-12-24 12:17:31.000000000 +0100
+++ /var/tmp/diff_new_pack.W4Hu1Y/_new  2015-12-24 12:17:31.000000000 +0100
@@ -18,7 +18,7 @@
 
 %define octpkg  symbolic
 Name:           octave-forge-%{octpkg}
-Version:        2.2.3
+Version:        2.2.4
 Release:        0
 Summary:        Octave Symbolic Package using SymPy
 License:        GPL-3.0+

++++++ symbolic-2.2.3.tar.gz -> symbolic-2.2.4.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/symbolic-2.2.3/.travis.yml 
new/symbolic-2.2.4/.travis.yml
--- old/symbolic-2.2.3/.travis.yml      2015-11-26 01:11:50.000000000 +0100
+++ new/symbolic-2.2.4/.travis.yml      2015-12-14 20:34:18.000000000 +0100
@@ -8,7 +8,7 @@
     - python: "2.7"
       env: SYMPY_VER=0.7.6 DOCTEST=yes
     - python: "3.4"
-      env: SYMPY_VER=0.7.6 DOCTEST=yes
+      env: SYMPY_VER=0.7.6.1 DOCTEST=yes
 
 # need octave devel pkgs for doctest (has compiled code as of July 2015)
 # TODO: once doctest is in OF, change to "install -forge" below
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/symbolic-2.2.3/DESCRIPTION 
new/symbolic-2.2.4/DESCRIPTION
--- old/symbolic-2.2.3/DESCRIPTION      2015-11-26 01:11:50.000000000 +0100
+++ new/symbolic-2.2.4/DESCRIPTION      2015-12-14 20:34:18.000000000 +0100
@@ -1,6 +1,6 @@
 Name: symbolic
-Version: 2.2.3
-Date: 2015-11-25
+Version: 2.2.4
+Date: 2015-12-14
 Author: Colin B. Macdonald <[email protected]>
 Maintainer: Colin B. Macdonald <[email protected]>
 Title: Octave Symbolic Package using SymPy
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/symbolic-2.2.3/NEWS new/symbolic-2.2.4/NEWS
--- old/symbolic-2.2.3/NEWS     2015-11-26 01:11:50.000000000 +0100
+++ new/symbolic-2.2.4/NEWS     2015-12-14 20:34:18.000000000 +0100
@@ -1,3 +1,12 @@
+octsympy 2.2.4 (2015-12-14)
+===========================
+
+  * Fix display on Octave 3.8.
+
+  * Support for SymPy 0.7.6.1.
+
+
+
 octsympy 2.2.3 (2015-11-25)
 ===========================
 
@@ -14,7 +23,7 @@
 
   * During install, test for PATH problems on Windows (issue #236).
 
-  * Fix for Octave 4.1+ developement versions, thanks to Mike Miller.
+  * Fix for Octave 4.1+ development versions, thanks to Mike Miller.
 
 
 
@@ -136,7 +145,7 @@
           nchoosek
           permute
 
- *  Fixes for developement version of SymPy.
+ *  Fixes for development version of SymPy.
 
  *  Fixes for vpa and vpasolve: high precision should be more reliable.
 
@@ -163,7 +172,7 @@
           laplace            rref
           ldivide            sum
           mldivide           vpa
-          null              vpasolve
+          null               vpasolve
 
  *  Symbolic backslash support.
 
@@ -175,7 +184,7 @@
 
  *  Partial fractions (Andrés Prieto).
 
- *  Improvments to solve (Andrés Prieto).
+ *  Improvements to solve (Andrés Prieto).
 
  *  Preliminary support for matrix expressions, e.g., matrix to a symbolic
     power.
@@ -190,9 +199,9 @@
  *  New commands:
 
           children           rhs
-          expm              setdiff
-          lhs               setxor
-          pinv              trace
+          expm               setdiff
+          lhs                setxor
+          pinv               trace
           potential
 
  *  Support new SymPy 0.7.6.  This adds Octave code generation which means
@@ -239,11 +248,11 @@
 
  *  Improved handling of symfuns.
 
- *  Improvements to internel string handling/escaping especially newlines.
+ *  Improvements to internal string handling/escaping especially newlines.
 
      -  Enter a multiline command using a cell array of lines e.g.,
         `python_cmd({'a = 10' 'return (a, 2*a)'})
-       or
+        or
         `python_cmd({'a = 10'; 'return (a, 2*a)'})
      -  The same applies to `evalpy`.  If you need the old deprecated
         behaviour, it is still available as `python_cmd_string`.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/symbolic-2.2.3/inst/@sym/assumeAlso.m 
new/symbolic-2.2.4/inst/@sym/assumeAlso.m
--- old/symbolic-2.2.3/inst/@sym/assumeAlso.m   2015-11-26 01:11:50.000000000 
+0100
+++ new/symbolic-2.2.4/inst/@sym/assumeAlso.m   2015-12-14 20:34:18.000000000 
+0100
@@ -103,7 +103,7 @@
 
 %!xtest
 %! % has output so avoids workspace
-%! % FIXME: xtest for sympy 0.7.6 where a is the full dict
+%! % FIXME: xtest for sympy 0.7.6.x where a is the full dict
 %! syms x positive
 %! x2 = x;
 %! f = sin(x);
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/symbolic-2.2.3/inst/@sym/display.m 
new/symbolic-2.2.4/inst/@sym/display.m
--- old/symbolic-2.2.3/inst/@sym/display.m      2015-11-26 01:11:50.000000000 
+0100
+++ new/symbolic-2.2.4/inst/@sym/display.m      2015-12-14 20:34:18.000000000 
+0100
@@ -78,10 +78,12 @@
     unicode_dec = false;
   end
   display_snippet = sympref('snippet');
-  if (exist('OCTAVE_VERSION', 'builtin'))
+  if (exist('OCTAVE_VERSION', 'builtin') && ...
+      compare_versions (OCTAVE_VERSION (), '4.0.0', '>='))
     % Octave 4.1 dropped (temporarily?) the get(0,...) approach
     loose = eval('! __compactformat__ ()');
   else
+    % Matlab and Octave < 4
     loose = strcmp(get(0, 'FormatSpacing'), 'loose');
   end
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/symbolic-2.2.3/inst/@sym/dsolve.m 
new/symbolic-2.2.4/inst/@sym/dsolve.m
--- old/symbolic-2.2.3/inst/@sym/dsolve.m       2015-11-26 01:11:50.000000000 
+0100
+++ new/symbolic-2.2.4/inst/@sym/dsolve.m       2015-12-14 20:34:18.000000000 
+0100
@@ -196,7 +196,7 @@
 %!test
 %! % System of ODEs
 %! if (str2num(strrep(python_cmd ('return sp.__version__,'),'.',''))<=75)
-%!   disp('skipping: Solution of ODE systems needs sympy > 0.7.6, issue #169')
+%!   disp('skipping: Solution of ODE systems needs sympy >= 0.7.6, issue #169')
 %! else
 %!   syms x(t) y(t) C1 C2
 %!   ode_1=diff(x(t),t) == 2*y(t);
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/symbolic-2.2.3/inst/@sym/horzcat.m 
new/symbolic-2.2.4/inst/@sym/horzcat.m
--- old/symbolic-2.2.3/inst/@sym/horzcat.m      2015-11-26 01:11:50.000000000 
+0100
+++ new/symbolic-2.2.4/inst/@sym/horzcat.m      2015-12-14 20:34:18.000000000 
+0100
@@ -120,7 +120,7 @@
 %!error <ShapeError>
 %! % FIXME: clean-up when we drop 0.7.5 support (Issue #164)
 %! if (str2num(strrep(python_cmd ('return sp.__version__,'),'.',''))<=75)
-%!   disp('skipping: test passes on sympy > 0.7.6')
+%!   disp('skipping: test passes on sympy >= 0.7.6')
 %!   error('ShapeError')   % pass the test with correct error
 %! else
 %!   v = [sym(1) sym(2)];
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/symbolic-2.2.3/inst/@sym/isAlways.m 
new/symbolic-2.2.4/inst/@sym/isAlways.m
--- old/symbolic-2.2.3/inst/@sym/isAlways.m     2015-11-26 01:11:50.000000000 
+0100
+++ new/symbolic-2.2.4/inst/@sym/isAlways.m     2015-12-14 20:34:18.000000000 
+0100
@@ -104,7 +104,8 @@
     '    if r in (S.true, S.false):'
     '        return bool(r)'
     '    # FIXME: hopefully we get sympy patched for some of this'
-    '    #if sympy.__version__ in ("0.7.5", "0.7.6") or 
sympy.__version__.startswith("0.7.7"):'
+    '    #ver = sympy.__version__'
+    '    #if ver == "0.7.5" or ver.startswith("0.7.6") or 
ver.startswith("0.7.7"):'
     '    if True:'
     '        if isinstance(p, Equality):'
     '            r = Eq(sp.simplify(p.lhs - p.rhs), 0)'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/symbolic-2.2.3/inst/@sym/lt.m 
new/symbolic-2.2.4/inst/@sym/lt.m
--- old/symbolic-2.2.3/inst/@sym/lt.m   2015-11-26 01:11:50.000000000 +0100
+++ new/symbolic-2.2.4/inst/@sym/lt.m   2015-12-14 20:34:18.000000000 +0100
@@ -150,7 +150,7 @@
 %! assert (isequal (e, sym(true)))
 
 %!xtest
-%! % -oo, positive var (known failure w/ sympy 0.7.6)
+%! % -oo, positive var (known failure w/ sympy 0.7.6.x)
 %! syms oo
 %! syms z positive
 %! e = -oo < z;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/symbolic-2.2.3/inst/@sym/ne.m 
new/symbolic-2.2.4/inst/@sym/ne.m
--- old/symbolic-2.2.3/inst/@sym/ne.m   2015-11-26 01:11:50.000000000 +0100
+++ new/symbolic-2.2.4/inst/@sym/ne.m   2015-12-14 20:34:18.000000000 +0100
@@ -63,7 +63,7 @@
 %! e = oo ~= x;
 %! assert (isa (e, 'sym'))
 %! s = strtrim (disp (e, 'flat'));
-%! % SymPy <= 0.7.6 will be '!=', newer gives 'Ne', test both
+%! % SymPy <= 0.7.6.x will be '!=', newer gives 'Ne', test both
 %! assert (strcmp (s, 'oo != x') || strcmp (s, 'Ne(oo, x)'))
 
 %!test
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/symbolic-2.2.3/inst/@sym/power.m 
new/symbolic-2.2.4/inst/@sym/power.m
--- old/symbolic-2.2.3/inst/@sym/power.m        2015-11-26 01:11:50.000000000 
+0100
+++ new/symbolic-2.2.4/inst/@sym/power.m        2015-12-14 20:34:18.000000000 
+0100
@@ -97,10 +97,10 @@
 %!test
 %! % 1^zoo
 %! % (1 on sympy 0.7.4--0.7.6, but nan in git (2014-12-12, a210908d4))
-%! % FIXME: xtest can be removed when 0.7.6 support deprecated.
+%! % FIXME: xtest can be removed when 0.7.6.x support deprecated.
 %! zoo = sym('zoo');
-%! if (str2num(strrep(python_cmd ('return sp.__version__,'), '.', ''))<=76)
-%!   disp('skipping known failure b/c SymPy <= 0.7.6')
+%! if (str2num(strrep(python_cmd ('return sp.__version__,'), '.', ''))<=761)
+%!   disp('skipping known failure b/c SymPy <= 0.7.6.x')
 %! else
 %!   assert (isnan (1^zoo))
 %! end
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/symbolic-2.2.3/inst/@sym/sym.m 
new/symbolic-2.2.4/inst/@sym/sym.m
--- old/symbolic-2.2.3/inst/@sym/sym.m  2015-11-26 01:11:50.000000000 +0100
+++ new/symbolic-2.2.4/inst/@sym/sym.m  2015-12-14 20:34:18.000000000 +0100
@@ -664,7 +664,7 @@
 
 %!xtest
 %! % multiple assumptions
-%! % FIXME: xtest for sympy <= 0.7.6 where a is the full dict
+%! % FIXME: xtest for sympy <= 0.7.6.x where a is the full dict
 %! n = sym('n', 'negative', 'even');
 %! a = assumptions(n);
 %! assert(strcmp(a, 'n: negative, even') || strcmp(a, 'n: even, negative'))
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/symbolic-2.2.3/inst/@sym/symprod.m 
new/symbolic-2.2.4/inst/@sym/symprod.m
--- old/symbolic-2.2.3/inst/@sym/symprod.m      2015-11-26 01:11:50.000000000 
+0100
+++ new/symbolic-2.2.4/inst/@sym/symprod.m      2015-12-14 20:34:18.000000000 
+0100
@@ -197,6 +197,7 @@
 %! assert (isequal (symprod(a, n, 1, inf), a^oo))
 
 %%!test
+%%! % FIXME: commented out test...
 %%! % SymPy 0.7.6: nan
 %%! % SymPy git: interesting that 1**oo is nan but this is still 1
 %%! assert (isequal (symprod(1, n, 1, oo), sym(1)))
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/symbolic-2.2.3/inst/@sym/vertcat.m 
new/symbolic-2.2.4/inst/@sym/vertcat.m
--- old/symbolic-2.2.3/inst/@sym/vertcat.m      2015-11-26 01:11:50.000000000 
+0100
+++ new/symbolic-2.2.4/inst/@sym/vertcat.m      2015-12-14 20:34:18.000000000 
+0100
@@ -127,7 +127,7 @@
 %!error <ShapeError>
 %! % FIXME: clean-up when we drop 0.7.5 support (Issue #164)
 %! if (str2num(strrep(python_cmd ('return sp.__version__,'),'.',''))<=75)
-%!   disp('skipping: test passes on sympy > 0.7.6')
+%!   disp('skipping: test passes on sympy >= 0.7.6')
 %!   error('ShapeError')   % pass the test with correct error
 %! else
 %!   v = [sym(1) sym(2)];
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/symbolic-2.2.3/inst/assumptions.m 
new/symbolic-2.2.4/inst/assumptions.m
--- old/symbolic-2.2.3/inst/assumptions.m       2015-11-26 01:11:50.000000000 
+0100
+++ new/symbolic-2.2.4/inst/assumptions.m       2015-12-14 20:34:18.000000000 
+0100
@@ -99,7 +99,7 @@
     F = findsymbols(workspace);
   end
 
-  % Nice and easy on SymPy > 0.7.6
+  % Nice and easy on SymPy >= 0.7.7
   % FIXME: See also, sym.m and syms.m, updates there?
   cmd = {
       'x = _ins[0]'
@@ -116,10 +116,10 @@
       'else:'
       '    return astr,' };
 
-  % FIXME: Deprecate 0.7.6.  But on older SymPy we do some foolishness.
+  % FIXME: Deprecate 0.7.6.x.  But on older SymPy we do some foolishness.
   % Abbreviate certain assumption dicts to shorter equivalent forms.
   % I look forward to deleting all this.
-  oldsympy = python_cmd('return sympy.__version__ in ("0.7.5", "0.7.6"),');
+  oldsympy = python_cmd('return sympy.__version__ == "0.7.5" or 
sympy.__version__.startswith("0.7.6"),');
   if (oldsympy)
     cmd = {
     'x = _ins[0]'
@@ -134,7 +134,7 @@
     'adict_even_076 = {"real":True, "even":True, "commutative":True, 
"noninteger":False, "hermitian":True, "complex":True, "rational":True, 
"integer":True, "imaginary":False, "odd":False, "irrational":False}'
     'adict_integer = {"real":True, "commutative":True, "noninteger":False, 
"hermitian":True, "complex":True, "rational":True, "integer":True, 
"imaginary":False, "irrational":False}'
     'adict_rational = {"real":True, "commutative":True, "hermitian":True, 
"complex":True, "rational":True, "imaginary":False, "irrational":False}'
-    'if sympy.__version__ == "0.7.6":'
+    'if sympy.__version__.startswith("0.7.6"):'
     '    new076 = {"algebraic":True,  "transcendental":False}'
     '    adict_integer.update(new076)'
     '    adict_even.update(new076)'
@@ -243,8 +243,8 @@
 %! end
 
 %!test
-%! if (str2num(strrep(python_cmd ('return sp.__version__,'),'.',''))<=76)
-%!   disp('skipping: char(x) of assumptions suboptimal in <= 0.7.6')
+%! if (str2num(strrep(python_cmd ('return sp.__version__,'),'.',''))<=761)
+%!   disp('skipping: char(x) of assumptions suboptimal in <= 0.7.6.x')
 %! else
 %!   A = assumptions('possible');
 %!   for i = 1:length(A)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/symbolic-2.2.3/inst/private/python_header.py 
new/symbolic-2.2.4/inst/private/python_header.py
--- old/symbolic-2.2.3/inst/private/python_header.py    2015-11-26 
01:11:50.000000000 +0100
+++ new/symbolic-2.2.4/inst/private/python_header.py    2015-12-14 
20:34:18.000000000 +0100
@@ -63,8 +63,8 @@
     raise
 
 
-# FIXME: Remove all this when we deprecate 0.7.6 support.
-if sympy.__version__ not in ("0.7.5", "0.7.6"):
+# FIXME: Remove all this when we deprecate 0.7.6.x support.
+if not (sympy.__version__ == "0.7.5" or sympy.__version__.startswith("0.7.6")):
     my_srepr = sympy.srepr
 else:
     def _monkey_patch_matpow_doit(self, **kwargs):
@@ -98,7 +98,7 @@
         class _ReprPrinter_w_asm(sympy.printing.repr.ReprPrinter):
             def _print_Symbol(self, expr):
                 asm = expr.assumptions0
-                # SymPy <= 0.7.6: srepr does not list assumptions.
+                # SymPy < 0.7.7: srepr does not list assumptions.
                 # Abbreviate some common cases.
                 asm_default = {"commutative":True}
                 asm_real = {"commutative":True, "complex":True, 
"hermitian":True,
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/symbolic-2.2.3/inst/sympref.m 
new/symbolic-2.2.4/inst/sympref.m
--- old/symbolic-2.2.3/inst/sympref.m   2015-11-26 01:11:50.000000000 +0100
+++ new/symbolic-2.2.4/inst/sympref.m   2015-12-14 20:34:18.000000000 +0100
@@ -141,7 +141,7 @@
 %% @example
 %% @group
 %% >> sympref version
-%%    @result{} 2.2.3
+%%    @result{} 2.2.4
 %% @end group
 %% @end example
 %%
@@ -174,7 +174,7 @@
 
     case 'version'
       assert (nargin == 1)
-      varargout{1} = '2.2.3';
+      varargout{1} = '2.2.4';
 
     case 'display'
       if (nargin == 1)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/symbolic-2.2.3/inst/vpasolve.m 
new/symbolic-2.2.4/inst/vpasolve.m
--- old/symbolic-2.2.3/inst/vpasolve.m  2015-11-26 01:11:50.000000000 +0100
+++ new/symbolic-2.2.4/inst/vpasolve.m  2015-12-14 20:34:18.000000000 +0100
@@ -55,12 +55,12 @@
 
   % nsolve gives back mpf object: https://github.com/sympy/sympy/issues/6092
 
-  % In SymPy > 0.7.6, mpmath is not bundled so we import mpmath.
+  % In SymPy >= 0.7.7, mpmath is not bundled so we import mpmath.
   % In older versions it is usually bundled except on Fedora, hence
   % the try, except bit.
   cmd = {
     '(e, x, x0, n) = _ins'
-    'if sympy.__version__ in ("0.7.5", "0.7.6"):'
+    'if sympy.__version__ == "0.7.5" or sympy.__version__.startswith("0.7.6"):'
     '    try:'
     '        sympy.mpmath.mp.dps = n'
     '        findroot = sympy.mpmath.findroot'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/symbolic-2.2.3/make_release_packages.sh 
new/symbolic-2.2.4/make_release_packages.sh
--- old/symbolic-2.2.3/make_release_packages.sh 2015-11-26 01:11:50.000000000 
+0100
+++ new/symbolic-2.2.4/make_release_packages.sh 2015-12-14 20:34:18.000000000 
+0100
@@ -1,9 +1,9 @@
 #!/bin/sh
 
 # for day-to-day testing
-VER=2.2.3-dev
+VER=2.2.4-dev
 # for release
-#VER=2.2.3
+#VER=2.2.4
 #TAG=v${VER}
 
 #----------------------------------------------------------------
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/symbolic-2.2.3/make_windows_package.sh 
new/symbolic-2.2.4/make_windows_package.sh
--- old/symbolic-2.2.3/make_windows_package.sh  2015-11-26 01:11:50.000000000 
+0100
+++ new/symbolic-2.2.4/make_windows_package.sh  2015-12-14 20:34:18.000000000 
+0100
@@ -5,12 +5,12 @@
 PYEXEREADME=py27910.readme.txt   # from the src package
 
 # download sympy release, unpack in the directory with this script
-SYMPY=sympy-0.7.6
+SYMPY=sympy-0.7.6.1
 
 # for day-to-day testing
-VER=2.2.3-dev
+VER=2.2.4-dev
 # for release
-#VER=2.2.3
+#VER=2.2.4
 #TAG=v${VER}
 
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/symbolic-2.2.3/src/autom4te.cache/output.0 
new/symbolic-2.2.4/src/autom4te.cache/output.0
--- old/symbolic-2.2.3/src/autom4te.cache/output.0      2015-11-26 
01:11:51.000000000 +0100
+++ new/symbolic-2.2.4/src/autom4te.cache/output.0      2015-12-14 
20:34:19.000000000 +0100
@@ -1,6 +1,6 @@
 @%:@! /bin/sh
 @%:@ Guess values for system-dependent variables and create Makefiles.
-@%:@ Generated by GNU Autoconf 2.69 for Octave-Forge symbolic package 2.2.3.
+@%:@ Generated by GNU Autoconf 2.69 for Octave-Forge symbolic package 2.2.4.
 @%:@ 
 @%:@ 
 @%:@ Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
@@ -576,8 +576,8 @@
 # Identity of this package.
 PACKAGE_NAME='Octave-Forge symbolic package'
 PACKAGE_TARNAME='octave-forge-symbolic-package'
-PACKAGE_VERSION='2.2.3'
-PACKAGE_STRING='Octave-Forge symbolic package 2.2.3'
+PACKAGE_VERSION='2.2.4'
+PACKAGE_STRING='Octave-Forge symbolic package 2.2.4'
 PACKAGE_BUGREPORT=''
 PACKAGE_URL=''
 
@@ -1169,7 +1169,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-Forge symbolic package 2.2.3 to adapt to many 
kinds of systems.
+\`configure' configures Octave-Forge symbolic package 2.2.4 to adapt to many 
kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1231,7 +1231,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
-     short | recursive ) echo "Configuration of Octave-Forge symbolic package 
2.2.3:";;
+     short | recursive ) echo "Configuration of Octave-Forge symbolic package 
2.2.4:";;
    esac
   cat <<\_ACEOF
 
@@ -1298,7 +1298,7 @@
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-Octave-Forge symbolic package configure 2.2.3
+Octave-Forge symbolic package configure 2.2.4
 generated by GNU Autoconf 2.69
 
 Copyright (C) 2012 Free Software Foundation, Inc.
@@ -1315,7 +1315,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-Forge symbolic package $as_me 2.2.3, which was
+It was created by Octave-Forge symbolic package $as_me 2.2.4, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   $ $0 $@
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/symbolic-2.2.3/src/autom4te.cache/output.1 
new/symbolic-2.2.4/src/autom4te.cache/output.1
--- old/symbolic-2.2.3/src/autom4te.cache/output.1      2015-11-26 
01:11:51.000000000 +0100
+++ new/symbolic-2.2.4/src/autom4te.cache/output.1      2015-12-14 
20:34:19.000000000 +0100
@@ -1,6 +1,6 @@
 @%:@! /bin/sh
 @%:@ Guess values for system-dependent variables and create Makefiles.
-@%:@ Generated by GNU Autoconf 2.69 for Octave-Forge symbolic package 2.2.3.
+@%:@ Generated by GNU Autoconf 2.69 for Octave-Forge symbolic package 2.2.4.
 @%:@ 
 @%:@ 
 @%:@ Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
@@ -576,8 +576,8 @@
 # Identity of this package.
 PACKAGE_NAME='Octave-Forge symbolic package'
 PACKAGE_TARNAME='octave-forge-symbolic-package'
-PACKAGE_VERSION='2.2.3'
-PACKAGE_STRING='Octave-Forge symbolic package 2.2.3'
+PACKAGE_VERSION='2.2.4'
+PACKAGE_STRING='Octave-Forge symbolic package 2.2.4'
 PACKAGE_BUGREPORT=''
 PACKAGE_URL=''
 
@@ -1169,7 +1169,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-Forge symbolic package 2.2.3 to adapt to many 
kinds of systems.
+\`configure' configures Octave-Forge symbolic package 2.2.4 to adapt to many 
kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1231,7 +1231,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
-     short | recursive ) echo "Configuration of Octave-Forge symbolic package 
2.2.3:";;
+     short | recursive ) echo "Configuration of Octave-Forge symbolic package 
2.2.4:";;
    esac
   cat <<\_ACEOF
 
@@ -1298,7 +1298,7 @@
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-Octave-Forge symbolic package configure 2.2.3
+Octave-Forge symbolic package configure 2.2.4
 generated by GNU Autoconf 2.69
 
 Copyright (C) 2012 Free Software Foundation, Inc.
@@ -1315,7 +1315,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-Forge symbolic package $as_me 2.2.3, which was
+It was created by Octave-Forge symbolic package $as_me 2.2.4, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   $ $0 $@
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/symbolic-2.2.3/src/autom4te.cache/requests 
new/symbolic-2.2.4/src/autom4te.cache/requests
--- old/symbolic-2.2.3/src/autom4te.cache/requests      2015-11-26 
01:11:51.000000000 +0100
+++ new/symbolic-2.2.4/src/autom4te.cache/requests      2015-12-14 
20:34:19.000000000 +0100
@@ -18,21 +18,21 @@
                         'configure.ac'
                       ],
                       {
-                        'AC_PYTHON_MODULE' => 1,
-                        'AX_COMPARE_VERSION' => 1,
-                        'AU_DEFUN' => 1,
+                        'AC_DEFUN_ONCE' => 1,
+                        '_m4_warn' => 1,
+                        'm4_include' => 1,
+                        'AC_CONFIG_MACRO_DIR' => 1,
                         '_AM_CONFIG_MACRO_DIRS' => 1,
-                        'm4_pattern_allow' => 1,
-                        'AX_PYTHON_MODULE' => 1,
-                        '_AM_AUTOCONF_VERSION' => 1,
-                        'm4_pattern_forbid' => 1,
-                        'AC_DEFUN' => 1,
                         'include' => 1,
                         'AC_CONFIG_MACRO_DIR_TRACE' => 1,
-                        'AC_DEFUN_ONCE' => 1,
-                        'AC_CONFIG_MACRO_DIR' => 1,
-                        '_m4_warn' => 1,
-                        'm4_include' => 1
+                        'm4_pattern_forbid' => 1,
+                        'AX_COMPARE_VERSION' => 1,
+                        'AC_PYTHON_MODULE' => 1,
+                        'AC_DEFUN' => 1,
+                        'AU_DEFUN' => 1,
+                        'AX_PYTHON_MODULE' => 1,
+                        'm4_pattern_allow' => 1,
+                        '_AM_AUTOCONF_VERSION' => 1
                       }
                     ], 'Autom4te::Request' ),
              bless( [
@@ -47,63 +47,63 @@
                         'configure.ac'
                       ],
                       {
-                        'AC_FC_SRCEXT' => 1,
-                        'LT_INIT' => 1,
-                        'AC_LIBSOURCE' => 1,
-                        'AM_PROG_AR' => 1,
-                        '_AM_SUBST_NOTMAKE' => 1,
-                        '_m4_warn' => 1,
-                        'AM_PROG_F77_C_O' => 1,
-                        'm4_pattern_allow' => 1,
-                        'AM_PATH_GUILE' => 1,
-                        'AC_INIT' => 1,
-                        '_AM_COND_ELSE' => 1,
+                        'AC_CONFIG_HEADERS' => 1,
+                        'LT_SUPPORTED_TAG' => 1,
+                        'AC_SUBST' => 1,
+                        'AM_XGETTEXT_OPTION' => 1,
                         'AC_CONFIG_SUBDIRS' => 1,
-                        'AM_AUTOMAKE_VERSION' => 1,
-                        'AC_CANONICAL_TARGET' => 1,
+                        'AC_CANONICAL_HOST' => 1,
+                        'AH_OUTPUT' => 1,
+                        'm4_pattern_allow' => 1,
+                        'AC_PROG_LIBTOOL' => 1,
+                        'AM_GNU_GETTEXT' => 1,
+                        '_AM_COND_ENDIF' => 1,
+                        'AM_PROG_F77_C_O' => 1,
+                        'AM_POT_TOOLS' => 1,
                         'include' => 1,
-                        'AC_REQUIRE_AUX_FILE' => 1,
-                        'AM_CONDITIONAL' => 1,
-                        'AM_PROG_CC_C_O' => 1,
-                        'AC_CONFIG_LIBOBJ_DIR' => 1,
-                        'AC_CANONICAL_SYSTEM' => 1,
-                        'AC_FC_PP_SRCEXT' => 1,
-                        'AM_PROG_MOC' => 1,
-                        'AC_CANONICAL_BUILD' => 1,
+                        'm4_sinclude' => 1,
+                        'AC_CONFIG_AUX_DIR' => 1,
+                        '_m4_warn' => 1,
                         'AM_SILENT_RULES' => 1,
+                        '_AM_COND_ELSE' => 1,
+                        '_AM_SUBST_NOTMAKE' => 1,
                         'AC_FC_FREEFORM' => 1,
-                        'AM_GNU_GETTEXT' => 1,
-                        'AM_GNU_GETTEXT_INTL_SUBDIR' => 1,
-                        'AC_DEFINE_TRACE_LITERAL' => 1,
-                        'm4_sinclude' => 1,
-                        'AM_PROG_FC_C_O' => 1,
-                        'AM_PROG_CXX_C_O' => 1,
+                        'AM_ENABLE_MULTILIB' => 1,
                         'LT_CONFIG_LTDL_DIR' => 1,
-                        '_AM_MAKEFILE_INCLUDE' => 1,
-                        'sinclude' => 1,
-                        'AM_XGETTEXT_OPTION' => 1,
-                        'AC_CONFIG_LINKS' => 1,
-                        'AC_CONFIG_HEADERS' => 1,
-                        'AC_CANONICAL_HOST' => 1,
+                        'AM_MAINTAINER_MODE' => 1,
+                        '_LT_AC_TAGCONFIG' => 1,
                         'AM_INIT_AUTOMAKE' => 1,
-                        'AC_SUBST' => 1,
+                        'AC_FC_PP_SRCEXT' => 1,
+                        'AC_CONFIG_LIBOBJ_DIR' => 1,
+                        'AC_INIT' => 1,
+                        '_AM_MAKEFILE_INCLUDE' => 1,
+                        'AM_PROG_AR' => 1,
+                        'AM_PROG_MOC' => 1,
+                        'AM_PROG_CXX_C_O' => 1,
+                        'AM_MAKEFILE_INCLUDE' => 1,
+                        'AC_LIBSOURCE' => 1,
+                        'AC_REQUIRE_AUX_FILE' => 1,
                         'AC_SUBST_TRACE' => 1,
-                        'AC_CONFIG_FILES' => 1,
-                        'm4_pattern_forbid' => 1,
-                        'AH_OUTPUT' => 1,
-                        'AC_CONFIG_AUX_DIR' => 1,
-                        '_AM_COND_IF' => 1,
                         'm4_include' => 1,
-                        '_LT_AC_TAGCONFIG' => 1,
-                        'AM_ENABLE_MULTILIB' => 1,
                         'AM_NLS' => 1,
-                        'AM_MAKEFILE_INCLUDE' => 1,
-                        '_AM_COND_ENDIF' => 1,
-                        'AM_MAINTAINER_MODE' => 1,
+                        'AM_PROG_FC_C_O' => 1,
+                        'AC_CANONICAL_SYSTEM' => 1,
+                        'AC_CANONICAL_BUILD' => 1,
+                        'AM_AUTOMAKE_VERSION' => 1,
+                        'AC_FC_SRCEXT' => 1,
+                        'AM_GNU_GETTEXT_INTL_SUBDIR' => 1,
+                        'AC_CONFIG_FILES' => 1,
+                        'sinclude' => 1,
                         'AC_FC_PP_DEFINE' => 1,
-                        'LT_SUPPORTED_TAG' => 1,
-                        'AC_PROG_LIBTOOL' => 1,
-                        'AM_POT_TOOLS' => 1
+                        'AC_CANONICAL_TARGET' => 1,
+                        'LT_INIT' => 1,
+                        '_AM_COND_IF' => 1,
+                        'AM_PROG_CC_C_O' => 1,
+                        'AM_PATH_GUILE' => 1,
+                        'AC_DEFINE_TRACE_LITERAL' => 1,
+                        'AC_CONFIG_LINKS' => 1,
+                        'AM_CONDITIONAL' => 1,
+                        'm4_pattern_forbid' => 1
                       }
                     ], 'Autom4te::Request' )
            );
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/symbolic-2.2.3/src/autom4te.cache/traces.1 
new/symbolic-2.2.4/src/autom4te.cache/traces.1
--- old/symbolic-2.2.3/src/autom4te.cache/traces.1      2015-11-26 
01:11:51.000000000 +0100
+++ new/symbolic-2.2.4/src/autom4te.cache/traces.1      2015-12-14 
20:34:19.000000000 +0100
@@ -1,4 +1,4 @@
-m4trace:configure.ac:2: -1- AC_INIT([Octave-Forge symbolic package], [2.2.3])
+m4trace:configure.ac:2: -1- AC_INIT([Octave-Forge symbolic package], [2.2.4])
 m4trace:configure.ac:2: -1- m4_pattern_forbid([^_?A[CHUM]_])
 m4trace:configure.ac:2: -1- m4_pattern_forbid([_AC_])
 m4trace:configure.ac:2: -1- m4_pattern_forbid([^LIBOBJS$], [do not use LIBOBJS 
directly, use AC_LIBOBJ (see section `AC_LIBOBJ vs LIBOBJS'])
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/symbolic-2.2.3/src/configure 
new/symbolic-2.2.4/src/configure
--- old/symbolic-2.2.3/src/configure    2015-11-26 01:11:51.000000000 +0100
+++ new/symbolic-2.2.4/src/configure    2015-12-14 20:34:19.000000000 +0100
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for Octave-Forge symbolic package 2.2.3.
+# Generated by GNU Autoconf 2.69 for Octave-Forge symbolic package 2.2.4.
 #
 #
 # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
@@ -576,8 +576,8 @@
 # Identity of this package.
 PACKAGE_NAME='Octave-Forge symbolic package'
 PACKAGE_TARNAME='octave-forge-symbolic-package'
-PACKAGE_VERSION='2.2.3'
-PACKAGE_STRING='Octave-Forge symbolic package 2.2.3'
+PACKAGE_VERSION='2.2.4'
+PACKAGE_STRING='Octave-Forge symbolic package 2.2.4'
 PACKAGE_BUGREPORT=''
 PACKAGE_URL=''
 
@@ -1169,7 +1169,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-Forge symbolic package 2.2.3 to adapt to many 
kinds of systems.
+\`configure' configures Octave-Forge symbolic package 2.2.4 to adapt to many 
kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1231,7 +1231,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
-     short | recursive ) echo "Configuration of Octave-Forge symbolic package 
2.2.3:";;
+     short | recursive ) echo "Configuration of Octave-Forge symbolic package 
2.2.4:";;
    esac
   cat <<\_ACEOF
 
@@ -1298,7 +1298,7 @@
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-Octave-Forge symbolic package configure 2.2.3
+Octave-Forge symbolic package configure 2.2.4
 generated by GNU Autoconf 2.69
 
 Copyright (C) 2012 Free Software Foundation, Inc.
@@ -1315,7 +1315,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-Forge symbolic package $as_me 2.2.3, which was
+It was created by Octave-Forge symbolic package $as_me 2.2.4, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   $ $0 $@
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/symbolic-2.2.3/src/configure.ac 
new/symbolic-2.2.4/src/configure.ac
--- old/symbolic-2.2.3/src/configure.ac 2015-11-26 01:11:50.000000000 +0100
+++ new/symbolic-2.2.4/src/configure.ac 2015-12-14 20:34:18.000000000 +0100
@@ -1,5 +1,5 @@
 AC_PREREQ([2.67])
-AC_INIT([Octave-Forge symbolic package], [2.2.3])
+AC_INIT([Octave-Forge symbolic package], [2.2.4])
 
 ## Window users seem to often have their path misconfigured (issue #236)
 ## so we check if we really are running GNU sort


Reply via email to