Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package non-ntk for openSUSE:Leap:16.0 checked in at 2025-04-07 13:58:23 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Leap:16.0/non-ntk (Old) and /work/SRC/openSUSE:Leap:16.0/.non-ntk.new.1907 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "non-ntk" Mon Apr 7 13:58:23 2025 rev:2 rq:1267550 version:1.3.1001 Changes: -------- --- /work/SRC/openSUSE:Leap:16.0/non-ntk/non-ntk.changes 2025-03-19 11:52:18.715776761 +0100 +++ /work/SRC/openSUSE:Leap:16.0/.non-ntk.new.1907/non-ntk.changes 2025-04-07 13:58:40.333758009 +0200 @@ -1,0 +2,12 @@ +Fri Mar 21 15:05:01 UTC 2025 - Dominique Leuenberger <dims...@opensuse.org> + +- BuildRequire: waf. Use the distro-provided waf instead of an own + intree copy. + +------------------------------------------------------------------- +Fri Mar 21 10:01:05 UTC 2025 - Edgar Aichinger <edog...@aon.at> + +- update waf (adding it as SOURCE2) to version 2.1.5 + (fixes Tumbleweed build due to python 3.13/deprecated imp module) + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ non-ntk.spec ++++++ --- /var/tmp/diff_new_pack.nGvWxV/_old 2025-04-07 13:58:40.685772756 +0200 +++ /var/tmp/diff_new_pack.nGvWxV/_new 2025-04-07 13:58:40.685772756 +0200 @@ -1,7 +1,7 @@ # # spec file for package non-ntk # -# Copyright (c) 2024 SUSE LLC +# Copyright (c) 2025 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -42,6 +42,7 @@ # ./waf has a env python shebang, but is also compatible with python3 BuildRequires: python3-base BuildRequires: gcc-c++ +BuildRequires: waf %if 0%{?suse_version} BuildRequires: update-desktop-files %endif @@ -77,17 +78,16 @@ %prep %autosetup -p1 -n ntk-%{version} - sed -i -e "s|append_value('C\(.*\)FLAGS', CFLAGS|append_value('C\1FLAGS','%{optflags}'.split(' ')|" \ wscript %build -LDFLAGS="%{?__global_ldflags}" python3 ./waf -v configure --prefix=%{_prefix} \ +LDFLAGS="%{?__global_ldflags}" waf -v configure --prefix=%{_prefix} \ --libdir=%{_libdir} --enable-gl -python3 ./waf -v %{?_smp_mflags} +waf -v %{?_smp_mflags} %install -python3 ./waf -v install --destdir=%{buildroot} +waf -v install --destdir=%{buildroot} install -d -m 0755 %{buildroot}%{_datadir}/applications install -D -m 0644 %{SOURCE1} %{buildroot}%{_datadir}/applications/ntk-fluid.desktop rm %{buildroot}%{_libdir}/libntk*.a*