Spec de Fedora 24.8.1.2
This commit is contained in:
parent
7dbb583345
commit
0ecfeebcdd
1 changed files with 6 additions and 11 deletions
|
@ -2,14 +2,14 @@
|
|||
## (rpmautospec version 0.7.1)
|
||||
## RPMAUTOSPEC: autorelease, autochangelog
|
||||
%define autorelease(e:s:pb:n) %{?-p:0.}%{lua:
|
||||
release_number = 3;
|
||||
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
|
||||
%global libo_version 24.8.0
|
||||
%global libo_version 24.8.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.
|
||||
|
@ -91,7 +91,7 @@ ExcludeArch: %{ix86}
|
|||
Summary: Free Software Productivity Suite
|
||||
Name: libreoffice
|
||||
Epoch: 1
|
||||
Version: %{libo_version}.3
|
||||
Version: %{libo_version}.2
|
||||
%if 0%{?libo_prerelease}
|
||||
Release: %autorelease -e %{?libo_prerelease}
|
||||
%else
|
||||
|
@ -329,19 +329,11 @@ Patch0: 0001-don-t-suppress-crashes.patch
|
|||
Patch1: 0001-disble-tip-of-the-day-dialog-by-default.patch
|
||||
# rhbz#1736810 disable opencl by default again
|
||||
Patch2: 0001-Resolves-rhbz-1432468-disable-opencl-by-default.patch
|
||||
# backported
|
||||
#Patch3: 0001-default-to-sifr-for-gnome-light-mode.patch
|
||||
# backported
|
||||
#Patch4: py313.patch
|
||||
# not upstreamed
|
||||
# fix FTB in ppc64le from sharkcz
|
||||
# https://lists.freedesktop.org/archives/libreoffice/2023-August/090870.html
|
||||
Patch11: lo-7.6-ppc64le-tests.patch
|
||||
Patch12: cflags.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
|
||||
|
@ -2369,6 +2361,9 @@ gtk-update-icon-cache -q %{_datadir}/icons/hicolor &>/dev/null || :
|
|||
|
||||
%changelog
|
||||
## START: Generated by rpmautospec
|
||||
* Wed Sep 11 2024 Gwyn Ciesla <gwync@protonmail.com> - 1:24.8.1.2-1
|
||||
- 24.8.1.2
|
||||
|
||||
* Fri Sep 06 2024 Gwyn Ciesla <gwync@protonmail.com> - 1:24.8.0.3-3
|
||||
- 24.8.0.3
|
||||
|
||||
|
|
Loading…
Reference in a new issue