diff --git a/.gitignore b/.gitignore index 32f1910..78738e2 100644 --- a/.gitignore +++ b/.gitignore @@ -8,3 +8,4 @@ automake-1.11.1.tar.bz2 /automake-1.13.2.tar.xz /automake-1.13.4.tar.xz /automake-1.14.tar.xz +/automake-1.14.1.tar.xz diff --git a/automake.spec b/automake.spec index 7693d21..80566fe 100644 --- a/automake.spec +++ b/automake.spec @@ -5,8 +5,8 @@ Summary: A GNU tool for automatically creating Makefiles Name: automake -Version: %{api_version} -Release: 4%{?dist} +Version: %{api_version}.1 +Release: 1%{?dist} # docs ~> GFDL, sources ~> GPLv2+, mkinstalldirs ~> PD and install-sh ~> MIT License: GPLv2+ and GFDL and Public Domain and MIT @@ -125,6 +125,9 @@ fi %{_mandir}/man1/* %changelog +* Tue Jan 07 2014 Pavel Raiskup - 1.14.1-1 +- rebase to new maintenance release (#1046634) + * Mon Nov 25 2013 Pavel Raiskup - 1.14-4 - %%{arm} is not aarch64, #1034154 diff --git a/sources b/sources index 4465d9c..01bca74 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -cb3fba6d631cddf12e230fd0cc1890df automake-1.14.tar.xz +7fc29854c520f56b07aa232a0f880292 automake-1.14.1.tar.xz