v9.6.8
This commit is contained in:
parent
735f23ca22
commit
7684ae899e
3 changed files with 8 additions and 4 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -43,3 +43,4 @@
|
|||
/phpunit9-9.6.5-86e7619.tgz
|
||||
/phpunit9-9.6.6-b65d59a.tgz
|
||||
/phpunit9-9.6.7-c993f0d.tgz
|
||||
/phpunit9-9.6.8-17d621b.tgz
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@
|
|||
# For compatibility with SCL
|
||||
%undefine __brp_mangle_shebangs
|
||||
|
||||
%global gh_commit c993f0d3b0489ffc42ee2fe0bd645af1538a63b2
|
||||
%global gh_commit 17d621b3aff84d0c8b62539e269e87d8d5baa76e
|
||||
#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 9
|
||||
%global ver_minor 6
|
||||
|
||||
%global upstream_version 9.6.7
|
||||
%global upstream_version 9.6.8
|
||||
#global upstream_prever dev
|
||||
|
||||
Name: %{pk_project}%{ver_major}
|
||||
|
|
@ -160,7 +160,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
|
||||
|
||||
|
|
@ -254,6 +254,9 @@ exit $ret
|
|||
|
||||
|
||||
%changelog
|
||||
* Thu May 11 2023 Remi Collet <remi@remirepo.net> - 9.6.8-1
|
||||
- update to 9.6.8
|
||||
|
||||
* Fri Apr 14 2023 Remi Collet <remi@remirepo.net> - 9.6.7-1
|
||||
- update to 9.6.7
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (phpunit9-9.6.7-c993f0d.tgz) = c21c8197496ab118f01cafdee5611830663ba570030a5be2e514d13f9382d30b3b6a83b1f22a7bf12e002b985745edf1810b9f1429da95234dbaf8c241072d72
|
||||
SHA512 (phpunit9-9.6.8-17d621b.tgz) = 26960a4e66551ee175cfcef3f7aae61e8967c0647c4fe4dfa12f625ad743040350181fcb0dda014a756621a4d81ac74b9d87525b7f4570eca47cc7e0d1816008
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue