summaryrefslogtreecommitdiffstats
path: root/m4.spec
diff options
context:
space:
mode:
authorVitezslav Crhonek <vcrhonek@redhat.com>2010-09-07 12:29:02 +0200
committerVitezslav Crhonek <vcrhonek@redhat.com>2010-09-07 12:29:02 +0200
commit9daf2d5b2416c43700464514cb10e2ddaf831847 (patch)
tree33ff096f8575a382e0c7b1d5e35481fe89477151 /m4.spec
parent16cf45c5e252ea92b792a4ba9d879d567c18f7f7 (diff)
downloadm4-9daf2d5b2416c43700464514cb10e2ddaf831847.tar.gz
m4-9daf2d5b2416c43700464514cb10e2ddaf831847.tar.xz
m4-9daf2d5b2416c43700464514cb10e2ddaf831847.zip
Update to m4-1.4.15
Diffstat (limited to 'm4.spec')
-rw-r--r--m4.spec9
1 files changed, 5 insertions, 4 deletions
diff --git a/m4.spec b/m4.spec
index 3b1e704..bd66d3a 100644
--- a/m4.spec
+++ b/m4.spec
@@ -1,13 +1,11 @@
Summary: The GNU macro processor
Name: m4
-Version: 1.4.14
+Version: 1.4.15
Release: 1%{?dist}
License: GPLv3+
Group: Applications/Text
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
@@ -25,7 +23,6 @@ Install m4 if you need a macro processor.
%prep
%setup -q
-%patch0 -p1 -b .include
chmod 644 COPYING
%build
@@ -63,6 +60,10 @@ fi
rm -rf $RPM_BUILD_ROOT
%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
- Update to m4-1.4.14
Resolves: #568339