Hello community,

here is the log from the commit of package perl-Email-Sender for 
openSUSE:Factory checked in at 2019-11-30 10:38:28
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Email-Sender (Old)
 and      /work/SRC/openSUSE:Factory/.perl-Email-Sender.new.26869 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-Email-Sender"

Sat Nov 30 10:38:28 2019 rev:3 rq:751732 version:1.300033

Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-Email-Sender/perl-Email-Sender.changes      
2017-04-11 12:43:45.806460515 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Email-Sender.new.26869/perl-Email-Sender.changes
   2019-11-30 10:40:21.000150795 +0100
@@ -1,0 +2,9 @@
+Wed Nov 27 03:02:11 UTC 2019 -  <[email protected]>
+
+- updated to 1.300033
+   see /usr/share/doc/packages/perl-Email-Sender/Changes
+
+  1.300033  2019-11-26 14:44:51-05:00 America/New_York
+          - no changes since 1.300031
+
+-------------------------------------------------------------------

Old:
----
  Email-Sender-1.300031.tar.gz

New:
----
  Email-Sender-1.300033.tar.gz

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

Other differences:
------------------
++++++ perl-Email-Sender.spec ++++++
--- /var/tmp/diff_new_pack.jGmpxb/_old  2019-11-30 10:40:21.616150721 +0100
+++ /var/tmp/diff_new_pack.jGmpxb/_new  2019-11-30 10:40:21.620150720 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Email-Sender
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 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
@@ -12,18 +12,18 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 Name:           perl-Email-Sender
-Version:        1.300031
+Version:        1.300033
 Release:        0
 %define cpan_name Email-Sender
-Summary:        Library for Sending Email
-License:        Artistic-1.0 or GPL-1.0+
+Summary:        Library for sending email
+License:        Artistic-1.0 OR GPL-1.0-or-later
 Group:          Development/Libraries/Perl
-Url:            http://search.cpan.org/dist/Email-Sender/
+Url:            https://metacpan.org/release/%{cpan_name}
 Source0:        
https://cpan.metacpan.org/authors/id/R/RJ/RJBS/%{cpan_name}-%{version}.tar.gz
 Source1:        cpanspec.yml
 BuildArch:      noarch
@@ -78,14 +78,14 @@
 
 %prep
 %setup -q -n %{cpan_name}-%{version}
-find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644
+find . -type f ! -path "*/t/*" ! -name "*.pl" ! -name "*.sh" ! -path "*/bin/*" 
! -path "*/script/*" ! -name "configure" -print0 | xargs -0 chmod 644
 
 %build
-%{__perl} Makefile.PL INSTALLDIRS=vendor
-%{__make} %{?_smp_mflags}
+perl Makefile.PL INSTALLDIRS=vendor
+make %{?_smp_mflags}
 
 %check
-%{__make} test
+make test
 
 %install
 %perl_make_install
@@ -94,7 +94,7 @@
 
 %files -f %{name}.files
 %defattr(-,root,root,755)
-%doc Changes misc README util
+%doc Changes README util
 %license LICENSE
 
 %changelog

++++++ Email-Sender-1.300031.tar.gz -> Email-Sender-1.300033.tar.gz ++++++
++++ 1748 lines of diff (skipped)


Reply via email to