8
0

Accepting request 327138 from devel:openQA

- explicitly require perl(CGI) for building. CGI is no longer a core module
  since perl 5.22.

OBS-URL: https://build.opensuse.org/request/show/327138
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Net-OpenID-Consumer?expand=0&rev=8
This commit is contained in:
Stephan Kulow
2015-08-26 13:36:22 +00:00
committed by Git OBS Bridge
parent 037bf5349f
commit 44292c6f90
2 changed files with 8 additions and 1 deletions

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Aug 26 08:53:03 UTC 2015 - lnussel@suse.de
- explicitly require perl(CGI) for building. CGI is no longer a core module
since perl 5.22.
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Nov 5 15:17:26 UTC 2014 - aplanas@suse.com Wed Nov 5 15:17:26 UTC 2014 - aplanas@suse.com

View File

@@ -1,7 +1,7 @@
# #
# spec file for package perl-Net-OpenID-Consumer # spec file for package perl-Net-OpenID-Consumer
# #
# Copyright (c) 2014 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,7 @@ 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)
BuildRequires: perl(Digest::SHA) BuildRequires: perl(Digest::SHA)
BuildRequires: perl(HTTP::Request) BuildRequires: perl(HTTP::Request)
BuildRequires: perl(JSON) BuildRequires: perl(JSON)