Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package perl-MooX-late for openSUSE:Factory 
checked in at 2021-02-19 23:45:12
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-MooX-late (Old)
 and      /work/SRC/openSUSE:Factory/.perl-MooX-late.new.28504 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-MooX-late"

Fri Feb 19 23:45:12 2021 rev:4 rq:873699 version:0.100

Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-MooX-late/perl-MooX-late.changes    
2020-10-22 14:26:42.678988843 +0200
+++ /work/SRC/openSUSE:Factory/.perl-MooX-late.new.28504/perl-MooX-late.changes 
2021-02-19 23:45:49.727396537 +0100
@@ -1,0 +2,5 @@
+Fri Feb 19 09:50:39 UTC 2021 - Dirk Stoecker <[email protected]>
+
+- fix build
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ perl-MooX-late.spec ++++++
--- /var/tmp/diff_new_pack.1yDUoj/_old  2021-02-19 23:45:50.235397036 +0100
+++ /var/tmp/diff_new_pack.1yDUoj/_new  2021-02-19 23:45:50.235397036 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-MooX-late
 #
-# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2021 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,18 +16,16 @@
 #
 
 
+%define cpan_name MooX-late
 Name:           perl-MooX-late
 Version:        0.100
 Release:        0
-%define cpan_name MooX-late
 Summary:        Easily translate Moose code to Moo
 License:        Artistic-1.0 OR GPL-1.0-or-later
-Group:          Development/Libraries/Perl
-Url:            https://metacpan.org/release/%{cpan_name}
+URL:            https://metacpan.org/release/%{cpan_name}
 Source0:        
https://cpan.metacpan.org/authors/id/T/TO/TOBYINK/%{cpan_name}-%{version}.tar.gz
 Source1:        cpanspec.yml
 BuildArch:      noarch
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
 BuildRequires:  perl(Moo) >= 2
@@ -40,6 +38,9 @@
 Requires:       perl(Sub::HandlesVia) >= 0.013
 Requires:       perl(Type::Utils) >= 1.000001
 %{perl_requires}
+# MANUAL BEGIN
+BuildRequires:  perl(Module::Runtime)
+# MANUAL END
 
 %description
 Moo is a light-weight object oriented programming framework which aims to
@@ -87,11 +88,11 @@
 MooX::late no longer has to deal with them.
 
 %prep
-%setup -q -n %{cpan_name}-%{version}
+%autosetup  -n %{cpan_name}-%{version}
 
 %build
 perl Makefile.PL INSTALLDIRS=vendor
-make %{?_smp_mflags}
+%make_build
 
 %check
 make test
@@ -102,7 +103,6 @@
 %perl_gen_filelist
 
 %files -f %{name}.files
-%defattr(-,root,root,755)
 %doc Changes COPYRIGHT CREDITS doap.ttl examples README TODO
 %license LICENSE
 

++++++ cpanspec.yml ++++++
--- /var/tmp/diff_new_pack.1yDUoj/_old  2021-02-19 23:45:50.267397068 +0100
+++ /var/tmp/diff_new_pack.1yDUoj/_new  2021-02-19 23:45:50.267397068 +0100
@@ -10,8 +10,8 @@
 #patches:
 #  foo.patch: -p1
 #  bar.patch:
-#preamble: |-
-# BuildRequires:  gcc-c++
+preamble: |-
+ BuildRequires:  perl(Module::Runtime)
 #post_prep: |-
 # hunspell=`pkg-config --libs hunspell | sed -e 's,-l,,; s,  *,,g'`
 # sed -i -e "s,hunspell-X,$hunspell," t/00-prereq.t Makefile.PL 

Reply via email to