Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package non-ntk for openSUSE:Factory checked 
in at 2025-03-24 13:27:25
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/non-ntk (Old)
 and      /work/SRC/openSUSE:Factory/.non-ntk.new.2696 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "non-ntk"

Mon Mar 24 13:27:25 2025 rev:10 rq:1255224 version:1.3.1001

Changes:
--------
--- /work/SRC/openSUSE:Factory/non-ntk/non-ntk.changes  2024-02-22 
21:02:43.868407201 +0100
+++ /work/SRC/openSUSE:Factory/.non-ntk.new.2696/non-ntk.changes        
2025-03-24 13:27:26.411768834 +0100
@@ -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.fXyc89/_old  2025-03-24 13:27:28.011835503 +0100
+++ /var/tmp/diff_new_pack.fXyc89/_new  2025-03-24 13:27:28.015835669 +0100
@@ -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*

Reply via email to