Hello community, here is the log from the commit of package perl-HTML-Template for openSUSE:Factory checked in at 2015-08-29 20:04:55 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/perl-HTML-Template (Old) and /work/SRC/openSUSE:Factory/.perl-HTML-Template.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "perl-HTML-Template" Changes: -------- --- /work/SRC/openSUSE:Factory/perl-HTML-Template/perl-HTML-Template.changes 2013-11-26 19:25:29.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.perl-HTML-Template.new/perl-HTML-Template.changes 2015-08-29 20:04:56.000000000 +0200 @@ -1,0 +2,5 @@ +Thu Aug 27 14:32:29 UTC 2015 - bwiedemann@suse.com + +- Require CGI as it is no more part of base perl-5.22 + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ perl-HTML-Template.spec ++++++ --- /var/tmp/diff_new_pack.NTCS8v/_old 2015-08-29 20:04:56.000000000 +0200 +++ /var/tmp/diff_new_pack.NTCS8v/_new 2015-08-29 20:04:56.000000000 +0200 @@ -1,7 +1,7 @@ # # spec file for package perl-HTML-Template # -# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 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 @@ -29,6 +29,8 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl BuildRequires: perl-macros +BuildRequires: perl(CGI) +Requires: perl(CGI) #BuildRequires: perl(GTop) #BuildRequires: perl(HTML::Template) #BuildRequires: perl(IO::Capture)