Hello community, here is the log from the commit of package adolc for openSUSE:Factory checked in at Tue Apr 19 13:03:39 CEST 2011.
-------- --- adolc/adolc.changes 2010-11-11 13:49:53.000000000 +0100 +++ /mounts/work_src_done/STABLE/adolc/adolc.changes 2011-04-12 13:38:50.000000000 +0200 @@ -1,0 +2,8 @@ +Tue Apr 12 11:36:09 UTC 2011 - [email protected] + +- update to upstream release 2.2.0 + * numerous bugfixes + * memory leak fixes + * new revamped internal memory manager + +------------------------------------------------------------------- calling whatdependson for head-i586 Old: ---- ColPack.tar.gz adolc-2.1.12.tar.bz2 New: ---- ColPack-1.0.3.tar.bz2 adolc-2.2.0.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ adolc.spec ++++++ --- /var/tmp/diff_new_pack.jWiQGm/_old 2011-04-19 12:59:50.000000000 +0200 +++ /var/tmp/diff_new_pack.jWiQGm/_new 2011-04-19 12:59:50.000000000 +0200 @@ -1,7 +1,7 @@ # -# spec file for package adolc (Version 2.1.12) +# spec file for package adolc # -# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2011 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 @@ -17,18 +17,20 @@ # norootforbuild -%define packver 2.1.12 +%define packver 2.2.0 Name: adolc -Version: 2.1.12 +Version: 2.2.0 Release: 1 License: GPLv2 or CPL Summary: Algorithmic Differentiation Library for C/C++ Url: http://projects.coin-or.org/ADOL-C Group: Development/Languages/C and C++ Source: %{name}-%{packver}.tar.bz2 -Source1: ColPack.tar.gz +Source1: ColPack-1.0.3.tar.bz2 +BuildRequires: autoconf automake libtool BuildRequires: gcc-c++ libstdc++-devel +BuildRequires: texlive texlive-latex BuildRoot: %{_tmppath}/%{name}-%{version}-build AutoReqProv: on @@ -108,11 +110,15 @@ %build pushd ThirdParty/ColPack -make %{_smp_mflags} +make %{_smp_mflags} EXTRA_FLAGS="$RPM_OPT_FLAGS" CXXFLAGS+="$RPM_OPT_FLAGS" popd autoreconf -v --install --force %configure --prefix=/usr make %{_smp_mflags} +pushd ADOL-C/doc +for ((i=0; i < 3; i++)); do + pdflatex adolc-manual.tex &>/dev/null +done %install %makeinstall ++++++ adolc-2.1.12.tar.bz2 -> adolc-2.2.0.tar.bz2 ++++++ adolc/adolc-2.1.12.tar.bz2 /mounts/work_src_done/STABLE/adolc/adolc-2.2.0.tar.bz2 differ: char 11, line 1 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
