Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package libreoffice for openSUSE:Factory checked in at 2023-02-07 18:47:54 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libreoffice (Old) and /work/SRC/openSUSE:Factory/.libreoffice.new.4462 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libreoffice" Tue Feb 7 18:47:54 2023 rev:269 rq:1063547 version:7.4.4.2 Changes: -------- --- /work/SRC/openSUSE:Factory/libreoffice/libreoffice.changes 2023-02-04 14:21:10.827471340 +0100 +++ /work/SRC/openSUSE:Factory/.libreoffice.new.4462/libreoffice.changes 2023-02-07 18:47:55.630758273 +0100 @@ -1,0 +2,11 @@ +Mon Feb 6 08:55:57 UTC 2023 - Guillaume GARDET <guillaume.gar...@opensuse.org> + +- Update _constraints to match current requirements + +------------------------------------------------------------------- +Wed Feb 1 10:47:11 UTC 2023 - Andreas Schwab <sch...@suse.de> + +- riscv64-support.patch: Add backport of riscv64 support +- No gold on riscv64 + +------------------------------------------------------------------- New: ---- riscv64-support.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libreoffice.spec ++++++ --- /var/tmp/diff_new_pack.4NxG6c/_old 2023-02-07 18:47:56.730764184 +0100 +++ /var/tmp/diff_new_pack.4NxG6c/_new 2023-02-07 18:47:56.738764228 +0100 @@ -126,11 +126,15 @@ Patch990: install-with-hardlinks.diff # save time by relying on rpm check rather than doing stupid find+grep Patch991: libreoffice-no-destdircheck.patch +# PATCH-FIX-UPSTREAM Add riscv64 support (backport of commit bc9487f745be) +Patch1000: riscv64-support.patch BuildRequires: %{name}-share-linker BuildRequires: ant BuildRequires: autoconf BuildRequires: awk +%ifnarch riscv64 BuildRequires: binutils-gold +%endif BuildRequires: bison BuildRequires: bsh2 BuildRequires: commons-logging @@ -280,7 +284,7 @@ Obsoletes: %{name}-icon-theme-crystal < %{version} Provides: %{name}-icon-theme-oxygen = %{version} Obsoletes: %{name}-icon-theme-oxygen < %{version} -ExclusiveArch: aarch64 %{ix86} x86_64 ppc64le +ExclusiveArch: aarch64 %{ix86} x86_64 ppc64le riscv64 %if 0%{?suse_version} < 1550 # Too old boost on the system Source2020: %{external_url}/boost_1_79_0.tar.xz @@ -1050,6 +1054,7 @@ %patch17 -p1 %patch990 -p1 %patch991 -p1 +%patch1000 -p1 # Disable some of the failing tests (some are random) %if 0%{?suse_version} < 1330 @@ -1127,7 +1132,11 @@ %configure \ --with-parallelism=%{jobs} \ --enable-eot \ +%ifarch riscv64 + --enable-ld=bfd \ +%else --enable-ld=gold \ +%endif %if %{with lto} --enable-lto \ %endif ++++++ _constraints ++++++ --- /var/tmp/diff_new_pack.4NxG6c/_old 2023-02-07 18:47:56.934765281 +0100 +++ /var/tmp/diff_new_pack.4NxG6c/_new 2023-02-07 18:47:56.938765303 +0100 @@ -2,14 +2,11 @@ <constraints> <hardware> <physicalmemory> - <size unit="M">4000</size> + <size unit="M">6500</size> </physicalmemory> <disk> <size unit="G">25</size> </disk> - <memoryperjob> - <size unit="M">1200</size> - </memoryperjob> </hardware> <overwrite> <conditions> ++++++ riscv64-support.patch ++++++ ++++ 2176 lines (skipped)