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:
parent
662b111ed7
commit
ab0d88fd29
2
_service
2
_service
@ -1,7 +1,7 @@
|
||||
<services>
|
||||
<service name="obs_scm" mode="disabled">
|
||||
<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="scm">git</param>
|
||||
<param name="exclude">examples</param>
|
||||
|
@ -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
3
raylib-4.2.0.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:477fb735373cd12857ea93008a66e7c89547f111aab9d79bcbfcf2dd6dc31fd5
|
||||
size 58797582
|
@ -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>
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
name: raylib
|
||||
version: 4.0.0
|
||||
mtime: 1636052925
|
||||
commit: 0851960397f02a477d80eda2239f90fae14dec64
|
||||
version: 4.2.0
|
||||
mtime: 1660242405
|
||||
commit: d658e6772d75bce52fbe46cc9789f0b33500bc0f
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: raylib
|
||||
Version: 4.0.0
|
||||
Version: 4.2.0
|
||||
Release: 0
|
||||
Summary: C library for learning video game programming
|
||||
License: Zlib
|
||||
@ -31,7 +31,7 @@ BuildRequires: libXcursor-devel
|
||||
BuildRequires: libXi-devel
|
||||
BuildRequires: libXinerama-devel
|
||||
BuildRequires: libXrandr-devel
|
||||
BuildRequires: libglfw-devel
|
||||
BuildRequires: libglfw-devel >= 3.4
|
||||
|
||||
%description
|
||||
A C library for learning video game programming.
|
||||
|
Loading…
x
Reference in New Issue
Block a user