Hello community,

here is the log from the commit of package perl-Mail-SPF for openSUSE:Factory 
checked in at 2019-07-16 08:38:03
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Mail-SPF (Old)
 and      /work/SRC/openSUSE:Factory/.perl-Mail-SPF.new.1887 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-Mail-SPF"

Tue Jul 16 08:38:03 2019 rev:20 rq:714688 version:2.9.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-Mail-SPF/perl-Mail-SPF.changes      
2015-07-21 13:23:34.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Mail-SPF.new.1887/perl-Mail-SPF.changes    
2019-07-16 08:38:04.487091182 +0200
@@ -1,0 +2,8 @@
+Thu Jul 11 14:04:47 UTC 2019 - Pedro Monreal Gonzalez 
<[email protected]>
+
+- Fix permissions in spfd command [bsc#1141089]
+- Added test dependency Test::Pod >= 1.00
+- Move LICENSE file from doc to license
+- Updated spec file with spec-cleaner
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ perl-Mail-SPF.spec ++++++
--- /var/tmp/diff_new_pack.Jnm4Cs/_old  2019-07-16 08:38:05.047091006 +0200
+++ /var/tmp/diff_new_pack.Jnm4Cs/_new  2019-07-16 08:38:05.051091004 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Mail-SPF
 #
-# Copyright (c) 2015 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,24 +12,22 @@
 # 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/
 #
 
 
+%define cpan_name Mail-SPF
 Name:           perl-Mail-SPF
 Version:        2.9.0
 Release:        0
-%define cpan_name Mail-SPF
 Summary:        An object-oriented implementation of Sender Policy Framework
 License:        BSD-3-Clause
 Group:          Development/Libraries/Perl
-Url:            http://search.cpan.org/dist/Mail-SPF/
+URL:            http://search.cpan.org/dist/Mail-SPF/
 Source0:        
http://www.cpan.org/authors/id/J/JM/JMEHNLE/mail-spf/%{cpan_name}-v%{version}.tar.gz
 Source1:        cpanspec.yml
 Patch0:         fix_pod.patch
 Patch1:         skip_test.patch
-BuildArch:      noarch
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
 BuildRequires:  perl(Error)
@@ -37,6 +35,7 @@
 BuildRequires:  perl(Net::DNS) >= 0.62
 BuildRequires:  perl(Net::DNS::Resolver::Programmable) >= 0.003
 BuildRequires:  perl(NetAddr::IP) >= 4
+BuildRequires:  perl(Test::Pod) >= 1.00
 BuildRequires:  perl(URI) >= 1.13
 BuildRequires:  perl(version)
 Requires:       perl(Error)
@@ -45,6 +44,7 @@
 Requires:       perl(URI) >= 1.13
 Requires:       perl(version)
 Recommends:     perl(NetAddr::IP) >= 4.007
+BuildArch:      noarch
 %{perl_requires}
 
 %description
@@ -58,12 +58,11 @@
 
 %prep
 %setup -q -n %{cpan_name}-v%{version}
-find . -type f -print0 | xargs -0 chmod 644
 %patch0 -p1
 %patch1 -p1
 
 %build
-%{__perl} Build.PL installdirs=vendor
+perl Build.PL installdirs=vendor
 ./Build build flags=%{?_smp_mflags}
 
 %check
@@ -75,7 +74,8 @@
 
 %files -f %{name}.files
 %defattr(-,root,root,755)
-%doc CHANGES LICENSE README TODO
+%doc CHANGES README TODO
+%license LICENSE
 %{_sbindir}/spfd
 
 %changelog


Reply via email to