diff --git a/general.ent b/general.ent
index dc39f89da2..d83899e22d 100644
--- a/general.ent
+++ b/general.ent
@@ -1,12 +1,12 @@
-
+
-
+
diff --git a/general/genlib/libgsf.xml b/general/genlib/libgsf.xml
index 3064eb1533..bdd2d4b1a6 100644
--- a/general/genlib/libgsf.xml
+++ b/general/genlib/libgsf.xml
@@ -6,9 +6,9 @@
-
+
-
+
]>
@@ -108,8 +108,7 @@
make
- To test the results, issue: make -k check. Some tests
- may fail for unknown reasons.
+ To test the results, issue: make check.
diff --git a/introduction/welcome/changelog.xml b/introduction/welcome/changelog.xml
index a20e8edf32..f3a91a27fd 100644
--- a/introduction/welcome/changelog.xml
+++ b/introduction/welcome/changelog.xml
@@ -44,6 +44,24 @@
-->
+
+ February 7th, 2016
+
+
+ [fernando] - Update to gnumeric-1.12.27. Fixes
+ #7440 .
+
+
+ [fernando] - Update to libinput-1.1.6. Fixes
+ #7439 .
+
+
+ [fernando] - Update to libgsf-1.14.35. Fixes
+ #7438 .
+
+
+
+
February 6th, 2016
diff --git a/packages.ent b/packages.ent
index f1ce2dc5a7..81c6cb49f7 100644
--- a/packages.ent
+++ b/packages.ent
@@ -119,7 +119,7 @@
-
+
@@ -487,7 +487,7 @@
-
+
@@ -649,7 +649,7 @@
-
+
diff --git a/x/lib/goffice010.xml b/x/lib/goffice010.xml
index 4428e32ead..5bb18cc377 100644
--- a/x/lib/goffice010.xml
+++ b/x/lib/goffice010.xml
@@ -8,7 +8,7 @@
"&gnome-download-http;/goffice/0.10/goffice-&goffice010-version;.tar.xz">
-
+
diff --git a/xsoft/office/gnumeric.xml b/xsoft/office/gnumeric.xml
index d6c1afcab0..5cd0f40db6 100644
--- a/xsoft/office/gnumeric.xml
+++ b/xsoft/office/gnumeric.xml
@@ -6,10 +6,10 @@
-
+
-
-
+
+
]>
@@ -130,7 +130,7 @@
make
- This package must to be installed before the test suite is run.
+ This package must be installed before the test suite is run.
@@ -140,10 +140,15 @@ make
make install
- If you wish to test the results, issue make -k check.
- Tests must be run from an active X session, and
- should be installed to prevent some failures. Even so, a few tests fail,
- some for known reasons.
+ If you wish to test the results, first disable three tests which fail:
+
+sed \
+ -e '/\tt6500-strings.*/d;/\tt6506-cell-comments.*/d;/\tt6509-validation.*/d' \
+ -i test/Makefile
+
+ then issue make -k check. Tests must be run from an
+ active X session, and should be installed to
+ prevent some failures.