Update to m4-1.4.15
This commit is contained in:
parent
16cf45c5e2
commit
9daf2d5b24
2
.gitignore
vendored
2
.gitignore
vendored
@ -1,2 +1,4 @@
|
|||||||
m4-1.4.14.tar.xz
|
m4-1.4.14.tar.xz
|
||||||
m4-1.4.14.tar.xz.sig
|
m4-1.4.14.tar.xz.sig
|
||||||
|
/m4-1.4.15.tar.xz
|
||||||
|
/m4-1.4.15.tar.xz.sig
|
||||||
|
@ -1,11 +0,0 @@
|
|||||||
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"
|
|
9
m4.spec
9
m4.spec
@ -1,13 +1,11 @@
|
|||||||
Summary: The GNU macro processor
|
Summary: The GNU macro processor
|
||||||
Name: m4
|
Name: m4
|
||||||
Version: 1.4.14
|
Version: 1.4.15
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
License: GPLv3+
|
License: GPLv3+
|
||||||
Group: Applications/Text
|
Group: Applications/Text
|
||||||
Source0: 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
|
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/
|
URL: http://www.gnu.org/software/m4/
|
||||||
Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
Requires(post): /sbin/install-info
|
Requires(post): /sbin/install-info
|
||||||
@ -25,7 +23,6 @@ Install m4 if you need a macro processor.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch0 -p1 -b .include
|
|
||||||
chmod 644 COPYING
|
chmod 644 COPYING
|
||||||
|
|
||||||
%build
|
%build
|
||||||
@ -63,6 +60,10 @@ fi
|
|||||||
rm -rf $RPM_BUILD_ROOT
|
rm -rf $RPM_BUILD_ROOT
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Sep 7 2010 Vitezslav Crhonek <vcrhonek@redhat.com> - 1.4.15-1
|
||||||
|
- Update to m4-1.4.15 (removed include patch, already applied in upstream source)
|
||||||
|
Resolves: #630709
|
||||||
|
|
||||||
* Mon Mar 1 2010 Vitezslav Crhonek <vcrhonek@redhat.com> - 1.4.14-1
|
* Mon Mar 1 2010 Vitezslav Crhonek <vcrhonek@redhat.com> - 1.4.14-1
|
||||||
- Update to m4-1.4.14
|
- Update to m4-1.4.14
|
||||||
Resolves: #568339
|
Resolves: #568339
|
||||||
|
Loading…
Reference in New Issue
Block a user