Hello community, here is the log from the commit of package cowsay for openSUSE:Factory checked in at 2019-06-26 16:05:03 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/cowsay (Old) and /work/SRC/openSUSE:Factory/.cowsay.new.4615 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "cowsay" Wed Jun 26 16:05:03 2019 rev:4 rq:712098 version:3.03 Changes: -------- --- /work/SRC/openSUSE:Factory/cowsay/cowsay.changes 2017-05-31 12:19:26.238982676 +0200 +++ /work/SRC/openSUSE:Factory/.cowsay.new.4615/cowsay.changes 2019-06-26 16:05:30.663754790 +0200 @@ -1,0 +2,7 @@ +Wed Jun 26 07:45:39 UTC 2019 - Marketa Calabkova <[email protected]> + +- Add SUSE brand + * chami.patch -- big chameleon picture named chameleon.cow + * one-eye.patch -- helper patch to allow the chameleon to be dead + +------------------------------------------------------------------- New: ---- chami.patch one-eye.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ cowsay.spec ++++++ --- /var/tmp/diff_new_pack.xyrakl/_old 2019-06-26 16:05:31.503755979 +0200 +++ /var/tmp/diff_new_pack.xyrakl/_new 2019-06-26 16:05:31.503755979 +0200 @@ -1,7 +1,7 @@ # # spec file for package cowsay # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,7 +12,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # @@ -23,16 +23,18 @@ Version: 3.03 Release: 0 Summary: Configurable talking cow (and some other creatures) -License: GPL-1.0+ or Artistic-1.0 +License: GPL-1.0-or-later OR Artistic-1.0 Group: Amusements/Toys/Other -Url: http://nog.net/~tony/warez/ +URL: http://nog.net/~tony/warez/ Source: http://nog.net/~tony/warez/%{name}-%{version}.tar.gz Source1: http://nog.net/~tony/warez/%{name}-%{version}.tar.gz.sig Source2: http://nog.net/~tony/tony-monroe-gpgkey.txt#/cowsay.keyring +Patch0: one-eye.patch +Patch1: chami.patch BuildRequires: bash BuildRequires: perl BuildArch: noarch -%perl_requires +%{perl_requires} %description cowsay is a configurable talking cow, written in Perl. It operates @@ -42,6 +44,8 @@ %prep %setup -q sed -i "s|,\$%{nil}PREFIX,|,%{_prefix},|" install.sh +%patch0 -p1 +%patch1 -p1 %build perl -c cowsay @@ -52,8 +56,8 @@ rm -f %{buildroot}%{_datadir}/cows/mech-and-cow %files -%defattr(-,root,root) -%doc ChangeLog LICENSE MANIFEST README +%license LICENSE +%doc ChangeLog MANIFEST README %{_bindir}/%{name} %{_bindir}/cowthink %{_datadir}/cows ++++++ chami.patch ++++++ Index: cowsay-3.03/cows/chameleon.cow =================================================================== --- /dev/null +++ cowsay-3.03/cows/chameleon.cow @@ -0,0 +1,25 @@ +## +## SUSE-like chameleon +## +$the_cow = <<EOC; + $thoughts + $thoughts + $thoughts + + _..~~~~~‾‾‾‾‾‾‾~~~~~._ |‾--.____ + _.~‾ ‾~.. ‾‾--._ + _.~‾ --- ‾. + .~ / $eye \\ \\ + / \\ / ) + / _ --- ) + / ________ ‾-_ __) + / / ¯_ ‾-___--‾‾ / + / / _-------_ ¯. ~~~~~~~~ /‾~~__ $tongue _~¯ + | / / _____ \\ \\ / \\ | ‾‾~~~~~~‾ + | | | | _ \\ \\ \\ / \\ | + \\ | \\ V | | | \\ | \\ \\ + \\ \\ \\___/ | / \\| \\| + \\ \\______/ / + \\_________/ + +EOC ++++++ one-eye.patch ++++++ Index: cowsay-3.03/cowsay =================================================================== --- cowsay-3.03.orig/cowsay +++ cowsay-3.03/cowsay @@ -66,6 +66,7 @@ $Text::Wrap::columns = $opts{'W'}; split("\n", fill("", "", @message))); &construct_balloon; &construct_face; +$eye = substr($eyes,0,1); &get_cow; print @balloon_lines; print $the_cow;
