From 8dd1d8fea23e795600e9d901de4a935ae3f0ae6a Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 26 Feb 2016 07:58:03 +0100 Subject: php-composer-semver: 1.3.0 --- php-composer-semver.spec | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) (limited to 'php-composer-semver.spec') diff --git a/php-composer-semver.spec b/php-composer-semver.spec index ed7973a..af97e2c 100644 --- a/php-composer-semver.spec +++ b/php-composer-semver.spec @@ -6,7 +6,7 @@ # # Please, preserve the changelog entries # -%global gh_commit 0faeb6e433f6b352f0dc55ec1faf5c6b605a35d3 +%global gh_commit df4463baa9f44fe6cf0a6da4fde2934d4c0a2747 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) #global gh_date 20150717 %global gh_owner composer @@ -15,7 +15,7 @@ %global with_tests 0%{!?_without_tests:1} Name: php-composer-semver -Version: 1.2.0 +Version: 1.3.0 Release: 1%{?gh_date:.%{gh_date}git%{gh_short}}%{?dist} Summary: Semver library that offers utilities, version constraint parsing and validation @@ -90,6 +90,12 @@ cp -pr src %{buildroot}%{php_home}/Composer/Semver %{_bindir}/phpunit \ --bootstrap %{buildroot}%{php_home}/Composer/Semver/autoload.php \ --verbose + +if which php70; then + php70 %{_bindir}/phpunit \ + --bootstrap %{buildroot}%{php_home}/Composer/Semver/autoload.php \ + --verbose +fi %else : Test suite disabled %endif @@ -110,6 +116,10 @@ rm -rf %{buildroot} %changelog +* Fri Feb 26 2016 Remi Collet - 1.3.0-1 +- update to 1.3.0 +- run test suite with both PHP 5 and 7 when available + * Tue Nov 10 2015 Remi Collet - 1.2.0-1 - update to 1.2.0 @@ -117,4 +127,4 @@ rm -rf %{buildroot} - update to 1.1.0 * Sun Oct 4 2015 Remi Collet - 1.0.0-1 -- initial package, version 1.0.0 \ No newline at end of file +- initial package, version 1.0.0 -- cgit