Hello community,

here is the log from the commit of package perl-Mail-Sender for 
openSUSE:Factory checked in at 2016-06-19 10:48:01
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Mail-Sender (Old)
 and      /work/SRC/openSUSE:Factory/.perl-Mail-Sender.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-Mail-Sender"

Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-Mail-Sender/perl-Mail-Sender.changes        
2014-07-16 16:22:21.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Mail-Sender.new/perl-Mail-Sender.changes   
2016-06-19 10:48:02.000000000 +0200
@@ -1,0 +2,6 @@
+Sun Jun 12 13:17:15 UTC 2016 - co...@suse.com
+
+- updated to 0.900003
+   see /usr/share/doc/packages/perl-Mail-Sender/Changes
+
+-------------------------------------------------------------------

Old:
----
  Mail-Sender-0.8.23.tar.gz

New:
----
  Mail-Sender-0.900003.tar.gz
  cpanspec.yml

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

Other differences:
------------------
++++++ perl-Mail-Sender.spec ++++++
--- /var/tmp/diff_new_pack.ALWVGg/_old  2016-06-19 10:48:03.000000000 +0200
+++ /var/tmp/diff_new_pack.ALWVGg/_new  2016-06-19 10:48:03.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Mail-Sender
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# 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
@@ -17,36 +17,36 @@
 
 
 Name:           perl-Mail-Sender
-Version:        0.8.23
+Version:        0.900003
 Release:        0
 %define cpan_name Mail-Sender
-Summary:        Module for sending mails with attachments through an SMTP 
server
-License:        GPL-1.0+ or Artistic-1.0
+Summary:        Module for Sending Mails with Attachments Through an Smtp 
Server
+License:        Artistic-1.0 or GPL-1.0+
 Group:          Development/Libraries/Perl
 Url:            http://search.cpan.org/dist/Mail-Sender/
-Source:         
http://www.cpan.org/authors/id/J/JE/JENDA/Mail-Sender-%{version}.tar.gz
-Requires:       perl(Carp)
-Requires:       perl(Encode)
-Requires:       perl(File::Basename)
-Requires:       perl(FileHandle)
-Requires:       perl(IO::Socket::INET)
-Requires:       perl(IO::Socket::SSL)
-Requires:       perl(MIME::Base64)
-Requires:       perl(MIME::QuotedPrint)
-Requires:       perl(Net::SSLeay)
+Source0:        
http://www.cpan.org/authors/id/C/CA/CAPOEIRAB/%{cpan_name}-%{version}.tar.gz
+Source1:        cpanspec.yml
+BuildArch:      noarch
+BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
-# BuildRequires:  perl(MIME::Base64)
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-BuildArch:      noarch
+BuildRequires:  perl(Test::More) >= 0.88
+BuildRequires:  perl(Try::Tiny) >= 0.24
+Requires:       perl(Try::Tiny) >= 0.24
+Recommends:     perl(Authen::NTLM)
+Recommends:     perl(Digest::HMAC_MD5)
+Recommends:     perl(IO::Socket::SSL)
+Recommends:     perl(Mozilla::CA)
+Recommends:     perl(Net::SSLeay)
 %{perl_requires}
 
 %description
-'Mail::Sender' provides an object oriented interface to sending mails. It
-doesn't need any outer program. It connects to a mail server directly from
-Perl, using Socket.
+Mail::Sender provides an object-oriented interface to sending mails. It
+directly connects to the mail server using IO::Socket.
 
-Sends mails directly from Perl through a socket connection.
+Mail::Sender is going away... well, not really, but it's being officially
+marked as "out of favor". Email::Sender is the go-to choice when you need
+to send Email from Perl. Go there, be happy!
 
 %prep
 %setup -q -n %{cpan_name}-%{version}
@@ -64,7 +64,7 @@
 %perl_gen_filelist
 
 %files -f %{name}.files
-%defattr(644,root,root,755)
-%doc Changes README
+%defattr(-,root,root,755)
+%doc Changes LICENSE README
 
 %changelog

++++++ Mail-Sender-0.8.23.tar.gz -> Mail-Sender-0.900003.tar.gz ++++++
++++ 12168 lines of diff (skipped)

++++++ cpanspec.yml ++++++
---
#description_paragraphs: 3
#description: |-
#  override description from CPAN
#summary: override summary from CPAN
#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_build: |-
# rm unused.files
#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