From f52641abdbcbb960aa84522544a89dd64b8ec5cfbaa418a47fa3cd3fa0449885 Mon Sep 17 00:00:00 2001 From: Michael Vetter Date: Fri, 3 Nov 2017 12:17:22 +0000 Subject: [PATCH] Accepting request 538666 from home:jengelh:branches:devel:libraries:c_c++ - Description grammar update. OBS-URL: https://build.opensuse.org/request/show/538666 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/raylib?expand=0&rev=9 --- raylib.changes | 5 +++++ raylib.spec | 12 ++++++------ 2 files changed, 11 insertions(+), 6 deletions(-) diff --git a/raylib.changes b/raylib.changes index af57775..e5d77c6 100644 --- a/raylib.changes +++ b/raylib.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Nov 3 11:50:40 UTC 2017 - jengelh@inai.de + +- Description grammar update. + ------------------------------------------------------------------- Mon Oct 23 09:03:01 UTC 2017 - mvetter@suse.com diff --git a/raylib.spec b/raylib.spec index 37b6e19..3c8c21f 100644 --- a/raylib.spec +++ b/raylib.spec @@ -19,7 +19,7 @@ Name: raylib Version: 1.8.0 Release: 0 -Summary: C library to learn video game programming +Summary: C library for learning video game programming License: Zlib Group: Development/Libraries/C and C++ Url: http://www.raylib.com @@ -31,8 +31,8 @@ BuildRequires: openal-soft-devel BuildRoot: %{_tmppath}/%{name}-%{version}-build %description -A C library to learn videogames programming. -raylib is highly inspired by Borland BGI graphics lib and by XNA framework. +A C library for learning video game programming. +raylib is inspired by the Borland BGI graphics library and by the XNA framework. %package -n raylib-devel Summary: Development files for %{name} @@ -41,14 +41,14 @@ Requires: openal-soft-devel Requires: libraylib1 = %{version} %description -n raylib-devel -Development files and headers for %{name} +Development files and headers for %{name}. %package -n libraylib1 -Summary: C library to learn video game programming +Summary: C library for learning video game programming Group: System/Libraries %description -n libraylib1 -C library to learn videogames programming +A C library for learning video game programming. %prep %setup -q