Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package slade for openSUSE:Factory checked in at 2025-08-25 20:37:54 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/slade (Old) and /work/SRC/openSUSE:Factory/.slade.new.30751 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "slade" Mon Aug 25 20:37:54 2025 rev:20 rq:1301135 version:3.2.7 Changes: -------- --- /work/SRC/openSUSE:Factory/slade/slade.changes 2025-07-22 12:20:30.724663929 +0200 +++ /work/SRC/openSUSE:Factory/.slade.new.30751/slade.changes 2025-08-25 20:38:51.882017863 +0200 @@ -1,0 +2,6 @@ +Sun Aug 24 12:41:33 UTC 2025 - Jan Engelhardt <[email protected]> + +- Adjust clzma.diff for changes in the lzma-sdk package's + lzma-sdk-shlib.patch. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ slade.spec ++++++ --- /var/tmp/diff_new_pack.XvCmr0/_old 2025-08-25 20:38:52.598047859 +0200 +++ /var/tmp/diff_new_pack.XvCmr0/_new 2025-08-25 20:38:52.598047859 +0200 @@ -38,12 +38,14 @@ BuildRequires: update-desktop-files BuildRequires: wxGTK3-devel BuildRequires: zip -BuildRequires: pkgconfig(clzma) BuildRequires: pkgconfig(fluidsynth) BuildRequires: pkgconfig(ftgl) BuildRequires: pkgconfig(gl) BuildRequires: pkgconfig(libcurl) BuildRequires: pkgconfig(libmpg123) +%if 0%{?suse_version} >= 1690 +BuildRequires: pkgconfig(lzma-sdk) +%endif BuildRequires: pkgconfig(sfml-all) BuildRequires: pkgconfig(x11) %if 0%{?suse_version} >= 1600 ++++++ _scmsync.obsinfo ++++++ --- /var/tmp/diff_new_pack.XvCmr0/_old 2025-08-25 20:38:52.638049535 +0200 +++ /var/tmp/diff_new_pack.XvCmr0/_new 2025-08-25 20:38:52.642049703 +0200 @@ -1,5 +1,5 @@ -mtime: 1753127512 -commit: e6f1d48c468f658fa1f1ad865499e2dc49f72a6e3311dc2d2ee9fe46c360a28b +mtime: 1756040132 +commit: 8273475613ed25ec94162ec0a442886cb70d2bb47950605c56e52ab890cfc8ab url: https://src.opensuse.org/jengelh/slade revision: master ++++++ build.specials.obscpio ++++++ ++++++ build.specials.obscpio ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/.gitignore new/.gitignore --- old/.gitignore 1970-01-01 01:00:00.000000000 +0100 +++ new/.gitignore 2025-08-24 14:55:57.000000000 +0200 @@ -0,0 +1 @@ +.osc ++++++ clzma.diff ++++++ --- /var/tmp/diff_new_pack.XvCmr0/_old 2025-08-25 20:38:52.806056574 +0200 +++ /var/tmp/diff_new_pack.XvCmr0/_new 2025-08-25 20:38:52.810056741 +0200 @@ -1,9 +1,7 @@ From: Jan Engelhardt <[email protected]> Date: 2020-06-22 21:16:10.343429323 +0200 -Make use of the clzma library in openSUSE. -[openSUSE-specific patch. I was under the impression that Debian and/or Ubuntu shipped -lzma-sdk-dev too, but, upon checking, do not do so (anymore) as of 2024-11-27.] +Make use of the system-provided lzma-sdk (in openSUSE, Fedora). --- thirdparty/CMakeLists.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) @@ -25,7 +23,7 @@ add_library(external STATIC ${EXTERNAL_SOURCES}) -target_link_libraries(external ${ZLIB_LIBRARY} lunasvg fmt::fmt ${CMAKE_DL_LIBS}) -+target_link_libraries(external ${ZLIB_LIBRARY} -lclzma lunasvg fmt::fmt ${CMAKE_DL_LIBS}) ++target_link_libraries(external ${ZLIB_LIBRARY} -llzmasdk lunasvg fmt::fmt ${CMAKE_DL_LIBS}) set(EXTERNAL_LIBRARIES external PARENT_SCOPE) if(USE_SYSTEM_DUMB)
