Update to m4-1.4.17, Fix bogus date in the changelog
This commit is contained in:
parent
8a64713424
commit
bccba387a2
2
.gitignore
vendored
2
.gitignore
vendored
@ -4,3 +4,5 @@ m4-1.4.14.tar.xz.sig
|
|||||||
/m4-1.4.15.tar.xz.sig
|
/m4-1.4.15.tar.xz.sig
|
||||||
/m4-1.4.16.tar.xz
|
/m4-1.4.16.tar.xz
|
||||||
/m4-1.4.16.tar.xz.sig
|
/m4-1.4.16.tar.xz.sig
|
||||||
|
/m4-1.4.17.tar.xz
|
||||||
|
/m4-1.4.17.tar.xz.sig
|
||||||
|
19
m4.spec
19
m4.spec
@ -1,18 +1,12 @@
|
|||||||
Summary: The GNU macro processor
|
Summary: The GNU macro processor
|
||||||
Name: m4
|
Name: m4
|
||||||
Version: 1.4.16
|
Version: 1.4.17
|
||||||
Release: 9%{?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
|
||||||
URL: http://www.gnu.org/software/m4/
|
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(post): /sbin/install-info
|
||||||
Requires(preun): /sbin/install-info
|
Requires(preun): /sbin/install-info
|
||||||
BuildRequires: autoconf automake
|
BuildRequires: autoconf automake
|
||||||
@ -32,8 +26,6 @@ Install m4 if you need a macro processor.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch0 -p1 -b .readlink-einval
|
|
||||||
%patch1 -p1 -b .gnulib-gets
|
|
||||||
chmod 644 COPYING
|
chmod 644 COPYING
|
||||||
|
|
||||||
%build
|
%build
|
||||||
@ -67,6 +59,11 @@ if [ "$1" = 0 ]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
%changelog
|
%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
|
* 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
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
||||||
|
|
||||||
@ -272,7 +269,7 @@ fi
|
|||||||
* Fri Apr 10 1998 Cristian Gafton <gafton@redhat.com>
|
* Fri Apr 10 1998 Cristian Gafton <gafton@redhat.com>
|
||||||
- Manhattan build
|
- 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
|
- added info file handling and BuildRoot
|
||||||
|
|
||||||
* Mon Jun 02 1997 Erik Troan <ewt@redhat.com>
|
* Mon Jun 02 1997 Erik Troan <ewt@redhat.com>
|
||||||
|
Loading…
Reference in New Issue
Block a user