Accepting request 946041 from devel:languages:perl:autoupdate

- updated to 3.44
   see /usr/share/doc/packages/perl-ExtUtils-ParseXS/Changes
  3.44 - 
    - GH #19054: Always XSprePUSH when producing an output list.
    - Use more descriptive variable names.
    - Fix plan/skip in test file 002-more.t.
  3.43 - 
    - Use PERL_VERSION_LE instead of 5.33+ PERL_VERSION_LT.
    - Fix error message bug.
  3.42 - 
    - Restore compatibility with old versions that made use of
      "errors" function which was renamed to "report_error_count".
  3.41 - 
    - Use absolute paths in tests on all platforms.
    - Use PERL_VERSION compare macro.
  3.40 - 
    - RT #133654: Don't include OUTLIST parameters in the prototype.
  3.39 - 
    - RT #132935: Correctly check VERSIONs.
  3.38 - 
    - Correct name of variable 'ALIAS' (not 'Alias') in documentation.
    - Add PERL_REENTRANT for XS modules (get the reentrant versions of
      libc functions automatically without declaring as PERL_CORE or
      PERL_EXT).
  3.37 - 
    - Update documentation to avoid newGVgen.
  3.36 - 
    - Make generated code avoid warnings about the "items" variable
      being unused
    - Avoid some unused-variable warnings generated by XS code in the
      test suite

OBS-URL: https://build.opensuse.org/request/show/946041
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-ExtUtils-ParseXS?expand=0&rev=15
This commit is contained in:
2022-01-17 13:48:58 +00:00
committed by Git OBS Bridge
parent 9eab8573dc
commit 02aa199fd1
4 changed files with 53 additions and 20 deletions

View File

@@ -1,3 +1,39 @@
-------------------------------------------------------------------
Fri Jan 7 03:07:37 UTC 2022 - Tina Müller <timueller+perl@suse.de>
- updated to 3.44
see /usr/share/doc/packages/perl-ExtUtils-ParseXS/Changes
3.44 - Thu Jan 6 23:49:25 2022
- GH #19054: Always XSprePUSH when producing an output list.
- Use more descriptive variable names.
- Fix plan/skip in test file 002-more.t.
3.43 - Wed Mar 24 15:44:08 2021 CET
- Use PERL_VERSION_LE instead of 5.33+ PERL_VERSION_LT.
- Fix error message bug.
3.42 - Tue Nov 24 21:42:05 2020 CET
- Restore compatibility with old versions that made use of
"errors" function which was renamed to "report_error_count".
3.41 - Wed Aug 12 19:39:04 2020 CET
- Use absolute paths in tests on all platforms.
- Use PERL_VERSION compare macro.
3.40 - Wed Dec 5 05:35:19 2018 CET
- RT #133654: Don't include OUTLIST parameters in the prototype.
3.39 - Mon Mar 5 17:46:41 2018 CET
- RT #132935: Correctly check VERSIONs.
3.38 - Fri Feb 9 12:02:34 2018 CET
- Correct name of variable 'ALIAS' (not 'Alias') in documentation.
- Add PERL_REENTRANT for XS modules (get the reentrant versions of
libc functions automatically without declaring as PERL_CORE or
PERL_EXT).
3.37 - Mon Dec 11 01:54:44 2017 CET
- Update documentation to avoid newGVgen.
3.36 - Tue Nov 14 09:45:55 2017 CET
- Make generated code avoid warnings about the "items" variable
being unused
- Avoid some unused-variable warnings generated by XS code in the
test suite
-------------------------------------------------------------------
Tue Aug 1 05:32:06 UTC 2017 - coolo@suse.com