commit tachyon for openSUSE:Factory

2018-02-09 Thread root
Hello community,

here is the log from the commit of package tachyon for openSUSE:Factory checked 
in at 2018-02-09 15:51:26

Comparing /work/SRC/openSUSE:Factory/tachyon (Old)
 and  /work/SRC/openSUSE:Factory/.tachyon.new (New)


Package is "tachyon"

Fri Feb  9 15:51:26 2018 rev:7 rq:574286 version:0.99~b6

Changes:

--- /work/SRC/openSUSE:Factory/tachyon/tachyon.changes  2014-02-05 
16:35:17.0 +0100
+++ /work/SRC/openSUSE:Factory/.tachyon.new/tachyon.changes 2018-02-09 
15:51:27.378965307 +0100
@@ -1,0 +2,5 @@
+Thu Feb  8 14:50:50 UTC 2018 - jeng...@inai.de
+
+- Remove old SLES BuildRequires.
+
+---



Other differences:
--
++ tachyon.spec ++
--- /var/tmp/diff_new_pack.SFepQU/_old  2018-02-09 15:51:28.630920342 +0100
+++ /var/tmp/diff_new_pack.SFepQU/_new  2018-02-09 15:51:28.630920342 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package tachyon
 #
-# Copyright (c) 2014 SUSE LINUX Products 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
@@ -32,15 +32,9 @@
 BuildRequires:  automake >= 1.10
 BuildRequires:  libjpeg-devel
 BuildRequires:  libtool >= 2
-%if 0%{?sles_version}
-BuildRequires:  Mesa-devel
-BuildRequires:  libpng-devel
-BuildRequires:  xorg-x11-devel
-%else
 BuildRequires:  pkgconfig(gl)
 BuildRequires:  pkgconfig(libpng)
 BuildRequires:  pkgconfig(x11)
-%endif
 
 %description
 A high performance parallel ray tracing system supporting MPI and
@@ -92,18 +86,18 @@
 %patch -P 1 -p1
 
 %build
-autoreconf -fi;
+autoreconf -fi
 %configure --disable-static
-make %{?_smp_mflags};
+make %{?_smp_mflags}
 
 %install
-b="%buildroot";
-mkdir -p "$b/%_includedir/tachyon";
+b="%buildroot"
+mkdir -p "$b/%_includedir/tachyon"
 for i in tachyon.h tachyon_dep.h hash.h macros.h render.h quadric.h texture.h 
light.h util.h; do
-   install -pm 0644 "src/$i" "$b/%_includedir/tachyon/$i";
-done;
-make install DESTDIR="$b";
-rm -f "$b/%_libdir"/*.la;
+   install -pm 0644 "src/$i" "$b/%_includedir/tachyon/$i"
+done
+%make_install
+rm -f "$b/%_libdir"/*.la
 
 %files
 %defattr(-,root,root)




commit tachyon for openSUSE:Factory

2014-02-05 Thread h_root
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.0 +0100
+++ /work/SRC/openSUSE:Factory/.tachyon.new/tachyon.changes 2014-02-05 
16:35:17.0 +0100
@@ -1,0 +2,10 @@
+Wed Feb  5 01:23:51 UTC 2014 - jeng...@inai.de
+
+- 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.0 +0100
+++ /var/tmp/diff_new_pack.dXf2lu/_new  2014-02-05 16:35:18.0 +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.0 +0100
+++ /var/tmp/diff_new_pack.dXf2lu/_new  2014-02-05 16:35:18.0 +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: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit tachyon for openSUSE:Factory

2012-12-19 Thread h_root
Hello community,

here is the log from the commit of package tachyon for openSUSE:Factory checked 
in at 2012-12-19 21:03:53

Comparing /work/SRC/openSUSE:Factory/tachyon (Old)
 and  /work/SRC/openSUSE:Factory/.tachyon.new (New)


Package is tachyon, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/tachyon/tachyon.changes  2012-12-07 
14:52:23.0 +0100
+++ /work/SRC/openSUSE:Factory/.tachyon.new/tachyon.changes 2012-12-19 
21:03:54.0 +0100
@@ -1,0 +2,5 @@
+Thu Dec 13 21:42:53 UTC 2012 - jeng...@inai.de
+
+- Install the tachyon main program
+
+---



Other differences:
--
++ tachyon.spec ++
--- /var/tmp/diff_new_pack.LjoOpK/_old  2012-12-19 21:03:56.0 +0100
+++ /var/tmp/diff_new_pack.LjoOpK/_new  2012-12-19 21:03:56.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package tachyon
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 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
@@ -15,25 +15,32 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   tachyon
 %define lname  libtachyon-0_99
 Version:0.99_b2
 Release:0
-Group:  Productivity/Graphics/Visualization/Raytracers
 Summary:   Parallel ray tracing system
 License:BSD-3-Clause
-URL:http://jedi.ks.uiuc.edu/~johns/raytracer/
+Group:  Productivity/Graphics/Visualization/Raytracers
+Url:http://jedi.ks.uiuc.edu/~johns/raytracer/
 
 Source: %name-0.99b2.tar.xz
 Patch1:tachyon-automake.diff
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires: libjpeg-devel, xz, autoconf, automake = 1.10, libtool = 2
+BuildRequires:  autoconf
+BuildRequires:  automake = 1.10
+BuildRequires:  libjpeg-devel
+BuildRequires:  libtool = 2
+BuildRequires:  xz
 %if 0%{?sles_version}
 BuildRequires: Mesa-devel
 BuildRequires: libpng-devel
 BuildRequires: xorg-x11-devel
 %else
-BuildRequires: pkgconfig(gl), pkgconfig(libpng), pkgconfig(x11)
+BuildRequires:  pkgconfig(gl)
+BuildRequires:  pkgconfig(libpng)
+BuildRequires:  pkgconfig(x11)
 %endif
 
 %description
@@ -99,6 +106,10 @@
 make install DESTDIR=$b;
 rm -f $b/%_libdir/*.la;
 
+%files
+%defattr(-,root,root)
+%_bindir/tachyon
+
 %files -n %lname
 %defattr(-,root,root)
 %_libdir/libtachyon-*.so


++ tachyon-automake.diff ++
--- /var/tmp/diff_new_pack.LjoOpK/_old  2012-12-19 21:03:56.0 +0100
+++ /var/tmp/diff_new_pack.LjoOpK/_new  2012-12-19 21:03:56.0 +0100
@@ -1,6 +1,7 @@
 From: Jan Engelhardt jeng...@medozas.de
 Date: 2011-09-27 20:11:30.215109504 +0200
 Upstream: sent on Dec 03 00:28+0100
+This patch updated thereafter.
 
 ---
  Makefile.am |3 +++
@@ -49,12 +50,12 @@
 +AM_CPPFLAGS = ${regular_CPPFLAGS} -I${top_srcdir}/src
 +AM_CFLAGS   = ${regular_CFLAGS} ${libGL_CFLAGS} ${libX11_CFLAGS}
 +
-+noinst_PROGRAMS = demosrc
++bin_PROGRAMS = tachyon
 +
-+demosrc_SOURCES = \
++tachyon_SOURCES = \
 +  main.c getargs.c parse.c nffparse.c glwin.c spaceball.c trackball.c \
 +  mgfparse.c ac3dparse.c
-+demosrc_LDADD = ../src/libtachyon.la -lm ${libGL_LIBS} ${libX11_LIBS}
++tachyon_LDADD = ../src/libtachyon.la -lm ${libGL_LIBS} ${libX11_LIBS}
 Index: tachyon/src/Makefile.am
 ===
 --- /dev/null

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org