This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "IPFire 3.x development tree".
The branch, master has been updated via 86e241bd3f6e12300ca084399a7ec084e736d301 (commit) from 73623c34ea882612f8c15c339d01f5f72c28d7ab (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- commit 86e241bd3f6e12300ca084399a7ec084e736d301 Author: Michael Tremer michael.tremer@ipfire.org Date: Thu Dec 27 14:53:54 2012 +0100
gettext: Update to 0.18.2.
-----------------------------------------------------------------------
Summary of changes: gettext/gettext.nm | 4 ++-- gettext/patches/gettext-readlink-einval.patch | 24 ------------------------ 2 files changed, 2 insertions(+), 26 deletions(-) delete mode 100644 gettext/patches/gettext-readlink-einval.patch
Difference in files: diff --git a/gettext/gettext.nm b/gettext/gettext.nm index 5a9f367..7c7617b 100644 --- a/gettext/gettext.nm +++ b/gettext/gettext.nm @@ -4,8 +4,8 @@ ###############################################################################
name = gettext -version = 0.18.1.1 -release = 8 +version = 0.18.2 +release = 1
groups = System/Base url = http://www.gnu.org/software/gettext/ diff --git a/gettext/patches/gettext-readlink-einval.patch b/gettext/patches/gettext-readlink-einval.patch deleted file mode 100644 index 4cc9092..0000000 --- a/gettext/patches/gettext-readlink-einval.patch +++ /dev/null @@ -1,24 +0,0 @@ -diff -U 3 -p -r gettext-0.18.1.1.orig/gettext-tools/gnulib-tests/test-areadlink.h gettext-0.18.1.1/gettext-tools/gnulib-tests/test-areadlink.h ---- gettext-0.18.1.1.orig/gettext-tools/gnulib-tests/test-areadlink.h 2010-02-16 16:32:26.000000000 -0500 -+++ gettext-0.18.1.1/gettext-tools/gnulib-tests/test-areadlink.h 2011-08-31 16:16:26.325521167 -0400 -@@ -36,7 +36,7 @@ test_areadlink (char * (*func) (char con - ASSERT (errno == ENOENT); - errno = 0; - ASSERT (func ("", 1) == NULL); -- ASSERT (errno == ENOENT); -+ ASSERT (errno == ENOENT || errno == EINVAL); - errno = 0; - ASSERT (func (".", 1) == NULL); - ASSERT (errno == EINVAL); -diff -U 3 -p -r gettext-0.18.1.1.orig/gettext-tools/gnulib-tests/test-readlink.h gettext-0.18.1.1/gettext-tools/gnulib-tests/test-readlink.h ---- gettext-0.18.1.1.orig/gettext-tools/gnulib-tests/test-readlink.h 2011-08-31 15:54:15.000000000 -0400 -+++ gettext-0.18.1.1/gettext-tools/gnulib-tests/test-readlink.h 2011-08-31 16:16:09.325165556 -0400 -@@ -38,7 +38,7 @@ test_readlink (ssize_t (*func) (char con - ASSERT (errno == ENOENT); - errno = 0; - ASSERT (func ("", buf, sizeof buf) == -1); -- ASSERT (errno == ENOENT); -+ ASSERT (errno == ENOENT || errno == EINVAL); - errno = 0; - ASSERT (func (".", buf, sizeof buf) == -1); - ASSERT (errno == EINVAL);
hooks/post-receive -- IPFire 3.x development tree