Accepting request 893042 from LibreOffice:7.1
- libreoffice requires at least java 1.8.0 to run properly - mention some forgotten issues in the changelog - Update to 7.1.0.3 (bsc#1176198, bsc#1176197, bsc#1175552) - Update to 7.0.1.2 (bsc#1172941, bsc#1162022): OBS-URL: https://build.opensuse.org/request/show/893042 OBS-URL: https://build.opensuse.org/package/show/LibreOffice:Factory/libreoffice?expand=0&rev=958
This commit is contained in:
parent
391eec6621
commit
f19be52c3c
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri May 14 07:04:57 UTC 2021 - Markéta Machová <mmachova@suse.com>
|
||||
|
||||
- libreoffice requires at least java 1.8.0 to run properly
|
||||
- mention some forgotten issues in the changelog
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 4 11:31:27 UTC 2021 - Markéta Machová <mmachova@suse.com>
|
||||
|
||||
@ -75,7 +81,7 @@ Fri Feb 12 08:07:45 UTC 2021 - Markéta Machová <mmachova@suse.com>
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 1 13:08:22 UTC 2021 - Markéta Machová <mmachova@suse.com>
|
||||
|
||||
- Update to 7.1.0.3
|
||||
- Update to 7.1.0.3 (bsc#1176198, bsc#1176197, bsc#1175552)
|
||||
* RC3 7.1 series
|
||||
- Update bundled dependencies
|
||||
- New patch use-comphelper.patch to fix build
|
||||
@ -163,7 +169,7 @@ Tue Oct 6 08:26:14 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 3 11:13:13 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
|
||||
|
||||
- Update to 7.0.1.2:
|
||||
- Update to 7.0.1.2 (bsc#1172941, bsc#1162022):
|
||||
* RC2 release of 7.0.1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
|
@ -412,10 +412,10 @@ Obsoletes: %{name}-base-drivers-mysql
|
||||
Requires: %{name}-base-drivers-firebird
|
||||
%else
|
||||
%ifarch %{ix86}
|
||||
Requires: jre-32 >= 1.6
|
||||
Requires: jre-32 >= 1.8
|
||||
%endif
|
||||
%ifarch x86_64 aarch64
|
||||
Requires: jre-64 >= 1.6
|
||||
Requires: jre-64 >= 1.8
|
||||
%endif
|
||||
%endif
|
||||
|
||||
@ -617,10 +617,10 @@ Summary: OfficeBean Java Bean component for LibreOffice
|
||||
Group: Productivity/Office/Suite
|
||||
Requires: %{name} = %{version}
|
||||
%ifarch %{ix86}
|
||||
Requires: jre-32 >= 1.6
|
||||
Requires: jre-32 >= 1.8
|
||||
%endif
|
||||
%ifarch x86_64 aarch64 ppc64le
|
||||
Requires: jre-64 >= 1.6
|
||||
Requires: jre-64 >= 1.8
|
||||
%endif
|
||||
|
||||
%description officebean
|
||||
@ -648,10 +648,10 @@ Requires: libreoffice-pyuno = %{version}
|
||||
Requires(pre): libreoffice = %{version}
|
||||
# the watchWindow extension is written in java
|
||||
%ifarch %{ix86}
|
||||
Requires: jre-32 >= 9.0
|
||||
Requires: jre-32 >= 1.8
|
||||
%endif
|
||||
%ifarch x86_64 aarch64 ppc64le
|
||||
Requires: jre-64 >= 9.0
|
||||
Requires: jre-64 >= 1.8
|
||||
%endif
|
||||
|
||||
%description calc-extensions
|
||||
@ -668,10 +668,10 @@ Requires: libreoffice-writer = %{version}
|
||||
Requires(pre): libreoffice = %{version}
|
||||
# the wiki extension is written in java
|
||||
%ifarch %{ix86}
|
||||
Requires: jre-32 >= 9.0
|
||||
Requires: jre-32 >= 1.8
|
||||
%endif
|
||||
%ifarch x86_64 aarch64 ppc64le
|
||||
Requires: jre-64 >= 9.0
|
||||
Requires: jre-64 >= 1.8
|
||||
%endif
|
||||
|
||||
%description writer-extensions
|
||||
|
Loading…
x
Reference in New Issue
Block a user