Subida de versión solamente, a la 24.1
Se comentaron algunos parches que ya vienen incluídos en esta versión.
This commit is contained in:
parent
649ad6f838
commit
f0331496bc
1 changed files with 6 additions and 26 deletions
|
@ -1,15 +1,6 @@
|
||||||
## START: Set by rpmautospec
|
|
||||||
## (rpmautospec version 0.3.5)
|
|
||||||
## RPMAUTOSPEC: autorelease, autochangelog
|
|
||||||
%define autorelease(e:s:pb:n) %{?-p:0.}%{lua:
|
|
||||||
release_number = 1;
|
|
||||||
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
|
# download path contains version without the last (fourth) digit
|
||||||
%global libo_version 7.6.4
|
%global libo_version 24.2.0
|
||||||
# Should contain .alphaX / .betaX, if this is pre-release (actually
|
# Should contain .alphaX / .betaX, if this is pre-release (actually
|
||||||
# pre-RC) version. The pre-release string is part of tarball file names,
|
# 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.
|
# so we need a way to define it easily at one place.
|
||||||
|
@ -17,12 +8,7 @@
|
||||||
# Should contain any suffix of release tarball name, e.g., -buildfix1.
|
# Should contain any suffix of release tarball name, e.g., -buildfix1.
|
||||||
%global libo_buildfix %{nil}
|
%global libo_buildfix %{nil}
|
||||||
# rhbz#715152 state vendor
|
# rhbz#715152 state vendor
|
||||||
%if 0%{?rhel}
|
%global vendoroption --with-vendor="Strepsirrhini"
|
||||||
%global vendoroption --with-vendor="Red Hat, Inc."
|
|
||||||
%endif
|
|
||||||
%if 0%{?fedora}
|
|
||||||
%global vendoroption --with-vendor="The Fedora Project"
|
|
||||||
%endif
|
|
||||||
%global libo_python python3
|
%global libo_python python3
|
||||||
%global libo_python_executable %{__python3}
|
%global libo_python_executable %{__python3}
|
||||||
%global libo_python_sitearch %{python3_sitearch}
|
%global libo_python_sitearch %{python3_sitearch}
|
||||||
|
@ -68,11 +54,7 @@ Summary: Free Software Productivity Suite
|
||||||
Name: libreoffice
|
Name: libreoffice
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
Version: %{libo_version}.1
|
Version: %{libo_version}.1
|
||||||
%if 0%{?libo_prerelease}
|
Release: 1
|
||||||
Release: %autorelease -e %{?libo_prerelease}
|
|
||||||
%else
|
|
||||||
Release: %autorelease
|
|
||||||
%endif
|
|
||||||
# default new files are: MPLv2
|
# default new files are: MPLv2
|
||||||
# older files are typically: MPLv2 incorporating work under ASLv2
|
# older files are typically: MPLv2 incorporating work under ASLv2
|
||||||
# nlpsolver is: LGPLv3
|
# nlpsolver is: LGPLv3
|
||||||
|
@ -287,11 +269,6 @@ Patch1: 0001-disble-tip-of-the-day-dialog-by-default.patch
|
||||||
Patch2: 0001-Resolves-rhbz-1432468-disable-opencl-by-default.patch
|
Patch2: 0001-Resolves-rhbz-1432468-disable-opencl-by-default.patch
|
||||||
# backported
|
# backported
|
||||||
Patch3: 0001-default-to-sifr-for-gnome-light-mode.patch
|
Patch3: 0001-default-to-sifr-for-gnome-light-mode.patch
|
||||||
# backported
|
|
||||||
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
|
# not upstreamed
|
||||||
# fix FTB in ppc64le from sharkcz
|
# fix FTB in ppc64le from sharkcz
|
||||||
# https://lists.freedesktop.org/archives/libreoffice/2023-August/090870.html
|
# https://lists.freedesktop.org/archives/libreoffice/2023-August/090870.html
|
||||||
|
@ -2274,6 +2251,9 @@ gtk-update-icon-cache -q %{_datadir}/icons/hicolor &>/dev/null || :
|
||||||
%{_includedir}/LibreOfficeKit
|
%{_includedir}/LibreOfficeKit
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jan 16 2024 Sandino Araico Sánchez <sandino@sandino.net> - 24.2.0.1-1
|
||||||
|
- Subida de versión
|
||||||
|
|
||||||
* Fri Dec 08 2023 Gwyn Ciesla <gwync@protonmail.com> - 1:7.6.4.1-1
|
* Fri Dec 08 2023 Gwyn Ciesla <gwync@protonmail.com> - 1:7.6.4.1-1
|
||||||
- 7.6.4.1
|
- 7.6.4.1
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue