SHA256
1
0
forked from pool/raylib

- Update to 4.2.0:

* extra libraries cleanup:
  * examples review
  * rres resource format
  * raygui official gui library
  * new file system API
  * New audio stream processors API
  * For details see https://github.com/raysan5/raylib/releases/tag/4.2.0

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/raylib?expand=0&rev=32
This commit is contained in:
Michael Vetter 2022-08-12 05:42:16 +00:00 committed by Git OBS Bridge
parent 662b111ed7
commit ab0d88fd29
6 changed files with 21 additions and 9 deletions

View File

@ -1,7 +1,7 @@
<services> <services>
<service name="obs_scm" mode="disabled"> <service name="obs_scm" mode="disabled">
<param name="url">https://github.com/raysan5/raylib.git</param> <param name="url">https://github.com/raysan5/raylib.git</param>
<param name="revision">4.0.0</param> <param name="revision">4.2.0</param>
<param name="versionformat">@PARENT_TAG@</param> <param name="versionformat">@PARENT_TAG@</param>
<param name="scm">git</param> <param name="scm">git</param>
<param name="exclude">examples</param> <param name="exclude">examples</param>

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:83b04f2860f93bf408e6595d4079a085935dec69bb5d078ae732dc480ccb3e8a
size 53543438

3
raylib-4.2.0.obscpio Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:477fb735373cd12857ea93008a66e7c89547f111aab9d79bcbfcf2dd6dc31fd5
size 58797582

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Fri Aug 12 05:37:23 UTC 2022 - Michael Vetter <mvetter@suse.com>
- Update to 4.2.0:
* extra libraries cleanup:
* examples review
* rres resource format
* raygui official gui library
* new file system API
* New audio stream processors API
* For details see https://github.com/raysan5/raylib/releases/tag/4.2.0
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Feb 28 17:50:08 UTC 2022 - Michael Vetter <mvetter@suse.com> Mon Feb 28 17:50:08 UTC 2022 - Michael Vetter <mvetter@suse.com>

View File

@ -1,5 +1,5 @@
name: raylib name: raylib
version: 4.0.0 version: 4.2.0
mtime: 1636052925 mtime: 1660242405
commit: 0851960397f02a477d80eda2239f90fae14dec64 commit: d658e6772d75bce52fbe46cc9789f0b33500bc0f

View File

@ -17,7 +17,7 @@
Name: raylib Name: raylib
Version: 4.0.0 Version: 4.2.0
Release: 0 Release: 0
Summary: C library for learning video game programming Summary: C library for learning video game programming
License: Zlib License: Zlib
@ -31,7 +31,7 @@ BuildRequires: libXcursor-devel
BuildRequires: libXi-devel BuildRequires: libXi-devel
BuildRequires: libXinerama-devel BuildRequires: libXinerama-devel
BuildRequires: libXrandr-devel BuildRequires: libXrandr-devel
BuildRequires: libglfw-devel BuildRequires: libglfw-devel >= 3.4
%description %description
A C library for learning video game programming. A C library for learning video game programming.