summaryrefslogtreecommitdiffstats
path: root/m4.spec
diff options
context:
space:
mode:
Diffstat (limited to 'm4.spec')
-rw-r--r--m4.spec11
1 files changed, 7 insertions, 4 deletions
diff --git a/m4.spec b/m4.spec
index 9a3a263..5155124 100644
--- a/m4.spec
+++ b/m4.spec
@@ -1,12 +1,11 @@
Summary: The GNU macro processor
Name: m4
-Version: 1.4.10
-Release: 3%{?dist}
+Version: 1.4.11
+Release: 1%{?dist}
License: GPLv3+
Group: Applications/Text
Source0: ftp://ftp.gnu.org/gnu/m4/m4-%{version}.tar.bz2
Source1: ftp://ftp.gnu.org/gnu/m4/m4-%{version}.tar.bz2.sig
-Patch0: m4-1.4.10-snprintf.patch
URL: http://www.gnu.org/software/m4/
Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
Requires(post): /sbin/install-info
@@ -24,7 +23,6 @@ Install m4 if you need a macro processor.
%prep
%setup -q
-%patch0 -p1 -b .snprintf
%build
%configure
@@ -55,6 +53,11 @@ fi
rm -rf $RPM_BUILD_ROOT
%changelog
+* Wed Apr 23 2008 Vitezslav Crhonek <vcrhonek@redhat.com> - 1.4.11-1
+- Update to m4-1.4.11 (removed vasnprintf patch, it's included in
+ upstream source)
+ Resolves: #443589
+
* Mon Feb 11 2008 Vitezslav Crhonek <vcrhonek@redhat.com> - 1.4.10-3
- Fix Buildroot