8
0

Accepting request 327580 from home:bmwiedemann:branches:devel:languages:perl

Require CGI as it is no more part of base perl-5.22

OBS-URL: https://build.opensuse.org/request/show/327580
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-HTML-Template?expand=0&rev=21
This commit is contained in:
Stephan Kulow
2015-08-27 16:35:07 +00:00
committed by Git OBS Bridge
parent 33bf5096f8
commit 1e66c04182
2 changed files with 8 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Aug 27 14:32:29 UTC 2015 - bwiedemann@suse.com
- Require CGI as it is no more part of base perl-5.22
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Nov 26 07:35:30 UTC 2013 - coolo@suse.com Tue Nov 26 07:35:30 UTC 2013 - coolo@suse.com

View File

@@ -1,7 +1,7 @@
# #
# spec file for package perl-HTML-Template # 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 # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@@ -29,6 +29,8 @@ BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl BuildRequires: perl
BuildRequires: perl-macros BuildRequires: perl-macros
BuildRequires: perl(CGI)
Requires: perl(CGI)
#BuildRequires: perl(GTop) #BuildRequires: perl(GTop)
#BuildRequires: perl(HTML::Template) #BuildRequires: perl(HTML::Template)
#BuildRequires: perl(IO::Capture) #BuildRequires: perl(IO::Capture)