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 2024-02-04 19:08:35
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/non-ntk (Old)
 and      /work/SRC/openSUSE:Factory/.non-ntk.new.1815 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "non-ntk"

Sun Feb  4 19:08:35 2024 rev:8 rq:1143776 version:1.3.1001

Changes:
--------
--- /work/SRC/openSUSE:Factory/non-ntk/non-ntk.changes  2023-08-04 
15:03:17.776233006 +0200
+++ /work/SRC/openSUSE:Factory/.non-ntk.new.1815/non-ntk.changes        
2024-02-04 19:08:58.724126777 +0100
@@ -1,0 +2,7 @@
+Sat Feb  3 10:08:33 UTC 2024 - Dominique Leuenberger <dims...@opensuse.org>
+
+- Use python3-base to build instead of python-base (aka python2):
+  waf uses a /usr/bin/env python shebang, but the script is fully
+  compatible with python3. Call it explicitly as python3 waf.
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ non-ntk.spec ++++++
--- /var/tmp/diff_new_pack.GHqXmA/_old  2024-02-04 19:08:59.192143642 +0100
+++ /var/tmp/diff_new_pack.GHqXmA/_new  2024-02-04 19:08:59.192143642 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package non-ntk
 #
-# Copyright (c) 2022 SUSE LLC
+# Copyright (c) 2024 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -39,8 +39,8 @@
 BuildRequires:  pkgconfig(glu)
 BuildRequires:  pkgconfig(libpng)
 BuildRequires:  pkgconfig(xft)
-# needed by ./waf
-BuildRequires:  python-base
+# ./waf has a env python shebang, but is also compatible with python3
+BuildRequires:  python3-base
 BuildRequires:  gcc-c++
 %if 0%{?suse_version}
 BuildRequires:  update-desktop-files
@@ -84,12 +84,12 @@
  wscript
 
 %build
-LDFLAGS="%{?__global_ldflags}" ./waf -v configure --prefix=%{_prefix} \
+LDFLAGS="%{?__global_ldflags}" python3 ./waf -v configure --prefix=%{_prefix} \
   --libdir=%{_libdir} --enable-gl
-./waf -v %{?_smp_mflags}
+python3 ./waf -v %{?_smp_mflags}
 
 %install
-./waf -v install --destdir=%{buildroot}
+python3 ./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