Merge branch 'sandino/24.2.1.1-el9' into backports/centos-9
This commit is contained in:
commit
be78d8449b
1 changed files with 14 additions and 3 deletions
|
@ -5,7 +5,7 @@
|
|||
%endif
|
||||
|
||||
# download path contains version without the last (fourth) digit
|
||||
%global libo_version 24.2.0
|
||||
%global libo_version 24.2.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.
|
||||
|
@ -58,8 +58,8 @@ ExcludeArch: %{ix86}
|
|||
Summary: Free Software Productivity Suite
|
||||
Name: libreoffice
|
||||
Epoch: 1
|
||||
Version: %{libo_version}.3
|
||||
Release: 4%{?libo_prerelease}%{?dist}
|
||||
Version: %{libo_version}.1
|
||||
Release: 3%{?libo_prerelease}%{?dist}
|
||||
# default new files are: MPLv2
|
||||
# older files are typically: MPLv2 incorporating work under ASLv2
|
||||
# nlpsolver is: LGPLv3
|
||||
|
@ -517,6 +517,7 @@ The LibreOffice Spreadsheet application.
|
|||
Summary: LibreOffice Drawing Application
|
||||
Requires: %{name}-core%{?_isa} = %{epoch}:%{version}-%{release}
|
||||
Requires: %{name}-data = %{epoch}:%{version}-%{release}
|
||||
Requires: %{name}-ogltrans%{?_isa} = %{epoch}:%{version}-%{release}
|
||||
Requires: %{name}-pdfimport%{?_isa} = %{epoch}:%{version}-%{release}
|
||||
Requires: %{name}-pyuno%{?_isa} = %{epoch}:%{version}-%{release}
|
||||
Requires: %{name}-graphicfilter%{?_isa} = %{epoch}:%{version}-%{release}
|
||||
|
@ -2340,6 +2341,9 @@ gtk-update-icon-cache -q %{_datadir}/icons/hicolor &>/dev/null || :
|
|||
%{_includedir}/LibreOfficeKit
|
||||
|
||||
%changelog
|
||||
* Thu Feb 22 2024 Sandino Araico Sánchez <sandino@sandino.net> - 1:24.2.1.1-3
|
||||
- Backport de 24.2.1.1 para CentOS 9
|
||||
|
||||
* Thu Feb 22 2024 Sandino Araico Sánchez <sandino@sandino.net> - 1:24.2.0.3-4
|
||||
- Backport de 24.2.0.3 para CentOS 9
|
||||
|
||||
|
@ -2347,6 +2351,12 @@ gtk-update-icon-cache -q %{_datadir}/icons/hicolor &>/dev/null || :
|
|||
- Backport de 24.2.0.2 para CentOS 9
|
||||
- El __pycache__ ya no se borra
|
||||
|
||||
* Wed Feb 21 2024 Gwyn Ciesla <gwync@protonmail.com> - 1:24.2.1.1-2
|
||||
- Draw requires oglrans
|
||||
|
||||
* Tue Feb 13 2024 Gwyn Ciesla <gwync@protonmail.com> - 1:24.2.1.1-1
|
||||
- 24.2.1.1
|
||||
|
||||
* Fri Feb 02 2024 Gwyn Ciesla <gwync@protonmail.com> - 1:24.2.0.3-3
|
||||
- Poppler rebuild
|
||||
|
||||
|
@ -5223,3 +5233,4 @@ gtk-update-icon-cache -q %{_datadir}/icons/hicolor &>/dev/null || :
|
|||
* Wed Sep 29 2010 Caolán McNamara <caolanm@redhat.com> 3.2.99.1-1
|
||||
- initial import of the leviathan
|
||||
|
||||
## END: Generated by rpmautospec
|
||||
|
|
Loading…
Reference in a new issue