Revisions of perl-Devel-NYTProf

buildservice-autocommit accepted request 1156544 from Tina Müller's avatar Tina Müller (tinita) (revision 38)
baserev update by copy to link target
Tina Müller's avatar Tina Müller (tinita) committed (revision 37)
Fix disabling of __perllib_provides
buildservice-autocommit accepted request 1120848 from Dirk Stoecker's avatar Dirk Stoecker (dstoecker) (revision 36)
baserev update by copy to link target
Dirk Stoecker's avatar Dirk Stoecker (dstoecker) accepted request 1120562 from Tina Müller's avatar Tina Müller (tinita) (revision 35)
- 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.
buildservice-autocommit accepted request 1037850 from Stephan Kulow's avatar Stephan Kulow (coolo) (revision 34)
baserev update by copy to link target
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 1037673 from Tina Müller's avatar Tina Müller (tinita) (revision 33)
- updated to 6.12
   see /usr/share/doc/packages/perl-Devel-NYTProf/Changes
  =head2 Changes in Devel::NYTProf 6.12 - 16th Nov 2022
  B<There should be no significant differences in the performance of Devel-NYTProf
  from that of the previous release.>  This release is primarily focused on
  adapting the library to a change in Perl 5 as of release 5.37.6 in November
  2022; code contributed by Tony Cook in L<GH 200: support SSNEW*() macros
  returning SSize_t instead of
  I32|https://github.com/timbunce/devel-nytprof/pull/200>.  Corrections to
  errors in documentation contributed by joshnaitis in L<GH 198: Fix typos in
  /bin report generators|https://github.com/timbunce/devel-nytprof/pull/198>.
  'make' targets dependent on Subversion (former version control system) removed
  in L<GH 196|https://github.com/timbunce/devel-nytprof/pull/196>.  CPAN module
  Sub::Name added as test-time prerequisite.
Dirk Stoecker's avatar Dirk Stoecker (dstoecker) accepted request 921744 from Tina Müller's avatar Tina Müller (tinita) (revision 32)
- updated to 6.11
   see /usr/share/doc/packages/perl-Devel-NYTProf/Changes
  =head2 Changes in Devel::NYTProf 6.11 - 19th Sep 2021
  Removed F<lib/Devel/NYTProf/js/jquery.floatThead.min.js> in L<GH 194: Remove
  jquery.floatThead.min.js|https://github.com/timbunce/devel-nytprof/pull/194>.
  In L<GH 192: nytprofhtml - internal anchor links in html pages go to wrong
  locations|https://github.com/timbunce/devel-nytprof/issues/192> Shawn Laffan
  reported that internal links to anchors in the generated HTML pages were not
  correctly positioned in the vertical dimension.   Discontinuing use of this
  Javascript file appears to correct the problem.
buildservice-autocommit accepted request 892228 from Dirk Stoecker's avatar Dirk Stoecker (dstoecker) (revision 31)
baserev update by copy to link target
Dirk Stoecker's avatar Dirk Stoecker (dstoecker) accepted request 892033 from Tina Müller's avatar Tina Müller (tinita) (revision 30)
- updated to 6.10
   see /usr/share/doc/packages/perl-Devel-NYTProf/Changes
buildservice-autocommit accepted request 890410 from Dirk Stoecker's avatar Dirk Stoecker (dstoecker) (revision 29)
baserev update by copy to link target
Dirk Stoecker's avatar Dirk Stoecker (dstoecker) accepted request 890283 from Tina Müller's avatar Tina Müller (tinita) (revision 28)
- updated to 6.09
   see /usr/share/doc/packages/perl-Devel-NYTProf/Changes
buildservice-autocommit accepted request 885055 from Dirk Stoecker's avatar Dirk Stoecker (dstoecker) (revision 27)
baserev update by copy to link target
Dirk Stoecker's avatar Dirk Stoecker (dstoecker) accepted request 883584 from Tina Müller's avatar Tina Müller (tinita) (revision 26)
- updated to 6.07
   see /usr/share/doc/packages/perl-Devel-NYTProf/Changes
  =head2 Changes in Devel::NYTProf 6.07 - 6th April 2020
    Focus is to enable test suite to pass with perl-5.33.3 and higher.  (Changes
      in blead required changes in expectations set in test data files.)
    Correction to MANIFEST
      thanks to mattlaw. #142
    POD improvements
      thanks to tomhukins. #129
    Makefile.PL modernizations
      thanks to karenetheridge. #126
    .gitignore corrections
      thanks to jkeenan. #146
    Adapt tests to work with 5.33 and higher
      thanks to jkeenan. #147
buildservice-autocommit accepted request 616711 from Stephan Kulow's avatar Stephan Kulow (coolo) (revision 25)
baserev update by copy to link target
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 615716 from Stephan Kulow's avatar Stephan Kulow (coolo) (revision 24)
automatic update
buildservice-autocommit accepted request 595028 from Stephan Kulow's avatar Stephan Kulow (coolo) (revision 23)
baserev update by copy to link target
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 591327 from Stephan Kulow's avatar Stephan Kulow (coolo) (revision 22)
automatic update
buildservice-autocommit accepted request 441935 from Stephan Kulow's avatar Stephan Kulow (coolo) (revision 21)
baserev update by copy to link target
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 441926 from Stephan Kulow's avatar Stephan Kulow (coolo) (revision 20)
automatic update
buildservice-autocommit accepted request 385071 from Stephan Kulow's avatar Stephan Kulow (coolo) (revision 19)
baserev update by copy to link target
Displaying revisions 1 - 20 of 38
openSUSE Build Service is sponsored by