This commit is contained in:
Tom Callaway 2016-11-18 09:15:11 -05:00
parent 4245f3c0f2
commit 086595378b
3 changed files with 9 additions and 2 deletions

1
.gitignore vendored
View File

@ -2,3 +2,4 @@
/Mail-Sender-0.900003.tar.gz
/Mail-Sender-0.901.tar.gz
/Mail-Sender-0.902.tar.gz
/Mail-Sender-0.903.tar.gz

View File

@ -1,5 +1,5 @@
Name: perl-Mail-Sender
Version: 0.902
Version: 0.903
# I really wish CPAN maintainers would stop fscking around with versions.
# we went from 0.900003 to 0.901
Epoch: 1
@ -28,12 +28,15 @@ BuildRequires: perl(Exporter)
BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(File::Basename)
BuildRequires: perl(File::Spec)
BuildRequires: perl(IO::Handle)
BuildRequires: perl(IO::Socket::INET)
BuildRequires: perl(MIME::Base64)
BuildRequires: perl(MIME::QuotedPrint)
BuildRequires: perl(Socket)
BuildRequires: perl(strict)
BuildRequires: perl(Symbol)
BuildRequires: perl(Test::More) >= 0.88
BuildRequires: perl(Tie::Handle)
BuildRequires: perl(Time::Local)
BuildRequires: perl(Try::Tiny) >= 0.24
BuildRequires: perl(warnings)
@ -77,6 +80,9 @@ make test
%changelog
* Fri Nov 18 2016 Tom Callaway <spot@fedoraproject.org> - 1:0.903-1
- update to 0.903
* Wed Aug 31 2016 Jitka Plesnikova <jplesnik@redhat.com> - 1:0.902-1
- 0.902 bump

View File

@ -1 +1 @@
ba23b72efb5e5529b80c47c5dd764d37 Mail-Sender-0.902.tar.gz
56f391635683d0edf4f992ab9368ed61 Mail-Sender-0.903.tar.gz