Projects
Extra
speechnote
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 8
View file
speechnote.changes
Changed
@@ -1,4 +1,10 @@ ------------------------------------------------------------------- +Thu Feb 5 18:20:05 UTC 2026 - Giacomo Comes <gcomes.obs@gmail.com> + +- make simpler build speechnote-python-modules for Leap 16.0 + in case python312 becomes available + +------------------------------------------------------------------- Thu Aug 28 13:16:53 UTC 2025 - Giacomo Comes <gcomes.obs@gmail.com> - Update to version 4.8.3
View file
speechnote.spec
Changed
@@ -26,11 +26,12 @@ %endif %if 0%{?suse_version} == 1600 %define isLeap16 %nil +%define forcemodules 0 %else %undefine isLeap16 %endif -%if %{defined isLeap16} +%if %{defined isLeap16} && ! 0%{?forcemodules} %define pythons python313 %bcond_with python_modules %else @@ -40,7 +41,7 @@ %bcond_with mkl %bcond_with download -%if %{defined isLeap15} +%if %{defined isLeap15} || %{defined isLeap16} %bcond_with system_pybind11 %else %bcond_without system_pybind11 @@ -163,6 +164,9 @@ %prep %setup -q -n %{aname}-%{version} +%if 0%{?forcemodules} +sed -i '/CMAKE_ARGS/s@^@ PATCH_COMMAND sed -i "s,3.7,3.12 EXACT," tools/pybind11NewTools.cmake\n@' cmake/pybind11.cmake +%endif %if %{without download} #do not download libsst sed -i '/DOWNLOAD/d' cmake/libstt.cmake
Locations
Projects
Search
Status Monitor
Help
Open Build Service
OBS Manuals
API Documentation
OBS Portal
Reporting a Bug
Contact
Mailing List
Forums
Chat (IRC)
Twitter
Open Build Service (OBS)
is an
openSUSE project
.