Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python314 for openSUSE:Factory 
checked in at 2024-11-15 15:42:33
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python314 (Old)
 and      /work/SRC/openSUSE:Factory/.python314.new.2017 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python314"

Fri Nov 15 15:42:33 2024 rev:2 rq:1224239 version:3.14.0~a1

Changes:
--------
--- /work/SRC/openSUSE:Factory/python314/python314.changes      2024-10-28 
15:19:04.736349412 +0100
+++ /work/SRC/openSUSE:Factory/.python314.new.2017/python314.changes    
2024-11-15 15:42:39.104938573 +0100
@@ -1,0 +2,11 @@
+Thu Nov 14 07:06:20 UTC 2024 - Matej Cepl <mc...@cepl.eu>
+
+- Remove -IVendor/ from python-config boo#1231795
+
+-------------------------------------------------------------------
+Mon Nov 11 14:37:12 UTC 2024 - Matej Cepl <mc...@cepl.eu>
+
+- Require exact clang18 and llvm18, because apparently CPython is
+  not ready for 19 yet (gh#python/cpython!125499).
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python314.spec ++++++
--- /var/tmp/diff_new_pack.s0Rgyc/_old  2024-11-15 15:42:40.092979935 +0100
+++ /var/tmp/diff_new_pack.s0Rgyc/_new  2024-11-15 15:42:40.092979935 +0100
@@ -261,8 +261,8 @@
 
 %if %{with experimental_jit}
 # needed for experimental_jit
-BuildRequires:  clang => 18
-BuildRequires:  llvm => 18
+BuildRequires:  clang18
+BuildRequires:  llvm18
 %endif
 
 %if %{without GIL}
@@ -839,6 +839,9 @@
 # install devel files to /config
 #cp Makefile Makefile.pre.in Makefile.pre 
$RPM_BUILD_ROOT%%{sitedir}/config-%%{python_abi}/
 
+# Remove -IVendor/ from python-config boo#1231795
+sed -i 's/-IVendor\///' %{buildroot}%{_bindir}/python%{python_abi}-config
+
 # RPM macros
 %if %{primary_interpreter}
 mkdir -p %{buildroot}%{_rpmconfigdir}/macros.d/

Reply via email to