Update to m4-1.4.14
This commit is contained in:
parent
e62035d34c
commit
a7f0ead69f
@ -1 +1,2 @@
|
||||
m4-1.4.13.tar.xz
|
||||
m4-1.4.14.tar.xz
|
||||
m4-1.4.14.tar.xz.sig
|
||||
|
11
m4-1.4.14-include.patch
Normal file
11
m4-1.4.14-include.patch
Normal file
@ -0,0 +1,11 @@
|
||||
diff -up m4-1.4.14/src/m4.h_old m4-1.4.14/src/m4.h
|
||||
--- m4-1.4.14/src/m4.h_old 2010-03-01 15:43:40.376976016 +0100
|
||||
+++ m4-1.4.14/src/m4.h 2010-03-01 15:44:00.265984491 +0100
|
||||
@@ -33,6 +33,7 @@
|
||||
#include <stdint.h>
|
||||
#include <string.h>
|
||||
#include <sys/types.h>
|
||||
+#include <sys/stat.h>
|
||||
|
||||
#include "binary-io.h"
|
||||
#include "clean-temp.h"
|
14
m4.spec
14
m4.spec
@ -1,10 +1,13 @@
|
||||
Summary: The GNU macro processor
|
||||
Name: m4
|
||||
Version: 1.4.13
|
||||
Release: 4%{?dist}
|
||||
Version: 1.4.14
|
||||
Release: 1%{?dist}
|
||||
License: GPLv3+
|
||||
Group: Applications/Text
|
||||
Source: http://ftp.gnu.org/gnu/m4/m4-%{version}.tar.xz
|
||||
Source0: http://ftp.gnu.org/gnu/m4/m4-%{version}.tar.xz
|
||||
Source1: http://ftp.gnu.org/gnu/m4/m4-%{version}.tar.xz.sig
|
||||
# patch adds include direction for using fstat and related macros
|
||||
Patch0: m4-1.4.14-include.patch
|
||||
URL: http://www.gnu.org/software/m4/
|
||||
Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
Requires(post): /sbin/install-info
|
||||
@ -22,6 +25,7 @@ Install m4 if you need a macro processor.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch0 -p1 -b .include
|
||||
chmod 644 COPYING
|
||||
|
||||
%build
|
||||
@ -59,6 +63,10 @@ fi
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
%changelog
|
||||
* Mon Mar 1 2010 Vitezslav Crhonek <vcrhonek@redhat.com> - 1.4.14-1
|
||||
- Update to m4-1.4.14
|
||||
Resolves: #568339
|
||||
|
||||
* Thu Sep 3 2009 Vitezslav Crhonek <vcrhonek@redhat.com> - 1.4.13-4
|
||||
- Fix errors installing m4 with --excludedocs
|
||||
Resolves: #516013
|
||||
|
Loading…
Reference in New Issue
Block a user