[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/13: gnu: libabw: Update to 0.1.3.
From: |
guix-commits |
Subject: |
04/13: gnu: libabw: Update to 0.1.3. |
Date: |
Wed, 4 Sep 2019 19:17:04 -0400 (EDT) |
mbakke pushed a commit to branch master
in repository guix.
commit 558f4a30e252765e88a3e71f2618eb28f9d5b86f
Author: Marius Bakke <address@hidden>
Date: Wed Sep 4 20:28:21 2019 +0200
gnu: libabw: Update to 0.1.3.
* gnu/packages/libreoffice.scm (libabw): Update to 0.1.3.
[arguments]: Remove.
---
gnu/packages/libreoffice.scm | 7 ++-----
1 file changed, 2 insertions(+), 5 deletions(-)
diff --git a/gnu/packages/libreoffice.scm b/gnu/packages/libreoffice.scm
index 239cabd..e66eeab 100644
--- a/gnu/packages/libreoffice.scm
+++ b/gnu/packages/libreoffice.scm
@@ -331,14 +331,14 @@ as Alfresco or Nuxeo.")
(define-public libabw
(package
(name "libabw")
- (version "0.1.2")
+ (version "0.1.3")
(source
(origin
(method url-fetch)
(uri (string-append "https://dev-www.libreoffice.org/src/libabw/"
"libabw-" version ".tar.xz"))
(sha256 (base32
- "11949iscdb99f2jplxjd39282jxcrf2fw0sqbh5dl7gqb96r8whb"))))
+ "1vbfrmnvib3cym0yyyabnd8xpx4f7wp20vnn09s6dln347fajqz7"))))
(build-system gnu-build-system)
(native-inputs
`(("doxygen" ,doxygen)
@@ -350,9 +350,6 @@ as Alfresco or Nuxeo.")
("libxml2" ,libxml2)))
(inputs
`(("boost" ,boost)))
- (arguments
- ;; avoid triggering configure errors by simple inclusion of boost headers
- `(#:configure-flags '("--disable-werror")))
(home-page "https://wiki.documentfoundation.org/DLP/Libraries/libabw")
(synopsis "Library for parsing the AbiWord format")
(description "Libabw is a library that parses the file format of
- branch master updated (56b1977 -> 9bf5898), guix-commits, 2019/09/04
- 01/13: gnu: oniguruma: Update to 6.9.3 [fixes CVE-2019-13224, CVE-2019-13225]., guix-commits, 2019/09/04
- 03/13: gnu: LibRaw: Update to 1.19.5., guix-commits, 2019/09/04
- 05/13: gnu: libvisio: Update to 0.1.7., guix-commits, 2019/09/04
- 07/13: gnu: talloc: Update to 2.3.0., guix-commits, 2019/09/04
- 08/13: gnu: tevent: Update to 0.10.1., guix-commits, 2019/09/04
- 02/13: gnu: php: Build against Oniguruma 6., guix-commits, 2019/09/04
- 04/13: gnu: libabw: Update to 0.1.3.,
guix-commits <=
- 06/13: gnu: tdb: Update to 1.4.2., guix-commits, 2019/09/04
- 10/13: gnu: libnl: Update to 3.5.0., guix-commits, 2019/09/04
- 11/13: gnu: varnish: Update to 6.2.1., guix-commits, 2019/09/04
- 09/13: gnu: samba: Update to 4.10.8 [fixes CVE-2019-10197]., guix-commits, 2019/09/04
- 13/13: gnu: nginx: Update to 1.17.3 [security fixes]., guix-commits, 2019/09/04
- 12/13: gnu: miniupnpc: Update to 2.1.20190824., guix-commits, 2019/09/04