From faed7db6fa2d9de4d3ccebdfc7e0f84af0469018 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 5 Jan 2018 11:03:51 +0100 Subject: v1.27.0 --- php-bartlett-php-compatinfo-db.spec | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/php-bartlett-php-compatinfo-db.spec b/php-bartlett-php-compatinfo-db.spec index 85fb0ae..8c211c1 100644 --- a/php-bartlett-php-compatinfo-db.spec +++ b/php-bartlett-php-compatinfo-db.spec @@ -7,7 +7,7 @@ # Please, preserve the changelog entries # # See https://github.com/llaville/php-compatinfo-db/releases -%global gh_commit be819ca85034b9e77b125ae3fa44a41f2fb51724 +%global gh_commit e314944672fa75b6ad29333a1feeab8430629dd2 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) #global gh_date 20151031 %global gh_owner llaville @@ -27,7 +27,7 @@ %endif Name: php-%{c_vendor}-%{c_project} -Version: 1.26.0 +Version: 1.27.0 %global specrel 1 Release: %{?gh_date:1%{specrel}.%{?prever}%{!?prever:%{gh_date}git%{gh_short}}}%{!?gh_date:%{specrel}}%{?dist} Summary: Reference Database to be used with php-compatinfo library @@ -66,8 +66,7 @@ BuildRequires: php-composer(fedora/autoloader) # "monolog/monolog": "~1.10", # "bartlett/phpunit-loggertestlistener": "~1.5" BuildRequires: php-cli -BuildRequires: php-composer(symfony/console) < 3 -BuildRequires: php-composer(symfony/console) >= 2.5 +BuildRequires: php-symfony-console %if %{with_tests} BuildRequires: php-composer(phpunit/phpunit) %endif @@ -190,6 +189,9 @@ export BARTLETT_COMPATINFO_DB=%{buildroot}%{_datadir}/%{name}/compatinfo.sqlite %changelog +* Fri Jan 5 2018 Remi Collet - 1.27.0-1 +- Update to 1.27.0 + * Fri Nov 24 2017 Remi Collet - 1.26.0-1 - Update to 1.26.0 -- cgit