Hi Michael,

On Thu, Sep 29, 2022 at 07:54:38PM +0200, Ladislav Michl wrote:
> diff --git a/scripts/migrate/migrate_ptx b/scripts/migrate/migrate_ptx
> index caee22fdd..7779c2937 100755
> --- a/scripts/migrate/migrate_ptx
> +++ b/scripts/migrate/migrate_ptx
> @@ -453,3 +453,10 @@ s/^\(\(# \)\?PTXCONF_LIBTHEORA_\)_/\1/
>  # reason : upstream lighttpd module mod_compress was replaced by mod_deflate
>  #
>  s/^\(\(# \)\?PTXCONF_LIGHTTPD_MOD_\)COMPRESS\>/\1DEFLATE/
> +
> +# from   : ptxdist-2022.09.0
> +# to     : ptxdist-2022.10.0

This should now read:
# from   : ptxdist-2022.10.0
# to     : ptxdist-2022.11.0

Will you fixup while applying or is there a need for v3?

> +# symbol : UTIL_LINUX_NG* -> UTIL_LINUX*
> +# reason : upstream util-linux-ng fork was renamed back to util-linux over a 
> decade ago
> +#
> +s/^\(\(# \)\?PTXCONF_UTIL_LINUX\)_NG/\1/
> -- 
> 2.32.0
> 

Reply via email to