11
0

Compare commits

3 Commits

Author SHA256 Message Date
efedcab85e Add Gitea build results 2025-08-12 18:17:37 +02:00
71c56e958f Accepting request 1237572 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/1237572
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Test-Alien-CPP?expand=0&rev=2
2025-01-14 15:22:52 +00:00
a93caf4ebe Accepting request 1236699 from devel:languages:perl:autoupdate
- 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/request/show/1236699
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
5 changed files with 37 additions and 9 deletions

12
README.md Normal file
View File

@@ -0,0 +1,12 @@
## Build Results
Current state of perl in openSUSE:Factory is
![Factory build results](https://br.opensuse.org/status/openSUSE:Factory/perl-Test-Alien-CPP/standard)
The current state of perl in the devel project build (devel:languages:perl)
![Devel project build results](https://br.opensuse.org/status/devel:languages:perl/perl-Test-Alien-CPP)

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:47936e7c12d7f4869f7112783576c6be7b822180114850008253c3eedc341898
size 16960

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,13 +18,16 @@
%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
Source100: README.md
BuildArch: noarch
BuildRequires: perl
BuildRequires: perl-macros
@@ -39,6 +42,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 +54,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 +71,7 @@ make test
%perl_gen_filelist
%files -f %{name}.files
%doc author.yml Changes README
%doc Changes README
%license LICENSE
%changelog