forked from pool/perl-Devel-Cover
Compare commits
7 Commits
Author | SHA256 | Date | |
---|---|---|---|
8fbdc598a2 | |||
306b28ca89 | |||
6832c380c9 | |||
29497abda5 | |||
b366b804a1 | |||
64110937f9 | |||
3da6fd192a |
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:cb9c45dee359f3d259856450389df270e2ecea1b49f5f8800fdb972ff50bbebb
|
||||
size 1206890
|
3
Devel-Cover-1.50.tar.gz
Normal file
3
Devel-Cover-1.50.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0fd8e2ac0f1bef7c6efcd4f7f0d0250a5a2c87e8bc367830b061e8af19b00152
|
||||
size 231180
|
@@ -8,8 +8,7 @@
|
||||
# foo.patch: -p1
|
||||
# bar.patch:
|
||||
preamble: |-
|
||||
BuildRequires: perl-B-Debug
|
||||
Requires: perl-B-Debug
|
||||
%{requires_eq perl}
|
||||
# BuildRequires: gcc-c++
|
||||
#post_prep: |-
|
||||
# hunspell=`pkg-config --libs hunspell | sed -e 's,-l,,; s, *,,g'`
|
||||
|
@@ -1,3 +1,70 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 11 05:37:05 UTC 2025 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
- updated to 1.500.0 (1.50)
|
||||
see /usr/share/doc/packages/perl-Devel-Cover/Changes
|
||||
|
||||
1.50 - 10 June 2025
|
||||
- Avoid some warnings during global destruction
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu May 22 13:33:52 UTC 2025 - Tina Müller <tina.mueller@suse.com>
|
||||
|
||||
- Add '%{requires_eq perl}' to ensure it gets rebuilt even for perl
|
||||
patch version updates
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon May 19 05:35:34 UTC 2025 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
- updated to 1.490.0 (1.49)
|
||||
see /usr/share/doc/packages/perl-Devel-Cover/Changes
|
||||
|
||||
1.49 - 18 May 2025
|
||||
- Handle core Deparse changes for xor (Jim Keenan) (GH-355)
|
||||
- Code tidying
|
||||
1.48 - 11 May 2025
|
||||
- Fix up args handling for reports (Mitch McCracken) (GH-354)
|
||||
- Correct error message when launch is unavailable
|
||||
- Improve perlcritic compliance
|
||||
1.47 - 4 May 2025
|
||||
- Improve defined-or handling (Ed J) (GH-352)
|
||||
- Always set both HARNESS_PERL_SWITCHES and PERL5OPT (Ed J) (GH-351)
|
||||
- Fix many spelling mistakes (Josh Soref) (GH-341)
|
||||
- Improve criteria handling in cover script (Tom Wyant) (GH-347)
|
||||
- Fix uninitialized value warning in `cover -write` (Josh Soref) (GH-339)
|
||||
1.46 - 2 May 2025
|
||||
- Add tests for new any and all functions
|
||||
- Note testing against 5.40.2
|
||||
1.45 - 1 May 2025
|
||||
- Add new versions and test against them
|
||||
- Fix things to work with 5.41.x and new ^^ operator
|
||||
- Add explicit test for ^^ operator
|
||||
- Move devel-cover-docker into this repository
|
||||
- Improve cpancover code
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 19 17:55:32 UTC 2024 - Tina Müller <tina.mueller@suse.com>
|
||||
|
||||
- Remove manual dependency on perl-B-Debug. The dependency was
|
||||
already removed upstream in 1.39
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 11 03:07:50 UTC 2024 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
- updated to 1.44
|
||||
see /usr/share/doc/packages/perl-Devel-Cover/Changes
|
||||
|
||||
1.44 - 10 June 2024
|
||||
- Test against 5.40
|
||||
- Test with DBM::Deep on CI
|
||||
|
||||
1.43 - 8 June 2024
|
||||
- Bump coancover version requirements to 5.38
|
||||
- Format cpancover and Cover::Collection
|
||||
- Format main documentation
|
||||
- Tidy dc script
|
||||
- Remove dzil's .build from distribution (Graham Knop) (GH-337)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Apr 27 03:07:19 UTC 2024 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package perl-Devel-Cover
|
||||
#
|
||||
# Copyright (c) 2024 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,10 +18,10 @@
|
||||
|
||||
%define cpan_name Devel-Cover
|
||||
Name: perl-Devel-Cover
|
||||
Version: 1.420.0
|
||||
Version: 1.500.0
|
||||
Release: 0
|
||||
# 1.42 -> normalize -> 1.420.0
|
||||
%define cpan_version 1.42
|
||||
# 1.50 -> normalize -> 1.500.0
|
||||
%define cpan_version 1.50
|
||||
License: Artistic-1.0 OR GPL-1.0-or-later
|
||||
Summary: Code coverage metrics for Perl
|
||||
URL: https://metacpan.org/release/%{cpan_name}
|
||||
@@ -29,9 +29,9 @@ Source0: https://cpan.metacpan.org/authors/id/P/PJ/PJCJ/%{cpan_name}-%{cp
|
||||
Source1: cpanspec.yml
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl-macros
|
||||
BuildRequires: perl(HTML::Entities) >= 3.69
|
||||
BuildRequires: perl(HTML::Entities) >= 3.690
|
||||
BuildRequires: perl(Test::More) >= 0.88
|
||||
Requires: perl(HTML::Entities) >= 3.69
|
||||
Requires: perl(HTML::Entities) >= 3.690
|
||||
Provides: perl(Devel::Cover) = %{version}
|
||||
Provides: perl(Devel::Cover::Annotation::Git) = %{version}
|
||||
Provides: perl(Devel::Cover::Annotation::Random) = %{version}
|
||||
@@ -83,25 +83,25 @@ Provides: perl(Devel::Cover::Util) = %{version}
|
||||
Provides: perl(Devel::Cover::Web) = %{version}
|
||||
%undefine __perllib_provides
|
||||
Recommends: perl(Browser::Open)
|
||||
Recommends: perl(CPAN::Releases::Latest)
|
||||
Recommends: perl(Capture::Tiny)
|
||||
Recommends: perl(Class::XSAccessor)
|
||||
Recommends: perl(HTML::Parser)
|
||||
Recommends: perl(JSON::MaybeXS) >= 1.003003
|
||||
Recommends: perl(Moo)
|
||||
Recommends: perl(PPI::HTML) >= 1.07
|
||||
Recommends: perl(PPI::HTML) >= 1.70
|
||||
Recommends: perl(Parallel::Iterator)
|
||||
Recommends: perl(Perl::Tidy) >= 20060719
|
||||
Recommends: perl(Pod::Coverage) >= 0.06
|
||||
Recommends: perl(Pod::Coverage) >= 0.60
|
||||
Recommends: perl(Pod::Coverage::CountParents)
|
||||
Recommends: perl(Sereal::Decoder)
|
||||
Recommends: perl(Sereal::Encoder)
|
||||
Recommends: perl(Template) >= 2.00
|
||||
Recommends: perl(Template) >= 2.0.0
|
||||
Recommends: perl(Test::Differences)
|
||||
Recommends: perl(namespace::clean)
|
||||
%{perl_requires}
|
||||
# MANUAL BEGIN
|
||||
BuildRequires: perl-B-Debug
|
||||
Requires: perl-B-Debug
|
||||
%{requires_eq perl}
|
||||
# MANUAL END
|
||||
|
||||
%description
|
||||
@@ -147,14 +147,14 @@ mode of operation, but this now gets little testing and will probably be
|
||||
removed soon. You probably don't care about any of this.
|
||||
|
||||
The most appropriate mailing list on which to discuss this module would be
|
||||
perl-qa. See http://lists.perl.org/list/perl-qa.html.
|
||||
perl-qa. See https://lists.perl.org/list/perl-qa.html.
|
||||
|
||||
The Devel::Cover repository can be found at
|
||||
http://github.com/pjcj/Devel--Cover. This is also where problems should be
|
||||
https://github.com/pjcj/Devel--Cover. This is also where problems should be
|
||||
reported.
|
||||
|
||||
%prep
|
||||
%autosetup -n %{cpan_name}-%{cpan_version}
|
||||
%autosetup -n %{cpan_name}-%{cpan_version} -p1
|
||||
|
||||
find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -path "*/scripts/*" ! -name "configure" -print0 | xargs -0 chmod 644
|
||||
|
||||
|
Reference in New Issue
Block a user