Compare commits
9 Commits
Author | SHA256 | Date | |
---|---|---|---|
4dad55e369 | |||
bb731637ec | |||
2dd9057f01 | |||
e60a784b08 | |||
a05d8b00a2 | |||
67e224dc87 | |||
8875e480dc | |||
f47b614474 | |||
855ad91ebb |
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:cb9c45dee359f3d259856450389df270e2ecea1b49f5f8800fdb972ff50bbebb
|
||||
size 1206890
|
BIN
Devel-Cover-1.51.tar.gz
(Stored with Git LFS)
Normal file
BIN
Devel-Cover-1.51.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
12
README.md
Normal file
12
README.md
Normal file
@@ -0,0 +1,12 @@
|
||||
|
||||
## Build Results
|
||||
|
||||
Current state of perl in openSUSE:Factory is
|
||||
|
||||

|
||||
|
||||
The current state of perl in the devel project build (devel:languages:perl)
|
||||
|
||||

|
||||
|
||||
|
@@ -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,82 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 22 20:49:13 UTC 2025 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
- updated to 1.510.0 (1.51)
|
||||
see /usr/share/doc/packages/perl-Devel-Cover/Changes
|
||||
|
||||
1.51 - 26 July 2025
|
||||
|
||||
- Test against 5.42.0
|
||||
- Add nvim report to show coverage in neovim
|
||||
- Fix cover --outputdir option (Hannes Thorsell) (GH-358)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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 and contributors
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -18,20 +18,21 @@
|
||||
|
||||
%define cpan_name Devel-Cover
|
||||
Name: perl-Devel-Cover
|
||||
Version: 1.420.0
|
||||
Version: 1.510.0
|
||||
Release: 0
|
||||
# 1.42 -> normalize -> 1.420.0
|
||||
%define cpan_version 1.42
|
||||
# 1.51 -> normalize -> 1.510.0
|
||||
%define cpan_version 1.51
|
||||
License: Artistic-1.0 OR GPL-1.0-or-later
|
||||
Summary: Code coverage metrics for Perl
|
||||
URL: https://metacpan.org/release/%{cpan_name}
|
||||
Source0: https://cpan.metacpan.org/authors/id/P/PJ/PJCJ/%{cpan_name}-%{cpan_version}.tar.gz
|
||||
Source1: cpanspec.yml
|
||||
Source100: README.md
|
||||
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}
|
||||
@@ -68,6 +69,8 @@ Provides: perl(Devel::Cover::Report::Html_minimal) = %{version}
|
||||
Provides: perl(Devel::Cover::Report::Html_subtle) = %{version}
|
||||
Provides: perl(Devel::Cover::Report::Html_subtle::Template::Provider) = %{version}
|
||||
Provides: perl(Devel::Cover::Report::Json) = %{version}
|
||||
Provides: perl(Devel::Cover::Report::Nvim) = %{version}
|
||||
Provides: perl(Devel::Cover::Report::Nvim::Template::Provider) = %{version}
|
||||
Provides: perl(Devel::Cover::Report::Sort) = %{version}
|
||||
Provides: perl(Devel::Cover::Report::Text) = %{version}
|
||||
Provides: perl(Devel::Cover::Report::Text2) = %{version}
|
||||
@@ -83,25 +86,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(JSON::MaybeXS) >= 1.3.3
|
||||
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
|
||||
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 +150,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
|
||||
|
||||
@@ -171,7 +174,7 @@ make test
|
||||
%perl_gen_filelist
|
||||
|
||||
%files -f %{name}.files
|
||||
%doc Changes Contributors docs README.md
|
||||
%doc Changes CLAUDE.md Contributors docs README.md
|
||||
%license LICENCE
|
||||
|
||||
%changelog
|
||||
|
Reference in New Issue
Block a user