Hello community, here is the log from the commit of package adolc for openSUSE:Factory checked in at Thu Oct 6 17:21:02 CEST 2011.
-------- --- openSUSE:Factory/adolc/adolc.changes 2011-10-06 14:58:05.000000000 +0200 +++ /mounts/work_src_done/STABLE/adolc/adolc.changes 2011-10-06 13:00:01.000000000 +0200 @@ -1,0 +2,6 @@ +Thu Oct 6 10:59:00 UTC 2011 - [email protected] + +- update Colpack to new version 1.0.4 + * some memory allocation bugfixes + +------------------------------------------------------------------- calling whatdependson for head-i586 Old: ---- ColPack-1.0.3.tar.bz2 New: ---- ColPack-1.0.4.tar.bz2 correct-no-return-in-non-void.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ adolc.spec ++++++ --- /var/tmp/diff_new_pack.PMB0rH/_old 2011-10-06 17:20:58.000000000 +0200 +++ /var/tmp/diff_new_pack.PMB0rH/_new 2011-10-06 17:20:58.000000000 +0200 @@ -27,8 +27,9 @@ Url: http://projects.coin-or.org/ADOL-C Group: Development/Languages/C and C++ Source: %{name}-%{packver}.tar.bz2 -Source1: ColPack-1.0.3.tar.bz2 +Source1: ColPack-1.0.4.tar.bz2 Source2: baselibs.conf +Patch1: correct-no-return-in-non-void.patch BuildRequires: autoconf automake libtool BuildRequires: gcc-c++ libstdc++-devel # BuildRequires: texlive texlive-latex @@ -106,6 +107,9 @@ pushd ThirdParty mv %{_builddir}/ColPack/* ColPack/ rm -rf %{_builddir}/ColPack +pushd ColPack +%patch1 -p1 +popd popd %build @@ -127,7 +131,7 @@ %install %makeinstall install -d %{buildroot}%{_datadir}/doc/packages/%{name} -install -m 644 README AUTHORS BUGS LICENSE INSTALL TODO %{buildroot}%{_datadir}/doc/packages/%{name} +install -m 644 README AUTHORS BUGS LICENSE TODO %{buildroot}%{_datadir}/doc/packages/%{name} install -m 644 ADOL-C/doc/adolc-manual.pdf %{buildroot}%{_datadir}/doc/packages/%{name} install -m 644 ADOL-C/doc/short_ref.pdf %{buildroot}%{_datadir}/doc/packages/%{name} find "%buildroot" -type f -name "*.la" -delete; ++++++ ColPack-1.0.3.tar.bz2 -> ColPack-1.0.4.tar.bz2 ++++++ ++++ 13664 lines of diff (skipped) ++++++ correct-no-return-in-non-void.patch ++++++ diff --git a/BipartiteGraphPartialColoring/BipartiteGraphPartialColoring.cpp b/BipartiteGraphPartialColoring/BipartiteGraphPartialColoring.cpp index 81e3c81..8a8f762 100755 --- a/BipartiteGraphPartialColoring/BipartiteGraphPartialColoring.cpp +++ b/BipartiteGraphPartialColoring/BipartiteGraphPartialColoring.cpp @@ -564,6 +564,7 @@ namespace ColPack } + return ( _TRUE ); } //Public Function 2456 diff --git a/BipartiteGraphPartialColoring/BipartiteGraphPartialOrdering.cpp b/BipartiteGraphPartialColoring/BipartiteGraphPartialOrdering.cpp index f6adb58..b90f5b6 100644 --- a/BipartiteGraphPartialColoring/BipartiteGraphPartialOrdering.cpp +++ b/BipartiteGraphPartialColoring/BipartiteGraphPartialOrdering.cpp @@ -537,6 +537,7 @@ namespace ColPack } } cout<<"OUT ROW_SMALLEST_LAST_OMP()"<<endl<<flush; + return(_TRUE); } //Public Function 2359 @@ -926,6 +927,7 @@ namespace ColPack } } cout<<"OUT COLUMN_SMALLEST_LAST_OMP()"<<endl<<flush; + return(_TRUE); } diff --git a/Utilities/extra.cpp b/Utilities/extra.cpp index 3228b08..078b6a5 100755 --- a/Utilities/extra.cpp +++ b/Utilities/extra.cpp @@ -262,6 +262,7 @@ int displayGraph(ColPack::GraphColoring &g) { //command="xdot -f fdp "; command = command + fileName; system(command.c_str()); + return(_TRUE); } int buildDotWithoutColor(ColPack::GraphColoring &g, vector<string> &ListOfColors, string fileName) { continue with "q"... Remember to have fun... -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
