From 7c6872190cc32e52697dcc69562cf3546c192520 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sandino=20Araico=20S=C3=A1nchez?= Date: Thu, 22 Feb 2024 23:01:03 -0600 Subject: [PATCH] Spec de Fedora 24.2.0.3 --- CentOS-9/SPECS/libreoffice.spec | 21 ++++++++++++++++----- 1 file changed, 16 insertions(+), 5 deletions(-) diff --git a/CentOS-9/SPECS/libreoffice.spec b/CentOS-9/SPECS/libreoffice.spec index f3e1fe2..16424af 100644 --- a/CentOS-9/SPECS/libreoffice.spec +++ b/CentOS-9/SPECS/libreoffice.spec @@ -1,8 +1,8 @@ ## START: Set by rpmautospec -## (rpmautospec version 0.5.1) +## (rpmautospec version 0.3.5) ## RPMAUTOSPEC: autorelease, autochangelog %define autorelease(e:s:pb:n) %{?-p:0.}%{lua: - release_number = 5; + 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}} @@ -72,7 +72,7 @@ ExcludeArch: %{ix86} Summary: Free Software Productivity Suite Name: libreoffice Epoch: 1 -Version: %{libo_version}.2 +Version: %{libo_version}.3 %if 0%{?libo_prerelease} Release: %autorelease -e %{?libo_prerelease} %else @@ -301,6 +301,10 @@ Patch4: py313.patch # fix FTB in ppc64le from sharkcz # https://lists.freedesktop.org/archives/libreoffice/2023-August/090870.html Patch11: lo-7.6-ppc64le-tests.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 @@ -2282,7 +2286,15 @@ gtk-update-icon-cache -q %{_datadir}/icons/hicolor &>/dev/null || : %{_includedir}/LibreOfficeKit %changelog -## START: Generated by rpmautospec +* Fri Feb 02 2024 Gwyn Ciesla - 1:24.2.0.3-3 +- Poppler rebuild + +* Wed Jan 31 2024 Pete Walter - 1:24.2.0.3-2 +- Fix FTBFS with icu 74 + +* Tue Jan 30 2024 Gwyn Ciesla - 1:24.2.0.3-1 +- 24.2.0.3 + * Thu Jan 25 2024 Fedora Release Engineering - 1:24.2.0.2-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild @@ -5071,4 +5083,3 @@ gtk-update-icon-cache -q %{_datadir}/icons/hicolor &>/dev/null || : * Wed Sep 29 2010 Caolán McNamara 3.2.99.1-1 - initial import of the leviathan -## END: Generated by rpmautospec