Compare commits
1 commit
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
48caad6461 |
3 changed files with 10 additions and 6 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -4,3 +4,4 @@
|
|||
/php-sabre-xml2-2.2.1-41c6ba1.tgz
|
||||
/php-sabre-xml2-2.2.3-c3b959f.tgz
|
||||
/php-sabre-xml2-2.2.5-a6af111.tgz
|
||||
/php-sabre-xml2-2.2.6-9cde7cd.tgz
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@
|
|||
%bcond_without tests
|
||||
|
||||
# Github
|
||||
%global gh_commit a6af111850e7536d200d9637c34885cd3c77a86c
|
||||
%global gh_commit 9cde7cdab1e50893cc83b037b40cd47bfde42a2b
|
||||
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
|
||||
%global gh_owner sabre-io
|
||||
%global gh_project xml
|
||||
|
|
@ -24,11 +24,11 @@
|
|||
|
||||
Name: php-%{pk_vendor}-%{pk_project}%{major}
|
||||
Summary: XML library that you may not hate
|
||||
Version: 2.2.5
|
||||
Release: 3%{?dist}
|
||||
Version: 2.2.6
|
||||
Release: 1%{?dist}
|
||||
|
||||
URL: https://github.com/%{gh_owner}/%{gh_project}
|
||||
License: BSD
|
||||
License: BSD-3-Clause
|
||||
# Git snapshot with tests, because of .gitattributes
|
||||
Source0: %{name}-%{version}-%{gh_short}.tgz
|
||||
Source1: makesrc.sh
|
||||
|
|
@ -132,7 +132,7 @@ cd tests
|
|||
|
||||
: Run upstream test suite against installed library
|
||||
ret=0
|
||||
for cmdarg in "php %{phpunit}" php73 php74 php80 php81; do
|
||||
for cmdarg in "php %{phpunit}" php80 php81 php82 php83; do
|
||||
if which $cmdarg; then
|
||||
set $cmdarg
|
||||
$1 ${2:-%{_bindir}/phpunit9} || ret=1
|
||||
|
|
@ -152,6 +152,9 @@ exit $ret
|
|||
|
||||
|
||||
%changelog
|
||||
* Wed Jun 28 2023 Remi Collet <remi@remirepo.net> - 2.2.6-1
|
||||
- update to 2.2.6
|
||||
|
||||
* Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 2.2.5-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (php-sabre-xml2-2.2.5-a6af111.tgz) = 2139d9cbeb29f5d42603aff275cfe627eb9b8a73a8510661750278650a97361a47777b4324223aa3f52e8d5a0eea5843fba24bd0a39a85d85577d89fbe6183f2
|
||||
SHA512 (php-sabre-xml2-2.2.6-9cde7cd.tgz) = 36860e3a3e9b683c3a589308726c83272239c1fcf24b1859bbb8cc4b316d32a2d3ada451011bbd2f92099cf9cf79796d4990081682e119c93041786a7ef7346e
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue