forked from pool/perl-MailTools
Accepting request 518508 from devel:languages:perl
1 OBS-URL: https://build.opensuse.org/request/show/518508 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-MailTools?expand=0&rev=33
This commit is contained in:
commit
95b9e88df9
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:dfee9e770257371112f20d978e637759e81bc4f19e97b083585c71ecab37b527
|
|
||||||
size 55263
|
|
3
MailTools-2.19.tar.gz
Normal file
3
MailTools-2.19.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:c17ed702efea8eab56fe92961c07cd4980cee26ca6f13aff2688dc8af69c5e1a
|
||||||
|
size 55887
|
@ -1,3 +1,20 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Aug 24 05:54:45 UTC 2017 - coolo@suse.com
|
||||||
|
|
||||||
|
- updated to 2.19
|
||||||
|
see /usr/share/doc/packages/perl-MailTools/ChangeLog
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Aug 23 05:46:29 UTC 2017 - coolo@suse.com
|
||||||
|
|
||||||
|
- updated to 2.19
|
||||||
|
see /usr/share/doc/packages/perl-MailTools/ChangeLog
|
||||||
|
|
||||||
|
version 2.19: Tue 22 Aug 13:30:41 CEST 2017
|
||||||
|
|
||||||
|
Improvements:
|
||||||
|
- block namespace MailTools rt.cpan.org#120905 [Karen Etheridge]
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon May 23 12:07:22 UTC 2016 - coolo@suse.com
|
Mon May 23 12:07:22 UTC 2016 - coolo@suse.com
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-MailTools
|
# spec file for package perl-MailTools
|
||||||
#
|
#
|
||||||
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -17,14 +17,14 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: perl-MailTools
|
Name: perl-MailTools
|
||||||
Version: 2.18
|
Version: 2.19
|
||||||
Release: 0
|
Release: 0
|
||||||
%define cpan_name MailTools
|
%define cpan_name MailTools
|
||||||
Summary: Various e-mail related modules
|
Summary: Bundle of Ancient Email Modules
|
||||||
License: Artistic-1.0 or GPL-1.0+
|
License: Artistic-1.0 or GPL-1.0+
|
||||||
Group: Development/Libraries/Perl
|
Group: Development/Libraries/Perl
|
||||||
Url: http://search.cpan.org/dist/MailTools/
|
Url: http://search.cpan.org/dist/MailTools/
|
||||||
Source0: http://www.cpan.org/authors/id/M/MA/MARKOV/%{cpan_name}-%{version}.tar.gz
|
Source0: https://cpan.metacpan.org/authors/id/M/MA/MARKOV/%{cpan_name}-%{version}.tar.gz
|
||||||
Source1: cpanspec.yml
|
Source1: cpanspec.yml
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
@ -37,7 +37,14 @@ Requires: perl(Date::Parse)
|
|||||||
%{perl_requires}
|
%{perl_requires}
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Various e-mail related modules
|
MailTools is a bundle: an ancient form of combining packages into one
|
||||||
|
distribution. Gladly, it can be distributed as if it is a normal
|
||||||
|
distribution as well.
|
||||||
|
|
||||||
|
*Be warned:* The code you find here is very old. It works for simple
|
||||||
|
emails, but when you start with new code then please use more sofisticated
|
||||||
|
libraries. The main reason that you still find this code on CPAN, is
|
||||||
|
because many books use it as example.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{cpan_name}-%{version}
|
%setup -q -n %{cpan_name}-%{version}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user