Hello community,

here is the log from the commit of package Coin for openSUSE:Factory checked in 
at 2017-02-14 00:40:35
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/Coin (Old)
 and      /work/SRC/openSUSE:Factory/.Coin.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "Coin"

Changes:
--------
--- /work/SRC/openSUSE:Factory/Coin/Coin.changes        2017-01-22 
00:13:12.666421659 +0100
+++ /work/SRC/openSUSE:Factory/.Coin.new/Coin.changes   2017-02-14 
00:40:36.340267988 +0100
@@ -1,0 +2,6 @@
+Sun Oct 30 18:06:58 UTC 2016 - jeng...@inai.de
+
+- Redo description from in-tarball README
+- Run fdupes over entire package
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ Coin.spec ++++++
--- /var/tmp/diff_new_pack.3vCJbn/_old  2017-02-14 00:40:37.876051169 +0100
+++ /var/tmp/diff_new_pack.3vCJbn/_new  2017-02-14 00:40:37.880050604 +0100
@@ -21,7 +21,7 @@
 Version:        3.1.3
 Release:        0
 License:        GPL-2.0
-Summary:        Multiplatform high-level 3D graphics library
+Summary:        Scene-graph based retain-mode 3D graphics library
 Url:            http://www.coin3d.org/lib/coin/
 Group:          Development/Libraries/C and C++
 Source0:        
https://bitbucket.org/Coin3D/coin/downloads/%{name}-%{version}.tar.gz
@@ -47,15 +47,13 @@
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
-The core rendering library Coin is a multiplatform high-level 3D graphics
-library with a C++ API. Coin uses OpenGL for accelerated rendering, while
-providing a higher abstraction level, 3D interactivity, and many complex
-optimization features for fast rendering that are transparent for the
-application programmer, thus facilitating the development of interactive 3D
-applications and greatly increasing productivity.
+Coin is a scene-graph based, retain-mode, rendering and model
+manipulation C++ class library that uses OpenGL for its 3D graphics.
+Coin is compatible to Open Inventor 2.1 and also has support for 3D
+sound, GLSL shaders, and additional file formats like VRML97.
 
 %package devel
-Summary:        Development files for Coin
+Summary:        Development files for Coin, a 3D graphics library
 Group:          Development/Libraries/C and C++
 Requires:       libCoin%{soname} = %{version}
 Requires:       fontconfig-devel
@@ -71,26 +69,25 @@
 Requires:       zlib-devel
 
 %description devel
-The core rendering library Coin is a multiplatform high-level 3D graphics
-library with a C++ API. Coin uses OpenGL for accelerated rendering, while
-providing a higher abstraction level, 3D interactivity, and many complex
-optimization features for fast rendering that are transparent for the
-application programmer, thus facilitating the development of interactive 3D
-applications and greatly increasing productivity.
+Coin is a scene-graph based, retain-mode, rendering and model
+manipulation C++ class library that uses OpenGL for its 3D graphics.
+Coin is compatible to Open Inventor 2.1 and also has support for 3D
+sound, GLSL shaders, and additional file formats like VRML97.
+
+This subpackage contains libraries and header files for developing
+applications that want to make use of Coin.
 
 %package -n libCoin%{soname}
-Summary:        Multiplatform high-level 3D graphics library
+Summary:        Scene-graph based retain-mode 3D graphics library
 Group:          System/Libraries
 Provides:       %{name} = %{version}
 Obsoletes:      %{name} < %{version}
 
 %description -n libCoin%{soname}
-The core rendering library Coin is a multiplatform high-level 3D graphics
-library with a C++ API. Coin uses OpenGL for accelerated rendering, while
-providing a higher abstraction level, 3D interactivity, and many complex
-optimization features for fast rendering that are transparent for the
-application programmer, thus facilitating the development of interactive 3D
-applications and greatly increasing productivity.
+Coin is a scene-graph based, retain-mode, rendering and model
+manipulation C++ class library that uses OpenGL for its 3D graphics.
+Coin is compatible to Open Inventor 2.1 and also has support for 3D
+sound, GLSL shaders, and additional file formats like VRML97.
 
 %prep
 %setup -q
@@ -141,7 +138,7 @@
 # Remove unneeded files
 rm -f %{buildroot}%{_libdir}/*.la
 
-%fdupes -s %{buildroot}%{_docdir}/%{name}-devel/
+%fdupes %{buildroot}/%{_prefix}
 
 %post -n libCoin%{soname} -p /sbin/ldconfig
 


Reply via email to