From d334b6c873e31799b531c0ff29b629ae3c655b6340ec2d84c7bda59d3b027376 Mon Sep 17 00:00:00 2001 From: Michael Vetter Date: Sat, 18 Nov 2023 13:35:33 +0000 Subject: [PATCH 1/2] - 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 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/raylib?expand=0&rev=38 --- _service | 2 +- raylib-4.5.0.obscpio | 3 --- raylib-5.0.tar.xz | 3 +++ raylib.changes | 12 ++++++++++++ raylib.obsinfo | 6 +++--- raylib.spec | 14 +++++++------- 6 files changed, 26 insertions(+), 14 deletions(-) delete mode 100644 raylib-4.5.0.obscpio create mode 100644 raylib-5.0.tar.xz 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.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.* From b279018a3188fca11486aedbef5d5eb436089c4d400b5fc4955459888688942e Mon Sep 17 00:00:00 2001 From: Michael Vetter Date: Sat, 18 Nov 2023 20:11:08 +0000 Subject: [PATCH 2/2] OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/raylib?expand=0&rev=39 --- raylib-5.0.obscpio | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 raylib-5.0.obscpio 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