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 2023-10-29 19:41:17
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Devel-NYTProf (Old)
 and      /work/SRC/openSUSE:Factory/.perl-Devel-NYTProf.new.17445 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-Devel-NYTProf"

Sun Oct 29 19:41:17 2023 rev:20 rq:1120848 version:6.140.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-Devel-NYTProf/perl-Devel-NYTProf.changes    
2022-11-24 12:26:04.946385416 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-Devel-NYTProf.new.17445/perl-Devel-NYTProf.changes
 2023-10-29 19:41:32.610815826 +0100
@@ -1,0 +2,36 @@
+Thu Oct 19 03:06:24 UTC 2023 - Tina Müller <[email protected]>
+
+- updated to 6.14
+   see /usr/share/doc/packages/perl-Devel-NYTProf/Changes
+
+  =head2 Changes in Devel::NYTProf 6.14 - 18th Oct 2023
+  B<There should be no significant differences in the performance of 
Devel-NYTProf
+  from that of the previous release.>  This release is primarily maintenance-
+  focused.
+  More build-time warnings using recent versions of C compilers have been
+  eliminated, particularly with recent production releases of Perl.  Thanks to
+  Karl Williamson for guidance on updating F<ppport.h> and using it to update
+  F<NYTProf.xs>.
+  =head2 Changes in Devel::NYTProf 6.13 - 10th Oct 2023
+  B<There should be no significant differences in the performance of 
Devel-NYTProf
+  from that of the previous release.>  This release is primarily maintenance-
+  focused.
+  The largest difference in the distribution
+  is the removal of the F<nytprofpf> program (L<GH
+  206|https://github.com/timbunce/devel-nytprof/pull/206>).  This program was
+  written for an open-source software competition which is no longer being 
held.
+  Other changes include:
+  Removal of remaining reference to Travis CI
+  (L<GH 202|https://github.com/timbunce/devel-nytprof/pull/202>).
+  Elimination of 'bad-function-cast' warnings during 'make'
+  (L<GH 205|https://github.com/timbunce/devel-nytprof/pull/205>).
+  Correction of typographic error in F<nytprofhtml> thanks to Amory Meltzer
+  (L<GH 210|https://github.com/timbunce/devel-nytprof/pull/210>).
+  Depending on Per version, skip one test file that was exercising 'given' and
+  'when' keywords (now deprecated)
+  (L<GH 211|https://github.com/timbunce/devel-nytprof/pull/211>).
+  Elimination of the 'register' keyword from NYTProf.xs (partial resolution of
+  L<GH 191|https://github.com/timbunce/devel-nytprof/issues/191>) which is
+  forbidden as of ISO C++17.
+
+-------------------------------------------------------------------

Old:
----
  Devel-NYTProf-6.12.tar.gz

New:
----
  Devel-NYTProf-6.14.tar.gz

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

Other differences:
------------------
++++++ perl-Devel-NYTProf.spec ++++++
--- /var/tmp/diff_new_pack.sUBasc/_old  2023-10-29 19:41:33.202837364 +0100
+++ /var/tmp/diff_new_pack.sUBasc/_new  2023-10-29 19:41:33.202837364 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Devel-NYTProf
 #
-# Copyright (c) 2022 SUSE LLC
+# Copyright (c) 2023 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,12 +18,13 @@
 
 %define cpan_name Devel-NYTProf
 Name:           perl-Devel-NYTProf
-Version:        6.12
+Version:        6.140.0
 Release:        0
+%define cpan_version 6.14
 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}-%{version}.tar.gz
+Source0:        
https://cpan.metacpan.org/authors/id/J/JK/JKEENAN/%{cpan_name}-%{cpan_version}.tar.gz
 Source1:        cpanspec.yml
 BuildRequires:  perl
 BuildRequires:  perl-macros
@@ -35,6 +36,20 @@
 BuildRequires:  perl(Test::More) >= 0.84
 Requires:       perl(File::Which) >= 1.09
 Requires:       perl(JSON::MaybeXS)
+Provides:       perl(Devel::NYTProf) = 6.140.0
+Provides:       perl(Devel::NYTProf::Apache) = 6.140.0
+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::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::Run)
+Provides:       perl(Devel::NYTProf::SubCallInfo)
+Provides:       perl(Devel::NYTProf::SubInfo)
+Provides:       perl(Devel::NYTProf::Util) = 6.140.0
+%define         __perllib_provides /bin/true
 %{perl_requires}
 
 %description
@@ -82,7 +97,7 @@
 subroutine profiler.
 
 %prep
-%autosetup  -n %{cpan_name}-%{version}
+%autosetup  -n %{cpan_name}-%{cpan_version}
 
 %build
 perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"

++++++ Devel-NYTProf-6.12.tar.gz -> Devel-NYTProf-6.14.tar.gz ++++++
++++ 20336 lines of diff (skipped)

Reply via email to