diff --git a/cowsay-3.03-openmamba_cow.patch b/cowsay-3.03-openmamba_cow.patch index c185dc7..818c788 100644 --- a/cowsay-3.03-openmamba_cow.patch +++ b/cowsay-3.03-openmamba_cow.patch @@ -3,14 +3,15 @@ Author: Davide Madrisan --- /dev/null +++ cowsay-3.03/cows/openmamba.cow -@@ -0,0 +1,10 @@ +@@ -0,0 +1,11 @@ +## +## The openmamba snake +## +$the_cow = <<"EOC"; -+ $thoughts -+ ss -+ ;S; ss sss __ -+ w Sss SSS sss / -+ sSs: ss; ++ $thoughts ++ ,(_)(_) ++ (_) (;;) ++ .(_) ++ (_). :(_)\\_ ++ `(_)(_)` +EOC diff --git a/cowsay-3.03-snake_cow.patch b/cowsay-3.03-snake_cow.patch new file mode 100644 index 0000000..bf0314c --- /dev/null +++ b/cowsay-3.03-snake_cow.patch @@ -0,0 +1,17 @@ +Description: The snake +Author: Davide Madrisan + +--- /dev/null ++++ cowsay-3.03/cows/snake.cow +@@ -0,0 +1,11 @@ ++## ++## The snake ++## ++$the_cow = <<"EOC"; ++ $thoughts ++ /// ++ (;)(;) __ ++ `(_) / ++`(_) /\\ (_) ++ "(_)(_)(_) ++EOC diff --git a/cowsay.spec b/cowsay.spec index 59e7f99..c199adc 100644 --- a/cowsay.spec +++ b/cowsay.spec @@ -2,7 +2,7 @@ Name: cowsay Version: 3.03 -Release: 1mamba +Release: 2mamba Summary: Configurable talking cow Group: Applications/Graphics Vendor: openmamba @@ -29,6 +29,7 @@ Patch18: cowsay-3.03-sodomized-sheep_cow.patch Patch19: cowsay-3.03-suse_cow.patch # openmamba patches Patch30: cowsay-3.03-openmamba_cow.patch +Patch31: cowsay-3.03-snake_cow.patch License: GPL, Artistic ## AUTOBUILDREQ-BEGIN BuildRequires: libperl @@ -60,6 +61,7 @@ It operates much as the figlet program does, and it written in the same spirit o %patch18 -p1 %patch19 -p1 %patch30 -p1 +%patch31 -p1 %build @@ -87,5 +89,8 @@ cd %{buildroot}%{_mandir}/man1 && ln -s cowsay.1 cowthink.1 %doc LICENSE %changelog +* Sun Aug 31 2014 Davide Madrisan 3.03-2mamba +- new cow files: openmamba and snake + * Wed Aug 20 2014 Davide Madrisan 3.03-1mamba - package created by autospec