diff --git a/libqt5-qtgraphicaleffects.changes b/libqt5-qtgraphicaleffects.changes index 7f27ae5..584605f 100644 --- a/libqt5-qtgraphicaleffects.changes +++ b/libqt5-qtgraphicaleffects.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Jul 12 08:45:40 UTC 2023 - Christophe Marin + +- Fix broken QML dependency + ------------------------------------------------------------------- Tue Jun 13 12:58:51 UTC 2023 - Fabian Vogt diff --git a/libqt5-qtgraphicaleffects.spec b/libqt5-qtgraphicaleffects.spec index 9e905e1..683cbae 100644 --- a/libqt5-qtgraphicaleffects.spec +++ b/libqt5-qtgraphicaleffects.spec @@ -48,6 +48,9 @@ handling. %prep %autosetup -p1 -n %{tar_version} +# '/' in QML dependencies is broken, replace with a dot +sed -i 's#QtGraphicalEffects/private#QtGraphicalEffects\.private#' src/effects/qmldir + %build %if %{qt5_snapshot} #force the configure script to generate the forwarding headers (it checks whether .git directory exists)