public inbox for ipfire-scm@lists.ipfire.org
 help / color / mirror / Atom feed
From: git@ipfire.org
To: ipfire-scm@lists.ipfire.org
Subject: [git.ipfire.org] IPFire 3.x development tree branch, master, updated. 86e241bd3f6e12300ca084399a7ec084e736d301
Date: Thu, 27 Dec 2012 14:54:30 +0100	[thread overview]
Message-ID: <20121227135447.006DF2009B@argus.ipfire.org> (raw)

[-- 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

                 reply	other threads:[~2012-12-27 13:54 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20121227135447.006DF2009B@argus.ipfire.org \
    --to=git@ipfire.org \
    --cc=ipfire-scm@lists.ipfire.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox