summaryrefslogtreecommitdiffstats
path: root/m4.spec
diff options
context:
space:
mode:
Diffstat (limited to 'm4.spec')
-rw-r--r--m4.spec8
1 files changed, 7 insertions, 1 deletions
diff --git a/m4.spec b/m4.spec
index 4d7f16d..837c90d 100644
--- a/m4.spec
+++ b/m4.spec
@@ -1,11 +1,12 @@
Summary: The GNU macro processor
Name: m4
Version: 1.4.10
-Release: 1%{?dist}
+Release: 2%{?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}-root
Requires(post): /sbin/install-info
@@ -23,6 +24,7 @@ Install m4 if you need a macro processor.
%prep
%setup -q
+%patch0 -p1 -b .snprintf
%build
%configure
@@ -53,6 +55,10 @@ fi
rm -rf $RPM_BUILD_ROOT
%changelog
+* Mon Dec 17 2007 Vitezslav Crhonek <vcrhonek@redhat.com> - 1.4.10-2
+- Fix vasnprintf puts %%n into a writeable format string in all cases
+ Resolves: #345651
+
* Wed Aug 22 2007 Vitezslav Crhonek <vcrhonek@redhat.com> - 1.4.10-1
- Update to m4-1.4.10
- Fix license to GPL version 3 or later