summaryrefslogtreecommitdiffstats
path: root/m4.spec
diff options
context:
space:
mode:
authorVitezslav Crhonek <vcrhonek@redhat.com>2013-11-05 11:02:12 +0100
committerVitezslav Crhonek <vcrhonek@redhat.com>2013-11-05 11:02:12 +0100
commitbccba387a2a2e5858da166fbaf41c84f3a64319a (patch)
tree1a0d2c52523cd277eaff987b9bf21b1f480cc93d /m4.spec
parent8a647134244245e3f1282ee6c77f1894f1fc26dc (diff)
downloadm4-bccba387a2a2e5858da166fbaf41c84f3a64319a.tar.gz
m4-bccba387a2a2e5858da166fbaf41c84f3a64319a.tar.xz
m4-bccba387a2a2e5858da166fbaf41c84f3a64319a.zip
Update to m4-1.4.17, Fix bogus date in the changelog
Diffstat (limited to 'm4.spec')
-rw-r--r--m4.spec19
1 files changed, 8 insertions, 11 deletions
diff --git a/m4.spec b/m4.spec
index d17fd96..2d55874 100644
--- a/m4.spec
+++ b/m4.spec
@@ -1,18 +1,12 @@
Summary: The GNU macro processor
Name: m4
-Version: 1.4.16
-Release: 9%{?dist}
+Version: 1.4.17
+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
URL: http://www.gnu.org/software/m4/
-# Patch0: Temporary fix to avoid fails, already fixed in gnulib, this patch
-# should be removed after updating m4 to newer gnulib
-Patch0: m4-1.4.16-readlink-einval.patch
-# Patch1: Temporary fix to avoid build fails, this patch
-# should be removed after updateing m4 to newer gnulib
-Patch1: m4-1.4.16-gnulib-gets.patch
Requires(post): /sbin/install-info
Requires(preun): /sbin/install-info
BuildRequires: autoconf automake
@@ -32,8 +26,6 @@ Install m4 if you need a macro processor.
%prep
%setup -q
-%patch0 -p1 -b .readlink-einval
-%patch1 -p1 -b .gnulib-gets
chmod 644 COPYING
%build
@@ -67,6 +59,11 @@ if [ "$1" = 0 ]; then
fi
%changelog
+* Tue Nov 05 2013 Vitezslav Crhonek <vcrhonek@redhat.com> - 1.4.17-1
+- Update to m4-1.4.17
+ Resolves: #1010895
+- Fix bogus date in the %%changelog
+
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4.16-9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
@@ -272,7 +269,7 @@ fi
* Fri Apr 10 1998 Cristian Gafton <gafton@redhat.com>
- Manhattan build
-* Wed Oct 21 1997 Cristian Gafton <gafton@redhat.com>
+* Tue Oct 21 1997 Cristian Gafton <gafton@redhat.com>
- added info file handling and BuildRoot
* Mon Jun 02 1997 Erik Troan <ewt@redhat.com>