Compare commits
1 commit
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a8fddb9710 |
3 changed files with 9 additions and 5 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -26,3 +26,4 @@ clog
|
||||||
/php-sabre-vobject4-4.5.5-7148cf5.tgz
|
/php-sabre-vobject4-4.5.5-7148cf5.tgz
|
||||||
/php-sabre-vobject4-4.5.6-900266b.tgz
|
/php-sabre-vobject4-4.5.6-900266b.tgz
|
||||||
/php-sabre-vobject4-4.5.7-ff22611.tgz
|
/php-sabre-vobject4-4.5.7-ff22611.tgz
|
||||||
|
/php-sabre-vobject4-4.5.8-d554eb2.tgz
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
# remirepo/fedora spec file for php-sabre-vobject4
|
# remirepo/fedora spec file for php-sabre-vobject4
|
||||||
#
|
#
|
||||||
# SPDX-FileCopyrightText: Copyright 2013-2025 Remi Collet
|
# SPDX-FileCopyrightText: Copyright 2013-2026 Remi Collet
|
||||||
# SPDX-License-Identifier: CECILL-2.1
|
# SPDX-License-Identifier: CECILL-2.1
|
||||||
# http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt
|
# http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt
|
||||||
#
|
#
|
||||||
|
|
@ -10,7 +10,7 @@
|
||||||
%bcond_without tests
|
%bcond_without tests
|
||||||
|
|
||||||
|
|
||||||
%global gh_commit ff22611a53782e90c97be0d0bc4a5f98a5c0a12c
|
%global gh_commit d554eb24d64232922e1eab5896cc2f84b3b9ffb1
|
||||||
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
|
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
|
||||||
%global gh_owner sabre-io
|
%global gh_owner sabre-io
|
||||||
%global gh_project vobject
|
%global gh_project vobject
|
||||||
|
|
@ -18,7 +18,7 @@
|
||||||
|
|
||||||
Name: php-sabre-vobject4
|
Name: php-sabre-vobject4
|
||||||
Summary: Library to parse and manipulate iCalendar and vCard objects
|
Summary: Library to parse and manipulate iCalendar and vCard objects
|
||||||
Version: 4.5.7
|
Version: 4.5.8
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
|
|
||||||
URL: http://sabre.io/vobject/
|
URL: http://sabre.io/vobject/
|
||||||
|
|
@ -143,7 +143,7 @@ fi
|
||||||
|
|
||||||
: Run upstream test suite against installed library
|
: Run upstream test suite against installed library
|
||||||
ret=0
|
ret=0
|
||||||
for cmdarg in "php %{phpunit}" php81 php82 php83 php84; do
|
for cmdarg in "php %{phpunit}" php82 php83 php84; do
|
||||||
if which $cmdarg; then
|
if which $cmdarg; then
|
||||||
set $cmdarg
|
set $cmdarg
|
||||||
$1 ${2:-%{_bindir}/phpunit9} $opt || ret=1
|
$1 ${2:-%{_bindir}/phpunit9} $opt || ret=1
|
||||||
|
|
@ -166,6 +166,9 @@ exit $ret
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Jan 12 2026 Remi Collet <remi@remirepo.net> - 4.5.8-1
|
||||||
|
- update to 4.5.8
|
||||||
|
|
||||||
* Fri Apr 18 2025 Remi Collet <remi@remirepo.net> - 4.5.7-1
|
* Fri Apr 18 2025 Remi Collet <remi@remirepo.net> - 4.5.7-1
|
||||||
- update to 4.5.7
|
- update to 4.5.7
|
||||||
- re-license spec file to CECILL-2.1
|
- re-license spec file to CECILL-2.1
|
||||||
|
|
|
||||||
2
sources
2
sources
|
|
@ -1 +1 @@
|
||||||
SHA512 (php-sabre-vobject4-4.5.7-ff22611.tgz) = d3b74a6cc3afc5ffd44e74d7c8b0b970536743867730c7eed55f4903b277417762fc195ff05f1c13cfd2f4c9a27dea3849980b95c1ecfc14f8d39475357f5532
|
SHA512 (php-sabre-vobject4-4.5.8-d554eb2.tgz) = 8e6af0c7069430561b3764e7bf1b4a87979732749f8628a014f34a728c426bcdd3548e56fe398e0c18ae0140a692f9c839ef1d7482e1e06c599fa813c27429d5
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue