Backport de 7.6.3.1 para CentOS 9

This commit is contained in:
Sandino Araico Sánchez 2023-12-02 03:19:59 -06:00
parent cd1ccb4cad
commit d2684c5baf
No known key found for this signature in database
GPG key ID: 90E64E484EED133A

View file

@ -1,13 +1,3 @@
## START: Set by rpmautospec
## (rpmautospec version 0.3.5)
## RPMAUTOSPEC: autorelease, autochangelog
%define autorelease(e:s:pb:n) %{?-p:0.}%{lua:
release_number = 3;
base_release_number = tonumber(rpm.expand("%{?-b*}%{!?-b:1}"));
print(release_number + base_release_number - 1);
}%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}}
## END: Set by rpmautospec
# download path contains version without the last (fourth) digit
%global libo_version 7.6.3
# Should contain .alphaX / .betaX, if this is pre-release (actually
@ -63,7 +53,7 @@ Summary: Free Software Productivity Suite
Name: libreoffice
Epoch: 1
Version: %{libo_version}.1
Release: 3%{?libo_prerelease}%{?dist}
Release: 4%{?libo_prerelease}%{?dist}
# default new files are: MPLv2
# older files are typically: MPLv2 incorporating work under ASLv2
# nlpsolver is: LGPLv3
@ -2310,6 +2300,9 @@ gtk-update-icon-cache -q %{_datadir}/icons/hicolor &>/dev/null || :
%{_includedir}/LibreOfficeKit
%changelog
* 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
* Thu Nov 23 2023 Sandino Araido Sánchez <sandino@sandino.net> - 1:7.6.2.1-3
- Removed ICU patch (already applied)
- Disabled some unit tests failing on CentOS 9