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 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:41def0511278a2a8ba9afa25ccab45b0453f75e7fd774e8644b5f9a57cc4ee1c
size 68623

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:77effdf31af36ef656f09aa7c15356d238dab6d1afaa7278ae15c1b6bcf86266
size 68942

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

View File

@@ -1,7 +1,7 @@
#
# spec file for package perl-ExtUtils-ParseXS
#
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2022 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -12,21 +12,19 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
Name: perl-ExtUtils-ParseXS
Version: 3.35
Release: 0
%define cpan_name ExtUtils-ParseXS
Summary: Converts Perl Xs Code Into C Code
License: GPL-1.0+ or Artistic-1.0
Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/ExtUtils-ParseXS/
Source0: https://cpan.metacpan.org/authors/id/S/SM/SMUELLER/%{cpan_name}-%{version}.tar.gz
Name: perl-ExtUtils-ParseXS
Version: 3.44
Release: 0
Summary: Converts Perl XS code into C code
License: Artistic-1.0 OR GPL-1.0-or-later
URL: https://metacpan.org/release/%{cpan_name}
Source0: https://cpan.metacpan.org/authors/id/X/XS/XSAWYERX/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(ExtUtils::CBuilder)
@@ -49,14 +47,14 @@ typemap taking precedence.
../../../typemap:../../typemap:../typemap:typemap
%prep
%setup -q -n %{cpan_name}-%{version}
%autosetup -n %{cpan_name}-%{version}
%build
%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
%{__make} %{?_smp_mflags}
perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
%make_build
%check
%{__make} test
make test
%install
%perl_make_install
@@ -64,7 +62,6 @@ typemap taking precedence.
%perl_gen_filelist
%files -f %{name}.files
%defattr(-,root,root,755)
%doc Changes README
%doc Changes
%changelog