Hello community, here is the log from the commit of package tachyon for openSUSE:Factory checked in at 2014-02-05 16:35:15 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/tachyon (Old) and /work/SRC/openSUSE:Factory/.tachyon.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "tachyon" Changes: -------- --- /work/SRC/openSUSE:Factory/tachyon/tachyon.changes 2012-12-19 21:03:54.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.tachyon.new/tachyon.changes 2014-02-05 16:35:17.000000000 +0100 @@ -1,0 +2,10 @@ +Wed Feb 5 01:23:51 UTC 2014 - [email protected] + +- Update to new upstream release 0.99~b6 +* a new barrier synchronization mechanism was implemented for + synchronizing the pool of worker threads on each node prior to + sending/receiving the image buffer via MPI. +* Added support for atomic integer ops for improved performance + when mixing threads and distributed memory message passing. + +------------------------------------------------------------------- Old: ---- tachyon-0.99b2.tar.xz New: ---- tachyon-0.99b6.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ tachyon.spec ++++++ --- /var/tmp/diff_new_pack.dXf2lu/_old 2014-02-05 16:35:18.000000000 +0100 +++ /var/tmp/diff_new_pack.dXf2lu/_new 2014-02-05 16:35:18.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package tachyon # -# Copyright (c) 2012 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 @@ -17,22 +17,21 @@ Name: tachyon -%define lname libtachyon-0_99 -Version: 0.99_b2 +%define lname libtachyon-0_99b6 +Version: 0.99~b6 Release: 0 Summary: Parallel ray tracing system License: BSD-3-Clause Group: Productivity/Graphics/Visualization/Raytracers Url: http://jedi.ks.uiuc.edu/~johns/raytracer/ -Source: %name-0.99b2.tar.xz +Source: http://jedi.ks.uiuc.edu/~johns/raytracer/files/0.99b6/tachyon-0.99b6.tar.gz Patch1: tachyon-automake.diff BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: autoconf BuildRequires: automake >= 1.10 BuildRequires: libjpeg-devel BuildRequires: libtool >= 2 -BuildRequires: xz %if 0%{?sles_version} BuildRequires: Mesa-devel BuildRequires: libpng-devel ++++++ tachyon-automake.diff ++++++ --- /var/tmp/diff_new_pack.dXf2lu/_old 2014-02-05 16:35:18.000000000 +0100 +++ /var/tmp/diff_new_pack.dXf2lu/_new 2014-02-05 16:35:18.000000000 +0100 @@ -23,7 +23,7 @@ --- /dev/null +++ tachyon/configure.ac @@ -0,0 +1,17 @@ -+AC_INIT([tachyon], [0.99]) ++AC_INIT([tachyon], [0.99b6]) +AC_CONFIG_AUX_DIR([build-aux]) +AM_INIT_AUTOMAKE([-Wall foreign]) +AC_PROG_INSTALL -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
