8
0

1 Commits
main ... devel

Author SHA256 Message Date
e064908182 - updated to 1.40.0 (1.04)
see /usr/share/doc/packages/perl-Test-Alien-CPP/Changes
  1.04      2025-01-04 11:52:46 -0700
    - Fix undefined unitialized warnings on some systems (DJERIUS++, gh#15)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Test-Alien-CPP?expand=0&rev=4
2025-01-13 21:46:08 +00:00
3 changed files with 24 additions and 6 deletions

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:797f1ba4000f727cd5cbe3bebe027e6931d32db92b9b5f14e2486e48d7e6c472
size 17522

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Sun Jan 5 05:32:49 UTC 2025 - Tina Müller <timueller+perl@suse.de>
- updated to 1.40.0 (1.04)
see /usr/share/doc/packages/perl-Test-Alien-CPP/Changes
1.04 2025-01-04 11:52:46 -0700
- Fix undefined unitialized warnings on some systems (DJERIUS++, gh#15)
-------------------------------------------------------------------
Wed May 11 03:08:12 UTC 2022 - Tina Müller <timueller+perl@suse.de>

View File

@@ -1,7 +1,7 @@
#
# spec file for package perl-Test-Alien-CPP
#
# Copyright (c) 2022 SUSE LLC
# Copyright (c) 2025 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,14 @@
%define cpan_name Test-Alien-CPP
Name: perl-Test-Alien-CPP
Version: 1.03
Version: 1.40.0
Release: 0
# 1.04 -> normalize -> 1.40.0
%define cpan_version 1.04
License: Artistic-1.0 OR GPL-1.0-or-later
Summary: Testing tools for Alien modules for projects that use C++
URL: https://metacpan.org/release/%{cpan_name}
Source0: https://cpan.metacpan.org/authors/id/P/PL/PLICEASE/%{cpan_name}-%{version}.tar.gz
Source0: https://cpan.metacpan.org/authors/id/P/PL/PLICEASE/%{cpan_name}-%{cpan_version}.tar.gz
Source1: cpanspec.yml
BuildArch: noarch
BuildRequires: perl
@@ -39,6 +41,9 @@ Requires: perl(ExtUtils::CppGuess)
Requires: perl(Test2::Require) >= 0.000121
Requires: perl(Test::Alien) >= 1.88
Requires: perl(Test::Alien::Build) >= 1.21
Provides: perl(Test::Alien::CPP) = %{version}
Provides: perl(Test::Alien::CanCompileCpp) = %{version}
%undefine __perllib_provides
%{perl_requires}
%description
@@ -48,8 +53,9 @@ exported by this module. The only difference is that 'xs_ok' injects C++
support before delegating to Test::Alien.
%prep
%autosetup -n %{cpan_name}-%{version}
find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -name "configure" -print0 | xargs -0 chmod 644
%autosetup -n %{cpan_name}-%{cpan_version}
find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -path "*/scripts/*" ! -name "configure" -print0 | xargs -0 chmod 644
%build
perl Makefile.PL INSTALLDIRS=vendor
@@ -64,7 +70,7 @@ make test
%perl_gen_filelist
%files -f %{name}.files
%doc author.yml Changes README
%doc Changes README
%license LICENSE
%changelog