Hello community, here is the log from the commit of package cowsay for openSUSE:Factory checked in at 2017-05-31 12:18:13 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/cowsay (Old) and /work/SRC/openSUSE:Factory/.cowsay.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "cowsay" Wed May 31 12:18:13 2017 rev:3 rq:498621 version:3.03 Changes: -------- --- /work/SRC/openSUSE:Factory/cowsay/cowsay.changes 2014-05-02 13:54:36.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.cowsay.new/cowsay.changes 2017-05-31 12:19:26.238982676 +0200 @@ -1,0 +2,6 @@ +Sat May 27 09:21:12 UTC 2017 - [email protected] + +- Add perl to BuildRequires in order to make the package rebuild + when perl was updated. + +------------------------------------------------------------------- @@ -11 +16,0 @@ - ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ cowsay.spec ++++++ --- /var/tmp/diff_new_pack.Zbcodg/_old 2017-05-31 12:19:26.838897989 +0200 +++ /var/tmp/diff_new_pack.Zbcodg/_new 2017-05-31 12:19:26.838897989 +0200 @@ -1,7 +1,7 @@ # # spec file for package cowsay # -# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2017 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 @@ -16,6 +16,9 @@ # +%if 0%{?suse_version} >= 1140 +%{?!perl_requires:%define perl_requires() Requires: perl = %{perl_version}} +%endif Name: cowsay Version: 3.03 Release: 0 @@ -27,12 +30,9 @@ Source1: http://nog.net/~tony/warez/%{name}-%{version}.tar.gz.sig Source2: http://nog.net/~tony/tony-monroe-gpgkey.txt#/cowsay.keyring BuildRequires: bash +BuildRequires: perl BuildArch: noarch -%if 0%{?suse_version} < 1140 -Requires: perl = %{perl_version} -%else -%{perl_requires} -%endif +%perl_requires %description cowsay is a configurable talking cow, written in Perl. It operates
