Hello community,

here is the log from the commit of package adolc for openSUSE:Factory checked 
in at 2014-02-26 06:57:15
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/adolc (Old)
 and      /work/SRC/openSUSE:Factory/.adolc.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "adolc"

Changes:
--------
--- /work/SRC/openSUSE:Factory/adolc/adolc.changes      2013-03-21 
22:01:35.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.adolc.new/adolc.changes 2014-02-26 
06:57:16.000000000 +0100
@@ -1,0 +2,20 @@
+Tue Feb 25 11:44:46 UTC 2014 - [email protected]
+
+- Update to upstream version 2.5.0
+  * An overhaul of the internal memory management to make it
+    more efficient
+  * Support for the AdjoinableMPI API (thanks to Jean Utke)
+  * Overhaul of the external functions interface (thanks to Jean Utke)
+  * Support for piecewise linearizations of piecewise smooth functions
+  * Support for pkg-config (thanks to Oliver Sander)
+  * Computations on the NVIDIA-GPU in forward mode using CUDA
+  * Overhaul of the traceless forward mode.
+  * Support for sparsity in traceless forward mode.
+  * Fixes in higher order tensor propagation
+  * Fix a function name conflict
+       address() -> tensor_address()
+  * Various other small misceleneous fixes
+- Patch added
+  * no-return-in-non-void-adouble_tl_cpp.patch 
+
+-------------------------------------------------------------------

Old:
----
  adolc-2.4.1.tar.bz2

New:
----
  adolc-2.5.0.tar.bz2
  no-return-in-non-void-adouble_tl_cpp.patch

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

Other differences:
------------------
++++++ adolc.spec ++++++
--- /var/tmp/diff_new_pack.dMgit9/_old  2014-02-26 06:57:17.000000000 +0100
+++ /var/tmp/diff_new_pack.dMgit9/_new  2014-02-26 06:57:17.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package adolc
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,25 +16,24 @@
 #
 
 
-%define packver 2.4.1
-%define packname ADOL-C
-
 Name:           adolc
 %define lname  libadolc1
-Version:        2.4.1
+Version:        2.5.0
 Release:        0
 Summary:        Algorithmic Differentiation Library for C/C++
 License:        GPL-2.0+ or EPL-1.0
 Group:          Development/Libraries/C and C++
 Url:            http://projects.coin-or.org/ADOL-C
-Source:         %{name}-%{packver}.tar.bz2
+Source:         %{name}-%{version}.tar.bz2
 Source1:        baselibs.conf
+Patch1:         no-return-in-non-void-adouble_tl_cpp.patch
 BuildRequires:  ColPack-devel
 BuildRequires:  autoconf
 BuildRequires:  automake
 BuildRequires:  gcc-c++
 BuildRequires:  libstdc++-devel
 BuildRequires:  libtool
+BuildRequires:  pkg-config
 # BuildRequires:  texlive texlive-latex
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
@@ -103,7 +102,8 @@
 This package provides the user“s manual for adolc
 
 %prep
-%setup -q -n %{packname}-%{packver}
+%setup -q -n %{name}-%{version}
+%patch1 -p1
 
 %build
 %if 0%{?suse_version} && %{suse_version} > 1110
@@ -144,6 +144,7 @@
 %{_includedir}/adolc/sparse/*.h
 %{_includedir}/adolc/tapedoc/*.h
 %{_libdir}/libadolc.so
+%{_libdir}/pkgconfig/adolc.pc
 
 %files doc
 %defattr(-,root,root)

++++++ adolc-2.4.1.tar.bz2 -> adolc-2.5.0.tar.bz2 ++++++
++++ 66667 lines of diff (skipped)

++++++ no-return-in-non-void-adouble_tl_cpp.patch ++++++
diff --git a/ADOL-C/src/adouble_tl.cpp b/ADOL-C/src/adouble_tl.cpp
index d72c538..9deaec7 100644
--- a/ADOL-C/src/adouble_tl.cpp
+++ b/ADOL-C/src/adouble_tl.cpp
@@ -72,6 +72,7 @@ istream& operator >> ( istream& in, adouble& a) {
        while (c!=')' && !in.eof());
        return in;
     }
+    return in;
 }
 
 /**************** ADOLC_TRACELESS_SPARSE_PATTERN ****************************/
-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to