Hello community, here is the log from the commit of package alacritty for openSUSE:Factory checked in at 2018-04-30 22:58:24 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/alacritty (Old) and /work/SRC/openSUSE:Factory/.alacritty.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "alacritty" Mon Apr 30 22:58:24 2018 rev:2 rq:602531 version:0.1.0 Changes: -------- --- /work/SRC/openSUSE:Factory/alacritty/alacritty.changes 2018-03-30 12:09:19.773597459 +0200 +++ /work/SRC/openSUSE:Factory/.alacritty.new/alacritty.changes 2018-04-30 22:59:34.775057948 +0200 @@ -1,0 +2,6 @@ +Wed Apr 25 11:33:09 UTC 2018 - guillaume.gar...@opensuse.org + +- Remove checksums for config.guess and config.sub for aarch64 + and ppc64le since they are updated + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ alacritty.spec ++++++ --- /var/tmp/diff_new_pack.20hjt8/_old 2018-04-30 22:59:35.459032990 +0200 +++ /var/tmp/diff_new_pack.20hjt8/_new 2018-04-30 22:59:35.463032844 +0200 @@ -39,8 +39,8 @@ rendering. %package bash-completion -Release: 0 Summary: Bash Completion for %{name} +Group: System/X11/Terminals Requires: bash-completion Supplements: packageand(%{name}:bash) BuildArch: noarch @@ -50,8 +50,8 @@ for every argument that can currently be passed to alacritty. %package fish-completion -Release: 0 Summary: Fish Completion for %{name} +Group: System/X11/Terminals Supplements: packageand(%{name}:fish) BuildArch: noarch @@ -59,8 +59,8 @@ The official fish completion script for alacritty. %package zsh-completion -Release: 0 Summary: ZSH Completion for %{name} +Group: System/X11/Terminals Supplements: packageand(%{name}:zsh) BuildArch: noarch @@ -87,6 +87,11 @@ [source.vendored-sources] directory = "./vendor" EOF +%ifarch aarch64 ppc64le +# Remove checksum of config.guess and config.sub since aarch64 and ppc64le modify them +sed -i 's#"expat/conftools/config.guess":"ebaffe1c6683ae2c3dcabb87825a83b892f00391514756f7640c4a3dcafbad4f",##g' ./vendor/expat-sys/.cargo-checksum.json +sed -i 's#"expat/conftools/config.sub":"523cb028db907d1fbbcecdcac6737f9e2eeba48fb639231dbc5ae69238f276c9",##g' ./vendor/expat-sys/.cargo-checksum.json +%endif %build export CARGO_HOME=$PWD/cargo-home