Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package alacritty for openSUSE:Factory 
checked in at 2023-01-26 13:57:45
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/alacritty (Old)
 and      /work/SRC/openSUSE:Factory/.alacritty.new.32243 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "alacritty"

Thu Jan 26 13:57:45 2023 rev:29 rq:1061014 version:0.11.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/alacritty/alacritty.changes      2022-12-14 
14:12:07.327840091 +0100
+++ /work/SRC/openSUSE:Factory/.alacritty.new.32243/alacritty.changes   
2023-01-26 14:13:49.905353213 +0100
@@ -1,0 +2,7 @@
+Wed Jan 25 16:15:25 UTC 2023 - Guillaume GARDET <guillaume.gar...@opensuse.org>
+
+- Add back the config.guess/config.sub workaround for aarch64,
+  ppc64le and riscv64, which was silently dropped from previous
+  commit.
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ alacritty.spec ++++++
--- /var/tmp/diff_new_pack.sOL2gp/_old  2023-01-26 14:13:50.445356067 +0100
+++ /var/tmp/diff_new_pack.sOL2gp/_new  2023-01-26 14:13:50.449356088 +0100
@@ -74,6 +74,15 @@
 mkdir .cargo
 cp %{SOURCE2} .cargo/config
 
+%ifarch aarch64 ppc64le riscv64
+# 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
+%ifarch riscv64
+sed -i -e 
's#"config.guess":"e0c1d7ef8ce964fb57c35e7704ae8661d7e4ca87d6a3c18950e503ae26b62319",##'
 -e 
's#"config.sub":"f7e62c3cb15cd5bbc4e7f3617793b227481fc554d39697a9c322a266d20fb626",##'
 vendor/servo-fontconfig-sys/.cargo-checksum.json
+%endif
+
 %build
 RUSTFLAGS=%{rustflags} %{cargo_build}
 

Reply via email to