v9.1.9
This commit is contained in:
parent
5e0b1c347c
commit
f6c0508a43
3 changed files with 8 additions and 5 deletions
|
|
@ -10,7 +10,7 @@
|
|||
%bcond_without tests
|
||||
|
||||
# Github
|
||||
%global gh_commit f98f8466126d83b55b924a94d2244c53c216b8fb
|
||||
%global gh_commit cf6582906d4b2502c5f4c6be6a3d0b4cd5b3ef7f
|
||||
#global gh_date 20150924
|
||||
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
|
||||
%global gh_vendor sebastianbergmann
|
||||
|
|
@ -25,7 +25,7 @@
|
|||
%global ver_major 9
|
||||
|
||||
Name: php-%{pk_vendor}-%{pk_project}%{ver_major}
|
||||
Version: 9.1.8
|
||||
Version: 9.1.9
|
||||
Release: 1%{?dist}
|
||||
Summary: PHP code coverage information
|
||||
|
||||
|
|
@ -59,8 +59,7 @@ BuildRequires: php-pecl-xdebug
|
|||
%endif
|
||||
|
||||
# From composer.json, require
|
||||
# "php": "^7.3",
|
||||
# "php": "^7.3 || ^8.0",
|
||||
# "php": ">=7.3",
|
||||
# "ext-dom": "*",
|
||||
# "ext-libxml": "*",
|
||||
# "ext-xmlwriter": "*",
|
||||
|
|
@ -184,6 +183,9 @@ exit $ret
|
|||
|
||||
|
||||
%changelog
|
||||
* Tue Sep 15 2020 Remi Collet <remi@remirepo.net> - 9.1.9-1
|
||||
- update to 9.1.9
|
||||
|
||||
* Mon Sep 7 2020 Remi Collet <remi@remirepo.net> - 9.1.8-1
|
||||
- update to 9.1.8
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue