v10.1.13
(cherry picked from commit27d672e22a) (cherry picked from commitc14025d7eb)
This commit is contained in:
parent
55497d4585
commit
8d95d892c1
3 changed files with 12 additions and 6 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -8,3 +8,5 @@
|
|||
/php-phpunit-php-code-coverage10-10.1.9-a56a9ab.tgz
|
||||
/php-phpunit-php-code-coverage10-10.1.10-599109c.tgz
|
||||
/php-phpunit-php-code-coverage10-10.1.11-78c3b76.tgz
|
||||
/php-phpunit-php-code-coverage10-10.1.12-842f726.tgz
|
||||
/php-phpunit-php-code-coverage10-10.1.13-d51c3ae.tgz
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
# remirepo/fedora spec file for php-phpunit-php-code-coverage10
|
||||
#
|
||||
# Copyright (c) 2013-2023 Remi Collet
|
||||
# Copyright (c) 2013-2024 Remi Collet
|
||||
# License: CC-BY-SA-4.0
|
||||
# http://creativecommons.org/licenses/by-sa/4.0/
|
||||
#
|
||||
|
|
@ -10,10 +10,11 @@
|
|||
%bcond_without tests
|
||||
|
||||
# Github
|
||||
%global gh_commit 78c3b7625965c2513ee96569a4dbb62601784145
|
||||
%global gh_commit d51c3aec14896d5e80b354fad58e998d1980f8f8
|
||||
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
|
||||
%global gh_vendor sebastianbergmann
|
||||
%global gh_owner sebastianbergmann
|
||||
%global gh_project php-code-coverage
|
||||
%global gh_date 2024-03-09
|
||||
# Packagist
|
||||
%global pk_vendor phpunit
|
||||
%global pk_project php-code-coverage
|
||||
|
|
@ -24,7 +25,7 @@
|
|||
%global ver_major 10
|
||||
|
||||
Name: php-%{pk_vendor}-%{pk_project}%{ver_major}
|
||||
Version: 10.1.11
|
||||
Version: 10.1.13
|
||||
Release: 1%{?dist}
|
||||
Summary: PHP code coverage information, version %{ver_major}
|
||||
|
||||
|
|
@ -33,7 +34,7 @@ Summary: PHP code coverage information, version %{ver_major}
|
|||
# MIT: boostrap, d3, holder, html5shiv, jquery, respond
|
||||
# Apache-2.0: nvd3
|
||||
License: BSD-3-Clause AND MIT AND Apache-2.0
|
||||
URL: https://github.com/%{gh_vendor}/%{gh_project}
|
||||
URL: https://github.com/%{gh_owner}/%{gh_project}
|
||||
Source0: %{name}-%{version}-%{gh_short}.tgz
|
||||
Source1: makesrc.sh
|
||||
|
||||
|
|
@ -199,6 +200,9 @@ exit $ret
|
|||
|
||||
|
||||
%changelog
|
||||
* Mon Mar 11 2024 Remi Collet <remi@remirepo.net> - 10.1.13-1
|
||||
- update to 10.1.13
|
||||
|
||||
* Thu Dec 21 2023 Remi Collet <remi@remirepo.net> - 10.1.11-1
|
||||
- update to 10.1.11
|
||||
- raise dependency on nikic/php-parser 4.18 and allow 5.0
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (php-phpunit-php-code-coverage10-10.1.11-78c3b76.tgz) = 2946fe65087188ef06e43b26351fb4508854536dafcf32e351cc2d964bb0ce6fc484da30a943aebb297b3e9c70258e42c466a14f2893585771959337fe02fec5
|
||||
SHA512 (php-phpunit-php-code-coverage10-10.1.13-d51c3ae.tgz) = 46736c3fb3eae1e0f505806299b92fb2252216382f9ff0122af5a4f665b52c3e3eef20a0d51c52fe43f6a31ae5a8de8c369407a161e2360a7fa6eb4c71a57158
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue