diff --git a/kapidox.changes b/kapidox.changes index 03f4b58..b04573a 100644 --- a/kapidox.changes +++ b/kapidox.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Feb 15 09:25:42 UTC 2019 - alarrosa@suse.com + +- Downgrade the Qt version requirement to build with 5.9 + ------------------------------------------------------------------- Sun Feb 10 22:03:00 UTC 2019 - lbeltrame@kde.org diff --git a/kapidox.spec b/kapidox.spec index d5d6be8..a93ffb5 100644 --- a/kapidox.spec +++ b/kapidox.spec @@ -47,6 +47,9 @@ Doxygen-formatted codde comments in a standard format and style. %prep %setup -q +%if 0%{?suse_version} == 1500 +sed -i -e "s/^set *(REQUIRED_QT_VERSION 5.10.0)$/set(REQUIRED_QT_VERSION 5.9.0)/" CMakeLists.txt +%endif %build python3 setup.py build