Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package raylib for openSUSE:Factory checked in at 2022-03-01 17:03:25 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/raylib (Old) and /work/SRC/openSUSE:Factory/.raylib.new.1958 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "raylib" Tue Mar 1 17:03:25 2022 rev:9 rq:958098 version:4.0.0 Changes: -------- --- /work/SRC/openSUSE:Factory/raylib/raylib.changes 2021-05-19 17:50:07.077348993 +0200 +++ /work/SRC/openSUSE:Factory/.raylib.new.1958/raylib.changes 2022-03-01 17:04:00.920340559 +0100 @@ -1,0 +2,13 @@ +Mon Feb 28 17:50:08 UTC 2022 - Michael Vetter <mvet...@suse.com> + +- Update to 4.0.0: + * Naming consistency and coherency: API has been completely + reviewed to be consistent on naming conventions + * Event Automation System: This new experimental feature has been + added for future usage, it allows to record input events and + re-play them automatically. + * Custom game-loop control: As requested by some advance users, + the game-loop control can be exposed + * For details see: https://github.com/raysan5/raylib/blob/4.0.0/CHANGELOG + +------------------------------------------------------------------- Old: ---- raylib-3.7.0.obscpio New: ---- raylib-4.0.0.obscpio ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ raylib.spec ++++++ --- /var/tmp/diff_new_pack.Vz9UCM/_old 2022-03-01 17:04:02.240340909 +0100 +++ /var/tmp/diff_new_pack.Vz9UCM/_new 2022-03-01 17:04:02.244340910 +0100 @@ -1,7 +1,7 @@ # # spec file for package raylib # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,12 +17,12 @@ Name: raylib -Version: 3.7.0 +Version: 4.0.0 Release: 0 Summary: C library for learning video game programming License: Zlib Group: Development/Libraries/C and C++ -URL: http://www.raylib.com +URL: https://www.raylib.com Source: raylib-%{version}.tar.xz BuildRequires: Mesa-libGL-devel BuildRequires: cmake @@ -31,6 +31,7 @@ BuildRequires: libXi-devel BuildRequires: libXinerama-devel BuildRequires: libXrandr-devel +BuildRequires: libglfw-devel %description A C library for learning video game programming. @@ -39,17 +40,17 @@ %package -n raylib-devel Summary: Development files for %{name} Group: Development/Libraries/C and C++ -Requires: libraylib351 = %{version} +Requires: libraylib400 = %{version} Requires: openal-soft-devel %description -n raylib-devel Development files and headers for %{name}. -%package -n libraylib351 +%package -n libraylib400 Summary: C library for learning video game programming Group: System/Libraries -%description -n libraylib351 +%description -n libraylib400 A C library for learning video game programming. %prep @@ -59,15 +60,18 @@ %cmake \ -DBUILD_EXAMPLES=OFF \ -DPLATFORM=Desktop \ - -DSHARED=ON + -DBUILD_SHARED_LIBS=ON \ + -DCMAKE_BUILD_TYPE=Release \ + -DOpenGL_GL_PREFERENCE=GLVND \ + -DUSE_EXTERNAL_GLFW=ON %install %cmake_install -%post -n libraylib351 -p /sbin/ldconfig -%postun -n libraylib351 -p /sbin/ldconfig +%post -n libraylib400 -p /sbin/ldconfig +%postun -n libraylib400 -p /sbin/ldconfig -%files -n libraylib351 +%files -n libraylib400 %license LICENSE %{_libdir}/libraylib.so.* @@ -75,7 +79,6 @@ %doc CHANGELOG README.md %{_includedir}/raylib.h %{_includedir}/raudio.h -%{_includedir}/physac.h %{_includedir}/raymath.h %{_includedir}/rlgl.h %{_libdir}/libraylib.so ++++++ _service ++++++ --- /var/tmp/diff_new_pack.Vz9UCM/_old 2022-03-01 17:04:02.272340918 +0100 +++ /var/tmp/diff_new_pack.Vz9UCM/_new 2022-03-01 17:04:02.276340919 +0100 @@ -1,7 +1,7 @@ <services> <service name="obs_scm" mode="disabled"> <param name="url">https://github.com/raysan5/raylib.git</param> - <param name="revision">3.7.0</param> + <param name="revision">4.0.0</param> <param name="versionformat">@PARENT_TAG@</param> <param name="scm">git</param> <param name="exclude">examples</param> ++++++ raylib-3.7.0.obscpio -> raylib-4.0.0.obscpio ++++++ /work/SRC/openSUSE:Factory/raylib/raylib-3.7.0.obscpio /work/SRC/openSUSE:Factory/.raylib.new.1958/raylib-4.0.0.obscpio differ: char 48, line 1 ++++++ raylib.obsinfo ++++++ --- /var/tmp/diff_new_pack.Vz9UCM/_old 2022-03-01 17:04:02.312340928 +0100 +++ /var/tmp/diff_new_pack.Vz9UCM/_new 2022-03-01 17:04:02.316340929 +0100 @@ -1,6 +1,6 @@ name: raylib -version: 3.7.0 -mtime: 1619452833 -commit: b6c8d343dca2ef19c23c50975328a028124cf3cb +version: 4.0.0 +mtime: 1636052925 +commit: 0851960397f02a477d80eda2239f90fae14dec64