Compare commits
1 commit
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
db2607d21e |
3 changed files with 10 additions and 8 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -18,3 +18,4 @@
|
|||
/php-sabre-dav4-4.5.0-7e40343.tgz
|
||||
/php-sabre-dav4-4.5.1-b29899b.tgz
|
||||
/php-sabre-dav4-4.6.0-5541453.tgz
|
||||
/php-sabre-dav4-4.7.0-074373b.tgz
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
# remirepo/fedora spec file for php-sabre-dav4
|
||||
#
|
||||
# Copyright (c) 2013-2022 Remi Collet
|
||||
# Copyright (c) 2013-2024 Remi Collet
|
||||
# License: CC-BY-SA
|
||||
# http://creativecommons.org/licenses/by-sa/4.0/
|
||||
#
|
||||
|
|
@ -10,7 +10,7 @@
|
|||
%bcond_without tests
|
||||
|
||||
# Github
|
||||
%global gh_commit 554145304b4a026477d130928d16e626939b0b2a
|
||||
%global gh_commit 074373bcd689a30bcf5aaa6bbb20a3395964ce7a
|
||||
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
|
||||
%global gh_owner sabre-io
|
||||
%global gh_project dav
|
||||
|
|
@ -24,8 +24,8 @@
|
|||
|
||||
Name: php-%{pk_vendor}-%{pk_project}%{major}
|
||||
Summary: WebDAV Framework for PHP
|
||||
Version: 4.6.0
|
||||
Release: 4%{?dist}
|
||||
Version: 4.7.0
|
||||
Release: 1%{?dist}
|
||||
|
||||
URL: https://github.com/%{gh_owner}/%{gh_project}
|
||||
# sabre is BSD
|
||||
|
|
@ -112,11 +112,9 @@ Requires: php-json
|
|||
# "ext-curl" : "*",
|
||||
# "ext-pdo" : "*",
|
||||
# "ext-imap": "*"
|
||||
%if 0%{?fedora} >= 21 || 0%{?rhel} >= 8
|
||||
Recommends: php-curl
|
||||
Recommends: php-pdo
|
||||
Recommends: php-imap
|
||||
%endif
|
||||
# Autoloader
|
||||
Requires: php-composer(fedora/autoloader)
|
||||
|
||||
|
|
@ -197,7 +195,7 @@ sed -e 's:@BUILDROOT@:%{buildroot}:' -i bootstrap.php
|
|||
|
||||
: 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 php84; do
|
||||
if which $cmdarg; then
|
||||
set $cmdarg
|
||||
for ts in sabre-dav sabre-davacl sabre-caldav sabre-carddav; do
|
||||
|
|
@ -224,6 +222,9 @@ exit $ret
|
|||
|
||||
|
||||
%changelog
|
||||
* Tue Oct 29 2024 Remi Collet <remi@remirepo.net> - 4.7.0-1
|
||||
- update to 4.7.0
|
||||
|
||||
* Mon Jan 29 2024 Fedora Release Engineering <releng@fedoraproject.org> - 4.6.0-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (php-sabre-dav4-4.6.0-5541453.tgz) = ea14ac1f1b203c66d7655bc6ebbb28290dd40227b4e2a19937530510c89af1ca661c678808b63c4edbc7eb5462727ac7d39db4dde5552f7b1ab4249de203ac1c
|
||||
SHA512 (php-sabre-dav4-4.7.0-074373b.tgz) = 95f6a85567c7a6fcf0d74fe13a60465ea99a8c8d5920f82a6e8a98e96e21f05ea614f607d67360f7ff2f6c2393e1d447ebd5761697f371b29ffab92051ac4aac
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue