Hello community,

here is the log from the commit of package perl-Net-SMTP-SSL.11758 for 
openSUSE:Leap:15.1:Update checked in at 2020-01-29 06:11:26
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.1:Update/perl-Net-SMTP-SSL.11758 (Old)
 and      
/work/SRC/openSUSE:Leap:15.1:Update/.perl-Net-SMTP-SSL.11758.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-Net-SMTP-SSL.11758"

Wed Jan 29 06:11:26 2020 rev:1 rq:762543 version:1.04

Changes:
--------
New Changes file:

--- /dev/null   2019-12-19 10:12:34.003146842 +0100
+++ 
/work/SRC/openSUSE:Leap:15.1:Update/.perl-Net-SMTP-SSL.11758.new.26092/perl-Net-SMTP-SSL.changes
    2020-01-29 06:11:27.300704119 +0100
@@ -0,0 +1,47 @@
+-------------------------------------------------------------------
+Tue Oct 11 05:57:02 UTC 2016 - [email protected]
+
+- updated to 1.04
+   see /usr/share/doc/packages/perl-Net-SMTP-SSL/Changes
+
+  1.04    2016-10-09
+  
+    - mark this library deprecated, suggest newer Net::SMTP instead
+
+-------------------------------------------------------------------
+Sun Jun 21 08:37:50 UTC 2015 - [email protected]
+
+- updated to 1.03
+   see /usr/share/doc/packages/perl-Net-SMTP-SSL/Changes
+
+  1.03    2015-06-20
+  
+    - $net_smtp_ssl->isa('Net::SMTP') is now true
+
+-------------------------------------------------------------------
+Tue Apr 14 18:27:30 UTC 2015 - [email protected]
+
+- updated to 1.02
+   see /usr/share/doc/packages/perl-Net-SMTP-SSL/Changes
+
+  1.02    2015-03-26
+  
+    - make it work again under blead; thanks to Zefram for the patch
+
+-------------------------------------------------------------------
+Mon Aug  8 08:06:15 UTC 2011 - [email protected]
+
+- package recreated by cpanspec 1.78.03
+
+-------------------------------------------------------------------
+Wed Dec  1 11:53:34 UTC 2010 - [email protected]
+
+- switch to perl_requires macro
+
+-------------------------------------------------------------------
+Tue Oct 19 08:38:52 UTC 2010 - [email protected]
+
+- add perl as explicit buildrequire
+
+* Wed Mar 25 2009 [email protected]
+- packaged perl-Net-SMTP-SSL version 1.01 using the buildservice spec file 
wizard

New:
----
  Net-SMTP-SSL-1.04.tar.gz
  cpanspec.yml
  perl-Net-SMTP-SSL.changes
  perl-Net-SMTP-SSL.spec

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

Other differences:
------------------
++++++ perl-Net-SMTP-SSL.spec ++++++
#
# spec file for package perl-Net-SMTP-SSL
#
# Copyright (c) 2016 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
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via http://bugs.opensuse.org/
#


Name:           perl-Net-SMTP-SSL
Version:        1.04
Release:        0
%define cpan_name Net-SMTP-SSL
Summary:        SSL support for Net::SMTP
License:        GPL-1.0+ or Artistic-1.0
Group:          Development/Libraries/Perl
Url:            http://search.cpan.org/dist/Net-SMTP-SSL/
Source0:        
http://www.cpan.org/authors/id/R/RJ/RJBS/%{cpan_name}-%{version}.tar.gz
Source1:        cpanspec.yml
BuildArch:      noarch
BuildRoot:      %{_tmppath}/%{name}-%{version}-build
BuildRequires:  perl
BuildRequires:  perl-macros
BuildRequires:  perl(IO::Socket::SSL)
Requires:       perl(IO::Socket::SSL)
%{perl_requires}

%description
Implements the same API as Net::SMTP, but uses IO::Socket::SSL for its
network operations. Due to the nature of 'Net::SMTP''s 'new' method, it is
not overridden to make use of a default port for the SMTPS service. Perhaps
future versions will be smart like that. Port '465' is usually what you
want, and it's not a pain to specify that.

For interface documentation, please see Net::SMTP.

%prep
%setup -q -n %{cpan_name}-%{version}

%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%{__make} %{?_smp_mflags}

%check
%{__make} test

%install
%perl_make_install
%perl_process_packlist
%perl_gen_filelist

%files -f %{name}.files
%defattr(-,root,root,755)
%doc Changes README

%changelog
++++++ cpanspec.yml ++++++
---
#description_paragraphs: 3
#no_testing: broken upstream
#sources:
#  - source1
#  - source2
#patches:
#  foo.patch: -p1
#  bar.patch:
#preamble: |-
# BuildRequires:  gcc-c++
#post_prep: |-
# hunspell=`pkg-config --libs hunspell | sed -e 's,-l,,; s,  *,,g'`
# sed -i -e "s,hunspell-X,$hunspell," t/00-prereq.t Makefile.PL 
#post_install: |-
# sed on %{name}.files
#license: SUSE-NonFree
#skip_noarch: 1
#custom_build: |-
#./Build build flags=%{?_smp_mflags} --myflag
#custom_test: |-
#startserver && make test
#ignore_requires: Bizarre::Module

Reply via email to