Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package perl-Mail-Transport for 
openSUSE:Factory checked in at 2025-10-10 17:08:33
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Mail-Transport (Old)
 and      /work/SRC/openSUSE:Factory/.perl-Mail-Transport.new.5300 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-Mail-Transport"

Fri Oct 10 17:08:33 2025 rev:3 rq:1309977 version:3.7.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-Mail-Transport/perl-Mail-Transport.changes  
2025-10-07 18:26:27.304602950 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Mail-Transport.new.5300/perl-Mail-Transport.changes
        2025-10-10 17:09:23.849366693 +0200
@@ -1,0 +2,11 @@
+Tue Oct  7 12:46:39 UTC 2025 - Tina Müller <[email protected]>
+
+- updated to 3.7.0 (3.007)
+   see /usr/share/doc/packages/perl-Mail-Transport/ChangeLog
+
+  version 3.007: Wed  3 Sep 10:47:04 CEST 2025
+
+       Fixes:
+       - smtp when the message body does not naturally end on a blank.
+
+-------------------------------------------------------------------

Old:
----
  Mail-Transport-3.006.tar.gz

New:
----
  Mail-Transport-3.007.tar.gz

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

Other differences:
------------------
++++++ perl-Mail-Transport.spec ++++++
--- /var/tmp/diff_new_pack.9ABR3j/_old  2025-10-10 17:09:24.725403536 +0200
+++ /var/tmp/diff_new_pack.9ABR3j/_new  2025-10-10 17:09:24.729403705 +0200
@@ -18,10 +18,10 @@
 
 %define cpan_name Mail-Transport
 Name:           perl-Mail-Transport
-Version:        3.6.0
+Version:        3.7.0
 Release:        0
-# 3.006 -> normalize -> 3.6.0
-%define cpan_version 3.006
+# 3.007 -> normalize -> 3.7.0
+%define cpan_version 3.007
 License:        Artistic-1.0 OR GPL-1.0-or-later
 Summary:        Email message exchange
 URL:            https://metacpan.org/release/%{cpan_name}

++++++ Mail-Transport-3.006.tar.gz -> Mail-Transport-3.007.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Mail-Transport-3.006/ChangeLog 
new/Mail-Transport-3.007/ChangeLog
--- old/Mail-Transport-3.006/ChangeLog  2025-08-21 10:25:51.000000000 +0200
+++ new/Mail-Transport-3.007/ChangeLog  2025-09-03 10:47:33.000000000 +0200
@@ -4,6 +4,11 @@
 All changes are made by Mark Overmeer <[email protected]> unless
 explicitly stated differently.
 
+version 3.007: Wed  3 Sep 10:47:04 CEST 2025
+
+       Fixes:
+       - smtp when the message body does not naturally end on a blank.
+
 version 3.006: Thu 21 Aug 10:23:14 CEST 2025
 
        Changes:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Mail-Transport-3.006/META.json 
new/Mail-Transport-3.007/META.json
--- old/Mail-Transport-3.006/META.json  2025-08-21 10:25:53.000000000 +0200
+++ new/Mail-Transport-3.007/META.json  2025-09-03 10:48:16.000000000 +0200
@@ -54,6 +54,6 @@
          "web" : "https://github.com/markov2/perl5-Mail-Transport";
       }
    },
-   "version" : "3.006",
+   "version" : "3.007",
    "x_serialization_backend" : "JSON::PP version 4.16"
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Mail-Transport-3.006/META.yml 
new/Mail-Transport-3.007/META.yml
--- old/Mail-Transport-3.006/META.yml   2025-08-21 10:25:53.000000000 +0200
+++ new/Mail-Transport-3.007/META.yml   2025-09-03 10:48:16.000000000 +0200
@@ -29,5 +29,5 @@
   homepage: http://perl.overmeer.net/CPAN/
   license: http://dev.perl.org/licenses/
   repository: https://github.com/markov2/perl5-Mail-Transport.git
-version: '3.006'
+version: '3.007'
 x_serialization_backend: 'CPAN::Meta::YAML version 0.018'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Mail-Transport-3.006/Makefile.PL 
new/Mail-Transport-3.007/Makefile.PL
--- old/Mail-Transport-3.006/Makefile.PL        2025-08-21 10:25:51.000000000 
+0200
+++ new/Mail-Transport-3.007/Makefile.PL        2025-09-03 10:47:33.000000000 
+0200
@@ -4,7 +4,7 @@
 
 use IO::Handle;
 
-my $VERSION = '3.006';
+my $VERSION = '3.007';
 
 my %prereq =
  ( Carp           => 0
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Mail-Transport-3.006/lib/Mail/Transport/Exim.pm 
new/Mail-Transport-3.007/lib/Mail/Transport/Exim.pm
--- old/Mail-Transport-3.006/lib/Mail/Transport/Exim.pm 2025-08-21 
10:25:51.000000000 +0200
+++ new/Mail-Transport-3.007/lib/Mail/Transport/Exim.pm 2025-09-03 
10:48:14.000000000 +0200
@@ -8,7 +8,7 @@
 
 package Mail::Transport::Exim;
 use vars '$VERSION';
-$VERSION = '3.006';
+$VERSION = '3.007';
 
 use base 'Mail::Transport::Send';
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Mail-Transport-3.006/lib/Mail/Transport/Exim.pod 
new/Mail-Transport-3.007/lib/Mail/Transport/Exim.pod
--- old/Mail-Transport-3.006/lib/Mail/Transport/Exim.pod        2025-08-21 
10:25:52.000000000 +0200
+++ new/Mail-Transport-3.007/lib/Mail/Transport/Exim.pod        2025-09-03 
10:48:15.000000000 +0200
@@ -207,6 +207,10 @@
 
 =back
 
+=head2 Server connection
+
+Extends L<"Server connection" in 
Mail::Transport::Send|Mail::Transport::Send/"Server connection">.
+ 
 =head1 DIAGNOSTICS
 
 =over 4
@@ -247,8 +251,8 @@
 
 =head1 SEE ALSO
 
-This module is part of Mail-Transport distribution version 3.006,
-built on August 21, 2025. Website: F<http://perl.overmeer.net/CPAN/>
+This module is part of Mail-Transport distribution version 3.007,
+built on September 03, 2025. Website: F<http://perl.overmeer.net/CPAN/>
 
 =head1 LICENSE
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Mail-Transport-3.006/lib/Mail/Transport/Mailx.pm 
new/Mail-Transport-3.007/lib/Mail/Transport/Mailx.pm
--- old/Mail-Transport-3.006/lib/Mail/Transport/Mailx.pm        2025-08-21 
10:25:51.000000000 +0200
+++ new/Mail-Transport-3.007/lib/Mail/Transport/Mailx.pm        2025-09-03 
10:48:14.000000000 +0200
@@ -8,7 +8,7 @@
 
 package Mail::Transport::Mailx;
 use vars '$VERSION';
-$VERSION = '3.006';
+$VERSION = '3.007';
 
 use base 'Mail::Transport::Send';
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Mail-Transport-3.006/lib/Mail/Transport/Mailx.pod 
new/Mail-Transport-3.007/lib/Mail/Transport/Mailx.pod
--- old/Mail-Transport-3.006/lib/Mail/Transport/Mailx.pod       2025-08-21 
10:25:52.000000000 +0200
+++ new/Mail-Transport-3.007/lib/Mail/Transport/Mailx.pod       2025-09-03 
10:48:15.000000000 +0200
@@ -226,6 +226,10 @@
 
 =back
 
+=head2 Server connection
+
+Extends L<"Server connection" in 
Mail::Transport::Send|Mail::Transport::Send/"Server connection">.
+ 
 =head1 DIAGNOSTICS
 
 =over 4
@@ -266,8 +270,8 @@
 
 =head1 SEE ALSO
 
-This module is part of Mail-Transport distribution version 3.006,
-built on August 21, 2025. Website: F<http://perl.overmeer.net/CPAN/>
+This module is part of Mail-Transport distribution version 3.007,
+built on September 03, 2025. Website: F<http://perl.overmeer.net/CPAN/>
 
 =head1 LICENSE
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Mail-Transport-3.006/lib/Mail/Transport/Qmail.pm 
new/Mail-Transport-3.007/lib/Mail/Transport/Qmail.pm
--- old/Mail-Transport-3.006/lib/Mail/Transport/Qmail.pm        2025-08-21 
10:25:51.000000000 +0200
+++ new/Mail-Transport-3.007/lib/Mail/Transport/Qmail.pm        2025-09-03 
10:48:14.000000000 +0200
@@ -8,7 +8,7 @@
 
 package Mail::Transport::Qmail;
 use vars '$VERSION';
-$VERSION = '3.006';
+$VERSION = '3.007';
 
 use base 'Mail::Transport::Send';
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Mail-Transport-3.006/lib/Mail/Transport/Qmail.pod 
new/Mail-Transport-3.007/lib/Mail/Transport/Qmail.pod
--- old/Mail-Transport-3.006/lib/Mail/Transport/Qmail.pod       2025-08-21 
10:25:52.000000000 +0200
+++ new/Mail-Transport-3.007/lib/Mail/Transport/Qmail.pod       2025-09-03 
10:48:15.000000000 +0200
@@ -203,6 +203,10 @@
 
 =back
 
+=head2 Server connection
+
+Extends L<"Server connection" in 
Mail::Transport::Send|Mail::Transport::Send/"Server connection">.
+ 
 =head1 DIAGNOSTICS
 
 =over 4
@@ -243,8 +247,8 @@
 
 =head1 SEE ALSO
 
-This module is part of Mail-Transport distribution version 3.006,
-built on August 21, 2025. Website: F<http://perl.overmeer.net/CPAN/>
+This module is part of Mail-Transport distribution version 3.007,
+built on September 03, 2025. Website: F<http://perl.overmeer.net/CPAN/>
 
 =head1 LICENSE
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Mail-Transport-3.006/lib/Mail/Transport/Receive.pm 
new/Mail-Transport-3.007/lib/Mail/Transport/Receive.pm
--- old/Mail-Transport-3.006/lib/Mail/Transport/Receive.pm      2025-08-21 
10:25:51.000000000 +0200
+++ new/Mail-Transport-3.007/lib/Mail/Transport/Receive.pm      2025-09-03 
10:48:14.000000000 +0200
@@ -8,7 +8,7 @@
 
 package Mail::Transport::Receive;
 use vars '$VERSION';
-$VERSION = '3.006';
+$VERSION = '3.007';
 
 use base 'Mail::Transport';
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Mail-Transport-3.006/lib/Mail/Transport/Receive.pod 
new/Mail-Transport-3.007/lib/Mail/Transport/Receive.pod
--- old/Mail-Transport-3.006/lib/Mail/Transport/Receive.pod     2025-08-21 
10:25:52.000000000 +0200
+++ new/Mail-Transport-3.007/lib/Mail/Transport/Receive.pod     2025-09-03 
10:48:15.000000000 +0200
@@ -80,8 +80,6 @@
 
 =head2 Server connection
 
-Extends L<"Server connection" in Mail::Transport|Mail::Transport/"Server 
connection">.
- 
 =over 4
 
 =item $obj-E<gt>B<findBinary>( $name, [@directories] )
@@ -168,6 +166,10 @@
 
 =back
 
+=head2 Server connection
+
+Extends L<"Server connection" in Mail::Transport|Mail::Transport/"Server 
connection">.
+ 
 =head1 DIAGNOSTICS
 
 =over 4
@@ -195,8 +197,8 @@
 
 =head1 SEE ALSO
 
-This module is part of Mail-Transport distribution version 3.006,
-built on August 21, 2025. Website: F<http://perl.overmeer.net/CPAN/>
+This module is part of Mail-Transport distribution version 3.007,
+built on September 03, 2025. Website: F<http://perl.overmeer.net/CPAN/>
 
 =head1 LICENSE
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Mail-Transport-3.006/lib/Mail/Transport/SMTP.pm 
new/Mail-Transport-3.007/lib/Mail/Transport/SMTP.pm
--- old/Mail-Transport-3.006/lib/Mail/Transport/SMTP.pm 2025-08-21 
10:25:51.000000000 +0200
+++ new/Mail-Transport-3.007/lib/Mail/Transport/SMTP.pm 2025-09-03 
10:48:14.000000000 +0200
@@ -8,7 +8,7 @@
 
 package Mail::Transport::SMTP;
 use vars '$VERSION';
-$VERSION = '3.006';
+$VERSION = '3.007';
 
 use base 'Mail::Transport::Send';
 
@@ -47,11 +47,7 @@
 
 sub trySend($@)
 {   my ($self, $message, %args) = @_;
-
-    my %send_options =
-      ( %{$self->{MTS_esmtp_options} || {}}
-      , %{$args{esmtp_options}       || {}}
-      );
+    my %send_options = ( %{$self->{MTS_esmtp_options} || {}}, 
%{$args{esmtp_options} || {}} );
 
     # From whom is this message.
     my $from = $args{from} || $self->{MTS_from} || $message->sender || '<>';
@@ -73,6 +69,7 @@
     my $out = '';
     open my $fh, '>:raw', \$out;
     $self->putContent($message, $fh, undisclosed => 0);
+       $out =~ m![\r\n]\z! or $out .= "\r\n";
     close $fh;
 
     #### Send
@@ -133,8 +130,8 @@
 
     $$data =~ tr/\r\n/\015\012/ if "\r" ne "\015";  # mac
     $$data =~ s/(?<!\015)\012/\015\012/g;  # \n -> crlf as sep.  Needed?
-    $$data =~ s/^\./../;         # data starts with a dot, escape it
-    $$data =~ s/\012\./\012../g; # other lines which start with a dot
+    $$data =~ s/^\./../;                   # data starts with a dot, escape it
+    $$data =~ s/\012\./\012../g;           # other lines which start with a dot
 
     $self->_syswrite_with_timeout($$data . ".\015\012");
     $self->response == CMD_OK;
@@ -148,25 +145,20 @@
     my ($enterval, $count, $timeout) = $self->retry;
     my ($host, $port, $username, $password) = $self->remoteHost;
     my @hosts = ref $host ? @$host : $host;
+    my $opts  = $self->{MTS_net_smtp_opts};
 
     foreach my $host (@hosts)
-    {   my $server = $self->tryConnectTo
-         ( $host, Port => $port,
-         , %{$self->{MTS_net_smtp_opts}}, Timeout => $timeout
-         );
-
-        defined $server or next;
+    {   my $server = $self->tryConnectTo($host, Port => $port, %$opts, Timeout 
=> $timeout)
+            or next;
 
         $self->log(PROGRESS => "Opened SMTP connection to $host.");
 
         if(defined $username)
-        {   if($server->auth($username, $password))
-            {    $self->log(PROGRESS => "$host: Authentication succeeded.");
-            }
-            else
+        {   unless($server->auth($username, $password))
             {    $self->log(ERROR => "Authentication failed.");
                  return undef;
             }
+            $self->log(PROGRESS => "$host: Authentication succeeded.");
         }
 
         return $server;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Mail-Transport-3.006/lib/Mail/Transport/SMTP.pod 
new/Mail-Transport-3.007/lib/Mail/Transport/SMTP.pod
--- old/Mail-Transport-3.006/lib/Mail/Transport/SMTP.pod        2025-08-21 
10:25:52.000000000 +0200
+++ new/Mail-Transport-3.007/lib/Mail/Transport/SMTP.pod        2025-09-03 
10:48:15.000000000 +0200
@@ -302,6 +302,10 @@
 
 =back
 
+=head2 Server connection
+
+Extends L<"Server connection" in 
Mail::Transport::Send|Mail::Transport::Send/"Server connection">.
+ 
 =head1 DIAGNOSTICS
 
 =over 4
@@ -339,8 +343,8 @@
 
 =head1 SEE ALSO
 
-This module is part of Mail-Transport distribution version 3.006,
-built on August 21, 2025. Website: F<http://perl.overmeer.net/CPAN/>
+This module is part of Mail-Transport distribution version 3.007,
+built on September 03, 2025. Website: F<http://perl.overmeer.net/CPAN/>
 
 =head1 LICENSE
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Mail-Transport-3.006/lib/Mail/Transport/Send.pm 
new/Mail-Transport-3.007/lib/Mail/Transport/Send.pm
--- old/Mail-Transport-3.006/lib/Mail/Transport/Send.pm 2025-08-21 
10:25:51.000000000 +0200
+++ new/Mail-Transport-3.007/lib/Mail/Transport/Send.pm 2025-09-03 
10:48:14.000000000 +0200
@@ -8,7 +8,7 @@
 
 package Mail::Transport::Send;
 use vars '$VERSION';
-$VERSION = '3.006';
+$VERSION = '3.007';
 
 use base 'Mail::Transport';
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Mail-Transport-3.006/lib/Mail/Transport/Send.pod 
new/Mail-Transport-3.007/lib/Mail/Transport/Send.pod
--- old/Mail-Transport-3.006/lib/Mail/Transport/Send.pod        2025-08-21 
10:25:52.000000000 +0200
+++ new/Mail-Transport-3.007/lib/Mail/Transport/Send.pod        2025-09-03 
10:48:15.000000000 +0200
@@ -159,6 +159,8 @@
 
 Print the content of the $message to the $fh.
 
+The content might not end with new-line.  See 
L<Mail::Message::endsOnNewline()|Mail::Message/"The message">
+
  -Option     --Default
   body_only    <false>
   undisclosed  <false>
@@ -210,8 +212,6 @@
 
 =head2 Server connection
 
-Extends L<"Server connection" in Mail::Transport|Mail::Transport/"Server 
connection">.
- 
 =over 4
 
 =item $obj-E<gt>B<findBinary>( $name, [@directories] )
@@ -298,6 +298,10 @@
 
 =back
 
+=head2 Server connection
+
+Extends L<"Server connection" in Mail::Transport|Mail::Transport/"Server 
connection">.
+ 
 =head1 DIAGNOSTICS
 
 =over 4
@@ -338,8 +342,8 @@
 
 =head1 SEE ALSO
 
-This module is part of Mail-Transport distribution version 3.006,
-built on August 21, 2025. Website: F<http://perl.overmeer.net/CPAN/>
+This module is part of Mail-Transport distribution version 3.007,
+built on September 03, 2025. Website: F<http://perl.overmeer.net/CPAN/>
 
 =head1 LICENSE
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Mail-Transport-3.006/lib/Mail/Transport/Sendmail.pm 
new/Mail-Transport-3.007/lib/Mail/Transport/Sendmail.pm
--- old/Mail-Transport-3.006/lib/Mail/Transport/Sendmail.pm     2025-08-21 
10:25:51.000000000 +0200
+++ new/Mail-Transport-3.007/lib/Mail/Transport/Sendmail.pm     2025-09-03 
10:48:14.000000000 +0200
@@ -8,7 +8,7 @@
 
 package Mail::Transport::Sendmail;
 use vars '$VERSION';
-$VERSION = '3.006';
+$VERSION = '3.007';
 
 use base 'Mail::Transport::Send';
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Mail-Transport-3.006/lib/Mail/Transport/Sendmail.pod 
new/Mail-Transport-3.007/lib/Mail/Transport/Sendmail.pod
--- old/Mail-Transport-3.006/lib/Mail/Transport/Sendmail.pod    2025-08-21 
10:25:52.000000000 +0200
+++ new/Mail-Transport-3.007/lib/Mail/Transport/Sendmail.pod    2025-09-03 
10:48:15.000000000 +0200
@@ -231,6 +231,10 @@
 
 =back
 
+=head2 Server connection
+
+Extends L<"Server connection" in 
Mail::Transport::Send|Mail::Transport::Send/"Server connection">.
+ 
 =head1 DIAGNOSTICS
 
 =over 4
@@ -271,8 +275,8 @@
 
 =head1 SEE ALSO
 
-This module is part of Mail-Transport distribution version 3.006,
-built on August 21, 2025. Website: F<http://perl.overmeer.net/CPAN/>
+This module is part of Mail-Transport distribution version 3.007,
+built on September 03, 2025. Website: F<http://perl.overmeer.net/CPAN/>
 
 =head1 LICENSE
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Mail-Transport-3.006/lib/Mail/Transport.pm 
new/Mail-Transport-3.007/lib/Mail/Transport.pm
--- old/Mail-Transport-3.006/lib/Mail/Transport.pm      2025-08-21 
10:25:51.000000000 +0200
+++ new/Mail-Transport-3.007/lib/Mail/Transport.pm      2025-09-03 
10:48:14.000000000 +0200
@@ -8,7 +8,7 @@
 
 package Mail::Transport;
 use vars '$VERSION';
-$VERSION = '3.006';
+$VERSION = '3.007';
 
 use base 'Mail::Reporter';
 
@@ -20,25 +20,25 @@
 
 
 my %mailers =
- ( exim     => '::Exim'
- , imap     => '::IMAP4'
- , imap4    => '::IMAP4'
- , mail     => '::Mailx'
- , mailx    => '::Mailx'
- , pop      => '::POP3'
- , pop3     => '::POP3'
- , postfix  => '::Sendmail'
- , qmail    => '::Qmail'
- , sendmail => '::Sendmail'
- , smtp     => '::SMTP'
- );
+  ( exim     => '::Exim'
+  , imap     => '::IMAP4'
+  , imap4    => '::IMAP4'
+  , mail     => '::Mailx'
+  , mailx    => '::Mailx'
+  , pop      => '::POP3'
+  , pop3     => '::POP3'
+  , postfix  => '::Sendmail'
+  , qmail    => '::Qmail'
+  , sendmail => '::Sendmail'
+  , smtp     => '::SMTP'
+  );
 
 
 sub new(@)
 {   my $class = shift;
 
     $class eq __PACKAGE__ || $class eq "Mail::Transport::Send"
-               or return $class->SUPER::new(@_);
+        or return $class->SUPER::new(@_);
 
     # auto restart by creating the right transporter.
 
@@ -107,6 +107,4 @@
     undef;
 }
 
-#------------------------------------------
-
 1;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Mail-Transport-3.006/lib/Mail/Transport.pod 
new/Mail-Transport-3.007/lib/Mail/Transport.pod
--- old/Mail-Transport-3.006/lib/Mail/Transport.pod     2025-08-21 
10:25:52.000000000 +0200
+++ new/Mail-Transport-3.007/lib/Mail/Transport.pod     2025-09-03 
10:48:15.000000000 +0200
@@ -146,30 +146,6 @@
 
 =back
 
-=head2 Server connection
-
-=over 4
-
-=item $obj-E<gt>B<findBinary>( $name, [@directories] )
-
-Look for a binary with the specified $name in the directories which
-are defined to be safe.  The list of standard directories is followed
-by the optional @directories.  The full pathname is returned.
-
-You may specify L<new(proxy)|Mail::Transport/"METHODS">, which specifies the 
absolute name
-of the binary to be used.
-
-=item $obj-E<gt>B<remoteHost>()
-
-Returns the hostname, port number, username and password to be used to
-establish the connection to the server for sending or receiving mail.
-
-=item $obj-E<gt>B<retry>()
-
-Returns the retry interval, retry count, and timeout for the connection.
-
-=back
-
 =head2 Error handling
 
 Extends L<"Error handling" in Mail::Reporter|Mail::Reporter/"Error handling">.
@@ -240,6 +216,30 @@
 
 =back
 
+=head2 Server connection
+
+=over 4
+
+=item $obj-E<gt>B<findBinary>( $name, [@directories] )
+
+Look for a binary with the specified $name in the directories which
+are defined to be safe.  The list of standard directories is followed
+by the optional @directories.  The full pathname is returned.
+
+You may specify L<new(proxy)|Mail::Transport/"METHODS">, which specifies the 
absolute name
+of the binary to be used.
+
+=item $obj-E<gt>B<remoteHost>()
+
+Returns the hostname, port number, username and password to be used to
+establish the connection to the server for sending or receiving mail.
+
+=item $obj-E<gt>B<retry>()
+
+Returns the retry interval, retry count, and timeout for the connection.
+
+=back
+
 =head1 DIAGNOSTICS
 
 =over 4
@@ -267,8 +267,8 @@
 
 =head1 SEE ALSO
 
-This module is part of Mail-Transport distribution version 3.006,
-built on August 21, 2025. Website: F<http://perl.overmeer.net/CPAN/>
+This module is part of Mail-Transport distribution version 3.007,
+built on September 03, 2025. Website: F<http://perl.overmeer.net/CPAN/>
 
 =head1 LICENSE
 

++++++ _scmsync.obsinfo ++++++
--- /var/tmp/diff_new_pack.9ABR3j/_old  2025-10-10 17:09:24.893410602 +0200
+++ /var/tmp/diff_new_pack.9ABR3j/_new  2025-10-10 17:09:24.897410770 +0200
@@ -1,6 +1,6 @@
-mtime: 1756377291
-commit: a4c8ce2aa7d0b372d2f2b1fad9fd134528961497a3a62b84f97dbc6f0822723a
+mtime: 1759841199
+commit: 55d04aee8049f93d1ead16ad54d7d6d6363d8f59261bc963fcb5332b82419c89
 url: https://src.opensuse.org/perl/perl-Mail-Transport.git
-revision: a4c8ce2aa7d0b372d2f2b1fad9fd134528961497a3a62b84f97dbc6f0822723a
+revision: 55d04aee8049f93d1ead16ad54d7d6d6363d8f59261bc963fcb5332b82419c89
 projectscmsync: https://src.opensuse.org/perl/_ObsPrj
 

++++++ build.specials.obscpio ++++++

++++++ build.specials.obscpio ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/.gitignore new/.gitignore
--- old/.gitignore      1970-01-01 01:00:00.000000000 +0100
+++ new/.gitignore      2025-10-08 16:33:15.000000000 +0200
@@ -0,0 +1 @@
+.osc

Reply via email to