Hello community, here is the log from the commit of package raylib for openSUSE:Factory checked in at 2018-07-28 12:42:12 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/raylib (Old) and /work/SRC/openSUSE:Factory/.raylib.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "raylib" Sat Jul 28 12:42:12 2018 rev:4 rq:625046 version:2.0.0 Changes: -------- --- /work/SRC/openSUSE:Factory/raylib/raylib.changes 2018-05-29 10:31:12.890851998 +0200 +++ /work/SRC/openSUSE:Factory/.raylib.new/raylib.changes 2018-07-28 12:42:27.952663797 +0200 @@ -1,0 +2,16 @@ +Tue Jul 24 09:13:42 UTC 2018 - [email protected] + +- Update to 2.0.0: + * Full redesign of audio module to use the mini_al audio library + * Refactor all #define SUPPORT_* into a single config.h + * Reviewed raymath.h for better consistency and performance (inlining) + * New font rendering + * STB support + * New functions for CPU image data manipulation +- Remove raylib-2.0.0-api-version.patch: upstreamed +- Remove BuildRequires libglfw-devel: + Using intern libraries now. They want raylib to be like this. +- Adding BR for libXcursor-devel, libXinerama-devel, libXrandr-devel + and cmake explicitly now. + +------------------------------------------------------------------- Old: ---- 2.0.0-rc1.tar.gz raylib-2.0.0-api-version.patch New: ---- 2.0.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ raylib.spec ++++++ --- /var/tmp/diff_new_pack.Gm5npT/_old 2018-07-28 12:42:30.460668620 +0200 +++ /var/tmp/diff_new_pack.Gm5npT/_new 2018-07-28 12:42:30.464668628 +0200 @@ -17,20 +17,20 @@ Name: raylib -Version: 2.0.0~rc1 +Version: 2.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 -#Source: https://github.com/raysan5/%{name}/archive/%{version}.tar.gz -Source: https://github.com/raysan5/raylib/archive/2.0.0-rc1.tar.gz -# FIX-UPSTREAM: https://github.com/raysan5/raylib/pull/545 -Patch0: raylib-2.0.0-api-version.patch +Source: https://github.com/raysan5/raylib/archive/%{version}.tar.gz BuildRequires: Mesa-libGL-devel +BuildRequires: cmake BuildRequires: gcc-c++ +BuildRequires: libXcursor-devel BuildRequires: libXi-devel -BuildRequires: libglfw-devel >= 3.2 +BuildRequires: libXinerama-devel +BuildRequires: libXrandr-devel %description A C library for learning video game programming. @@ -53,15 +53,12 @@ A C library for learning video game programming. %prep -%setup -q -n raylib-2.0.0-rc1 -%patch0 -p1 +%setup -q -n raylib-2.0.0 %build %cmake \ - -DPLATFORM=PLATFORM_DESKTOP \ - -DSHARED=ON \ - -DUSE_EXTERNAL_GLFW=ON \ - -DBUILD_SHARED_LIBS=ON + -DPLATFORM=Desktop \ + -DSHARED=ON %install %cmake_install ++++++ 2.0.0-rc1.tar.gz -> 2.0.0.tar.gz ++++++ /work/SRC/openSUSE:Factory/raylib/2.0.0-rc1.tar.gz /work/SRC/openSUSE:Factory/.raylib.new/2.0.0.tar.gz differ: char 16, line 1
