[packages/m4] - updated to 1.4.17 - updated info patch - removed obsolete stdio-gets patch
qboosh
qboosh at pld-linux.org
Tue Sep 24 16:24:52 CEST 2013
commit 744166f30399af036fe32d8a02bb5315d657ad4c
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date: Tue Sep 24 16:25:23 2013 +0200
- updated to 1.4.17
- updated info patch
- removed obsolete stdio-gets patch
m4-info.patch | 4 ++--
m4-stdio-gets.patch | 13 -------------
m4.spec | 9 ++++-----
3 files changed, 6 insertions(+), 20 deletions(-)
---
diff --git a/m4.spec b/m4.spec
index d35910a..a170b41 100644
--- a/m4.spec
+++ b/m4.spec
@@ -8,16 +8,16 @@ Summary(fr.UTF-8): Processeur de macros de GNU
Summary(pl.UTF-8): GNU procesor języka makrodefinicji
Summary(tr.UTF-8): GNU Makroİşlemcisi
Name: m4
-Version: 1.4.16
-Release: 2
+Version: 1.4.17
+Release: 1
Epoch: 3
License: GPL v3+
Group: Applications/Text
Source0: http://ftp.gnu.org/gnu/m4/%{name}-%{version}.tar.xz
-# Source0-md5: 7548ec061a1ba993790159764f522d0e
+# Source0-md5: 12a3c829301a4fd6586a57d3fcf196dc
Patch0: %{name}-info.patch
-Patch1: %{name}-stdio-gets.patch
URL: http://www.gnu.org/software/m4/
+BuildRequires: libsigsegv
BuildRequires: tar >= 1:1.22
BuildRequires: texinfo
BuildRequires: xz
@@ -75,7 +75,6 @@ Statyczna biblioteka m4.
%prep
%setup -q
%patch0 -p1
-%patch1 -p1
%build
%configure \
diff --git a/m4-info.patch b/m4-info.patch
index ef4a8a5..758e29c 100644
--- a/m4-info.patch
+++ b/m4-info.patch
@@ -1,5 +1,5 @@
---- m4-1.4.11/doc/m4.texinfo.orig 2008-03-30 04:30:29.000000000 +0200
-+++ m4-1.4.11/doc/m4.texinfo 2008-08-27 23:31:20.212373380 +0200
+--- m4-1.4.11/doc/m4.texi.orig 2008-03-30 04:30:29.000000000 +0200
++++ m4-1.4.11/doc/m4.texi 2008-08-27 23:31:20.212373380 +0200
@@ -55,9 +55,9 @@
@end quotation
@end copying
diff --git a/m4-stdio-gets.patch b/m4-stdio-gets.patch
deleted file mode 100644
index 51df5b0..0000000
--- a/m4-stdio-gets.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff -up m4-1.4.16/lib/stdio.in.h.orig m4-1.4.16/lib/stdio.in.h
---- m4-1.4.16/lib/stdio.in.h.orig 2012-05-30 13:55:51.092600199 +0200
-+++ m4-1.4.16/lib/stdio.in.h 2012-05-30 13:56:25.763794100 +0200
-@@ -162,7 +162,9 @@ _GL_WARN_ON_USE (fflush, "fflush is not
- so any use of gets warrants an unconditional warning. Assume it is
- always declared, since it is required by C89. */
- #undef gets
-+#if HAVE_RAW_DECL_GETS
- _GL_WARN_ON_USE (gets, "gets is a security hole - use fgets instead");
-+#endif
-
- #if @GNULIB_FOPEN@
- # if @REPLACE_FOPEN@
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/m4.git/commitdiff/744166f30399af036fe32d8a02bb5315d657ad4c
More information about the pld-cvs-commit
mailing list