version bump: 7.6.0.1
This commit is contained in:
parent
d47cd73032
commit
9c26ed7b77
2 changed files with 10 additions and 12 deletions
|
@ -1,5 +1,5 @@
|
|||
# download path contains version without the last (fourth) digit
|
||||
%global libo_version 7.5.5
|
||||
%global libo_version 7.6.0
|
||||
# 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.
|
||||
|
@ -7,12 +7,7 @@
|
|||
# Should contain any suffix of release tarball name, e.g., -buildfix1.
|
||||
%global libo_buildfix %{nil}
|
||||
# rhbz#715152 state vendor
|
||||
%if 0%{?rhel}
|
||||
%global vendoroption --with-vendor="Red Hat, Inc."
|
||||
%endif
|
||||
%if 0%{?fedora}
|
||||
%global vendoroption --with-vendor="The Fedora Project"
|
||||
%endif
|
||||
%global vendoroption --with-vendor="Strepsirrhini"
|
||||
%global libo_python python3
|
||||
%global libo_python_executable %{__python3}
|
||||
%global libo_python_sitearch %{python3_sitearch}
|
||||
|
@ -57,7 +52,7 @@ ExcludeArch: %{ix86}
|
|||
Summary: Free Software Productivity Suite
|
||||
Name: libreoffice
|
||||
Epoch: 1
|
||||
Version: %{libo_version}.2
|
||||
Version: %{libo_version}.1
|
||||
Release: 1%{?libo_prerelease}%{?dist}
|
||||
# default new files are: MPLv2
|
||||
# older files are typically: MPLv2 incorporating work under ASLv2
|
||||
|
@ -143,6 +138,7 @@ BuildRequires: fontpackages-devel
|
|||
%if 0%{?fedora}
|
||||
BuildRequires: firebird-devel
|
||||
%endif
|
||||
BuildRequires: frozen-devel
|
||||
BuildRequires: glm-devel
|
||||
BuildRequires: hyphen-devel
|
||||
BuildRequires: libjpeg-turbo-devel
|
||||
|
@ -224,8 +220,8 @@ BuildRequires: pkgconfig(harfbuzz)
|
|||
BuildRequires: pkgconfig(libeot)
|
||||
BuildRequires: pkgconfig(libepubgen-0.1)
|
||||
BuildRequires: pkgconfig(libqxp-0.0)
|
||||
BuildRequires: pkgconfig(liborcus-0.17)
|
||||
BuildRequires: pkgconfig(mdds-2.0)
|
||||
BuildRequires: pkgconfig(liborcus-0.18)
|
||||
BuildRequires: pkgconfig(mdds-2.1)
|
||||
BuildRequires: pkgconfig(zxing)
|
||||
BuildRequires: libnumbertext-devel
|
||||
|
||||
|
@ -270,9 +266,7 @@ Patch3: 0001-Revert-tdf-101630-gdrive-support-w-oAuth-and-Drive-A.patch
|
|||
Patch4: 0001-default-to-sifr-for-gnome-light-mode.patch
|
||||
# TODO investigate these
|
||||
Patch5: 0001-aarch64-failing-here.patch
|
||||
Patch6: 0001-include-filename-if-the-test-fails.patch
|
||||
# backported
|
||||
Patch7: 0001-fix-testSignDocument_PEM_PDF.patch
|
||||
Patch8: 0001-Only-pass-I.-arguments-to-g-ir-scanner-by-using-pkg-.patch
|
||||
Patch9: 0001-Adapt-test-code-to-cURL-8.2.0.patch
|
||||
# not upstreamed
|
||||
|
@ -2258,6 +2252,9 @@ gtk-update-icon-cache -q %{_datadir}/icons/hicolor &>/dev/null || :
|
|||
%{_includedir}/LibreOfficeKit
|
||||
|
||||
%changelog
|
||||
* Sat Aug 05 2023 Sandino Araico Sánchez <sandino@sandino.net> 1:7.6.0.2-1
|
||||
- 7.6.0.2
|
||||
|
||||
* Mon Jul 31 2023 Gwyn Ciesla <gwync@protonmail.com> - 1:7.5.5.2-1
|
||||
- 7.5.5.2
|
||||
|
||||
|
|
1
Fedora-39
Symbolic link
1
Fedora-39
Symbolic link
|
@ -0,0 +1 @@
|
|||
CentOS-9
|
Loading…
Reference in a new issue