Accepting request 296670 from devel:languages:perl
1 OBS-URL: https://build.opensuse.org/request/show/296670 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Net-SMTP-SSL?expand=0&rev=9
This commit is contained in:
commit
e4b447209f
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:13599c46bc7ce47fc151ace89d0625294b62154c3a20c7ff7e7614d1f2ee6289
|
||||
size 1806
|
3
Net-SMTP-SSL-1.02.tar.gz
Normal file
3
Net-SMTP-SSL-1.02.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4e9f67f47da74de3dad36fb5b68e2154a81251c8e187218dedbf073395cf5ce9
|
||||
size 2109
|
@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 14 18:27:30 UTC 2015 - coolo@suse.com
|
||||
|
||||
- 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 - vcizek@novell.com
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package perl-Net-SMTP-SSL
|
||||
#
|
||||
# Copyright (c) 2011 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
|
||||
@ -16,23 +16,21 @@
|
||||
#
|
||||
|
||||
|
||||
|
||||
Name: perl-Net-SMTP-SSL
|
||||
Version: 1.01
|
||||
Release: 1
|
||||
License: GPL-1.0+ or Artistic-1.0
|
||||
Version: 1.02
|
||||
Release: 0
|
||||
%define cpan_name Net-SMTP-SSL
|
||||
Summary: SSL support for Net::SMTP
|
||||
Url: http://search.cpan.org/dist/Net-SMTP-SSL/
|
||||
License: GPL-1.0+ or Artistic-1.0
|
||||
Group: Development/Libraries/Perl
|
||||
#Source: http://www.cpan.org/authors/id/C/CW/CWEST/Net-SMTP-SSL-%{version}.tar.gz
|
||||
Source: %{cpan_name}-%{version}.tar.gz
|
||||
BuildRequires: perl(IO::Socket::SSL)
|
||||
Url: http://search.cpan.org/dist/Net-SMTP-SSL/
|
||||
Source: http://www.cpan.org/authors/id/R/RJ/RJBS/%{cpan_name}-%{version}.tar.gz
|
||||
BuildArch: noarch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl-macros
|
||||
BuildRequires: perl(IO::Socket::SSL)
|
||||
Requires: perl(IO::Socket::SSL)
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildArch: noarch
|
||||
%{perl_requires}
|
||||
|
||||
%description
|
||||
@ -59,11 +57,8 @@ For interface documentation, please see Net::SMTP.
|
||||
%perl_process_packlist
|
||||
%perl_gen_filelist
|
||||
|
||||
%clean
|
||||
%{__rm} -rf %{buildroot}
|
||||
|
||||
%files -f %{name}.files
|
||||
%defattr(644,root,root,755)
|
||||
%defattr(-,root,root,755)
|
||||
%doc Changes README
|
||||
|
||||
%changelog
|
||||
|
Loading…
Reference in New Issue
Block a user