Hello community,

here is the log from the commit of package perl-Crypt-SSLeay for 
openSUSE:Factory checked in at 2017-10-03 23:18:33
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Crypt-SSLeay (Old)
 and      /work/SRC/openSUSE:Factory/.perl-Crypt-SSLeay.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-Crypt-SSLeay"

Tue Oct  3 23:18:33 2017 rev:26 rq:530649 version:0.72

Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-Crypt-SSLeay/perl-Crypt-SSLeay.changes      
2015-04-25 09:54:23.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Crypt-SSLeay.new/perl-Crypt-SSLeay.changes 
2017-10-03 23:18:33.583654942 +0200
@@ -1,0 +2,6 @@
+Sat Sep 23 15:17:55 UTC 2017 - [email protected]
+
+- add no-dot-inc.patch inherited from gentoo to build with perl 5.26
+- remove Crypt-SSLeay-0.58.patch not applied for a long time
+
+-------------------------------------------------------------------

Old:
----
  Crypt-SSLeay-0.58.patch

New:
----
  no-dot-inc.patch

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ perl-Crypt-SSLeay.spec ++++++
--- /var/tmp/diff_new_pack.oW5kOh/_old  2017-10-03 23:18:34.235563197 +0200
+++ /var/tmp/diff_new_pack.oW5kOh/_new  2017-10-03 23:18:34.239562634 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Crypt-SSLeay
 #
-# Copyright (c) 2015 SUSE LINUX 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
@@ -24,9 +24,9 @@
 License:        Artistic-2.0
 Group:          Development/Libraries/Perl
 Url:            http://search.cpan.org/dist/Crypt-SSLeay/
-Source0:        
http://www.cpan.org/authors/id/N/NA/NANIS/%{cpan_name}-%{version}.tar.gz
-Source1:        %{cpan_name}-0.58.patch
-Source2:        cpanspec.yml
+Source0:        
https://cpan.metacpan.org/authors/id/N/NA/NANIS/%{cpan_name}-%{version}.tar.gz
+Source1:        cpanspec.yml
+Patch0:         no-dot-inc.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
@@ -42,10 +42,10 @@
 # MANUAL END
 
 %description
-This Perl module provides support for the HTTPS protocol under the LWP
-manpage, to allow an the LWP::UserAgent manpage object to perform GET,
-HEAD, and POST requests over encrypted socket connections. Please see the
-LWP manpage for more information on POST requests.
+This Perl module provides support for the HTTPS protocol under LWP, to
+allow an LWP::UserAgent object to perform GET, HEAD, and POST requests over
+encrypted socket connections. Please see LWP for more information on POST
+requests.
 
 The 'Crypt::SSLeay' package provides 'Net::SSL', which, if requested, is
 loaded by 'LWP::Protocol::https' for https requests and provides the
@@ -53,7 +53,8 @@
 
 %prep
 %setup -q -n %{cpan_name}-%{version}
-find . -type f -print0 | xargs -0 chmod 644
+find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644
+%patch0 -p1
 
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"

++++++ cpanspec.yml ++++++
--- /var/tmp/diff_new_pack.oW5kOh/_old  2017-10-03 23:18:34.271558131 +0200
+++ /var/tmp/diff_new_pack.oW5kOh/_new  2017-10-03 23:18:34.275557569 +0200
@@ -4,8 +4,8 @@
 #sources:
 #  - source1
 #  - source2
-sources:
-  - "%{cpan_name}-0.58.patch"
+patches:
+  no-dot-inc.patch: -p1
 preamble: |-
  BuildRequires:  openssl-devel
  Requires:       openssl

++++++ no-dot-inc.patch ++++++
Index: Crypt-SSLeay-0.72/Makefile.PL
===================================================================
--- Crypt-SSLeay-0.72.orig/Makefile.PL
+++ Crypt-SSLeay-0.72/Makefile.PL
@@ -8,7 +8,8 @@ use Getopt::Long qw( GetOptionsFromArray
 use Path::Class;
 use Try::Tiny;
 
-use inc::IO::Interactive::Tiny;
+use lib 'inc';
+use IO::Interactive::Tiny;
 
 caller
     or run(\@ARGV, [qw{ssl crypto ssl32 ssleay32 eay32 libeay32 z}]);

Reply via email to