Update to 0.19-1
This commit is contained in:
parent
a292e5048d
commit
15ef493c43
1
.gitignore
vendored
1
.gitignore
vendored
@ -4,3 +4,4 @@ gettext-0.18.1.1.tar.gz
|
|||||||
/gettext-0.18.3.tar.gz
|
/gettext-0.18.3.tar.gz
|
||||||
/gettext-0.18.3.1.tar.gz
|
/gettext-0.18.3.1.tar.gz
|
||||||
/gettext-0.18.3.2.tar.gz
|
/gettext-0.18.3.2.tar.gz
|
||||||
|
/gettext-0.19.tar.gz
|
||||||
|
@ -1,27 +0,0 @@
|
|||||||
commit 4e42bcc4f190909d49d38f1137726b3bc36b7191
|
|
||||||
Author: Ivailo <xakepa10@gmail.com>
|
|
||||||
Date: Tue Dec 3 14:20:22 2013 +0000
|
|
||||||
|
|
||||||
test-xvasprintf: disable some -Wformat-security diagnostics
|
|
||||||
|
|
||||||
* tests/test-xvasprintf.c: Disable -Wformat-zero-length and
|
|
||||||
-Wformat-nonliteral checks, as these edge cases are part of the test.
|
|
||||||
|
|
||||||
diff --git a/tests/test-xvasprintf.c b/tests/test-xvasprintf.c
|
|
||||||
index 453ca58..0987225 100644
|
|
||||||
--- a/gettext-tools/gnulib-tests/test-xvasprintf.c
|
|
||||||
+++ b/gettext-tools/gnulib-tests/test-xvasprintf.c
|
|
||||||
@@ -16,6 +16,13 @@
|
|
||||||
|
|
||||||
/* Written by Bruno Haible <bruno@clisp.org>, 2007. */
|
|
||||||
|
|
||||||
+/* Tell GCC not to warn about the specific edge cases tested here. */
|
|
||||||
+#if (__GNUC__ == 4 && 3 <= __GNUC_MINOR__) || 4 < __GNUC__
|
|
||||||
+# pragma GCC diagnostic ignored "-Wformat-zero-length"
|
|
||||||
+# pragma GCC diagnostic ignored "-Wformat-nonliteral"
|
|
||||||
+# pragma GCC diagnostic ignored "-Wformat-security"
|
|
||||||
+#endif
|
|
||||||
+
|
|
||||||
#include <config.h>
|
|
||||||
|
|
||||||
#include "xvasprintf.h"
|
|
@ -5,7 +5,7 @@
|
|||||||
|
|
||||||
Summary: GNU libraries and utilities for producing multi-lingual messages
|
Summary: GNU libraries and utilities for producing multi-lingual messages
|
||||||
Name: gettext
|
Name: gettext
|
||||||
Version: 0.18.3.2
|
Version: 0.19
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
License: GPLv3+ and LGPLv2+
|
License: GPLv3+ and LGPLv2+
|
||||||
Group: Development/Tools
|
Group: Development/Tools
|
||||||
@ -13,7 +13,6 @@ URL: http://www.gnu.org/software/gettext/
|
|||||||
Source: ftp://ftp.gnu.org/gnu/gettext/%{name}-%{version}.tar.gz
|
Source: ftp://ftp.gnu.org/gnu/gettext/%{name}-%{version}.tar.gz
|
||||||
Source2: msghack.py
|
Source2: msghack.py
|
||||||
Source3: msghack.1
|
Source3: msghack.1
|
||||||
Patch0: gettext-gnulib-tests-format-security.patch
|
|
||||||
# removal of openmp.m4
|
# removal of openmp.m4
|
||||||
BuildRequires: autoconf >= 2.62
|
BuildRequires: autoconf >= 2.62
|
||||||
BuildRequires: automake
|
BuildRequires: automake
|
||||||
@ -135,7 +134,6 @@ Emacs.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch0 -p1 -b .gnulib-tests-format-security
|
|
||||||
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
@ -331,6 +329,10 @@ fi
|
|||||||
%{_emacs_sitelispdir}/%{name}/*.el
|
%{_emacs_sitelispdir}/%{name}/*.el
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Jun 2 2014 Daiki Ueno <dueno@redhat.com> - 0.19-1
|
||||||
|
- update to 0.19 release
|
||||||
|
- remove upstreamed -Wformat-security patch
|
||||||
|
|
||||||
* Tue Jan 7 2014 Daiki Ueno <dueno@redhat.com> - 0.18.3.2-1
|
* Tue Jan 7 2014 Daiki Ueno <dueno@redhat.com> - 0.18.3.2-1
|
||||||
- update to 0.18.3.2 release
|
- update to 0.18.3.2 release
|
||||||
- apply patch to suppress -Wformat-security warnings in gnulib-tests
|
- apply patch to suppress -Wformat-security warnings in gnulib-tests
|
||||||
|
Loading…
Reference in New Issue
Block a user