06.02.2023 06:17, Rafael Sadowski пишет:
> Update grantlee-qt5 to 5.3.1. All consumers built without issues
> OK with bump consumers because of the shared lib path change in PLIST?

If in doubt, bump -- can't hurt.

> -lib/grantlee/5.2/
> -@so lib/grantlee/5.2/grantlee_defaultfilters.so
> -@so lib/grantlee/5.2/grantlee_defaulttags.so
> -@so lib/grantlee/5.2/grantlee_i18ntags.so
> -@so lib/grantlee/5.2/grantlee_loadertags.so
> +lib/grantlee/5.3/
> +@so lib/grantlee/5.3/grantlee_defaultfilters.so
> +@so lib/grantlee/5.3/grantlee_defaulttags.so
> +@so lib/grantlee/5.3/grantlee_i18ntags.so
> +@so lib/grantlee/5.3/grantlee_loadertags.so

I think you can put the version string into a variable and then pass it
SUBST_VARS and/or UPDATE_PLIST_ARGS, so that these lines remain stable.

        V_PLIST = ${VERSION:R}
Not sure what to pass where, though.

Reply via email to