From 9cb1dfe6e01462ca2d6b674a75f601f1714e06c5 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 20 Feb 2019 07:28:37 +0100 Subject: v4.2.0 --- php-sabre-vobject4.spec | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) (limited to 'php-sabre-vobject4.spec') diff --git a/php-sabre-vobject4.spec b/php-sabre-vobject4.spec index bb62273..4ed5505 100644 --- a/php-sabre-vobject4.spec +++ b/php-sabre-vobject4.spec @@ -1,6 +1,6 @@ # remirepo/fedora spec file for php-sabre-vobject4 # -# Copyright (c) 2013-2018 Remi Collet +# Copyright (c) 2013-2019 Remi Collet # License: CC-BY-SA # http://creativecommons.org/licenses/by-sa/4.0/ # @@ -10,7 +10,7 @@ # For compatibility with SCL %undefine __brp_mangle_shebangs -%global gh_commit 122cacbdea2c6133ac04db86ec05854beef75adf +%global gh_commit bd500019764e434ff65872d426f523e7882a0739 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sabre-io %global gh_project vobject @@ -24,7 +24,7 @@ Name: php-sabre-vobject4 Summary: Library to parse and manipulate iCalendar and vCard objects -Version: 4.1.6 +Version: 4.2.0 Release: 1%{?dist} URL: http://sabre.io/vobject/ @@ -51,9 +51,7 @@ BuildRequires: php-pcre BuildRequires: php-spl BuildRequires: php-xml # From composer.json, "require-dev" -# "phpunit/phpunit" : "> 4.8.35, <6.0.0", -# "squizlabs/php_codesniffer": "*" -# "sabre/cs" : "^1.0.0" +# "phpunit/phpunit" : "> 4.8.35, <6.0.0" BuildRequires: php-composer(phpunit/phpunit) > 4.8.35 # Autoloader BuildRequires: php-composer(fedora/autoloader) @@ -131,7 +129,7 @@ sed -e 's:@BUILDROOT@:%{buildroot}:' -i bootstrap.php : Run upstream test suite against installed library ret=0 -for cmd in php php70 php71 php72; do +for cmd in php php70 php71 php72 php73; do if which $cmd; then $cmd %{_bindir}/phpunit --verbose || ret=1 fi @@ -154,6 +152,12 @@ exit $ret %endif %changelog +* Wed Feb 20 2019 Remi Collet - 4.2.0-1 +- update to 4.2.0 + +* Mon Oct 15 2018 Remi Collet - 4.1.6-3 +- add upstream patch for PHP 7.3 + * Fri Apr 20 2018 Remi Collet - 4.1.6-1 - update to 4.1.6 - undefine __brp_mangle_shebangs -- cgit