diff --git a/cowsay.spec b/cowsay.spec index b8357d0..cefdc03 100644 --- a/cowsay.spec +++ b/cowsay.spec @@ -1,7 +1,7 @@ %define perl_major_ver %(eval `perl -V:version`; echo ${version%*.[0-9]*}.0) Name: cowsay -Version: 3.03+dfsg1 +Version: 3.04 Release: 1mamba Summary: Configurable talking cow Group: Applications/Graphics @@ -10,7 +10,7 @@ Distribution: openmamba Packager: Davide Madrisan URL: http://www.nog.net/~tony/warez ## GITSOURCE https://alioth.debian.org/anonscm/git/collab-maint/cowsay.git -Source0: https://alioth.debian.org/anonscm/git/collab-maint/cowsay.git/master/cowsay-%{version}.tar.bz2 +Source: https://github.com/tnalpgge/rank-amateur-cowsay.git/cowsay-%{version}/rank-amateur-cowsay-%{version}.tar.bz2 # Debian patches Patch0: cowsay-3.03-fix_paths.patch Patch1: cowsay-3.03-debian_utf8_width.patch @@ -44,7 +44,7 @@ cowsay is a configurable talking cow, written in Perl. It operates much as the figlet program does, and it written in the same spirit of silliness. %prep -%setup -q +%setup -q -n rank-amateur-cowsay-%{version} %patch0 -p1 %patch1 -p1 %patch2 -p1 @@ -89,6 +89,9 @@ cd %{buildroot}%{_mandir}/man1 && ln -s cowsay.1 cowthink.1 %doc LICENSE %changelog +* Thu Sep 06 2018 Silvan Calarco 3.04-1mamba +- update to 3.04 + * Tue Dec 29 2015 Automatic Build System 3.03+dfsg1-1mamba - automatic update by autodist