Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package cowsay for openSUSE:Factory checked in at 2022-03-07 17:46:30 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/cowsay (Old) and /work/SRC/openSUSE:Factory/.cowsay.new.1958 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "cowsay" Mon Mar 7 17:46:30 2022 rev:6 rq:959744 version:3.7.0 Changes: -------- --- /work/SRC/openSUSE:Factory/cowsay/cowsay.changes 2020-09-03 01:19:38.264591540 +0200 +++ /work/SRC/openSUSE:Factory/.cowsay.new.1958/cowsay.changes 2022-03-07 17:46:38.775124952 +0100 @@ -1,0 +2,19 @@ +Fri Dec 3 17:45:48 UTC 2021 - Ferdinand Thiessen <r...@fthiessen.de> + +- Update to 3.7.0 + * cowsay -r [-C] for random cow + * Pluggable cow collections using etc/cowsay/cowpath.d + * Parseable format for cowsay -l when sent to non-terminal + destination + * Fix cowsay -l ignoring *.pm files + * Have cowsay -l recursively discover cowfiles in subdirectories +- Update to 3.5 + * Add llama cow + * Changed to SemVer version numbering +- Switch to cowsay-org fork: + * Version 3.04.01 + * Fix the version number in source files +- Adjust chami.patch for different directory structure +- Drop fixed one-eye.patch + +------------------------------------------------------------------- Old: ---- cowsay-3.04.tar.gz one-eye.patch New: ---- cowsay-3.7.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ cowsay.spec ++++++ --- /var/tmp/diff_new_pack.pjLwga/_old 2022-03-07 17:46:39.403124770 +0100 +++ /var/tmp/diff_new_pack.pjLwga/_new 2022-03-07 17:46:39.407124770 +0100 @@ -1,7 +1,7 @@ # # spec file for package cowsay # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,20 +16,17 @@ # -%if 0%{?suse_version} >= 1140 %{?!perl_requires:%define perl_requires() Requires: perl = %{perl_version}} -%endif Name: cowsay -Version: 3.04 +Version: 3.7.0 Release: 0 Summary: Configurable talking cow (and some other creatures) License: GPL-3.0-or-later Group: Amusements/Toys/Other -URL: https://github.com/tnalpgge/rank-amateur-cowsay -Source: https://github.com/tnalpgge/rank-amateur-cowsay/archive/cowsay-%{version}.tar.gz -Patch0: one-eye.patch -Patch1: chami.patch -BuildRequires: bash +URL: https://cowsay.diamonds/ +Source: https://github.com/cowsay-org/cowsay/archive/refs/tags/v%{version}.tar.gz#/%{name}-%{version}.tar.gz +Patch0: chami.patch +BuildRequires: make BuildRequires: perl BuildArch: noarch %{perl_requires} @@ -40,25 +37,21 @@ of silliness. %prep -%setup -q -n rank-amateur-cowsay-%{name}-%{version} -sed -i "s|,\$%{nil}PREFIX,|,%{_prefix},|" install.sh -%patch0 -p1 -%patch1 -p1 +%autosetup -p1 +sed -i '1 s/env //' cowsay %build perl -c cowsay %install -bash ./install.sh %{buildroot}%{_prefix} -mv -T %{buildroot}%{_prefix}/man/ %{buildroot}%{_mandir} -rm -f %{buildroot}%{_datadir}/cows/mech-and-cow +%make_install prefix=%{_prefix} %files -%license LICENSE -%doc ChangeLog MANIFEST README +%license LICENSE.txt +%doc ChangeLog README.md %{_bindir}/%{name} %{_bindir}/cowthink -%{_datadir}/cows +%{_datadir}/cowsay %{_mandir}/man1/* %changelog ++++++ chami.patch ++++++ --- /var/tmp/diff_new_pack.pjLwga/_old 2022-03-07 17:46:39.439124760 +0100 +++ /var/tmp/diff_new_pack.pjLwga/_new 2022-03-07 17:46:39.443124759 +0100 @@ -1,7 +1,7 @@ Index: cowsay-3.03/cows/chameleon.cow =================================================================== --- /dev/null -+++ cowsay-3.03/cows/chameleon.cow ++++ cowsay-3.03/share/cows/chameleon.cow @@ -0,0 +1,25 @@ +## +## SUSE-like chameleon ++++++ cowsay-3.04.tar.gz -> cowsay-3.7.0.tar.gz ++++++ ++++ 6026 lines of diff (skipped)