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-11-03 19:15:01
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/raylib (Old)
 and      /work/SRC/openSUSE:Factory/.raylib.new.2275 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "raylib"

Thu Nov  3 19:15:01 2022 rev:10 rq:1033063 version:4.2.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/raylib/raylib.changes    2022-03-01 
17:04:00.920340559 +0100
+++ /work/SRC/openSUSE:Factory/.raylib.new.2275/raylib.changes  2022-11-03 
19:15:45.504562812 +0100
@@ -1,0 +2,23 @@
+Thu Nov  3 12:43:51 UTC 2022 - Michael Vetter <mvet...@suse.com>
+
+- Switch -DUSE_EXTERNAL_GLFW to OFF:
+  Earlier we build required on our glfw package.
+  But with raylib 4.2.0 they started to use features are only
+  in the development version.
+  They were unhappy that glfw 3.4.0 takes a long time to be
+  relased and decided to create a in-tree copy.
+  So for raylib 4.2.0 to build we need to use this in-tree version.
+
+-------------------------------------------------------------------
+Fri Aug 12 05:37:23 UTC 2022 - Michael Vetter <mvet...@suse.com>
+
+- Update to 4.2.0:
+  * extra libraries cleanup:
+  * examples review
+  * rres resource format
+  * raygui official gui library
+  * new file system API
+  * New audio stream processors API
+  * For details see https://github.com/raysan5/raylib/releases/tag/4.2.0
+
+-------------------------------------------------------------------

Old:
----
  raylib-4.0.0.obscpio

New:
----
  raylib-4.2.0.obscpio

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

Other differences:
------------------
++++++ raylib.spec ++++++
--- /var/tmp/diff_new_pack.V1gggo/_old  2022-11-03 19:15:46.308567540 +0100
+++ /var/tmp/diff_new_pack.V1gggo/_new  2022-11-03 19:15:46.312567564 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           raylib
-Version:        4.0.0
+Version:        4.2.0
 Release:        0
 Summary:        C library for learning video game programming
 License:        Zlib
@@ -31,7 +31,10 @@
 BuildRequires:  libXi-devel
 BuildRequires:  libXinerama-devel
 BuildRequires:  libXrandr-devel
-BuildRequires:  libglfw-devel
+# raylib ships an in-tree glfw that is a copy of *a* git revision of upstream 
glfw
+# containing features they need. They are unhappy that it takes such
+# a long time for 3.4 to be released. So ship it.
+#BuildRequires:  libglfw-devel >= 3.4
 
 %description
 A C library for learning video game programming.
@@ -40,17 +43,17 @@
 %package -n raylib-devel
 Summary:        Development files for %{name}
 Group:          Development/Libraries/C and C++
-Requires:       libraylib400 = %{version}
+Requires:       libraylib420 = %{version}
 Requires:       openal-soft-devel
 
 %description -n raylib-devel
 Development files and headers for %{name}.
 
-%package -n libraylib400
+%package -n libraylib420
 Summary:        C library for learning video game programming
 Group:          System/Libraries
 
-%description -n libraylib400
+%description -n libraylib420
 A C library for learning video game programming.
 
 %prep
@@ -63,22 +66,21 @@
   -DBUILD_SHARED_LIBS=ON \
   -DCMAKE_BUILD_TYPE=Release \
   -DOpenGL_GL_PREFERENCE=GLVND \
-  -DUSE_EXTERNAL_GLFW=ON
+  -DUSE_EXTERNAL_GLFW=OFF
 
 %install
 %cmake_install
 
-%post -n libraylib400 -p /sbin/ldconfig
-%postun -n libraylib400 -p /sbin/ldconfig
+%post -n libraylib420 -p /sbin/ldconfig
+%postun -n libraylib420 -p /sbin/ldconfig
 
-%files -n libraylib400
+%files -n libraylib420
 %license LICENSE
 %{_libdir}/libraylib.so.*
 
 %files -n raylib-devel
 %doc CHANGELOG README.md
 %{_includedir}/raylib.h
-%{_includedir}/raudio.h
 %{_includedir}/raymath.h
 %{_includedir}/rlgl.h
 %{_libdir}/libraylib.so

++++++ _service ++++++
--- /var/tmp/diff_new_pack.V1gggo/_old  2022-11-03 19:15:46.364567869 +0100
+++ /var/tmp/diff_new_pack.V1gggo/_new  2022-11-03 19:15:46.372567916 +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">4.0.0</param>
+    <param name="revision">4.2.0</param>
     <param name="versionformat">@PARENT_TAG@</param>
     <param name="scm">git</param>
     <param name="exclude">examples</param>

++++++ raylib-4.0.0.obscpio -> raylib-4.2.0.obscpio ++++++
/work/SRC/openSUSE:Factory/raylib/raylib-4.0.0.obscpio 
/work/SRC/openSUSE:Factory/.raylib.new.2275/raylib-4.2.0.obscpio differ: char 
48, line 1

++++++ raylib.obsinfo ++++++
--- /var/tmp/diff_new_pack.V1gggo/_old  2022-11-03 19:15:46.424568222 +0100
+++ /var/tmp/diff_new_pack.V1gggo/_new  2022-11-03 19:15:46.428568246 +0100
@@ -1,6 +1,6 @@
 name: raylib
-version: 4.0.0
-mtime: 1636052925
-commit: 0851960397f02a477d80eda2239f90fae14dec64
+version: 4.2.0
+mtime: 1660242405
+commit: d658e6772d75bce52fbe46cc9789f0b33500bc0f
 
 

Reply via email to