From 09c77178610dc73998bf98784e50073628b82233 Mon Sep 17 00:00:00 2001 From: Christopher Meng Date: Jun 21 2014 10:14:09 +0000 Subject: Update to 7.20140511 --- diff --git a/.gitignore b/.gitignore index ce83db8..2e3caeb 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ /aime-6.20130921.tar.gz /aime-7.20131209.tar.gz /aime-7.20140427.tar.gz +/aime-7.20140511.tar.gz diff --git a/aime.spec b/aime.spec index 1c89034..324ea7f 100644 --- a/aime.spec +++ b/aime.spec @@ -1,8 +1,8 @@ %global libname libaime Name: aime -Version: 7.20140427 -Release: 2%{?dist} +Version: 7.20140511 +Release: 1%{?dist} Summary: An application embeddable programming language interpreter License: GPLv3+ URL: http://aime-embedded.sourceforge.net/ @@ -36,7 +36,7 @@ make %{?_smp_mflags} %install %make_install find %{buildroot} -name '*.a' -delete -print -rm -f %{buildroot}%{_infodir}/dir +rm -frv %{buildroot}%{_infodir}/dir %post /sbin/install-info %{_infodir}/%{name}.info %{_infodir}/dir || : @@ -58,6 +58,9 @@ fi %{_includedir}/%{name}.h %changelog +* Fri May 30 2014 Christopher Meng - 7.20140511-1 +- Update to 7.20140511 + * Sat Jun 07 2014 Fedora Release Engineering - 7.20140427-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild diff --git a/sources b/sources index 4c90910..098c79e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -248cd78a35e5e00bc3139aaf13a3b584 aime-7.20140427.tar.gz +a1839eb43fc34dc981024154e12137e0 aime-7.20140511.tar.gz