diff --git a/tinyobjloader.changes b/tinyobjloader.changes index 0935ed0..bd09667 100644 --- a/tinyobjloader.changes +++ b/tinyobjloader.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Aug 6 22:41:02 UTC 2018 - jengelh@inai.de + +- Ensure neutrality of descriptions. + ------------------------------------------------------------------- Sat Aug 4 18:18:36 UTC 2018 - mardnh@gmx.de diff --git a/tinyobjloader.spec b/tinyobjloader.spec index 2e24602..b23aa9d 100644 --- a/tinyobjloader.spec +++ b/tinyobjloader.spec @@ -21,7 +21,7 @@ Name: tinyobjloader Version: 1.0.6 Release: 0 -Summary: Tiny wavefront obj loader +Summary: Wavefront .obj file loader License: MIT Group: Development/Languages/C and C++ URL: https://github.com/syoyo/tinyobjloader @@ -32,18 +32,16 @@ BuildRequires: gcc-c++ BuildRequires: pkgconfig %description -Tiny but powerful single file wavefront obj loader written in C++. -No dependency except for C++ STL. It can parse over 10M polygons with -moderate memory and time. +A single-file Wavefront .obj loader written in C++. +It can parse over 10M polygons with moderate memory and time. %package -n %{lname} -Summary: Tiny wavefront obj loader +Summary: Wavefront .obj file loader Group: System/Libraries %description -n %{lname} -Tiny but powerful single file wavefront obj loader written in C++. -No dependency except for C++ STL. It can parse over 10M polygons with -moderate memory and time. +A single-file Wavefront .obj loader written in C++. +It can parse over 10M polygons with moderate memory and time. %package devel Summary: Development files for tinyobjloader @@ -51,7 +49,7 @@ Group: Development/Libraries/C and C++ Requires: %{lname} = %{version} %description devel -Tiny but powerful single file wavefront obj loader written in C++. +A single-file Wavefront .obj file loader written in C++. No dependency except for C++ STL. It can parse over 10M polygons with moderate memory and time.