Hello community,

here is the log from the commit of package adolc for openSUSE:Factory checked 
in at 2018-06-15 14:35:22
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/adolc (Old)
 and      /work/SRC/openSUSE:Factory/.adolc.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "adolc"

Fri Jun 15 14:35:22 2018 rev:27 rq:615999 version:2.6.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/adolc/adolc.changes      2017-02-11 
01:31:49.672223163 +0100
+++ /work/SRC/openSUSE:Factory/.adolc.new/adolc.changes 2018-06-15 
14:35:24.456193535 +0200
@@ -1,0 +2,16 @@
+Mon Jun 11 11:00:31 UTC 2018 - [email protected]
+
+- Install license using %license
+- Install documentation using %doc instead of manually
+- Cleanup long description by only having one verbose copy in long
+  description
+- spec file cleanup
+
+-------------------------------------------------------------------
+Sun Jun 10 07:59:00 UTC 2018 - [email protected]
+
+- Update to version 2.6.3:
+  * Fix bug in memory deallocation in taylor.c.
+  * Reduced interface directional active gradient.
+
+-------------------------------------------------------------------

Old:
----
  ADOL-C-2.6.2.tgz

New:
----
  ADOL-C-2.6.3.tgz

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

Other differences:
------------------
++++++ adolc.spec ++++++
--- /var/tmp/diff_new_pack.f9bU2F/_old  2018-06-15 14:35:26.060134867 +0200
+++ /var/tmp/diff_new_pack.f9bU2F/_new  2018-06-15 14:35:26.060134867 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package adolc
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,10 +18,10 @@
 
 %define lname  libadolc2
 Name:           adolc
-Version:        2.6.2
+Version:        2.6.3
 Release:        0
 Summary:        Algorithmic Differentiation Library for C/C++
-License:        GPL-2.0+ or EPL-1.0
+License:        GPL-2.0-or-later OR EPL-1.0
 Group:          Development/Libraries/C and C++
 Url:            http://projects.coin-or.org/ADOL-C
 Source0:        
http://www.coin-or.org/download/source/ADOL-C/ADOL-C-%{version}.tgz
@@ -36,7 +36,6 @@
 BuildRequires:  gcc-c++
 BuildRequires:  libstdc++-devel
 BuildRequires:  pkg-config
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
 The package ADOL-C (Automatic Differentiation by OverLoading in C++)
@@ -55,14 +54,8 @@
 
 %description -n %{lname}
 The package ADOL-C (Automatic Differentiation by OverLoading in C++)
-facilitates the evaluation of first and higher derivatives of vector
-functions that are defined by computer programs written in C or
-C++. The resulting derivative evaluation routines may be called from
-C/C++, Fortran, or any other language that can be linked with C.
 
-The numerical values of derivative vectors are obtained free of
-truncation errors at a small multiple of the run time and randomly
-accessed memory of the given function evaluation program.
+This package contains the runtime library for ADOL-C
 
 %package devel
 Summary:        Algorithmic Differentiation Library for C/C++ -- development 
files
@@ -71,21 +64,13 @@
 
 %description devel
 The package ADOL-C (Automatic Differentiation by OverLoading in C++)
-facilitates the evaluation of first and higher derivatives of vector
-functions that are defined by computer programs written in C or
-C++. The resulting derivative evaluation routines may be called from
-C/C++, Fortran, or any other language that can be linked with C.
-
-The numerical values of derivative vectors are obtained free of
-truncation errors at a small multiple of the run time and randomly
-accessed memory of the given function evaluation program.
 
-This package provides the development environment for adolc
+This package provides the development environment for ADOL-C
 
 %package doc
 Summary:        Algorithmic Differentiation Library for C/C++ -- documentation
 Group:          Documentation/Other
-%if 0%{?suse_version} && 0%{?suse_version} >= 1120
+%if 0%{?suse_version}
 BuildArch:      noarch
 %endif
 
@@ -100,7 +85,8 @@
 truncation errors at a small multiple of the run time and randomly
 accessed memory of the given function evaluation program.
 
-This package provides the user“s manual for adolc
+This package provides the user's manual for ADOL-C
+
 
 %prep
 %setup -q -n ADOL-C-%{version}
@@ -116,10 +102,6 @@
 
 %install
 make DESTDIR=%{buildroot} install %{?_smp_mflags}
-install -d %{buildroot}%{_docdir}/%{name}
-install -m 644 README AUTHORS BUGS LICENSE TODO %{buildroot}%{_docdir}/%{name}
-install -m 644 ADOL-C/doc/adolc-manual.pdf %{buildroot}%{_docdir}/%{name}
-install -m 644 ADOL-C/doc/short_ref.pdf %{buildroot}%{_docdir}/%{name}
 find %{buildroot} -type f -name "*.la" -delete -print
 find %{buildroot} -type f -name "*.a" -delete;
 
@@ -128,11 +110,10 @@
 %postun -n %{lname} -p /sbin/ldconfig
 
 %files -n %{lname}
-%defattr(-,root,root)
+%license LICENSE
 %{_libdir}/libadolc.so.*
 
 %files devel
-%defattr(-,root,root)
 %dir %{_includedir}/adolc
 %dir %{_includedir}/adolc/drivers
 %dir %{_includedir}/adolc/internal
@@ -149,8 +130,9 @@
 %{_libdir}/pkgconfig/adolc.pc
 
 %files doc
-%defattr(-,root,root)
-%dir %{_docdir}/%{name}
-%{_docdir}/%{name}/*
+%doc README AUTHORS BUGS TODO
+%doc ADOL-C/doc/adolc-manual.pdf
+%doc ADOL-C/doc/short_ref.pdf
+%license LICENSE
 
 %changelog

++++++ ADOL-C-2.6.2.tgz -> ADOL-C-2.6.3.tgz ++++++
Binary files old/ADOL-C-2.6.2/ADOL-C/doc/adolc-manual.pdf and 
new/ADOL-C-2.6.3/ADOL-C/doc/adolc-manual.pdf differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ADOL-C-2.6.2/ADOL-C/doc/adolc-manual.ps 
new/ADOL-C-2.6.3/ADOL-C/doc/adolc-manual.ps
--- old/ADOL-C-2.6.2/ADOL-C/doc/adolc-manual.ps 2016-08-31 14:49:35.000000000 
+0200
+++ new/ADOL-C-2.6.3/ADOL-C/doc/adolc-manual.ps 2017-01-17 09:27:18.000000000 
+0100
@@ -1,7 +1,7 @@
 %!PS-Adobe-2.0
 %%Creator: dvips(k) 5.993 Copyright 2013 Radical Eye Software
 %%Title: adolc-manual.dvi
-%%CreationDate: Wed Aug 31 14:46:54 2016
+%%CreationDate: Tue Jan 17 09:16:50 2017
 %%Pages: 85
 %%PageOrder: Ascend
 %%BoundingBox: 0 0 612 792
@@ -13,7 +13,7 @@
 %DVIPSWebPage: (www.radicaleye.com)
 %DVIPSCommandLine: dvips adolc-manual.dvi
 %DVIPSParameters: dpi=600
-%DVIPSSource:  TeX output 2016.08.31:1446
+%DVIPSSource:  TeX output 2017.01.17:0916
 %%BeginProcSet: tex.pro 0 0
 %!
 /TeXDict 300 dict def TeXDict begin/N{def}def/B{bind def}N/S{exch}N/X{S
@@ -10971,8 +10971,8 @@
 1]BorderArrayPatch/Color [1 0 0] H.B /ANN pdfmark end
  2293 606 a 853 839 a FC(A)39 b(P)m(ac)m(k)-7 b(age)37
 b(for)h(the)g(Automatic)e(Di\013eren)m(tiation)1129 1012
-y(of)i(Algorithms)e(W)-10 b(ritten)38 b(in)g(C/C++)1333
-1245 y FB(V)-9 b(ersion)37 b(2.6.2,)h(August)f(2016)1160
+y(of)i(Algorithms)e(W)-10 b(ritten)38 b(in)g(C/C++)1312
+1245 y FB(V)-9 b(ersion)38 b(2.6.3,)g(Jan)m(uary)g(2017)1160
 1457 y FA(Andrea)30 b(W)-8 b(alther)1799 1457 y
 SDict begin H.S end
  1799
@@ -20787,7 +20787,7 @@
 Black Black 1223 4976 a Ft(configure)46 b(-)h(make)g(-)g(make)g
 (install)28 b FA(.)191 5217 y(Executing)f(this)g(three)g(steps)g(from)g
 (the)g(pac)m(k)-5 b(age)28 b(base)f(directory)h Ft
-(</SOMEPATH/adolc-2.6.2>)20 b FA(will)191 5330 y(compile)36
+(</SOMEPATH/adolc-2.6.3>)20 b FA(will)191 5330 y(compile)36
 b(the)g(static)h(and)e(the)h(dynamic)f(ADOL-C)h(library)f(with)h
 (default)f(options)h(and)f(install)i(the)p Black Black
 eop end
@@ -20941,9 +20941,9 @@
  2210 827 a 29
 w FA(also)e(pro)m(vides)g(the)g Ft(Makefile)p FA(s)d(to)k(compile)191
 940 y(the)43 b(example)g(programs)f(in)h(the)f(directories)i
-Ft(<adolc-2.6.2>/ADOL-C/exam)o(ple)o(s)37 b FA(and)42
+Ft(<adolc-2.6.3>/ADOL-C/exam)o(ple)o(s)37 b FA(and)42
 b(the)h(ad-)191 1053 y(ditional)32 b(examples)f(in)g
-Ft(<adolc-2.6.2>/ADOL-C/ex)o(ampl)o(es/a)o(ddi)o(tion)o(al_e)o(xam)o
+Ft(<adolc-2.6.3>/ADOL-C/ex)o(ampl)o(es/a)o(ddi)o(tion)o(al_e)o(xam)o
 (ples)o FA(.)36 b(Ho)m(w)m(ev)m(er,)191 1166 y(one)42
 b(has)f(to)h(execute)g(the)g Ft(configure)c FA(command)j(with)g
 (appropriate)h(options)f(for)g(the)h(ADOL-C)191 1279
@@ -21459,7 +21459,7 @@
 b(Example)46 b(Co)t(des)191 3209 y FA(The)29 b(follo)m(wing)i(listings)
 g(are)f(all)g(simpli\014ed)f(v)m(ersions)h(of)g(co)s(des)g(that)g(are)g
 (con)m(tained)h(in)e(the)h(example)191 3322 y(sub)s(directory)23
-b Ft(<adolc-2.6.2>/ADOL-C/exam)o(ple)o(s)18 b FA(of)25
+b Ft(<adolc-2.6.3>/ADOL-C/exam)o(ple)o(s)18 b FA(of)25
 b(ADOL-C.)g(In)e(particular,)j(w)m(e)f(ha)m(v)m(e)g(left)g(out)191
 3435 y(timings,)31 b(whic)m(h)f(are)h(included)e(in)i(the)f(complete)i
 (co)s(des.)191 3579 y
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ADOL-C-2.6.2/ADOL-C/doc/version.tex 
new/ADOL-C-2.6.3/ADOL-C/doc/version.tex
--- old/ADOL-C-2.6.2/ADOL-C/doc/version.tex     2016-08-31 14:49:35.000000000 
+0200
+++ new/ADOL-C-2.6.3/ADOL-C/doc/version.tex     2017-01-17 09:27:18.000000000 
+0100
@@ -1,3 +1,3 @@
 \newcommand{\packagename}{adolc}
-\newcommand{\packageversion}{2.6.2}
+\newcommand{\packageversion}{2.6.3}
 \newcommand{\packagetar}{\packagename-\packageversion}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/ADOL-C-2.6.2/ADOL-C/include/adolc/drivers/psdrivers.h 
new/ADOL-C-2.6.3/ADOL-C/include/adolc/drivers/psdrivers.h
--- old/ADOL-C-2.6.2/ADOL-C/include/adolc/drivers/psdrivers.h   2016-03-17 
15:43:26.000000000 +0100
+++ new/ADOL-C-2.6.3/ADOL-C/include/adolc/drivers/psdrivers.h   2017-01-17 
09:11:40.000000000 +0100
@@ -28,7 +28,7 @@
 /*--------------------------------------------------------------------------*/
 /*                                             directional_active_gradient_ */
 /*                                                                          */
-ADOLC_DLL_EXPORT fint 
directional_active_gradient_(fint,fint,double*,short*,double*,double*,double**,short*);
  
+ADOLC_DLL_EXPORT fint 
directional_active_gradient_(fint,fint,double*,double*,double*,double**,short*);
  
 /*--------------------------------------------------------------------------*/
 /*                                              directional_active_gradient */
 /*                                                                          */
@@ -36,10 +36,8 @@
                                 short tag,      /* trace identifier */
                                 int n,          /* number of independents */
                                 double* x,      /* value of independents */
-                                short *sigma_x, /* sigma of x */
                                 double* d,      /* direction */
                                 double* g,      /* directional active gradient 
*/
-                                double** grad_u, 
                                 short *sigma_g  /* sigma of g */
                                 );
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ADOL-C-2.6.2/ADOL-C/include/adolc/interfaces.h 
new/ADOL-C-2.6.3/ADOL-C/include/adolc/interfaces.h
--- old/ADOL-C-2.6.2/ADOL-C/include/adolc/interfaces.h  2016-03-17 
15:43:49.000000000 +0100
+++ new/ADOL-C-2.6.3/ADOL-C/include/adolc/interfaces.h  2017-01-17 
09:11:40.000000000 +0100
@@ -1,7 +1,7 @@
 /*----------------------------------------------------------------------------
  ADOL-C -- Automatic Differentiation by Overloading in C++
  File:     interfaces.h
- Revision: $Id: interfaces.h 684 2016-03-17 14:43:49Z kulshres $
+ Revision: $Id: interfaces.h 731 2017-01-17 08:11:40Z kulshres $
  Contents: Declaration of the standard interfaces to ADOL-C forward and
            reverse calls (C++, C and Fortran callable C functions).
  
@@ -439,7 +439,7 @@
 ADOLC_DLL_EXPORT short ext_firstsign(double,double,int,double*,double*);
 ADOLC_DLL_EXPORT short ext_firstsign2(double,int,double*,double*);
 ADOLC_DLL_EXPORT int fos_pl_forward(short,int,int,const 
double*,double*,double*,double*,double*,double*);
-ADOLC_DLL_EXPORT int fov_pl_forward(short,int,int,int,const 
double*,double**,double*,double**,double*,double**);
+ADOLC_DLL_EXPORT int fov_pl_forward(short,int,int,int,const 
double*,double**,double*,double**,double*,double**,short*);
 ADOLC_DLL_EXPORT int fos_pl_sig_forward(short,int,int,const 
double*,double*,int,short*,short*,double*,double*,double*,double*,short*);
 ADOLC_DLL_EXPORT int fov_pl_sig_forward(short,int,int,int,const 
double*,double**,int,short*,short*,double*,double**,double*,double**,short*);
 ADOLC_DLL_EXPORT int indopro_forward_absnormal(short,int,int,int,const 
double*,unsigned int**);
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ADOL-C-2.6.2/ADOL-C/src/drivers/psdrivers.c 
new/ADOL-C-2.6.3/ADOL-C/src/drivers/psdrivers.c
--- old/ADOL-C-2.6.2/ADOL-C/src/drivers/psdrivers.c     2016-08-31 
13:37:11.000000000 +0200
+++ new/ADOL-C-2.6.3/ADOL-C/src/drivers/psdrivers.c     2017-01-17 
09:11:40.000000000 +0100
@@ -61,11 +61,7 @@
   res=(double*)myalloc1(n+s);
 
   zos_pl_forward(tag,m,n,1,x,y,z);
-  printf("y =  %f ",y[0]);
-  printf(" z = ");
-  for(i=0;i<s;i++)
-    printf(" %f ",z[i]);
-  printf("\n");
+
   for(i=0;i<m+s;i++){
     int l = i - s;
     fos_pl_reverse(tag,m,n,s,i,res);
@@ -105,10 +101,8 @@
 int directional_active_gradient(short tag,      /* trace identifier */
                                 int n,          /* number of independents */
                                 double* x,      /* value of independents */
-                                short *sigma_x, /* sigma of x */
                                 double* d,      /* direction */
                                 double* g,      /* directional active gradient 
*/
-                                double** grad_u,     
                                 short *sigma_g  /* sigma of g */
                                 )
 {
@@ -147,23 +141,14 @@
 
   while((k<6) && (done == 0))
     {
-      fov_pl_sig_forward(tag,1,n,k,x,E,s,sigma_x,NULL,&y,grad,z,gradu,sigma_g);
+      fov_pl_forward(tag,1,n,k,x,E,&y,grad,z,gradu,sigma_g);
 
-      printf(" fov_pl_sig x: %f \n",y);
-      printf(" sigma_g \n");
       sum = 0;
       for(i=0;i<s;i++)
         {
-          printf(" %d ",sigma_g[i]);
-          printf("\n");
           sum += fabs(sigma_g[i]);
         }
 
-      fov_pl_forward(tag,1,n,k,x,E,&y,grad,z,gradu);
-
-      printf(" fov_pl x: %f \n",y);
-
-
        if (sum == s)
         {
 
@@ -191,4 +176,3 @@
 
   return 0;
 }
-END_C_DECLS
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ADOL-C-2.6.2/ADOL-C/src/uni5_for.c 
new/ADOL-C-2.6.3/ADOL-C/src/uni5_for.c
--- old/ADOL-C-2.6.2/ADOL-C/src/uni5_for.c      2016-08-31 13:37:52.000000000 
+0200
+++ new/ADOL-C-2.6.3/ADOL-C/src/uni5_for.c      2017-01-17 09:11:40.000000000 
+0100
@@ -4,7 +4,7 @@
  File:     uni5_for.c
 
 
- Revision: $Id: uni5_for.c 721 2016-08-31 11:37:52Z kulshres $
+ Revision: $Id: uni5_for.c 731 2017-01-17 08:11:40Z kulshres $
 
  Contents: Contains the routines :
            zos_forward (zero-order-scalar forward mode):      define _ZOS_
@@ -784,7 +784,8 @@
     double       *valuepoint,  /* Taylor coefficients (output) */
     double      **taylors,     /* matrix of coifficient vectors */
     double       *swargs,
-    double      **swtaylors)
+    double      **swtaylors,
+    short        *sigsw)
 /* the order of the indices in argument and taylors is [var][taylor] */
 #elif defined(_ABS_NORM_SIG_)
 int  fov_pl_sig_forward(
@@ -1092,6 +1093,10 @@
     locint *insz, *outsz;
 #endif
 
+#if defined(_ABS_NORM_)
+    short sig;
+#endif
+
 #ifdef ADOLC_AMPI_SUPPORT
     MPI_Op op;
     void *buf, *rbuf;
@@ -4391,7 +4396,10 @@
 #endif /* _NTIGHT_ */
 #else
 #ifdef _ABS_NORM_
-               y = FIRSTSIGN_P(dp_T0[arg],Targ);
+               sig = FIRSTSIGN_P(dp_T0[arg],Targ);
+#if defined(_FOV_)
+               sigsw[switchnum] = sig;
+#endif
                COPYTAYL_P(swtaylors[switchnum],Targ);
                FOR_0_LE_l_LT_p
                    TRES_INC = fabs(dp_T0[arg]+TARG_INC)-fabs(dp_T0[arg]);
@@ -6341,9 +6349,9 @@
 #endif
 #if defined(_ABS_NORM_) && defined(_FOV_)
 short firstsign(int p, double *u, double* du) {
-    int i=1;
+    int i=0;
     short tmp;
-    tmp=((*u+*du)>0.0)?1.0:(((*u+*du)<0.0)?-1.0:0.0);
+    tmp=((*u)>1e-12)?1.0:(((*u)<-1e-12)?-1.0:0.0);
     while(i<p && tmp==0.0) {
        tmp=(du[i]>0.0)?1.0:((du[i]<0.0)?-1.0:0.0);
        i++;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ADOL-C-2.6.2/MSVisualStudio/v14/nosparse/config.h 
new/ADOL-C-2.6.3/MSVisualStudio/v14/nosparse/config.h
--- old/ADOL-C-2.6.2/MSVisualStudio/v14/nosparse/config.h       2016-08-31 
14:49:35.000000000 +0200
+++ new/ADOL-C-2.6.3/MSVisualStudio/v14/nosparse/config.h       2017-01-17 
09:27:18.000000000 +0100
@@ -17,7 +17,7 @@
 /* #undef ADOLC_HARDDEBUG */
 
 /* ADOL-C Patchlevel */
-#define ADOLC_PATCHLEVEL 2
+#define ADOLC_PATCHLEVEL 3
 
 /* ADOL-C Subversion */
 #define ADOLC_SUBVERSION 6
@@ -149,7 +149,7 @@
 #define PACKAGE_NAME "adolc"
 
 /* Define to the full name and version of this package. */
-#define PACKAGE_STRING "adolc 2.6.2"
+#define PACKAGE_STRING "adolc 2.6.3"
 
 /* Define to the one symbol short name of this package. */
 #define PACKAGE_TARNAME "adolc"
@@ -158,7 +158,7 @@
 #define PACKAGE_URL ""
 
 /* Define to the version of this package. */
-#define PACKAGE_VERSION "2.6.2"
+#define PACKAGE_VERSION "2.6.3"
 
 /* The size of `void *', as computed by sizeof. */
 #define SIZEOF_VOID_P 4
@@ -176,7 +176,7 @@
 /* #undef TM_IN_SYS_TIME */
 
 /* Version number of package */
-#define VERSION "2.6.2"
+#define VERSION "2.6.3"
 
 /* Define to rpl_calloc if the replacement function should be used. */
 /* #define calloc rpl_calloc */
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ADOL-C-2.6.2/MSVisualStudio/v14/sparse/config.h 
new/ADOL-C-2.6.3/MSVisualStudio/v14/sparse/config.h
--- old/ADOL-C-2.6.2/MSVisualStudio/v14/sparse/config.h 2016-08-31 
14:49:35.000000000 +0200
+++ new/ADOL-C-2.6.3/MSVisualStudio/v14/sparse/config.h 2017-01-17 
09:27:18.000000000 +0100
@@ -17,7 +17,7 @@
 /* #undef ADOLC_HARDDEBUG */
 
 /* ADOL-C Patchlevel */
-#define ADOLC_PATCHLEVEL 2
+#define ADOLC_PATCHLEVEL 3
 
 /* ADOL-C Subversion */
 #define ADOLC_SUBVERSION 6
@@ -149,7 +149,7 @@
 #define PACKAGE_NAME "adolc"
 
 /* Define to the full name and version of this package. */
-#define PACKAGE_STRING "adolc 2.6.2"
+#define PACKAGE_STRING "adolc 2.6.3"
 
 /* Define to the one symbol short name of this package. */
 #define PACKAGE_TARNAME "adolc"
@@ -158,7 +158,7 @@
 #define PACKAGE_URL ""
 
 /* Define to the version of this package. */
-#define PACKAGE_VERSION "2.6.2"
+#define PACKAGE_VERSION "2.6.3"
 
 /* The size of `void *', as computed by sizeof. */
 #define SIZEOF_VOID_P 4
@@ -176,7 +176,7 @@
 /* #undef TM_IN_SYS_TIME */
 
 /* Version number of package */
-#define VERSION "2.6.2"
+#define VERSION "2.6.3"
 
 /* Define to rpl_calloc if the replacement function should be used. */
 /* #define calloc rpl_calloc */
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/ADOL-C-2.6.2/MSVisualStudio/v14/x64/nosparse/config.h 
new/ADOL-C-2.6.3/MSVisualStudio/v14/x64/nosparse/config.h
--- old/ADOL-C-2.6.2/MSVisualStudio/v14/x64/nosparse/config.h   2016-08-31 
14:49:35.000000000 +0200
+++ new/ADOL-C-2.6.3/MSVisualStudio/v14/x64/nosparse/config.h   2017-01-17 
09:27:18.000000000 +0100
@@ -17,7 +17,7 @@
 /* #undef ADOLC_HARDDEBUG */
 
 /* ADOL-C Patchlevel */
-#define ADOLC_PATCHLEVEL 2
+#define ADOLC_PATCHLEVEL 3
 
 /* ADOL-C Subversion */
 #define ADOLC_SUBVERSION 6
@@ -149,7 +149,7 @@
 #define PACKAGE_NAME "adolc"
 
 /* Define to the full name and version of this package. */
-#define PACKAGE_STRING "adolc 2.6.2"
+#define PACKAGE_STRING "adolc 2.6.3"
 
 /* Define to the one symbol short name of this package. */
 #define PACKAGE_TARNAME "adolc"
@@ -158,7 +158,7 @@
 #define PACKAGE_URL ""
 
 /* Define to the version of this package. */
-#define PACKAGE_VERSION "2.6.2"
+#define PACKAGE_VERSION "2.6.3"
 
 /* The size of `void *', as computed by sizeof. */
 #define SIZEOF_VOID_P 8
@@ -176,7 +176,7 @@
 /* #undef TM_IN_SYS_TIME */
 
 /* Version number of package */
-#define VERSION "2.6.2"
+#define VERSION "2.6.3"
 
 /* Define to rpl_calloc if the replacement function should be used. */
 /* #define calloc rpl_calloc */
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ADOL-C-2.6.2/MSVisualStudio/v14/x64/sparse/config.h 
new/ADOL-C-2.6.3/MSVisualStudio/v14/x64/sparse/config.h
--- old/ADOL-C-2.6.2/MSVisualStudio/v14/x64/sparse/config.h     2016-08-31 
14:49:35.000000000 +0200
+++ new/ADOL-C-2.6.3/MSVisualStudio/v14/x64/sparse/config.h     2017-01-17 
09:27:18.000000000 +0100
@@ -17,7 +17,7 @@
 /* #undef ADOLC_HARDDEBUG */
 
 /* ADOL-C Patchlevel */
-#define ADOLC_PATCHLEVEL 2
+#define ADOLC_PATCHLEVEL 3
 
 /* ADOL-C Subversion */
 #define ADOLC_SUBVERSION 6
@@ -149,7 +149,7 @@
 #define PACKAGE_NAME "adolc"
 
 /* Define to the full name and version of this package. */
-#define PACKAGE_STRING "adolc 2.6.2"
+#define PACKAGE_STRING "adolc 2.6.3"
 
 /* Define to the one symbol short name of this package. */
 #define PACKAGE_TARNAME "adolc"
@@ -158,7 +158,7 @@
 #define PACKAGE_URL ""
 
 /* Define to the version of this package. */
-#define PACKAGE_VERSION "2.6.2"
+#define PACKAGE_VERSION "2.6.3"
 
 /* The size of `void *', as computed by sizeof. */
 #define SIZEOF_VOID_P 8
@@ -176,7 +176,7 @@
 /* #undef TM_IN_SYS_TIME */
 
 /* Version number of package */
-#define VERSION "2.6.2"
+#define VERSION "2.6.3"
 
 /* Define to rpl_calloc if the replacement function should be used. */
 /* #define calloc rpl_calloc */
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ADOL-C-2.6.2/aclocal.m4 new/ADOL-C-2.6.3/aclocal.m4
--- old/ADOL-C-2.6.2/aclocal.m4 2016-08-31 14:49:35.000000000 +0200
+++ new/ADOL-C-2.6.3/aclocal.m4 2017-01-17 09:11:22.000000000 +0100
@@ -103,10 +103,9 @@
 # configured tree to be moved without reconfiguration.
 
 AC_DEFUN([AM_AUX_DIR_EXPAND],
-[dnl Rely on autoconf to set up CDPATH properly.
-AC_PREREQ([2.50])dnl
-# expand $ac_aux_dir to an absolute path
-am_aux_dir=`cd $ac_aux_dir && pwd`
+[AC_REQUIRE([AC_CONFIG_AUX_DIR_DEFAULT])dnl
+# Expand $ac_aux_dir to an absolute path.
+am_aux_dir=`cd "$ac_aux_dir" && pwd`
 ])
 
 # AM_CONDITIONAL                                            -*- Autoconf -*-
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ADOL-C-2.6.2/adolc.spec new/ADOL-C-2.6.3/adolc.spec
--- old/ADOL-C-2.6.2/adolc.spec 2016-08-31 14:49:35.000000000 +0200
+++ new/ADOL-C-2.6.3/adolc.spec 2017-01-17 09:27:18.000000000 +0100
@@ -1,11 +1,11 @@
-# spec file for package adolc (Version 2.6.2)
+# spec file for package adolc (Version 2.6.3)
 
 # norootforbuild
 
-%define packver 2.6.2
+%define packver 2.6.3
 
 Name:           adolc
-Version:        2.6.2
+Version:        2.6.3
 Release:        0.1
 License:        GPLv2 or CPL
 Summary:        Algorithmic Differentiation Library for C/C++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ADOL-C-2.6.2/configure new/ADOL-C-2.6.3/configure
--- old/ADOL-C-2.6.2/configure  2016-08-31 14:49:35.000000000 +0200
+++ new/ADOL-C-2.6.3/configure  2017-01-17 09:27:18.000000000 +0100
@@ -1,7 +1,7 @@
 #! /bin/sh
 # From configure.ac Revision.
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for adolc 2.6.2.
+# Generated by GNU Autoconf 2.69 for adolc 2.6.3.
 #
 # Report bugs to <[email protected]>.
 #
@@ -591,8 +591,8 @@
 # Identity of this package.
 PACKAGE_NAME='adolc'
 PACKAGE_TARNAME='adolc'
-PACKAGE_VERSION='2.6.2'
-PACKAGE_STRING='adolc 2.6.2'
+PACKAGE_VERSION='2.6.3'
+PACKAGE_STRING='adolc 2.6.3'
 PACKAGE_BUGREPORT='[email protected]'
 PACKAGE_URL=''
 
@@ -1388,7 +1388,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 adolc 2.6.2 to adapt to many kinds of systems.
+\`configure' configures adolc 2.6.3 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1458,7 +1458,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
-     short | recursive ) echo "Configuration of adolc 2.6.2:";;
+     short | recursive ) echo "Configuration of adolc 2.6.3:";;
    esac
   cat <<\_ACEOF
 
@@ -1642,7 +1642,7 @@
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-adolc configure 2.6.2
+adolc configure 2.6.3
 generated by GNU Autoconf 2.69
 
 Copyright (C) 2012 Free Software Foundation, Inc.
@@ -2460,7 +2460,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by adolc $as_me 2.6.2, which was
+It was created by adolc $as_me 2.6.3, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   $ $0 $@
@@ -3016,8 +3016,8 @@
 ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
 program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
 
-# expand $ac_aux_dir to an absolute path
-am_aux_dir=`cd $ac_aux_dir && pwd`
+# Expand $ac_aux_dir to an absolute path.
+am_aux_dir=`cd "$ac_aux_dir" && pwd`
 
 if test x"${MISSING+set}" != xset; then
   case $am_aux_dir in
@@ -3330,7 +3330,7 @@
 
 # Define the identity of the package.
  PACKAGE='adolc'
- VERSION='2.6.2'
+ VERSION='2.6.3'
 
 
 cat >>confdefs.h <<_ACEOF
@@ -17068,11 +17068,11 @@
 $as_echo "#define ADOLC_SUBVERSION 6" >>confdefs.h
 
 
-$as_echo "#define ADOLC_PATCHLEVEL 2" >>confdefs.h
+$as_echo "#define ADOLC_PATCHLEVEL 3" >>confdefs.h
 
 ADOLC_VERSION=2
 ADOLC_SUBVERSION=6
-ADOLC_PATCHLEVEL=2
+ADOLC_PATCHLEVEL=3
 
 
 
@@ -19055,7 +19055,7 @@
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log="
-This file was extended by adolc $as_me 2.6.2, which was
+This file was extended by adolc $as_me 2.6.3, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
@@ -19121,7 +19121,7 @@
 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; 
s/[\\""\`\$]/\\\\&/g'`"
 ac_cs_version="\\
-adolc config.status 2.6.2
+adolc config.status 2.6.3
 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/ADOL-C-2.6.2/configure.ac 
new/ADOL-C-2.6.3/configure.ac
--- old/ADOL-C-2.6.2/configure.ac       2016-08-31 14:49:35.000000000 +0200
+++ new/ADOL-C-2.6.3/configure.ac       2017-01-17 09:27:18.000000000 +0100
@@ -1,6 +1,6 @@
 ##############################################################################
 # configure.ac -- Process this file with autoconf to produce configure
-# Revision: $Id: configure.ac 725 2016-08-31 12:49:35Z kulshres $
+# Revision: $Id: configure.ac 732 2017-01-17 08:27:18Z kulshres $
 #
 # Copyright (C) Andrea Walther, Andreas Kowarz
 #               
@@ -9,14 +9,14 @@
 ##############################################################################
 define([ADOLC_VER], [2])
 define([ADOLC_SUB], [6])
-define([ADOLC_LVL], [2])
+define([ADOLC_LVL], [3])
 
 AC_PREREQ(2.67)
 AC_INIT(adolc,
         ADOLC_VER.ADOLC_SUB.ADOLC_LVL,
         [[email protected]])
 config_flags="$*"
-AC_REVISION($Revision: 725 $)
+AC_REVISION($Revision: 732 $)
 AC_CONFIG_SRCDIR([ADOL-C/src/adouble.cpp])
 AC_CONFIG_AUX_DIR([autoconf])
 AC_CONFIG_MACRO_DIR([autoconf])


Reply via email to