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>
|
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>
|
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
|
* RC3 7.1 series
|
||||||
- Update bundled dependencies
|
- Update bundled dependencies
|
||||||
- New patch use-comphelper.patch to fix build
|
- 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>
|
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
|
* RC2 release of 7.0.1
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
|
@ -412,10 +412,10 @@ Obsoletes: %{name}-base-drivers-mysql
|
|||||||
Requires: %{name}-base-drivers-firebird
|
Requires: %{name}-base-drivers-firebird
|
||||||
%else
|
%else
|
||||||
%ifarch %{ix86}
|
%ifarch %{ix86}
|
||||||
Requires: jre-32 >= 1.6
|
Requires: jre-32 >= 1.8
|
||||||
%endif
|
%endif
|
||||||
%ifarch x86_64 aarch64
|
%ifarch x86_64 aarch64
|
||||||
Requires: jre-64 >= 1.6
|
Requires: jre-64 >= 1.8
|
||||||
%endif
|
%endif
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
@ -617,10 +617,10 @@ Summary: OfficeBean Java Bean component for LibreOffice
|
|||||||
Group: Productivity/Office/Suite
|
Group: Productivity/Office/Suite
|
||||||
Requires: %{name} = %{version}
|
Requires: %{name} = %{version}
|
||||||
%ifarch %{ix86}
|
%ifarch %{ix86}
|
||||||
Requires: jre-32 >= 1.6
|
Requires: jre-32 >= 1.8
|
||||||
%endif
|
%endif
|
||||||
%ifarch x86_64 aarch64 ppc64le
|
%ifarch x86_64 aarch64 ppc64le
|
||||||
Requires: jre-64 >= 1.6
|
Requires: jre-64 >= 1.8
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%description officebean
|
%description officebean
|
||||||
@ -648,10 +648,10 @@ Requires: libreoffice-pyuno = %{version}
|
|||||||
Requires(pre): libreoffice = %{version}
|
Requires(pre): libreoffice = %{version}
|
||||||
# the watchWindow extension is written in java
|
# the watchWindow extension is written in java
|
||||||
%ifarch %{ix86}
|
%ifarch %{ix86}
|
||||||
Requires: jre-32 >= 9.0
|
Requires: jre-32 >= 1.8
|
||||||
%endif
|
%endif
|
||||||
%ifarch x86_64 aarch64 ppc64le
|
%ifarch x86_64 aarch64 ppc64le
|
||||||
Requires: jre-64 >= 9.0
|
Requires: jre-64 >= 1.8
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%description calc-extensions
|
%description calc-extensions
|
||||||
@ -668,10 +668,10 @@ Requires: libreoffice-writer = %{version}
|
|||||||
Requires(pre): libreoffice = %{version}
|
Requires(pre): libreoffice = %{version}
|
||||||
# the wiki extension is written in java
|
# the wiki extension is written in java
|
||||||
%ifarch %{ix86}
|
%ifarch %{ix86}
|
||||||
Requires: jre-32 >= 9.0
|
Requires: jre-32 >= 1.8
|
||||||
%endif
|
%endif
|
||||||
%ifarch x86_64 aarch64 ppc64le
|
%ifarch x86_64 aarch64 ppc64le
|
||||||
Requires: jre-64 >= 9.0
|
Requires: jre-64 >= 1.8
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%description writer-extensions
|
%description writer-extensions
|
||||||
|
Loading…
x
Reference in New Issue
Block a user