forked from pool/perl-Devel-Cover-Report-Codecovbash
Compare commits
2 Commits
Author | SHA256 | Date | |
---|---|---|---|
8e43659266 | |||
20aacac9df |
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:af8762fa95f9edcd6dc9aca0a818fec649b9a1b5e73c8fcf974f702d72c2a9da
|
||||
size 20826
|
3
Devel-Cover-Report-Codecovbash-v0.41.0.tar.gz
Normal file
3
Devel-Cover-Report-Codecovbash-v0.41.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3e611809e5f08cb8085246a9c8fc651b9c5b06bd9363e7459a0e3756da380430
|
||||
size 8515
|
@@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 8 05:35:29 UTC 2025 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
- updated to 0.41.0 (v0.41.0)
|
||||
see /usr/share/doc/packages/perl-Devel-Cover-Report-Codecovbash/Changes
|
||||
|
||||
v0.41.0 2025-04-06 01:05:36+02:00
|
||||
|
||||
- Avoid die when statements could not be found
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 21 03:06:15 UTC 2021 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package perl-Devel-Cover-Report-Codecovbash
|
||||
#
|
||||
# Copyright (c) 2021 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,18 +18,20 @@
|
||||
|
||||
%define cpan_name Devel-Cover-Report-Codecovbash
|
||||
Name: perl-Devel-Cover-Report-Codecovbash
|
||||
Version: 0.04
|
||||
Version: 0.41.0
|
||||
Release: 0
|
||||
Summary: Generate a JSON file to be uploaded with the codecov bash script
|
||||
# v0.41.0 -> normalize -> 0.41.0
|
||||
%define cpan_version v0.41.0
|
||||
License: MIT
|
||||
Summary: Generate a JSON file to be uploaded with the codecov bash script
|
||||
URL: https://metacpan.org/release/%{cpan_name}
|
||||
Source0: https://cpan.metacpan.org/authors/id/T/TI/TINITA/%{cpan_name}-%{version}.tar.gz
|
||||
Source0: https://cpan.metacpan.org/authors/id/T/TI/TINITA/%{cpan_name}-%{cpan_version}.tar.gz
|
||||
Source1: cpanspec.yml
|
||||
BuildArch: noarch
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl-macros
|
||||
BuildRequires: perl(JSON::MaybeXS)
|
||||
BuildRequires: perl(Test::More) >= 0.96
|
||||
BuildRequires: perl(Test::More) >= 0.98
|
||||
BuildRequires: perl(namespace::autoclean)
|
||||
Requires: perl(JSON::MaybeXS)
|
||||
Requires: perl(namespace::autoclean)
|
||||
@@ -48,7 +50,7 @@ Mizune's at https://metacpan.org/release/Devel-Cover-Report-Codecov
|
||||
distribution.
|
||||
|
||||
%prep
|
||||
%autosetup -n %{cpan_name}-%{version}
|
||||
%autosetup -n %{cpan_name}-%{cpan_version} -p1
|
||||
|
||||
%build
|
||||
perl Makefile.PL INSTALLDIRS=vendor
|
||||
|
Reference in New Issue
Block a user