spec de Libreoffice 7.5.4.2 de fedora 39
This commit is contained in:
parent
eb1eac3d95
commit
a6ddf7ff2d
1 changed files with 18 additions and 4 deletions
|
@ -1,5 +1,5 @@
|
|||
# download path contains version without the last (fourth) digit
|
||||
%global libo_version 7.5.3
|
||||
%global libo_version 7.5.4
|
||||
# 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.
|
||||
|
@ -147,7 +147,6 @@ BuildRequires: lpsolve-devel
|
|||
BuildRequires: openldap-devel
|
||||
BuildRequires: pam-devel
|
||||
BuildRequires: pkgconfig(bluez)
|
||||
BuildRequires: pkgconfig(dbus-glib-1)
|
||||
BuildRequires: pkgconfig(dconf)
|
||||
BuildRequires: pkgconfig(epoxy)
|
||||
BuildRequires: pkgconfig(evolution-data-server-1.2)
|
||||
|
@ -269,7 +268,8 @@ 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
|
||||
Patch7: 0001-tdf-155161-Always-embed-fonts-with-CFF2-table-as-PDF.patch
|
||||
# backported
|
||||
Patch7: 0001-fix-testSignDocument_PEM_PDF.patch
|
||||
# not upstreamed
|
||||
Patch500: 0001-disable-libe-book-support.patch
|
||||
|
||||
|
@ -993,7 +993,7 @@ rm -rf git-hooks */git-hooks
|
|||
# This is normally done by %%autosetup -S git_am,
|
||||
# but that does not work with multiple -b options, so we use plain %%setup above
|
||||
%global __scm git_am
|
||||
%__scm_setup_git_am
|
||||
%__scm_setup_git_am -q
|
||||
|
||||
#Customize Palette to add Red Hat colours
|
||||
(head -n -1 extras/source/palettes/standard.soc && \
|
||||
|
@ -2250,6 +2250,20 @@ gtk-update-icon-cache -q %{_datadir}/icons/hicolor &>/dev/null || :
|
|||
%{_includedir}/LibreOfficeKit
|
||||
|
||||
%changelog
|
||||
* Mon Jun 19 2023 Mamoru TASAKA <mtasaka@fedoraproject.org> - 1:7.5.4.2-2
|
||||
- Backport upstream fix for testSignDocument_PEM_PDF test failure
|
||||
- Enable test again
|
||||
|
||||
* Fri Jun 16 2023 Gwyn Ciesla <gwync@protonmail.com> - 1:7.5.4.2-1
|
||||
- 7.5.4.2
|
||||
- Drop 0001-tdf-155161-Always-embed-fonts-with-CFF2-table-as-PDF.patch, upstreamed.
|
||||
|
||||
* Thu Jun 15 2023 Gwyn Ciesla <gwync@protonmail.com> - 1:7.5.3.2-4
|
||||
- Disable tests temporarily to resolve FTBFS.
|
||||
|
||||
* Thu Jun 15 2023 Python Maint <python-maint@redhat.com> - 1:7.5.3.2-3
|
||||
- Rebuilt for Python 3.12
|
||||
|
||||
* Tue May 09 2023 Caolán McNamara <caolanm@redhat.com> - 1:7.5.3.2-2
|
||||
- rhbz#2192915 Japanese font not printed
|
||||
|
||||
|
|
Loading…
Reference in a new issue