public inbox for ipfire-scm@lists.ipfire.org
 help / color / mirror / Atom feed
* [git.ipfire.org] IPFire 3.x development tree branch, master, updated. 86e241bd3f6e12300ca084399a7ec084e736d301
@ 2012-12-27 13:54 git
  0 siblings, 0 replies; only message in thread
From: git @ 2012-12-27 13:54 UTC (permalink / raw)
  To: ipfire-scm

[-- Attachment #1: Type: text/plain, Size: 3220 bytes --]

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(a)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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2012-12-27 13:54 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-12-27 13:54 [git.ipfire.org] IPFire 3.x development tree branch, master, updated. 86e241bd3f6e12300ca084399a7ec084e736d301 git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox