summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorvcrhonek <vcrhonek@fedoraproject.org>2010-03-01 15:04:36 +0000
committervcrhonek <vcrhonek@fedoraproject.org>2010-03-01 15:04:36 +0000
commita7f0ead69f2eb43b2f9689a40116b61dedd6aaef (patch)
tree17bd7711877877151c60ba241aaa265701896ff5
parente62035d34ce20c9f721dc41d65611b9fd463019d (diff)
downloadm4-a7f0ead69f2eb43b2f9689a40116b61dedd6aaef.tar.gz
m4-a7f0ead69f2eb43b2f9689a40116b61dedd6aaef.tar.xz
m4-a7f0ead69f2eb43b2f9689a40116b61dedd6aaef.zip
Update to m4-1.4.14m4-1_4_14-1_fc14
-rw-r--r--.cvsignore3
-rw-r--r--m4-1.4.14-include.patch11
-rw-r--r--m4.spec14
-rw-r--r--sources3
4 files changed, 26 insertions, 5 deletions
diff --git a/.cvsignore b/.cvsignore
index 9c9c007..f494ce1 100644
--- a/.cvsignore
+++ b/.cvsignore
@@ -1 +1,2 @@
-m4-1.4.13.tar.xz
+m4-1.4.14.tar.xz
+m4-1.4.14.tar.xz.sig
diff --git a/m4-1.4.14-include.patch b/m4-1.4.14-include.patch
new file mode 100644
index 0000000..48b91d4
--- /dev/null
+++ b/m4-1.4.14-include.patch
@@ -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"
diff --git a/m4.spec b/m4.spec
index 7efd15d..3b1e704 100644
--- a/m4.spec
+++ b/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
diff --git a/sources b/sources
index 7d3dca3..9463b87 100644
--- a/sources
+++ b/sources
@@ -1 +1,2 @@
-206b13cb45e95cd2ba60bf401900ab2d m4-1.4.13.tar.xz
+e2b871099546846d1df586f195f79b53 m4-1.4.14.tar.xz
+08de115c6dc912a3a8baf6af2ef3c7b3 m4-1.4.14.tar.xz.sig