Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package perl-Moo for openSUSE:Factory 
checked in at 2021-03-24 16:12:51
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Moo (Old)
 and      /work/SRC/openSUSE:Factory/.perl-Moo.new.2401 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-Moo"

Wed Mar 24 16:12:51 2021 rev:26 rq:880555 version:2.005003

Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-Moo/perl-Moo.changes        2020-11-26 
23:16:06.877071178 +0100
+++ /work/SRC/openSUSE:Factory/.perl-Moo.new.2401/perl-Moo.changes      
2021-03-24 16:12:55.991937808 +0100
@@ -1,0 +2,34 @@
+Mon Mar 22 03:08:19 UTC 2021 - Tina M??ller <[email protected]>
+
+- updated to 2.005003
+   see /usr/share/doc/packages/perl-Moo/Changes
+
+  2.005003 - 2021-03-21
+    - silence 'once' warnings from Moo::_Utils
+  2.005_002 - 2021-01-22
+    - fix C3 test skipping properly when MRO::Compat not available on perl < 
5.10
+  2.005_001 - 2021-01-20
+    - fix perl version check in global destruction code
+  2.005_000 - 2021-01-20
+    - remove MooseX::Types from developer prereqs
+    - recommend Sub::Util rather than Sub::Name, since Sub::Util is in core
+    - fix line numbers when using oo module (perl -Moo)
+    - adjust some author tests to rely less on external modules
+    - lower Exporter prereq to any version
+    - bump Role::Tiny prereq to 2.003004
+    - refactor and simplify role application code, as allowed by new Role::Tiny
+      version
+    - switch to using normal strict+warnings rather than strictures for authors
+    - remove strictures from recommends, as Moo does not use it anywhere
+    - remove Task::Weaken prereq, as it served no purpose
+    - remove MRO::Compat prereq, using it only when user code does
+    - remove use of Devel::GlobalDestruction in code, only using
+      Devel::GlobalDestruction::XS when it is available. 
Devel::GlobalDestruction
+      is still a dependency on perl < 5.14 to facilitate the installation of 
the
+      ::XS module.
+    - Moo now has no mandatory perl version specific dependencies. The version
+      specific modules are now optional or not used. This means code using Moo 
can
+      be fatpacked on a new perl version without special cases, and it will 
work
+      on older perl versions.
+
+-------------------------------------------------------------------

Old:
----
  Moo-2.004004.tar.gz

New:
----
  Moo-2.005003.tar.gz

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

Other differences:
------------------
++++++ perl-Moo.spec ++++++
--- /var/tmp/diff_new_pack.vuVneD/_old  2021-03-24 16:12:56.479938319 +0100
+++ /var/tmp/diff_new_pack.vuVneD/_new  2021-03-24 16:12:56.483938324 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Moo
 #
-# Copyright (c) 2020 SUSE LLC
+# 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,33 +16,30 @@
 #
 
 
+%define cpan_name Moo
 Name:           perl-Moo
-Version:        2.004004
+Version:        2.005003
 Release:        0
-%define cpan_name Moo
 Summary:        Minimalist Object Orientation (with Moose compatibility)
 License:        Artistic-1.0 OR GPL-1.0-or-later
-Group:          Development/Libraries/Perl
 URL:            https://metacpan.org/release/%{cpan_name}
 Source0:        
https://cpan.metacpan.org/authors/id/H/HA/HAARG/%{cpan_name}-%{version}.tar.gz
 Source1:        cpanspec.yml
 BuildArch:      noarch
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
 BuildRequires:  perl(Class::Method::Modifiers) >= 1.10
-BuildRequires:  perl(Role::Tiny) >= 2.001004
+BuildRequires:  perl(Role::Tiny) >= 2.002003
 BuildRequires:  perl(Sub::Defer) >= 2.006006
 BuildRequires:  perl(Sub::Quote) >= 2.006006
 BuildRequires:  perl(Test::Fatal) >= 0.003
 BuildRequires:  perl(Test::More) >= 0.94
 Requires:       perl(Class::Method::Modifiers) >= 1.10
-Requires:       perl(Role::Tiny) >= 2.001004
+Requires:       perl(Role::Tiny) >= 2.002003
 Requires:       perl(Sub::Defer) >= 2.006006
 Requires:       perl(Sub::Quote) >= 2.006006
 Recommends:     perl(Class::XSAccessor) >= 1.18
-Recommends:     perl(strictures) >= 2
-Recommends:     perl(Sub::Name) >= 0.08
+Recommends:     perl(Sub::Util)
 %{perl_requires}
 
 %description
@@ -64,11 +61,11 @@
 syntax, see INCOMPATIBILITIES WITH MOOSE.
 
 %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
@@ -79,7 +76,6 @@
 %perl_gen_filelist
 
 %files -f %{name}.files
-%defattr(-,root,root,755)
 %doc Changes README
 %license LICENSE
 

++++++ Moo-2.004004.tar.gz -> Moo-2.005003.tar.gz ++++++
++++ 2775 lines of diff (skipped)

Reply via email to