Hello community,
here is the log from the commit of package perl-Net-OpenID-Consumer for
openSUSE:Factory checked in at 2015-08-28 08:26:45
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Net-OpenID-Consumer (Old)
and /work/SRC/openSUSE:Factory/.perl-Net-OpenID-Consumer.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-Net-OpenID-Consumer"
Changes:
--------
---
/work/SRC/openSUSE:Factory/perl-Net-OpenID-Consumer/perl-Net-OpenID-Consumer.changes
2014-11-07 09:06:30.000000000 +0100
+++
/work/SRC/openSUSE:Factory/.perl-Net-OpenID-Consumer.new/perl-Net-OpenID-Consumer.changes
2015-08-28 08:27:03.000000000 +0200
@@ -1,0 +2,6 @@
+Wed Aug 26 08:53:03 UTC 2015 - [email protected]
+
+- explicitly require perl(CGI) for building. CGI is no longer a core module
+ since perl 5.22.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ perl-Net-OpenID-Consumer.spec ++++++
--- /var/tmp/diff_new_pack.PSh9kG/_old 2015-08-28 08:27:03.000000000 +0200
+++ /var/tmp/diff_new_pack.PSh9kG/_new 2015-08-28 08:27:03.000000000 +0200
@@ -1,7 +1,7 @@
#
# 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
# remain the property of their copyright owners, unless otherwise agreed
@@ -29,6 +29,7 @@
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
+BuildRequires: perl(CGI)
BuildRequires: perl(Digest::SHA)
BuildRequires: perl(HTTP::Request)
BuildRequires: perl(JSON)