merge sandino/7.6.4-el9
This commit is contained in:
commit
93e798d957
1 changed files with 10 additions and 2 deletions
|
@ -1,5 +1,6 @@
|
|||
|
||||
# download path contains version without the last (fourth) digit
|
||||
%global libo_version 7.6.3
|
||||
%global libo_version 7.6.4
|
||||
# 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.
|
||||
|
@ -53,7 +54,7 @@ Summary: Free Software Productivity Suite
|
|||
Name: libreoffice
|
||||
Epoch: 1
|
||||
Version: %{libo_version}.1
|
||||
Release: 5+gob.mx%{?libo_prerelease}%{?dist}
|
||||
Release: 4+gob.mx%{?libo_prerelease}%{?dist}
|
||||
# default new files are: MPLv2
|
||||
# older files are typically: MPLv2 incorporating work under ASLv2
|
||||
# nlpsolver is: LGPLv3
|
||||
|
@ -299,6 +300,7 @@ Patch3: 0001-default-to-sifr-for-gnome-light-mode.patch
|
|||
Patch4: 0001-Only-pass-I.-arguments-to-g-ir-scanner-by-using-pkg-.patch
|
||||
Patch5: limit-tests-giving-dubious-results-to-x86_64.patch
|
||||
Patch6: pdfdoc.patch
|
||||
Patch7: 0001-tdf-158302-fix-build-against-system-libxml-2.12.patch
|
||||
# not upstreamed
|
||||
# fix FTB in ppc64le from sharkcz
|
||||
# https://lists.freedesktop.org/archives/libreoffice/2023-August/090870.html
|
||||
|
@ -2813,6 +2815,12 @@ gtk-update-icon-cache -q %{_datadir}/icons/hicolor &>/dev/null || :
|
|||
%{_includedir}/LibreOfficeKit
|
||||
|
||||
%changelog
|
||||
* Tue Dec 12 2023 Sandino Araico Sánchez <sandino@sandino.net> - 1:7.6.4.1-2
|
||||
- Backport de 7.6.4.1 para CentOS 9
|
||||
|
||||
* Fri Dec 08 2023 Gwyn Ciesla <gwync@protonmail.com> - 1:7.6.4.1-1
|
||||
- 7.6.4.1
|
||||
|
||||
* Sat Dec 02 2023 Sandino Araico Sánchez <sandino@sandino.net> - 1:7.6.3.1-4
|
||||
- Backport de 7.6.3.1 para CentOS 9
|
||||
|
||||
|
|
Loading…
Reference in a new issue