Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package perl-Role-Tiny for openSUSE:Factory checked in at 2026-06-09 14:14:14 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/perl-Role-Tiny (Old) and /work/SRC/openSUSE:Factory/.perl-Role-Tiny.new.2375 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-Role-Tiny" Tue Jun 9 14:14:14 2026 rev:20 rq:1358062 version:2.002005 Changes: -------- --- /work/SRC/openSUSE:Factory/perl-Role-Tiny/perl-Role-Tiny.changes 2021-02-01 13:25:49.297880624 +0100 +++ /work/SRC/openSUSE:Factory/.perl-Role-Tiny.new.2375/perl-Role-Tiny.changes 2026-06-09 14:14:51.659078156 +0200 @@ -1,0 +2,12 @@ +Mon May 18 08:55:56 UTC 2026 - Tina Müller <[email protected]> + +- updated to 2.002005 + see /usr/share/doc/packages/perl-Role-Tiny/Changes + + 2.002005 - 2026-05-17 + - split role initialization from setting pragmas to allow more flexibility + for subclasses + - ensure consistent internal handling of Class::C3 vs mro + - reduced Exporter dependency to 0 (any version) + +------------------------------------------------------------------- Old: ---- Role-Tiny-2.002004.tar.gz New: ---- README.md Role-Tiny-2.002005.tar.gz _scmsync.obsinfo build.specials.obscpio ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ perl-Role-Tiny.spec ++++++ --- /var/tmp/diff_new_pack.GYmLJs/_old 2026-06-09 14:14:53.755165007 +0200 +++ /var/tmp/diff_new_pack.GYmLJs/_new 2026-06-09 14:14:53.759165172 +0200 @@ -1,7 +1,7 @@ # # spec file for package perl-Role-Tiny # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2026 SUSE LLC and contributors # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,25 +18,26 @@ %define cpan_name Role-Tiny Name: perl-Role-Tiny -Version: 2.002004 +Version: 2.002005 Release: 0 -Summary: Roles: a nouvelle cuisine portion size slice of Moose License: Artistic-1.0 OR GPL-1.0-or-later +Summary: Roles: a nouvelle cuisine portion size slice of Moose 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 +Source100: README.md BuildArch: noarch BuildRequires: perl BuildRequires: perl-macros BuildRequires: perl(Test::More) >= 0.88 -Recommends: perl(Class::Method::Modifiers) >= 1.05 +Recommends: perl(Class::Method::Modifiers) >= 1.50 %{perl_requires} %description 'Role::Tiny' is a minimalist role composition tool. %prep -%autosetup -n %{cpan_name}-%{version} +%autosetup -n %{cpan_name}-%{version} -p1 %build perl Makefile.PL INSTALLDIRS=vendor ++++++ README.md ++++++ ## Build Results Current state of perl in openSUSE:Factory is  The current state of perl in the devel project build (devel:languages:perl)  ++++++ Role-Tiny-2.002004.tar.gz -> Role-Tiny-2.002005.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Role-Tiny-2.002004/Changes new/Role-Tiny-2.002005/Changes --- old/Role-Tiny-2.002004/Changes 2021-01-24 03:48:57.000000000 +0100 +++ new/Role-Tiny-2.002005/Changes 2026-05-17 21:53:05.000000000 +0200 @@ -1,5 +1,11 @@ Revision history for Role-Tiny +2.002005 - 2026-05-17 + - split role initialization from setting pragmas to allow more flexibility + for subclasses + - ensure consistent internal handling of Class::C3 vs mro + - reduced Exporter dependency to 0 (any version) + 2.002004 - 2021-01-24 - restore requiring base class when using create_class_with_roles, which was accidentally lost in 2.002_000 (RT#134075) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Role-Tiny-2.002004/LICENSE new/Role-Tiny-2.002005/LICENSE --- old/Role-Tiny-2.002004/LICENSE 2021-01-24 03:49:18.000000000 +0100 +++ new/Role-Tiny-2.002005/LICENSE 2026-05-17 22:32:17.000000000 +0200 @@ -7,7 +7,7 @@ --- The GNU General Public License, Version 1, February 1989 --- -This software is Copyright (c) 2021 by mst - Matt S. Trout (cpan:MSTROUT) <[email protected]>. +This software is Copyright (c) 2026 by mst - Matt S. Trout (cpan:MSTROUT) <[email protected]>. This is free software, licensed under: @@ -17,7 +17,7 @@ Version 1, February 1989 Copyright (C) 1989 Free Software Foundation, Inc. - 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + <https://fsf.org/> Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed. @@ -231,8 +231,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301 USA + along with this program; if not, see <https://www.gnu.org/licenses/>. Also add information on how to contact you by electronic and paper mail. @@ -259,116 +258,149 @@ program `Gnomovision' (a program to direct compilers to make passes at assemblers) written by James Hacker. - <signature of Ty Coon>, 1 April 1989 - Ty Coon, President of Vice + <signature of Moe Ghoul>, 1 April 1989 + Moe Ghoul, President of Vice That's all there is to it! ---- The Artistic License 1.0 --- +--- The Perl Artistic License 1.0 --- -This software is Copyright (c) 2021 by mst - Matt S. Trout (cpan:MSTROUT) <[email protected]>. +This software is Copyright (c) 2026 by mst - Matt S. Trout (cpan:MSTROUT) <[email protected]>. This is free software, licensed under: - The Artistic License 1.0 + The Perl Artistic License 1.0 -The Artistic License -Preamble -The intent of this document is to state the conditions under which a Package -may be copied, such that the Copyright Holder maintains some semblance of -artistic control over the development of the package, while giving the users of -the package the right to use and distribute the Package in a more-or-less -customary fashion, plus the right to make reasonable modifications. + + + The "Artistic License" + + Preamble + +The intent of this document is to state the conditions under which a +Package may be copied, such that the Copyright Holder maintains some +semblance of artistic control over the development of the package, +while giving the users of the package the right to use and distribute +the Package in a more-or-less customary fashion, plus the right to make +reasonable modifications. Definitions: - - "Package" refers to the collection of files distributed by the Copyright - Holder, and derivatives of that collection of files created through - textual modification. - - "Standard Version" refers to such a Package if it has not been modified, - or has been modified in accordance with the wishes of the Copyright - Holder. - - "Copyright Holder" is whoever is named in the copyright or copyrights for - the package. - - "You" is you, if you're thinking about copying or distributing this Package. - - "Reasonable copying fee" is whatever you can justify on the basis of media - cost, duplication charges, time of people involved, and so on. (You will - not be required to justify it to the Copyright Holder, but only to the - computing community at large as a market that must bear the fee.) - - "Freely Available" means that no fee is charged for the item itself, though - there may be fees involved in handling the item. It also means that - recipients of the item may redistribute it under the same conditions they - received it. + "Package" refers to the collection of files distributed by the + Copyright Holder, and derivatives of that collection of files + created through textual modification. + + "Standard Version" refers to such a Package if it has not been + modified, or has been modified in accordance with the wishes + of the Copyright Holder as specified below. + + "Copyright Holder" is whoever is named in the copyright or + copyrights for the package. + + "You" is you, if you're thinking about copying or distributing + this Package. + + "Reasonable copying fee" is whatever you can justify on the + basis of media cost, duplication charges, time of people involved, + and so on. (You will not be required to justify it to the + Copyright Holder, but only to the computing community at large + as a market that must bear the fee.) + + "Freely Available" means that no fee is charged for the item + itself, though there may be fees involved in handling the item. + It also means that recipients of the item may redistribute it + under the same conditions they received it. 1. You may make and give away verbatim copies of the source form of the Standard Version of this Package without restriction, provided that you duplicate all of the original copyright notices and associated disclaimers. -2. You may apply bug fixes, portability fixes and other modifications derived -from the Public Domain or from the Copyright Holder. A Package modified in such -a way shall still be considered the Standard Version. - -3. You may otherwise modify your copy of this Package in any way, provided that -you insert a prominent notice in each changed file stating how and when you -changed that file, and provided that you do at least ONE of the following: - - a) place your modifications in the Public Domain or otherwise make them - Freely Available, such as by posting said modifications to Usenet or an - equivalent medium, or placing the modifications on a major archive site - such as ftp.uu.net, or by allowing the Copyright Holder to include your - modifications in the Standard Version of the Package. - - b) use the modified Package only within your corporation or organization. - - c) rename any non-standard executables so the names do not conflict with - standard executables, which must also be provided, and provide a separate - manual page for each non-standard executable that clearly documents how it - differs from the Standard Version. - - d) make other distribution arrangements with the Copyright Holder. - -4. You may distribute the programs of this Package in object code or executable -form, provided that you do at least ONE of the following: - - a) distribute a Standard Version of the executables and library files, - together with instructions (in the manual page or equivalent) on where to - get the Standard Version. - - b) accompany the distribution with the machine-readable source of the Package - with your modifications. - - c) accompany any non-standard executables with their corresponding Standard - Version executables, giving the non-standard executables non-standard - names, and clearly documenting the differences in manual pages (or - equivalent), together with instructions on where to get the Standard - Version. +2. You may apply bug fixes, portability fixes and other modifications +derived from the Public Domain or from the Copyright Holder. A Package +modified in such a way shall still be considered the Standard Version. - d) make other distribution arrangements with the Copyright Holder. +3. You may otherwise modify your copy of this Package in any way, provided +that you insert a prominent notice in each changed file stating how and +when you changed that file, and provided that you do at least ONE of the +following: -5. You may charge a reasonable copying fee for any distribution of this -Package. You may charge any fee you choose for support of this Package. You -may not charge a fee for this Package itself. However, you may distribute this -Package in aggregate with other (possibly commercial) programs as part of a -larger (possibly commercial) software distribution provided that you do not -advertise this Package as a product of your own. - -6. The scripts and library files supplied as input to or produced as output -from the programs of this Package do not automatically fall under the copyright -of this Package, but belong to whomever generated them, and may be sold -commercially, and may be aggregated with this Package. + a) place your modifications in the Public Domain or otherwise make them + Freely Available, such as by posting said modifications to Usenet or + an equivalent medium, or placing the modifications on a major archive + site such as uunet.uu.net, or by allowing the Copyright Holder to include + your modifications in the Standard Version of the Package. + + b) use the modified Package only within your corporation or organization. + + c) rename any non-standard executables so the names do not conflict + with standard executables, which must also be provided, and provide + a separate manual page for each non-standard executable that clearly + documents how it differs from the Standard Version. -7. C or perl subroutines supplied by you and linked into this Package shall not -be considered part of this Package. + d) make other distribution arrangements with the Copyright Holder. + +4. You may distribute the programs of this Package in object code or +executable form, provided that you do at least ONE of the following: + + a) distribute a Standard Version of the executables and library files, + together with instructions (in the manual page or equivalent) on where + to get the Standard Version. + + b) accompany the distribution with the machine-readable source of + the Package with your modifications. + + c) give non-standard executables non-standard names, and clearly + document the differences in manual pages (or equivalent), together + with instructions on where to get the Standard Version. + + d) make other distribution arrangements with the Copyright Holder. + +5. You may charge a reasonable copying fee for any distribution of this +Package. You may charge any fee you choose for support of this +Package. You may not charge a fee for this Package itself. However, +you may distribute this Package in aggregate with other (possibly +commercial) programs as part of a larger (possibly commercial) software +distribution provided that you do not advertise this Package as a +product of your own. You may embed this Package's interpreter within +an executable of yours (by linking); this shall be construed as a mere +form of aggregation, provided that the complete Standard Version of the +interpreter is so embedded. + +6. The scripts and library files supplied as input to or produced as +output from the programs of this Package do not automatically fall +under the copyright of this Package, but belong to whoever generated +them, and may be sold commercially, and may be aggregated with this +Package. If such scripts or library files are aggregated with this +Package via the so-called "undump" or "unexec" methods of producing a +binary executable image, then distribution of such an image shall +neither be construed as a distribution of this Package nor shall it +fall under the restrictions of Paragraphs 3 and 4, provided that you do +not represent such an executable image as a Standard Version of this +Package. + +7. C subroutines (or comparably compiled subroutines in other +languages) supplied by you and linked into this Package in order to +emulate subroutines and variables of the language defined by this +Package shall not be considered part of this Package, but are the +equivalent of input as in Paragraph 6, provided these subroutines do +not change the language in any way that would cause it to fail the +regression tests for the language. + +8. Aggregation of this Package with a commercial distribution is always +permitted provided that the use of this Package is embedded; that is, +when no overt attempt is made to make this Package's interfaces visible +to the end user of the commercial distribution. Such use shall not be +construed as a distribution of this Package. -8. The name of the Copyright Holder may not be used to endorse or promote +9. The name of the Copyright Holder may not be used to endorse or promote products derived from this software without specific prior written permission. -9. THIS PACKAGE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR IMPLIED -WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF -MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. +10. THIS PACKAGE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR +IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED +WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. -The End + The End diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Role-Tiny-2.002004/META.json new/Role-Tiny-2.002005/META.json --- old/Role-Tiny-2.002004/META.json 2021-01-24 03:49:17.000000000 +0100 +++ new/Role-Tiny-2.002005/META.json 2026-05-17 22:32:17.000000000 +0200 @@ -4,7 +4,7 @@ "mst - Matt S. Trout (cpan:MSTROUT) <[email protected]>" ], "dynamic_config" : 0, - "generated_by" : "ExtUtils::MakeMaker version 7.58, CPAN::Meta::Converter version 2.150010", + "generated_by" : "ExtUtils::MakeMaker version 7.78, CPAN::Meta::Converter version 2.150013", "license" : [ "perl_5" ], @@ -32,7 +32,7 @@ "Class::Method::Modifiers" : "1.05" }, "requires" : { - "Exporter" : "5.57", + "Exporter" : "0", "perl" : "5.006" } }, @@ -58,7 +58,7 @@ }, "x_IRC" : "irc://irc.perl.org/#moose" }, - "version" : "2.002004", - "x_serialization_backend" : "JSON::PP version 4.04", + "version" : "2.002005", + "x_serialization_backend" : "JSON::PP version 4.18", "x_static_install" : 1 } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Role-Tiny-2.002004/META.yml new/Role-Tiny-2.002005/META.yml --- old/Role-Tiny-2.002004/META.yml 2021-01-24 03:49:17.000000000 +0100 +++ new/Role-Tiny-2.002005/META.yml 2026-05-17 22:32:17.000000000 +0200 @@ -5,7 +5,7 @@ build_requires: Test::More: '0.88' dynamic_config: 0 -generated_by: 'ExtUtils::MakeMaker version 7.58, CPAN::Meta::Converter version 2.150010' +generated_by: 'ExtUtils::MakeMaker version 7.78, CPAN::Meta::Converter version 2.150013' license: perl meta-spec: url: http://module-build.sourceforge.net/META-spec-v1.4.html @@ -18,13 +18,13 @@ recommends: Class::Method::Modifiers: '1.05' requires: - Exporter: '5.57' + Exporter: '0' perl: '5.006' resources: IRC: irc://irc.perl.org/#moose bugtracker: https://rt.cpan.org/Public/Dist/Display.html?Name=Role-Tiny license: http://dev.perl.org/licenses/ repository: git://github.com/moose/Role-Tiny.git -version: '2.002004' -x_serialization_backend: 'CPAN::Meta::YAML version 0.018' +version: '2.002005' +x_serialization_backend: 'CPAN::Meta::YAML version 0.020' x_static_install: 1 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Role-Tiny-2.002004/Makefile.PL new/Role-Tiny-2.002005/Makefile.PL --- old/Role-Tiny-2.002004/Makefile.PL 2021-01-24 03:10:03.000000000 +0100 +++ new/Role-Tiny-2.002005/Makefile.PL 2021-04-07 21:16:24.000000000 +0200 @@ -11,7 +11,7 @@ runtime => { requires => { 'perl' => '5.006', - 'Exporter' => '5.57', + 'Exporter' => '0', }, recommends => { 'Class::Method::Modifiers' => '1.05', diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Role-Tiny-2.002004/lib/Role/Tiny/With.pm new/Role-Tiny-2.002005/lib/Role/Tiny/With.pm --- old/Role-Tiny-2.002004/lib/Role/Tiny/With.pm 2021-01-24 03:48:45.000000000 +0100 +++ new/Role-Tiny-2.002005/lib/Role/Tiny/With.pm 2026-05-17 21:52:58.000000000 +0200 @@ -1,14 +1,15 @@ package Role::Tiny::With; - use strict; use warnings; -our $VERSION = '2.002004'; +our $VERSION = '2.002005'; $VERSION =~ tr/_//d; use Role::Tiny (); -use Exporter 'import'; +use Exporter (); +*import = \&Exporter::import; + our @EXPORT = qw( with ); sub with { diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Role-Tiny-2.002004/lib/Role/Tiny.pm new/Role-Tiny-2.002005/lib/Role/Tiny.pm --- old/Role-Tiny-2.002004/lib/Role/Tiny.pm 2021-01-24 03:48:45.000000000 +0100 +++ new/Role-Tiny-2.002005/lib/Role/Tiny.pm 2026-05-17 21:52:58.000000000 +0200 @@ -2,7 +2,7 @@ use strict; use warnings; -our $VERSION = '2.002004'; +our $VERSION = '2.002005'; $VERSION =~ tr/_//d; our %INFO; @@ -83,8 +83,14 @@ my $me = shift; strict->import; warnings->import; + $me->init_role($target, @_); +} + +sub init_role { + my ($me, $target, @args) = @_; + my $non_methods = $me->_non_methods($target); - $me->_install_subs($target, @_); + $me->_install_subs($target, @args); $me->make_role($target); $me->_mark_new_non_methods($target, $non_methods) if $non_methods && %$non_methods; @@ -489,7 +495,10 @@ require mro if "$]" >= 5.009_005; +sub _linear_isa($;$); + if (defined &mro::get_linear_isa) { + no warnings 'prototype'; *_linear_isa = \&mro::get_linear_isa; } else { ++++++ _scmsync.obsinfo ++++++ mtime: 1779094557 commit: 671238522802e5bdfb7c591a0c4145d4ecc1393a4cd681da663cf79b0eaefdfa url: https://src.opensuse.org/perl/perl-Role-Tiny revision: 671238522802e5bdfb7c591a0c4145d4ecc1393a4cd681da663cf79b0eaefdfa projectscmsync: https://src.opensuse.org/perl/_ObsPrj ++++++ build.specials.obscpio ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/.gitignore new/.gitignore --- old/.gitignore 1970-01-01 01:00:00.000000000 +0100 +++ new/.gitignore 2026-05-18 10:55:57.000000000 +0200 @@ -0,0 +1 @@ +.osc
