Hello community,

here is the log from the commit of package perl-Devel-Cover for 
openSUSE:Factory checked in at 2018-12-20 09:55:27
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Devel-Cover (Old)
 and      /work/SRC/openSUSE:Factory/.perl-Devel-Cover.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-Devel-Cover"

Thu Dec 20 09:55:27 2018 rev:26 rq:660223 version:1.31

Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-Devel-Cover/perl-Devel-Cover.changes        
2018-09-24 13:13:58.781631888 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Devel-Cover.new.28833/perl-Devel-Cover.changes 
    2018-12-20 09:55:28.962154005 +0100
@@ -1,0 +2,6 @@
+Thu Dec 20 08:45:19 UTC 2018 - Stephan Kulow <[email protected]>
+
+- Buildrequire perl-B-Debug as B::Debug spits out a warning if used
+  from perl core
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ perl-Devel-Cover.spec ++++++
--- /var/tmp/diff_new_pack.JSfDZz/_old  2018-12-20 09:55:29.830153142 +0100
+++ /var/tmp/diff_new_pack.JSfDZz/_new  2018-12-20 09:55:29.834153138 +0100
@@ -23,12 +23,15 @@
 Summary:        Code coverage metrics for Perl
 License:        Artistic-1.0 OR GPL-1.0-or-later
 Group:          Development/Libraries/Perl
-Url:            http://search.cpan.org/dist/Devel-Cover/
+Url:            https://metacpan.org/release/%{cpan_name}
 Source0:        
https://cpan.metacpan.org/authors/id/P/PJ/PJCJ/%{cpan_name}-%{version}.tar.gz
 Source1:        cpanspec.yml
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
+BuildRequires:  perl(B::Debug) >= 1.26
+# soon to be CPAN-only
+BuildRequires:  perl-B-Debug
 BuildRequires:  perl(HTML::Entities) >= 3.69
 Requires:       perl(HTML::Entities) >= 3.69
 Recommends:     perl(Browser::Open)
@@ -103,11 +106,11 @@
 find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644
 
 %build
-%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
-%{__make} %{?_smp_mflags}
+perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
+make %{?_smp_mflags}
 
 %check
-%{__make} test
+make test
 
 %install
 %perl_make_install


Reply via email to