Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package tachyon for openSUSE:Factory checked 
in at 2022-08-11 18:31:51
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/tachyon (Old)
 and      /work/SRC/openSUSE:Factory/.tachyon.new.1521 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "tachyon"

Thu Aug 11 18:31:51 2022 rev:10 rq:994341 version:0.99.5

Changes:
--------
--- /work/SRC/openSUSE:Factory/tachyon/tachyon.changes  2022-04-22 
21:55:41.158903882 +0200
+++ /work/SRC/openSUSE:Factory/.tachyon.new.1521/tachyon.changes        
2022-08-11 18:31:59.002214658 +0200
@@ -1,0 +2,16 @@
+Wed Aug 10 10:45:57 UTC 2022 - Jan Engelhardt <jeng...@inai.de>
+
+- Update to release 0.99.5
+  * Implemented a new higher performance octahedron normal vector
+    decoding variant that eliminates GPU SIMD divergence and
+    costs fewer instructions
+  * Added a completely flattened closest-hit dispatch approach
+    through bitwise manipulation of the outpus of the OptiX 7
+    optixGetHitKind() and optixGetPrimitiveType() APIs.
+  * Added SBT-local hitgroup geometry flags containing
+    cached/flattened material opacity, texture alpha cutout, and
+    other information useful for short-circuiting frequent high
+    latency data fetches from global memory or textures,
+    particularly those items needed for for any-hit programs.
+
+-------------------------------------------------------------------

Old:
----
  tachyon-0.99.4.tar.gz

New:
----
  tachyon-0.99.5.tar.gz

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

Other differences:
------------------
++++++ tachyon.spec ++++++
--- /var/tmp/diff_new_pack.Eo0uUm/_old  2022-08-11 18:31:59.486215791 +0200
+++ /var/tmp/diff_new_pack.Eo0uUm/_new  2022-08-11 18:31:59.490215800 +0200
@@ -17,8 +17,8 @@
 
 
 Name:           tachyon
-%define lname  libtachyon-0_99_4
-Version:        0.99.4
+%define lname  libtachyon-0_99_5
+Version:        0.99.5
 Release:        0
 Summary:        Parallel ray tracing system
 License:        BSD-3-Clause
@@ -55,12 +55,14 @@
 planes, spheres, cylinders, etc. Tachyon parallelizes unlike POV-Ray
 and Rayshade.
 
-%package -n libtachyon-devel
+%package devel
 Summary:        Development files for the Tachyon Ray Tracing System
 Group:          Development/Libraries/C and C++
-Requires:       %lname = %version
+Requires:       %lname = %version-%release
+Obsoletes:      libtachyon-devel < %version-%release
+Provides:       libtachyon-devel = %version-%release
 
-%description -n libtachyon-devel
+%description devel
 A parallel ray tracing system supporting MPI and multithreaded
 implementations.
 
@@ -83,6 +85,9 @@
 %make_install
 rm -f "$b/%_libdir"/*.la
 
+%post   -n %lname -p /sbin/ldconfig
+%postun -n %lname -p /sbin/ldconfig
+
 %files
 %_bindir/tachyon
 %license Copyright
@@ -90,7 +95,7 @@
 %files -n %lname
 %_libdir/libtachyon-*.so
 
-%files -n libtachyon-devel
+%files devel
 %_libdir/libtachyon.so
 %_includedir/tachyon/
 

++++++ tachyon-0.99.4.tar.gz -> tachyon-0.99.5.tar.gz ++++++
++++ 3821 lines of diff (skipped)

++++++ tachyon-automake.diff ++++++
--- /var/tmp/diff_new_pack.Eo0uUm/_old  2022-08-11 18:31:59.822216577 +0200
+++ /var/tmp/diff_new_pack.Eo0uUm/_new  2022-08-11 18:31:59.822216577 +0200
@@ -41,7 +41,7 @@
 --- /dev/null
 +++ tachyon/configure.ac
 @@ -0,0 +1,18 @@
-+AC_INIT([tachyon], [0.99.4])
++AC_INIT([tachyon], [0.99.5])
 +AC_CONFIG_AUX_DIR([build-aux])
 +AC_CONFIG_MACRO_DIRS([m4])
 +AM_INIT_AUTOMAKE([-Wall foreign subdir-objects])

Reply via email to