Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package stb for openSUSE:Factory checked in at 2026-08-04 21:29:59 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/stb (Old) and /work/SRC/openSUSE:Factory/.stb.new.16738 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "stb" Tue Aug 4 21:29:59 2026 rev:11 rq:1369293 version:20260416 Changes: -------- --- /work/SRC/openSUSE:Factory/stb/stb.changes 2026-05-16 19:25:51.557315246 +0200 +++ /work/SRC/openSUSE:Factory/.stb.new.16738/stb.changes 2026-08-04 21:30:09.431223138 +0200 @@ -1,0 +2,8 @@ +Thu Jul 9 10:44:11 UTC 2026 - Khang LĂȘ <[email protected]> + +- Update to latest git version +- Added fix-cpp-check.patch to fix C++ test compilation in %check +- Removed fix-compile.patch file since it's not needed in latest + git version anymore + +------------------------------------------------------------------- Old: ---- fix-compile.patch stb-20240910.obscpio New: ---- fix-cpp-check.patch stb-20260416.obscpio ----------(Old B)---------- Old:- Added fix-cpp-check.patch to fix C++ test compilation in %check - Removed fix-compile.patch file since it's not needed in latest git version anymore ----------(Old E)---------- ----------(New B)---------- New:- Update to latest git version - Added fix-cpp-check.patch to fix C++ test compilation in %check - Removed fix-compile.patch file since it's not needed in latest ----------(New E)---------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ stb.spec ++++++ --- /var/tmp/diff_new_pack.acqhbv/_old 2026-08-04 21:30:11.075280179 +0200 +++ /var/tmp/diff_new_pack.acqhbv/_new 2026-08-04 21:30:11.087280595 +0200 @@ -17,7 +17,7 @@ Name: stb -Version: 20240910 +Version: 20260416 Release: 0 Summary: Single-File Public Domain Libraries for C/C++ License: MIT OR Unlicense @@ -25,11 +25,13 @@ URL: https://github.com/nothings/stb Source0: stb-%{version}.tar.xz Source1: stb.pc.in -# perlin.h got removed in git, breaking build -Patch1: fix-compile.patch +# Fix C++ test compilation in %check +Patch1: fix-cpp-check.patch # Properly handle all LP64 platforms Patch2: lp64.patch + BuildRequires: c++_compiler + BuildArch: noarch # to create version list for changelog ++++++ _service ++++++ --- /var/tmp/diff_new_pack.acqhbv/_old 2026-08-04 21:30:11.123281844 +0200 +++ /var/tmp/diff_new_pack.acqhbv/_new 2026-08-04 21:30:11.131282122 +0200 @@ -1,17 +1,16 @@ <services> - <service name="obs_scm" mode="manual"> - <param name="url">https://github.com/nothings/stb.git</param> - <param name="scm">git</param> + <service name="obs_scm" mode="manual"> + <param name="url">https://github.com/nothings/stb.git</param> + <param name="scm">git</param> <!-- every header has an own version meanwhile. so using last commit time. --> - <param name="revision">af1a5bc352164740c1cc1354942b1c6b72eacb8a</param> - <param name="version">20240910</param> - </service> - <service mode="manual" name="set_version" /> - - <service mode="buildtime" name="tar" /> - <service mode="buildtime" name="recompress"> - <param name="file">*.tar</param> - <param name="compression">xz</param> - </service> + <param name="revision">31c1ad37456438565541f4919958214b6e762fb4</param> + <param name="version">20260416</param> + </service> + <service name="set_version" mode="manual"/> + <service name="tar" mode="buildtime"/> + <service name="recompress" mode="buildtime"> + <param name="file">*.tar</param> + <param name="compression">xz</param> + </service> </services> ++++++ fix-cpp-check.patch ++++++ --- a/tests/Makefile 2026-07-09 17:24:06.448318234 +0700 +++ b/tests/Makefile-patch 2026-07-09 17:33:45.772545008 +0700 @@ -7,6 +7,6 @@ all: $(CC) $(INCLUDES) $(CFLAGS) ../stb_vorbis.c test_c_compilation.c test_c_lexer.c test_dxt.c test_easyfont.c test_image.c test_image_write.c test_perlin.c test_sprintf.c test_truetype.c test_voxel.c -lm - $(CC) $(INCLUDES) $(CPPFLAGS) -std=c++0x test_cpp_compilation.cpp -lm -lstdc++ + $(CXX) $(INCLUDES) $(CPPFLAGS) -std=c++0x -c test_cpp_compilation.cpp $(CC) $(INCLUDES) $(CFLAGS) -DIWT_TEST image_write_test.c -lm -o image_write_test $(CC) $(INCLUDES) $(CFLAGS) fuzz_main.c stbi_read_fuzzer.c -lm -o image_fuzzer ++++++ stb-20240910.obscpio -> stb-20260416.obscpio ++++++ ++++ 23233 lines of diff (skipped) ++++++ stb.obsinfo ++++++ --- /var/tmp/diff_new_pack.acqhbv/_old 2026-08-04 21:30:11.867307658 +0200 +++ /var/tmp/diff_new_pack.acqhbv/_new 2026-08-04 21:30:11.875307936 +0200 @@ -1,5 +1,5 @@ name: stb -version: 20240910 -mtime: 1631260109 -commit: af1a5bc352164740c1cc1354942b1c6b72eacb8a +version: 20260416 +mtime: 1776286409 +commit: 31c1ad37456438565541f4919958214b6e762fb4
