Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package lmms for openSUSE:Factory checked in at 2021-12-06 23:59:37 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/lmms (Old) and /work/SRC/openSUSE:Factory/.lmms.new.31177 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "lmms" Mon Dec 6 23:59:37 2021 rev:37 rq:935992 version:1.2.2 Changes: -------- --- /work/SRC/openSUSE:Factory/lmms/lmms.changes 2021-11-07 22:09:11.803637359 +0100 +++ /work/SRC/openSUSE:Factory/.lmms.new.31177/lmms.changes 2021-12-07 00:00:46.412269170 +0100 @@ -1,0 +2,18 @@ +Mon Dec 6 09:59:01 UTC 2021 - Dave Plater <[email protected]> + +- Allow rpm to find all runtime dependancies by removing the line + %global __requires_exclude_from ^%{_libdir}/lmms/.*\\.so$ + from the spec file. Reverses "Require libgig and libstk" + +------------------------------------------------------------------- +Mon Nov 8 07:37:24 UTC 2021 - Dave Plater <[email protected]> + +- Require libgig and libstk devel packages at runtime to fix + boo#1192237 + +------------------------------------------------------------------- +Mon Nov 8 06:44:00 UTC 2021 - Dave Plater <[email protected]> + +- Reenable VST build, issue boo#1192413 is fixed. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ lmms.spec ++++++ --- /var/tmp/diff_new_pack.Fld6kD/_old 2021-12-07 00:00:47.164266510 +0100 +++ /var/tmp/diff_new_pack.Fld6kD/_new 2021-12-07 00:00:47.168266496 +0100 @@ -17,7 +17,8 @@ # Since 42.2 RPM creates a hard requirement on a build time library (libvstbase), the requirement is unnecessary and bad -%global __requires_exclude_from ^%{_libdir}/lmms/.*\\.so$ +#%%global __requires_exclude_from ^%%{_libdir}/lmms/.*\\.so$ + # The revision numbers for rpmalloc and qt5-x11embed come from accessing them via # https://github.com/LMMS/lmms/tree/v%%{version}/src/3rdparty/qt5-x11embed and # https://github.com/LMMS/lmms/tree/v1.2.1/src/3rdparty/rpmalloc/rpmalloc (two directories not a mistake) @@ -26,7 +27,10 @@ %bcond_without carla %bcond_without crippled_stk +%bcond_without wine +%if 0%{?suse_version} <= 1500 %bcond_with wine +%endif %if %{with carla} %define carlavers %(carla --version|grep Carla | cut -b 21,22,23,24,25,26) %endif @@ -114,6 +118,9 @@ BuildRequires: wine-devel-32bit Suggests: %{name}-vst = %{version} %endif +#Requires: libstk-devel +#Requires: pkgconfig(gig) + ExclusiveArch: x86_64 %if %{with carla} # also needed (contains libcarla_standalone2 library)
