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.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.tachyon.new/tachyon.changes     2012-12-19 
21:03:54.000000000 +0100
@@ -1,0 +2,5 @@
+Thu Dec 13 21:42:53 UTC 2012 - [email protected]
+
+- Install the tachyon main program
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ tachyon.spec ++++++
--- /var/tmp/diff_new_pack.LjoOpK/_old  2012-12-19 21:03:56.000000000 +0100
+++ /var/tmp/diff_new_pack.LjoOpK/_new  2012-12-19 21:03:56.000000000 +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.000000000 +0100
+++ /var/tmp/diff_new_pack.LjoOpK/_new  2012-12-19 21:03:56.000000000 +0100
@@ -1,6 +1,7 @@
 From: Jan Engelhardt <[email protected]>
 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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to