Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package perl-Devel-NYTProf for openSUSE:Factory checked in at 2026-04-09 16:08:45 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/perl-Devel-NYTProf (Old) and /work/SRC/openSUSE:Factory/.perl-Devel-NYTProf.new.21863 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-Devel-NYTProf" Thu Apr 9 16:08:45 2026 rev:22 rq:1345216 version:6.150.0 Changes: -------- --- /work/SRC/openSUSE:Factory/perl-Devel-NYTProf/perl-Devel-NYTProf.changes 2024-03-09 20:56:17.326112196 +0100 +++ /work/SRC/openSUSE:Factory/.perl-Devel-NYTProf.new.21863/perl-Devel-NYTProf.changes 2026-04-09 16:21:29.154477108 +0200 @@ -1,0 +2,16 @@ +Wed Apr 1 06:56:56 UTC 2026 - Tina Müller <[email protected]> + +- updated to 6.150.0 (6.15) + see /usr/share/doc/packages/perl-Devel-NYTProf/Changes + + =head2 Changes in Devel::NYTProf 6.15 - 31st Mar 2026 + Updated URL linking to Brendan Gregg's Flame Graph page; thanks to Paul + Cochrane. + (L<GH 220|https://github.com/timbunce/devel-nytprof/pull/220>). + Infrastructure: set up GitHub Actions using configuration based on file + originally suggeted by Gabor Szabo. + Eliminated "Possible precedence problem ..." warning being emitted during + tests; thanks to Masahiro Iuchi. + (L<GH 230|https://github.com/timbunce/devel-nytprof/pull/230). + +------------------------------------------------------------------- Old: ---- Devel-NYTProf-6.14.tar.gz New: ---- Devel-NYTProf-6.15.tar.gz README.md _scmsync.obsinfo build.specials.obscpio ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ perl-Devel-NYTProf.spec ++++++ --- /var/tmp/diff_new_pack.dTocDX/_old 2026-04-09 16:21:29.782502877 +0200 +++ /var/tmp/diff_new_pack.dTocDX/_new 2026-04-09 16:21:29.786503041 +0200 @@ -1,7 +1,7 @@ # # spec file for package perl-Devel-NYTProf # -# Copyright (c) 2024 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,37 +18,39 @@ %define cpan_name Devel-NYTProf Name: perl-Devel-NYTProf -Version: 6.140.0 +Version: 6.150.0 Release: 0 -%define cpan_version 6.14 +# 6.15 -> normalize -> 6.150.0 +%define cpan_version 6.15 License: Artistic-1.0 OR GPL-1.0-or-later Summary: Powerful fast feature-rich Perl source code profiler URL: https://metacpan.org/release/%{cpan_name} Source0: https://cpan.metacpan.org/authors/id/J/JK/JKEENAN/%{cpan_name}-%{cpan_version}.tar.gz Source1: cpanspec.yml +Source100: README.md BuildRequires: perl BuildRequires: perl-macros BuildRequires: perl(Capture::Tiny) -BuildRequires: perl(File::Which) >= 1.09 +BuildRequires: perl(File::Which) >= 1.90 BuildRequires: perl(JSON::MaybeXS) -BuildRequires: perl(Sub::Name) >= 0.11 -BuildRequires: perl(Test::Differences) >= 0.60 +BuildRequires: perl(Sub::Name) >= 0.110 +BuildRequires: perl(Test::Differences) >= 0.600 BuildRequires: perl(Test::More) >= 0.84 -Requires: perl(File::Which) >= 1.09 +Requires: perl(File::Which) >= 1.90 Requires: perl(JSON::MaybeXS) -Provides: perl(Devel::NYTProf) = 6.140.0 -Provides: perl(Devel::NYTProf::Apache) = 6.140.0 +Provides: perl(Devel::NYTProf) = %{version} +Provides: perl(Devel::NYTProf::Apache) = %{version} Provides: perl(Devel::NYTProf::Constants) -Provides: perl(Devel::NYTProf::Core) = 6.140.0 -Provides: perl(Devel::NYTProf::Data) = 6.140.0 +Provides: perl(Devel::NYTProf::Core) = %{version} +Provides: perl(Devel::NYTProf::Data) = %{version} Provides: perl(Devel::NYTProf::FileHandle) Provides: perl(Devel::NYTProf::FileInfo) -Provides: perl(Devel::NYTProf::ReadStream) = 6.140.0 -Provides: perl(Devel::NYTProf::Reader) = 6.140.0 +Provides: perl(Devel::NYTProf::ReadStream) = %{version} +Provides: perl(Devel::NYTProf::Reader) = %{version} Provides: perl(Devel::NYTProf::Run) Provides: perl(Devel::NYTProf::SubCallInfo) Provides: perl(Devel::NYTProf::SubInfo) -Provides: perl(Devel::NYTProf::Util) = 6.140.0 +Provides: perl(Devel::NYTProf::Util) = %{version} %undefine __perllib_provides %{perl_requires} @@ -97,7 +99,7 @@ subroutine profiler. %prep -%autosetup -n %{cpan_name}-%{cpan_version} +%autosetup -n %{cpan_name}-%{cpan_version} -p1 %build perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}" ++++++ Devel-NYTProf-6.14.tar.gz -> Devel-NYTProf-6.15.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Devel-NYTProf-6.14/Changes new/Devel-NYTProf-6.15/Changes --- old/Devel-NYTProf-6.14/Changes 2023-10-19 00:28:43.000000000 +0200 +++ new/Devel-NYTProf-6.15/Changes 2026-03-31 14:20:18.000000000 +0200 @@ -4,6 +4,19 @@ History of significant changes in Devel::NYTProf +=head2 Changes in Devel::NYTProf 6.15 - 31st Mar 2026 + +Updated URL linking to Brendan Gregg's Flame Graph page; thanks to Paul +Cochrane. +(L<GH 220|https://github.com/timbunce/devel-nytprof/pull/220>). + +Infrastructure: set up GitHub Actions using configuration based on file +originally suggeted by Gabor Szabo. + +Eliminated "Possible precedence problem ..." warning being emitted during +tests; thanks to Masahiro Iuchi. +(L<GH 230|https://github.com/timbunce/devel-nytprof/pull/230). + =head2 Changes in Devel::NYTProf 6.14 - 18th Oct 2023 B<There should be no significant differences in the performance of Devel-NYTProf diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Devel-NYTProf-6.14/META.json new/Devel-NYTProf-6.15/META.json --- old/Devel-NYTProf-6.14/META.json 2023-10-19 00:38:38.000000000 +0200 +++ new/Devel-NYTProf-6.15/META.json 2026-03-31 14:39:49.000000000 +0200 @@ -4,7 +4,7 @@ "Tim Bunce <[email protected]>" ], "dynamic_config" : 1, - "generated_by" : "ExtUtils::MakeMaker version 7.70, CPAN::Meta::Converter version 2.150010", + "generated_by" : "ExtUtils::MakeMaker version 7.76, CPAN::Meta::Converter version 2.150010", "license" : [ "perl_5" ], @@ -67,6 +67,6 @@ }, "x_MailingList" : "http://groups.google.com/group/develnytprof-dev" }, - "version" : "6.14", + "version" : "6.15", "x_serialization_backend" : "JSON::PP version 4.16" } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Devel-NYTProf-6.14/META.yml new/Devel-NYTProf-6.15/META.yml --- old/Devel-NYTProf-6.14/META.yml 2023-10-19 00:38:38.000000000 +0200 +++ new/Devel-NYTProf-6.15/META.yml 2026-03-31 14:39:49.000000000 +0200 @@ -11,7 +11,7 @@ configure_requires: ExtUtils::MakeMaker: '0' dynamic_config: 1 -generated_by: 'ExtUtils::MakeMaker version 7.70, CPAN::Meta::Converter version 2.150010' +generated_by: 'ExtUtils::MakeMaker version 7.76, CPAN::Meta::Converter version 2.150010' license: perl meta-spec: url: http://module-build.sourceforge.net/META-spec-v1.4.html @@ -35,5 +35,5 @@ homepage: https://code.google.com/p/perl-devel-nytprof/ license: http://dev.perl.org/licenses/ repository: https://github.com/timbunce/devel-nytprof.git -version: '6.14' -x_serialization_backend: 'CPAN::Meta::YAML version 0.018' +version: '6.15' +x_serialization_backend: 'CPAN::Meta::YAML version 0.020' diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Devel-NYTProf-6.14/bin/nytprofcalls new/Devel-NYTProf-6.15/bin/nytprofcalls --- old/Devel-NYTProf-6.14/bin/nytprofcalls 2023-10-19 00:28:43.000000000 +0200 +++ new/Devel-NYTProf-6.15/bin/nytprofcalls 2026-03-31 14:19:43.000000000 +0200 @@ -14,7 +14,7 @@ use Devel::NYTProf::Core; require Devel::NYTProf::Data; -our $VERSION = '6.14'; +our $VERSION = '6.15'; use Data::Dumper; use Getopt::Long; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Devel-NYTProf-6.14/bin/nytprofcsv new/Devel-NYTProf-6.15/bin/nytprofcsv --- old/Devel-NYTProf-6.14/bin/nytprofcsv 2023-10-19 00:28:43.000000000 +0200 +++ new/Devel-NYTProf-6.15/bin/nytprofcsv 2026-03-31 14:19:43.000000000 +0200 @@ -16,7 +16,7 @@ use Devel::NYTProf::Reader; -our $VERSION = '6.14'; +our $VERSION = '6.15'; use constant NUMERIC_PRECISION => 5; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Devel-NYTProf-6.14/bin/nytprofhtml new/Devel-NYTProf-6.15/bin/nytprofhtml --- old/Devel-NYTProf-6.14/bin/nytprofhtml 2023-10-19 00:28:43.000000000 +0200 +++ new/Devel-NYTProf-6.15/bin/nytprofhtml 2026-03-31 14:19:43.000000000 +0200 @@ -61,7 +61,7 @@ ); use Devel::NYTProf::Constants qw(NYTP_SCi_CALLING_SUB); -our $VERSION = '6.14'; +our $VERSION = '6.15'; if ($VERSION != $Devel::NYTProf::Core::VERSION) { die "$0 version '$VERSION' doesn't match version '$Devel::NYTProf::Core::VERSION' of $INC{'Devel/NYTProf/Core.pm'}\n"; @@ -845,7 +845,7 @@ print $fh qq{<div class="flamegraph">\n}; print $fh qq{<object data="$call_stacks_svg" width="$opt_flame_width" type="image/svg+xml" >SVG not supported</object>\n}; - print $fh qq{<p>The <a href="http://dtrace.org/blogs/brendan/2011/12/16/flame-graphs/">Flame Graph</a> above is a visualization of the time spent in <em>distinct call stacks</em>. The colors and x-axis position are not meaningful.</p>\n}; + print $fh qq{<p>The <a href="https://www.brendangregg.com/flamegraphs.html">Flame Graph</a> above is a visualization of the time spent in <em>distinct call stacks</em>. The colors and x-axis position are not meaningful.</p>\n}; print $fh qq{</div>\n}; 1; }; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Devel-NYTProf-6.14/bin/nytprofmerge new/Devel-NYTProf-6.15/bin/nytprofmerge --- old/Devel-NYTProf-6.14/bin/nytprofmerge 2023-10-19 00:28:43.000000000 +0200 +++ new/Devel-NYTProf-6.15/bin/nytprofmerge 2026-03-31 14:19:43.000000000 +0200 @@ -16,7 +16,7 @@ require Devel::NYTProf::Data; use List::Util qw(min sum); -our $VERSION = '6.14'; +our $VERSION = '6.15'; if ($VERSION != $Devel::NYTProf::Core::VERSION) { die "$0 version '$VERSION' doesn't match version '$Devel::NYTProf::Core::VERSION' of $INC{'Devel/NYTProf/Core.pm'}\n"; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Devel-NYTProf-6.14/lib/Devel/NYTProf/Apache.pm new/Devel-NYTProf-6.15/lib/Devel/NYTProf/Apache.pm --- old/Devel-NYTProf-6.14/lib/Devel/NYTProf/Apache.pm 2023-10-19 00:28:43.000000000 +0200 +++ new/Devel-NYTProf-6.15/lib/Devel/NYTProf/Apache.pm 2026-03-31 14:19:17.000000000 +0200 @@ -9,7 +9,7 @@ ########################################################### package Devel::NYTProf::Apache; -our $VERSION = '6.14'; +our $VERSION = '6.15'; BEGIN { diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Devel-NYTProf-6.14/lib/Devel/NYTProf/Core.pm new/Devel-NYTProf-6.15/lib/Devel/NYTProf/Core.pm --- old/Devel-NYTProf-6.14/lib/Devel/NYTProf/Core.pm 2023-10-19 00:28:43.000000000 +0200 +++ new/Devel-NYTProf-6.15/lib/Devel/NYTProf/Core.pm 2026-03-31 14:19:17.000000000 +0200 @@ -12,7 +12,7 @@ use XSLoader; -our $VERSION = '6.14'; # increment with XS changes too +our $VERSION = '6.15'; # increment with XS changes too XSLoader::load('Devel::NYTProf', $VERSION); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Devel-NYTProf-6.14/lib/Devel/NYTProf/Data.pm new/Devel-NYTProf-6.15/lib/Devel/NYTProf/Data.pm --- old/Devel-NYTProf-6.14/lib/Devel/NYTProf/Data.pm 2023-10-19 00:28:43.000000000 +0200 +++ new/Devel-NYTProf-6.15/lib/Devel/NYTProf/Data.pm 2026-03-31 14:19:17.000000000 +0200 @@ -55,7 +55,7 @@ use Devel::NYTProf::SubInfo; use Devel::NYTProf::Util qw( trace_level _dumper ); -our $VERSION = '6.14'; +our $VERSION = '6.15'; =head2 new diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Devel-NYTProf-6.14/lib/Devel/NYTProf/ReadStream.pm new/Devel-NYTProf-6.15/lib/Devel/NYTProf/ReadStream.pm --- old/Devel-NYTProf-6.14/lib/Devel/NYTProf/ReadStream.pm 2023-10-19 00:28:43.000000000 +0200 +++ new/Devel-NYTProf-6.15/lib/Devel/NYTProf/ReadStream.pm 2026-03-31 14:19:17.000000000 +0200 @@ -3,7 +3,7 @@ use warnings; use strict; -our $VERSION = '6.14'; +our $VERSION = '6.15'; use base 'Exporter'; our @EXPORT_OK = qw( diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Devel-NYTProf-6.14/lib/Devel/NYTProf/Reader.pm new/Devel-NYTProf-6.15/lib/Devel/NYTProf/Reader.pm --- old/Devel-NYTProf-6.14/lib/Devel/NYTProf/Reader.pm 2023-10-19 00:28:43.000000000 +0200 +++ new/Devel-NYTProf-6.15/lib/Devel/NYTProf/Reader.pm 2026-03-31 14:19:17.000000000 +0200 @@ -9,7 +9,7 @@ ########################################################### package Devel::NYTProf::Reader; -our $VERSION = '6.14'; +our $VERSION = '6.15'; use warnings; use strict; @@ -135,7 +135,7 @@ my ($self, $dir) = @_; return $self->{output_dir} unless defined($dir); if (!mkdir $dir) { - confess "Unable to create directory $dir: $!\n" if !$! =~ /exists/; + confess "Unable to create directory $dir: $!\n" if $! !~ /exists/; } $self->{output_dir} = $dir; } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Devel-NYTProf-6.14/lib/Devel/NYTProf/Util.pm new/Devel-NYTProf-6.15/lib/Devel/NYTProf/Util.pm --- old/Devel-NYTProf-6.14/lib/Devel/NYTProf/Util.pm 2023-10-19 00:28:43.000000000 +0200 +++ new/Devel-NYTProf-6.15/lib/Devel/NYTProf/Util.pm 2026-03-31 14:19:17.000000000 +0200 @@ -40,7 +40,7 @@ use List::Util qw(sum); use Devel::NYTProf::Core; -our $VERSION = '6.14'; +our $VERSION = '6.15'; our @EXPORT_OK = qw( fmt_float diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Devel-NYTProf-6.14/lib/Devel/NYTProf.pm new/Devel-NYTProf-6.15/lib/Devel/NYTProf.pm --- old/Devel-NYTProf-6.14/lib/Devel/NYTProf.pm 2023-10-19 00:28:43.000000000 +0200 +++ new/Devel-NYTProf-6.15/lib/Devel/NYTProf.pm 2026-03-31 14:19:17.000000000 +0200 @@ -9,7 +9,7 @@ ########################################################### package Devel::NYTProf; -our $VERSION = '6.14'; # also change in Devel::NYTProf::Core +our $VERSION = '6.15'; # also change in Devel::NYTProf::Core package # hide the package from the PAUSE indexer DB; ++++++ 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)  ++++++ _scmsync.obsinfo ++++++ mtime: 1775026616 commit: 3ec1e0c57338dfd6e720d730f60ece16a0b7a0f8353e0dfd952dc1285869de55 url: https://src.opensuse.org/perl/perl-Devel-NYTProf.git revision: 3ec1e0c57338dfd6e720d730f60ece16a0b7a0f8353e0dfd952dc1285869de55 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-04-07 15:01:31.000000000 +0200 @@ -0,0 +1 @@ +.osc
