[PATCH 0/2] Update libreoffice.

  • Done
  • quality assurance status badge
Details
2 participants
  • Ludovic Courtès
  • Nicolas Graves
Owner
unassigned
Submitted by
Nicolas Graves
Severity
normal
N
N
Nicolas Graves wrote on 25 May 12:11 +0200
(address . guix-patches@gnu.org)(address . ngraves@ngraves.fr)
20240525101149.546-1-ngraves@ngraves.fr
Nicolas Graves (2):
gnu: libreoffice: Update to 7.6.7.2.
gnu: hunspell-dictionaries: Update to 7.6.7.2.

gnu/packages/hunspell.scm | 4 ++--
gnu/packages/libreoffice.scm | 6 ++----
2 files changed, 4 insertions(+), 6 deletions(-)

--
2.41.0
N
N
Nicolas Graves wrote on 25 May 19:59 +0200
[PATCH 1/2] gnu: libreoffice: Update to 7.6.7.2.
(address . 71195@debbugs.gnu.org)(address . ngraves@ngraves.fr)
20240525175944.26868-1-ngraves@ngraves.fr
* gnu/packages/libreoffice.scm (libreoffice): Update to 7.6.7.2.

Change-Id: If7cd3796ee55a34c933bd666bf73fd4270e8ed43
---
gnu/packages/libreoffice.scm | 6 ++----
1 file changed, 2 insertions(+), 4 deletions(-)

Toggle diff (29 lines)
diff --git a/gnu/packages/libreoffice.scm b/gnu/packages/libreoffice.scm
index 925a4f10014..1ef06bcb798 100644
--- a/gnu/packages/libreoffice.scm
+++ b/gnu/packages/libreoffice.scm
@@ -887,12 +887,10 @@ (define dtoa
(sha256
(base32 "1d0iwy0q5sjznv23d3nbwmy0r7m1mdzlnv5pc4izddkx9xld10h0"))))
-;; When updating libreoffice, also make sure to update the
-;; hunspell dictionaries! They use the libreoffice version.
(define-public libreoffice
(package
(name "libreoffice")
- (version "7.6.3.1")
+ (version "7.6.7.2") ; TODO: Keep in sync with hunspell dictionaries.
(source
(origin
(method url-fetch)
@@ -901,7 +899,7 @@ (define-public libreoffice
"https://download.documentfoundation.org/libreoffice/src/"
(version-prefix version 3) "/libreoffice-" version ".tar.xz"))
(sha256
- (base32 "148084acq370483y0xwvcvck30kxhr78cnmibp5lks17xqp5f9q7"))))
+ (base32 "159vbv4zhibfd4xjdamcqs4h0p3h5y79kcjwrmshvjhs23p55l3m"))))
(build-system glib-or-gtk-build-system)
(arguments
(list
--
2.41.0
N
N
Nicolas Graves wrote on 25 May 19:59 +0200
[PATCH 2/2] gnu: hunspell-dictionaries: Update to 7.6.7.2.
(address . 71195@debbugs.gnu.org)(address . ngraves@ngraves.fr)
20240525175944.26868-2-ngraves@ngraves.fr
* gnu/packages/hunspell.scm (hunspell-dict-he-il,
hunspell-dict-it-it): Update to 7.6.7.2.

Change-Id: I289a0b2b9648930b46102c055c642c333a4229fd
---
gnu/packages/hunspell.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (24 lines)
diff --git a/gnu/packages/hunspell.scm b/gnu/packages/hunspell.scm
index 71633582602..4e043f5073a 100644
--- a/gnu/packages/hunspell.scm
+++ b/gnu/packages/hunspell.scm
@@ -276,7 +276,7 @@ (define* (hunspell-dictionary dict-name full-name #:key synopsis home-page licen
(#\_ #\-)
(chr chr))
(string-downcase dict-name))))
- (version "7.5.4.2")
+ (version "7.6.7.2")
(source
(origin
(method git-fetch)
@@ -287,7 +287,7 @@ (define* (hunspell-dictionary dict-name full-name #:key synopsis home-page licen
(string-append "libreoffice-" version))))
(file-name (git-file-name "libreoffice-dictionaries" version))
(sha256
- (base32 "1yzhyx8zwlfdqw4swxyr1lq68im2bfi1chimyc15jmli72n32szs"))))
+ (base32 "1f54z1kmpwv9s5a9jdgf97m43nhwbmsar0i6rri3qkgf3kkgz1f7"))))
(build-system trivial-build-system)
(native-inputs
`(("source" ,source)))
--
2.41.0
L
L
Ludovic Courtès wrote on 13 Jun 11:16 +0200
Re: [bug#71195] [PATCH 0/2] Update libreoffice.
(name . Nicolas Graves)(address . ngraves@ngraves.fr)(address . 71195-done@debbugs.gnu.org)
875xudjj7o.fsf@gnu.org
Hi,

Nicolas Graves <ngraves@ngraves.fr> skribis:

Toggle quote (3 lines)
> gnu: libreoffice: Update to 7.6.7.2.
> gnu: hunspell-dictionaries: Update to 7.6.7.2.

I took the liberty to squash them since they’re meant to be updated in
lockstep, and I removed the “TODO” keyword from the comment since it
could be misleading IMO.

Thanks!

Ludo’.
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 71195@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 71195
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch