diff options
| author | Remi Collet <remi@remirepo.net> | 2023-05-11 11:16:03 +0200 | 
|---|---|---|
| committer | Remi Collet <remi@php.net> | 2023-05-11 11:16:03 +0200 | 
| commit | 46fe4800e12e8faf4b9e662faa191fbb1de7b098 (patch) | |
| tree | 9e76f2dab411e15a7a458ad1f191a44bea1b0237 | |
| parent | c347dc9b75ae4d5709c956959b9ea05c44b99271 (diff) | |
update to 10.1.3
| -rw-r--r-- | phpunit10.spec | 9 | 
1 files changed, 6 insertions, 3 deletions
diff --git a/phpunit10.spec b/phpunit10.spec index e96234c..6768507 100644 --- a/phpunit10.spec +++ b/phpunit10.spec @@ -11,7 +11,7 @@  # For compatibility with SCL  %undefine __brp_mangle_shebangs -%global gh_commit    6f0cd95be71add539f8fd2be25b2a4a29789000b +%global gh_commit    2379ebafc1737e71cdc84f402acb6b7f04198b9d  #global gh_date      20150927  %global gh_short     %(c=%{gh_commit}; echo ${c:0:7})  %global gh_owner     sebastianbergmann @@ -25,7 +25,7 @@  %global ver_major    10  %global ver_minor    1 -%global upstream_version 10.1.2 +%global upstream_version 10.1.3  #global upstream_prever  dev  Name:           %{pk_project}%{ver_major} @@ -202,7 +202,7 @@ Documentation: https://phpunit.readthedocs.io/  %prep  %setup -q -n %{gh_project}-%{gh_commit} -%patch0 -p0 -b .rpm +%patch -P0 -p0 -b .rpm  find . -name \*.rpm -delete -print @@ -297,6 +297,9 @@ exit $ret  %changelog +* Thu May 11 2023 Remi Collet <remi@remirepo.net> - 10.1.3-1 +- update to 10.1.3 +  * Sun Apr 23 2023 Remi Collet <remi@remirepo.net> - 10.1.2-1  - update to 10.1.2  | 
