merge upstream/fedora
This commit is contained in:
commit
8403829b68
1 changed files with 9 additions and 11 deletions
|
@ -1,6 +1,6 @@
|
|||
|
||||
# download path contains version without the last (fourth) digit
|
||||
%global libo_version 24.8.0
|
||||
%global libo_version 24.8.1
|
||||
# Should contain .alphaX / .betaX, if this is pre-release (actually
|
||||
# pre-RC) version. The pre-release string is part of tarball file names,
|
||||
# so we need a way to define it easily at one place.
|
||||
|
@ -77,8 +77,8 @@ ExcludeArch: %{ix86}
|
|||
Summary: Free Software Productivity Suite
|
||||
Name: libreoffice
|
||||
Epoch: 1
|
||||
Version: %{libo_version}.3
|
||||
Release: 6%{dist}
|
||||
Version: %{libo_version}.2
|
||||
Release: 3%{dist}
|
||||
# default new files are: MPLv2
|
||||
# older files are typically: MPLv2 incorporating work under ASLv2
|
||||
# nlpsolver is: LGPLv3
|
||||
|
@ -311,19 +311,11 @@ Patch0: 0001-don-t-suppress-crashes.patch
|
|||
Patch1: 0001-disble-tip-of-the-day-dialog-by-default.patch
|
||||
# rhbz#1736810 disable opencl by default again
|
||||
Patch2: 0001-Resolves-rhbz-1432468-disable-opencl-by-default.patch
|
||||
# backported
|
||||
#Patch3: 0001-default-to-sifr-for-gnome-light-mode.patch
|
||||
# backported
|
||||
#Patch4: py313.patch
|
||||
# not upstreamed
|
||||
# fix FTB in ppc64le from sharkcz
|
||||
# https://lists.freedesktop.org/archives/libreoffice/2023-August/090870.html
|
||||
Patch11: lo-7.6-ppc64le-tests.patch
|
||||
Patch12: cflags.patch
|
||||
# icu 74 compatibility patch, from gentoo, via arch linux
|
||||
# https://bugs.gentoo.org/917618
|
||||
# https://bugs.documentfoundation.org/show_bug.cgi?id=158108
|
||||
#Patch12: libreoffice-7.5.8.2-icu-74-compatibility.patch
|
||||
Patch500: 0001-disable-libe-book-support.patch
|
||||
# https://lists.freedesktop.org/archives/libreoffice/2023-September/090948.html
|
||||
Patch501: kahansum_test_fix_for_aarc64_s390x.patch
|
||||
|
@ -2350,6 +2342,12 @@ gtk-update-icon-cache -q %{_datadir}/icons/hicolor &>/dev/null || :
|
|||
%{_includedir}/LibreOfficeKit
|
||||
|
||||
%changelog
|
||||
* Sat Sep 14 2024 Sandino Araico Sánchez <sandino@sandino.net> - 1:24.8.1.2-3
|
||||
- Backport to Fedora 39
|
||||
|
||||
* Wed Sep 11 2024 Gwyn Ciesla <gwync@protonmail.com> - 1:24.8.1.2-1
|
||||
- 24.8.1.2
|
||||
|
||||
* Mon Sep 09 2024 Sandino Araico Sánchez <sandino@sandino.net> - 1:24.8.0.3-6
|
||||
- Backport to Fedora 39
|
||||
|
||||
|
|
Loading…
Reference in a new issue