diff --git a/_service b/_service index 83a3628..0a6035d 100644 --- a/_service +++ b/_service @@ -1,7 +1,7 @@ https://github.com/raysan5/raylib.git - 4.5.0 + 5.0 @PARENT_TAG@ git examples diff --git a/raylib-4.5.0.obscpio b/raylib-4.5.0.obscpio deleted file mode 100644 index 1d0618e..0000000 --- a/raylib-4.5.0.obscpio +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:da81d8327ec4e8f0018a0cee261a096760708a19de2257b80e3a51307528360b -size 61059598 diff --git a/raylib-5.0.obscpio b/raylib-5.0.obscpio new file mode 100644 index 0000000..ddcc8bb --- /dev/null +++ b/raylib-5.0.obscpio @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13b797cc6979739ac8a3ba880638de43cc39e5ef5f61bd706d1ad178b14bde71 +size 63029774 diff --git a/raylib-5.0.tar.xz b/raylib-5.0.tar.xz new file mode 100644 index 0000000..c066244 --- /dev/null +++ b/raylib-5.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dfa9c6d1a0a117c034204daf2b6f65139bea51a20106083def018ba0e91e8804 +size 29560808 diff --git a/raylib.changes b/raylib.changes index 6eb7c29..1b16002 100644 --- a/raylib.changes +++ b/raylib.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Sat Nov 18 13:25:40 UTC 2023 - Michael Vetter + +- Update to 5.0: + * rcore module platform-spli + * New platform backend supported: SDL + * New platform backend supported: Nintendo Switch + * New splines drawing and evaluation API + * Pseudo-random numbers generator: rprand + * Automation Events System API + * For details check project changelog + ------------------------------------------------------------------- Mon Mar 20 09:23:14 UTC 2023 - Michael Vetter diff --git a/raylib.obsinfo b/raylib.obsinfo index 7e90d25..a7d0789 100644 --- a/raylib.obsinfo +++ b/raylib.obsinfo @@ -1,4 +1,4 @@ name: raylib -version: 4.5.0 -mtime: 1679157424 -commit: fec96137e8d10ee6c88914fbe5e5429c13ee1dac +version: 5.0 +mtime: 1700044250 +commit: ae50bfa2cc569c0f8d5bc4315d39db64005b1b08 diff --git a/raylib.spec b/raylib.spec index 878473c..1f345d1 100644 --- a/raylib.spec +++ b/raylib.spec @@ -17,7 +17,7 @@ Name: raylib -Version: 4.5.0 +Version: 5.0 Release: 0 Summary: C library for learning video game programming License: Zlib @@ -43,17 +43,17 @@ raylib is inspired by the Borland BGI graphics library and by the XNA framework. %package -n raylib-devel Summary: Development files for %{name} Group: Development/Libraries/C and C++ -Requires: libraylib420 = %{version} +Requires: libraylib450 = %{version} Requires: openal-soft-devel %description -n raylib-devel Development files and headers for %{name}. -%package -n libraylib420 +%package -n libraylib450 Summary: C library for learning video game programming Group: System/Libraries -%description -n libraylib420 +%description -n libraylib450 A C library for learning video game programming. %prep @@ -71,10 +71,10 @@ A C library for learning video game programming. %install %cmake_install -%post -n libraylib420 -p /sbin/ldconfig -%postun -n libraylib420 -p /sbin/ldconfig +%post -n libraylib450 -p /sbin/ldconfig +%postun -n libraylib450 -p /sbin/ldconfig -%files -n libraylib420 +%files -n libraylib450 %license LICENSE %{_libdir}/libraylib.so.*