diff --git a/.gitignore b/.gitignore index b9d89e8..91908c5 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ abook-0.6.0pre2.tar.gz /abook-git-5840fceb1f91b066a4c4361b0599c417aa111386.zip /abook-git-6e550af8a907a680dc845c22a7d6c36d89e900c1.zip +/abook-0.6.1.tar.gz diff --git a/abook.spec b/abook.spec index 8bcae29..dd054bd 100644 --- a/abook.spec +++ b/abook.spec @@ -2,16 +2,17 @@ %global shortcommit %(c=%{commit}; echo ${c:0:7}) Name: abook -Version: 0.6.0 -Release: 0.17.20141128git%{shortcommit}%{?dist} +Version: 0.6.1 +Release: 1%{?dist} License: GPLv2+ URL: http://abook.sourceforge.net/ Summary: Text-based addressbook program for mutt -Source0: http://sourceforge.net/code-snapshots/git/a/ab/abook/git.git/abook-git-%{commit}.zip +Source0: http://abook.sourceforge.net/devel/abook-%{version}.tar.gz # preserve all fields by default Patch0: %{name}-preserve.patch # fix build with gcc-5.0 Patch1: %{name}-gcc5.patch +BuildRequires: %{_bindir}/autopoint BuildRequires: gettext BuildRequires: ncurses-devel BuildRequires: readline-devel @@ -22,9 +23,10 @@ Abook is a small and powerful text-based addressbook program designed for use with the mutt mail client. %prep -%setup -q -n %{name}-git-%{commit} +%setup -q %patch0 -p1 -b .p %patch1 -p1 -b .gcc5 +autoreconf -vif %build %configure @@ -43,6 +45,10 @@ designed for use with the mutt mail client. %{_mandir}/man5/abookrc.* %changelog +* Sat Nov 07 2015 Dominik Mierzejewski 0.6.1-1 +- update to 0.6.1 +- fix build with automake <> 1.14 by running autoreconf + * Tue Jun 16 2015 Fedora Release Engineering - 0.6.0-0.17.20141128git6e550af - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild diff --git a/sources b/sources index 6f71286..2347819 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -e0ce3e70973572c1597ec359be64dbf9 abook-git-6e550af8a907a680dc845c22a7d6c36d89e900c1.zip +4bffd4c47ac41b688abd58f65bfe0bfb abook-0.6.1.tar.gz