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