Hello community,

here is the log from the commit of package perl-Mail-Sendmail for 
openSUSE:Factory checked in at 2017-09-07 22:16:12
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Mail-Sendmail (Old)
 and      /work/SRC/openSUSE:Factory/.perl-Mail-Sendmail.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-Mail-Sendmail"

Thu Sep  7 22:16:12 2017 rev:21 rq:521633 version:0.80

Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-Mail-Sendmail/perl-Mail-Sendmail.changes    
2011-11-21 12:42:37.000000000 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-Mail-Sendmail.new/perl-Mail-Sendmail.changes   
    2017-09-07 22:16:29.895207522 +0200
@@ -1,0 +2,12 @@
+Tue Sep  5 16:11:29 UTC 2017 - [email protected]
+
+- Updated to version 0.80
+  * Added COPYRIGHT section to pod.
+  * Fixed the NAME section in pod to follow expected format.
+  * Added "use warnings" and fixed all the warnings.
+  * Manually set $VERSION, as it's used in the code
+- Tests disabled [bsc#1017667]
+- Dropped patch perl-Mail-Sendmail-Mailsend.patch
+- Cleaned spec file with spec-cleaner
+
+-------------------------------------------------------------------

Old:
----
  Mail-Sendmail-0.79.tar.gz
  perl-Mail-Sendmail-Mailsend.patch

New:
----
  Mail-Sendmail-0.80.tar.gz

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

Other differences:
------------------
++++++ perl-Mail-Sendmail.spec ++++++
--- /var/tmp/diff_new_pack.Gn6kQ6/_old  2017-09-07 22:16:30.579111151 +0200
+++ /var/tmp/diff_new_pack.Gn6kQ6/_new  2017-09-07 22:16:30.579111151 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Mail-Sendmail
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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
@@ -15,59 +15,54 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
+%define cpan_name Mail-Sendmail
 Name:           perl-Mail-Sendmail
-%define       real_name Mail-Sendmail
+Version:        0.80
+Release:        0
 Summary:        Simple platform independent mailer
-Url:            http://www.cpan.org/modules/by-module/Mail/
+License:        Artistic-1.0 or GPL-1.0+
 Group:          Development/Libraries/Perl
-License:        Artistic-1.0
-Version:        0.79
-Release:        109
-Source:         %{real_name}-%{version}.tar.gz
-Patch0:         perl-Mail-Sendmail-Mailsend.patch
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-%{perl_requires}
+Url:            http://search.cpan.org/dist/Mail-Sendmail/
+Source0:        
https://cpan.metacpan.org/authors/id/N/NE/NEILB/%{cpan_name}-%{version}.tar.gz
+BuildRequires:  findutils
+BuildRequires:  make
 BuildRequires:  perl
 BuildRequires:  perl-macros
+BuildRequires:  perl(parent)
+Requires:       perl(parent)
+BuildArch:      noarch
+%{perl_requires}
 
 %description
-Simple platform independent e-mail from your perl script.
+Simple platform independent e-mail from your perl script. Only requires
+Perl 5 and a network connection.
 
+Mail::Sendmail takes a hash with the message to send and sends it to your
+mail server. It is intended to be very easy to setup and use. See also
+"FEATURES" below, and as usual, read this documentation.
 
-
-Authors:
---------
-    Milivoj Ivkovic <[email protected]>
+There is also a FAQ (see "NOTES").
 
 %prep
-%setup -n %{real_name}-%{version}
-%patch0
+%setup -q -n %{cpan_name}-%{version}
+find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644
 
 %build
-perl Makefile.PL 
-make %{?jobs:-j%jobs}
+perl Makefile.PL INSTALLDIRS=vendor
+make %{?_smp_mflags}
 
 %check
-make test
+# bsc#1017667 -- Disabled tests sending email when building
+# %% {__make} test
 
 %install
 %perl_make_install
 %perl_process_packlist
+%perl_gen_filelist
 
-%clean
-rm -rf %{buildroot}
-
-%files 
-%defattr(-, root, root)
-%doc Changes README MANIFEST
-%doc %{_mandir}/man?/*
-%doc %{perl_vendorlib}/Mail/
-%dir %{perl_vendorlib}/Mail
-%dir %{perl_vendorarch}/auto/Mail
-%{perl_vendorarch}/auto/Mail/Sendmail
-%{perl_vendorlib}/Mail/*
+%files -f %{name}.files
+%doc Changes README Todo
+%license LICENSE
 
 %changelog

++++++ Mail-Sendmail-0.79.tar.gz -> Mail-Sendmail-0.80.tar.gz ++++++
++++ 3709 lines of diff (skipped)


Reply via email to