diff options
author | Remi Collet <remi@remirepo.net> | 2024-03-05 12:19:35 +0100 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2024-03-05 12:19:35 +0100 |
commit | 0964fc56bc9dac059345e85f18f21160beca92a8 (patch) | |
tree | 13f2c240f6d2defcc7024f445a0c5ab1e6ee7057 | |
parent | 04e4cfbfc653ffd903a4deca901b2ffbe27ab382 (diff) |
update to 10.1.12
-rwxr-xr-x | makesrc.sh | 2 | ||||
-rw-r--r-- | php-phpunit-php-code-coverage10.spec | 9 |
2 files changed, 7 insertions, 4 deletions
@@ -17,7 +17,7 @@ else echo "Cloning..." rm -rf $PROJECT-$COMMIT - git clone --shallow-since=$DATE https://github.com/$OWNER/$PROJECT.git $PROJECT-$COMMIT || exit 1 + git clone https://github.com/$OWNER/$PROJECT.git $PROJECT-$COMMIT || exit 1 echo "Getting commit..." pushd $PROJECT-$COMMIT diff --git a/php-phpunit-php-code-coverage10.spec b/php-phpunit-php-code-coverage10.spec index 9e17744..062126d 100644 --- a/php-phpunit-php-code-coverage10.spec +++ b/php-phpunit-php-code-coverage10.spec @@ -10,11 +10,11 @@ %bcond_without tests # Github -%global gh_commit 78c3b7625965c2513ee96569a4dbb62601784145 +%global gh_commit 842f72662d6b9edda84c4b6f13885fd9cd53dc63 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sebastianbergmann %global gh_project php-code-coverage -%global gh_date 2023-12-21 +%global gh_date 2024-03-02 # Packagist %global pk_vendor phpunit %global pk_project php-code-coverage @@ -25,7 +25,7 @@ %global ver_major 10 Name: php-%{pk_vendor}-%{pk_project}%{ver_major} -Version: 10.1.11 +Version: 10.1.12 Release: 1%{?dist} Summary: PHP code coverage information, version %{ver_major} @@ -230,6 +230,9 @@ exit $ret %changelog +* Tue Mar 5 2024 Remi Collet <remi@remirepo.net> - 10.1.12-1 +- update to 10.1.12 + * 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 |