]> git.pld-linux.org Git - packages/m4.git/commitdiff
- updated to 1.4.17 auto/th/m4-1.4.17-1
authorJakub Bogusz <qboosh@pld-linux.org>
Tue, 24 Sep 2013 14:25:23 +0000 (16:25 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Tue, 24 Sep 2013 14:25:23 +0000 (16:25 +0200)
- updated info patch
- removed obsolete stdio-gets patch

m4-info.patch
m4-stdio-gets.patch [deleted file]
m4.spec

index ef4a8a5acc017f955be7e1d08b9a3408f70aeb1b..758e29cf0ecc91ab340773926908c4c8b3f3aa1a 100644 (file)
@@ -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 (file)
index 51df5b0..0000000
+++ /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@
diff --git a/m4.spec b/m4.spec
index d35910ab079e5f4f02d010626680b4913eea9868..a170b415b20bf0282d7905db7d46c9a8770da2cc 100644 (file)
--- 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 \
This page took 0.070699 seconds and 4 git commands to generate.