From f12aa0fb9806fc7ef6dce00d80303fb8aa23fb5fbc559c2f3c4851d77d257b25 Mon Sep 17 00:00:00 2001 From: Martin Hauke Date: Tue, 7 Aug 2018 06:25:10 +0000 Subject: [PATCH] Accepting request 627771 from home:jengelh:branches:devel:libraries:c_c++ - Ensure neutrality of descriptions. OBS-URL: https://build.opensuse.org/request/show/627771 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/tinyobjloader?expand=0&rev=2 --- tinyobjloader.changes | 5 +++++ tinyobjloader.spec | 16 +++++++--------- 2 files changed, 12 insertions(+), 9 deletions(-) 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.