2018-05-18 17:44:43 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri May 18 14:12:17 UTC 2018 - mvetter@suse.com
|
|
|
|
|
|
|
|
- Update to 2.0.0rc1:
|
|
|
|
* Complete redesign of audio module to use mini_al audio library
|
|
|
|
* Support AppVeyor and Travis CI (continuous integration) build
|
|
|
|
* Reviewed raymath.h for better consistency and performance (inlining)
|
|
|
|
* Refactor all #define SUPPORT_* into a single config.h
|
|
|
|
* Support TCC compiler
|
|
|
|
* For complete list see CHANGELOG file
|
|
|
|
- Remove BR openal-soft-devel
|
|
|
|
- Add packageconfig file
|
|
|
|
- Add raylib-2.0.0-api-version.patch: api version should be 2
|
|
|
|
- Switch from meson to CMake
|
|
|
|
|
2017-11-03 12:17:22 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Nov 3 11:50:40 UTC 2017 - jengelh@inai.de
|
|
|
|
|
|
|
|
- Description grammar update.
|
|
|
|
|
2017-10-23 09:04:59 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Oct 23 09:03:01 UTC 2017 - mvetter@suse.com
|
|
|
|
|
|
|
|
- Update to 1.8.0:
|
|
|
|
* New Image generation functions: Gradient, Checked, Noise, Cellular...
|
|
|
|
* New Mesh generation functions: Cube, Sphere, Cylinder, Torus, Knot...
|
|
|
|
* New Shaders and Materials systems to support PBR materials
|
|
|
|
* Custom Android APK build pipeline with simple Makefile
|
|
|
|
* Complete review of rlgl layer functionality
|
|
|
|
* Complete review of raymath functionality
|
|
|
|
- Remove root-meson.build and src-meson.build: contained in new
|
|
|
|
release
|
|
|
|
|
2017-09-08 16:41:13 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Sep 8 16:18:40 UTC 2017 - jengelh@inai.de
|
|
|
|
|
|
|
|
- Update package summaries and RPM category.
|
|
|
|
|
2017-06-13 14:04:48 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Jun 13 13:34:59 UTC 2017 - mvetter@suse.com
|
|
|
|
|
|
|
|
- BuildRequires: libglfw-devel >= 3.2
|
|
|
|
because glfwSetWindowMonitor etc only come in 3.2
|
|
|
|
|
2017-06-11 09:25:50 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sun Jun 11 09:24:49 UTC 2017 - mvetter@suse.com
|
|
|
|
|
|
|
|
- Add option to meson file to build with gnu99 because:
|
|
|
|
* CLOCK_MONOTONIC macro
|
|
|
|
* var init in for loops (c99)
|
|
|
|
|
2017-06-11 06:44:22 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sun Jun 11 06:40:24 UTC 2017 - mvetter@suse.com
|
|
|
|
|
|
|
|
- Remove raylig-use-optflags.patch: Using meson for build
|
|
|
|
|
2017-06-08 15:26:37 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Jun 8 15:14:33 UTC 2017 - mvetter@suse.com
|
|
|
|
|
|
|
|
- Use meson to build raylib:
|
|
|
|
* Takes care of creating proper so versioning
|
|
|
|
* Install works (where their makefiles didnt)
|
|
|
|
- Add root-meson.build
|
|
|
|
- Add src-meson.build
|
|
|
|
Meson files will be in next release, see:
|
|
|
|
https://github.com/raysan5/raylib/pull/297
|
|
|
|
|
2017-06-07 08:41:11 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sun Jun 4 19:36:11 UTC 2017 - mvetter@suse.com
|
|
|
|
|
|
|
|
- Move Requires openal-soft-devel to devel package
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon May 29 17:19:06 UTC 2017 - mvetter@suse.com
|
|
|
|
|
|
|
|
- Add Requires: openal-soft-devel
|
|
|
|
It will be needed when one uses raylib
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon May 29 16:47:32 UTC 2017 - mvetter@suse.com
|
|
|
|
|
|
|
|
- Add OpenAL to BuildRequires
|
|
|
|
- Add raylig-use-optflags.patch: allow passing of optflags
|
2017-06-08 15:26:37 +00:00
|
|
|
See: https://github.com/raysan5/raylib/pull/295
|
2017-06-07 08:41:11 +00:00
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon May 29 10:26:46 UTC 2017 - mvetter@suse.com
|
|
|
|
|
|
|
|
- Inital package of raylib version 1.7.0
|