Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package raylib for openSUSE:Factory checked 
in at 2021-05-19 17:49:43
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/raylib (Old)
 and      /work/SRC/openSUSE:Factory/.raylib.new.2988 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "raylib"

Wed May 19 17:49:43 2021 rev:8 rq:894330 version:3.7.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/raylib/raylib.changes    2021-01-04 
19:10:24.303452087 +0100
+++ /work/SRC/openSUSE:Factory/.raylib.new.2988/raylib.changes  2021-05-19 
17:50:07.077348993 +0200
@@ -1,0 +2,24 @@
+Wed May 19 09:27:56 UTC 2021 - Ferdinand Thiessen <r...@fthiessen.de>
+
+- Update to 3.7.0
+  * rlgl module for greater abstraction level. Now rlgl functionality
+    is self-contained in the module and used by higher-level layers,
+  * Multiple rlgl functions have been renamed for consistency
+  * A new API has been added, more comprehensive and better integrated
+    with raylib, the new stereo rendering can be combined with
+    RenderTexture and Shader API allowing the user to manage fbo and
+    distortion shader directly.
+  * New file access callbacks system.
+  * glTF animations support.
+  * raylib supports music streamming from memory data for all
+    supported file formats: WAV, OGG, MP3, FLAC, XM and MOD.
+  * Most raylib enums names and values names have been renamed for
+    consistency, now all value names start with the type of data
+    they represent.
+  * See: https://github.com/raysan5/raylib/blob/3.7.0/CHANGELOG
+- Drop raylib-3.0.0-noexamples.patch
+- Edit _service:
+  * Exclude examples as they are licensed under unsupported licenses
+    (Upstream does not provid the -noexamples package anymore)
+
+-------------------------------------------------------------------

Old:
----
  raylib-3.0.0-noexamples.patch
  raylib-noexamples-3.5.0.tar.gz

New:
----
  _service
  raylib-3.7.0.obscpio
  raylib.obsinfo

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ raylib.spec ++++++
--- /var/tmp/diff_new_pack.TuneXk/_old  2021-05-19 17:50:08.205344262 +0200
+++ /var/tmp/diff_new_pack.TuneXk/_new  2021-05-19 17:50:08.205344262 +0200
@@ -17,14 +17,13 @@
 
 
 Name:           raylib
-Version:        3.5.0
+Version:        3.7.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/raylib/releases/download/%{version}/raylib-noexamples-%{version}.tar.gz
-Patch0:         raylib-3.0.0-noexamples.patch
+Source:         raylib-%{version}.tar.xz
 BuildRequires:  Mesa-libGL-devel
 BuildRequires:  cmake
 BuildRequires:  gcc-c++
@@ -54,28 +53,25 @@
 A C library for learning video game programming.
 
 %prep
-%setup -q -n raylib-3.5.0
-%patch0 -p1
+%setup -q
 
 %build
 %cmake \
+  -DBUILD_EXAMPLES=OFF \
     -DPLATFORM=Desktop \
        -DSHARED=ON
 
 %install
 %cmake_install
-for f in build/src/*.h; do
-    install -Dm 644 "$f" "$RPM_BUILD_ROOT/usr/include/$(basename $f)"
-done
 
 %post -n libraylib351 -p /sbin/ldconfig
 %postun -n libraylib351 -p /sbin/ldconfig
 
 %files -n libraylib351
+%license LICENSE
 %{_libdir}/libraylib.so.*
 
 %files -n raylib-devel
-%license LICENSE
 %doc CHANGELOG README.md
 %{_includedir}/raylib.h
 %{_includedir}/raudio.h

++++++ _service ++++++
<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="versionformat">@PARENT_TAG@</param>
    <param name="scm">git</param>
    <param name="exclude">examples</param>
  </service>

  <service name="set_version" mode="buildtime"/>
  <service name="tar" mode="buildtime"/>
  <service name="recompress" mode="buildtime">
    <param name="file">*.tar</param>
    <param name="compression">xz</param>
  </service>
</services>
++++++ raylib.obsinfo ++++++
name: raylib
version: 3.7.0
mtime: 1619452833
commit: b6c8d343dca2ef19c23c50975328a028124cf3cb

Reply via email to