1.03 bump

This commit is contained in:
Petr Šabata 2015-06-21 17:44:06 +02:00
parent 23dcb5c435
commit 0947adf915
3 changed files with 9 additions and 4 deletions

1
.gitignore vendored
View File

@ -1,2 +1,3 @@
Net-SMTP-SSL-1.01.tar.gz
/Net-SMTP-SSL-1.02.tar.gz
/Net-SMTP-SSL-1.03.tar.gz

View File

@ -1,12 +1,13 @@
Name: perl-Net-SMTP-SSL
Version: 1.02
Release: 3%{?dist}
Version: 1.03
Release: 1%{?dist}
Summary: SSL support for Net::SMTP
License: GPL+ or Artistic
URL: http://search.cpan.org/dist/Net-SMTP-SSL/
Source0: http://www.cpan.org/modules/by-module/Net/Net-SMTP-SSL-%{version}.tar.gz
BuildArch: noarch
# Build
BuildRequires: make
BuildRequires: perl
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.76
BuildRequires: perl(strict)
@ -30,7 +31,7 @@ make %{?_smp_mflags}
%install
make pure_install DESTDIR=%{buildroot}
chmod -R u+w %{buildroot}
%{_fixperms} %{buildroot}/*
%check
make test
@ -43,6 +44,9 @@ make test
%{_mandir}/man3/Net::SMTP::SSL.3*
%changelog
* Sun Jun 21 2015 Petr Šabata <contyk@redhat.com> - 1.03-1
- 1.03 bump
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.02-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild

View File

@ -1 +1 @@
e67b4d842a51b9a453aeeaeed45fb8e1 Net-SMTP-SSL-1.02.tar.gz
75c80e6af5583630ba074b25c0b5ee84 Net-SMTP-SSL-1.03.tar.gz