parent
72b0ae479a
commit
3a335e71c0
3 changed files with 8 additions and 5 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -16,3 +16,4 @@ clog
|
|||
/php-sabre-vobject4-4.3.7-c3fa8c8.tgz
|
||||
/php-sabre-vobject4-4.3.8-a7460c5.tgz
|
||||
/php-sabre-vobject4-4.4.0-0a2e27c.tgz
|
||||
/php-sabre-vobject4-4.4.1-06feff3.tgz
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@
|
|||
# For compatibility with SCL
|
||||
%undefine __brp_mangle_shebangs
|
||||
|
||||
%global gh_commit 0a2e27c797ec0934f376764e1a16567bbbcece0b
|
||||
%global gh_commit 06feff370141fd3118609f808e86d9315864bf14
|
||||
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
|
||||
%global gh_owner sabre-io
|
||||
%global gh_project vobject
|
||||
|
|
@ -25,7 +25,7 @@
|
|||
|
||||
Name: php-sabre-vobject4
|
||||
Summary: Library to parse and manipulate iCalendar and vCard objects
|
||||
Version: 4.4.0
|
||||
Version: 4.4.1
|
||||
Release: 1%{?dist}
|
||||
|
||||
URL: http://sabre.io/vobject/
|
||||
|
|
@ -139,7 +139,7 @@ fi
|
|||
|
||||
: Run upstream test suite against installed library
|
||||
ret=0
|
||||
for cmdarg in "php %{phpunit}" php73 php74 php80 php81; do
|
||||
for cmdarg in "php %{phpunit}" php74 php80 php81; do
|
||||
if which $cmdarg; then
|
||||
set $cmdarg
|
||||
$1 ${2:-%{_bindir}/phpunit9} $opt || ret=1
|
||||
|
|
@ -152,7 +152,6 @@ exit $ret
|
|||
|
||||
|
||||
%files
|
||||
%{!?_licensedir:%global license %%doc}
|
||||
%license LICENSE
|
||||
%doc *md
|
||||
%doc composer.json
|
||||
|
|
@ -163,6 +162,9 @@ exit $ret
|
|||
%endif
|
||||
|
||||
%changelog
|
||||
* Tue Dec 7 2021 Remi Collet <remi@remirepo.net> - 4.4.1-1
|
||||
- update to 4.4.1
|
||||
|
||||
* Tue Nov 16 2021 Remi Collet <remi@remirepo.net> - 4.4.0-1
|
||||
- update to 4.4.0
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (php-sabre-vobject4-4.4.0-0a2e27c.tgz) = 21f020725caa41d0a676e47e76b02334ed9309b6f57637f3042cef56bc3d5752046435676a9fdce8044837e59d6b7533cbe6be74ea82667f0f0562791265175c
|
||||
SHA512 (php-sabre-vobject4-4.4.1-06feff3.tgz) = ffb390b0bedfc8dfdeb044f26a49da2ccb07b9ea552fdb0f5feb32a09f8e0bef2c1c54b627f1d68148a4f0a01b82c77f4abe4891b58846240fc26d137cdb09a9
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue