Compare commits
1 commit
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
33de905c77 |
3 changed files with 10 additions and 6 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -5,3 +5,4 @@
|
|||
/php-sabre-xml2-2.2.3-c3b959f.tgz
|
||||
/php-sabre-xml2-2.2.5-a6af111.tgz
|
||||
/php-sabre-xml2-2.2.6-9cde7cd.tgz
|
||||
/php-sabre-xml2-2.2.7-f1d53d5.tgz
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
# remirepo/fedora spec file for php-sabre-xml2
|
||||
#
|
||||
# Copyright (c) 2016-2020 Remi Collet
|
||||
# License: CC-BY-SA
|
||||
# Copyright (c) 2016-2024 Remi Collet
|
||||
# License: CC-BY-SA-4.0
|
||||
# http://creativecommons.org/licenses/by-sa/4.0/
|
||||
#
|
||||
# Please, preserve the changelog entries
|
||||
|
|
@ -10,7 +10,7 @@
|
|||
%bcond_without tests
|
||||
|
||||
# Github
|
||||
%global gh_commit 9cde7cdab1e50893cc83b037b40cd47bfde42a2b
|
||||
%global gh_commit f1d53d55976bbd4cf3e640dda6ebc31120c71a4e
|
||||
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
|
||||
%global gh_owner sabre-io
|
||||
%global gh_project xml
|
||||
|
|
@ -24,7 +24,7 @@
|
|||
|
||||
Name: php-%{pk_vendor}-%{pk_project}%{major}
|
||||
Summary: XML library that you may not hate
|
||||
Version: 2.2.6
|
||||
Version: 2.2.7
|
||||
Release: 1%{?dist}
|
||||
|
||||
URL: https://github.com/%{gh_owner}/%{gh_project}
|
||||
|
|
@ -132,7 +132,7 @@ cd tests
|
|||
|
||||
: Run upstream test suite against installed library
|
||||
ret=0
|
||||
for cmdarg in "php %{phpunit}" php80 php81 php82 php83; do
|
||||
for cmdarg in "php %{phpunit}" php81 php82 php83; do
|
||||
if which $cmdarg; then
|
||||
set $cmdarg
|
||||
$1 ${2:-%{_bindir}/phpunit9} || ret=1
|
||||
|
|
@ -152,6 +152,9 @@ exit $ret
|
|||
|
||||
|
||||
%changelog
|
||||
* Thu Apr 18 2024 Remi Collet <remi@remirepo.net> - 2.2.7-1
|
||||
- update to 2.2.7
|
||||
|
||||
* Wed Jun 28 2023 Remi Collet <remi@remirepo.net> - 2.2.6-1
|
||||
- update to 2.2.6
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (php-sabre-xml2-2.2.6-9cde7cd.tgz) = 36860e3a3e9b683c3a589308726c83272239c1fcf24b1859bbb8cc4b316d32a2d3ada451011bbd2f92099cf9cf79796d4990081682e119c93041786a7ef7346e
|
||||
SHA512 (php-sabre-xml2-2.2.7-f1d53d5.tgz) = 5292190b25f2a014eeb6dee4e042f6ea98c9b9c2f544fce2d3caeccbcc5d8bcac759d78ecaef8d6cb77c3bea2c4ff9be03dd64ad2240b432a24ff52ff3ec6f76
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue