From 26fded585ce5afeb3134d68e723d242b70487141 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 17 Jul 2017 20:34:33 +0200 Subject: v1.23.0 --- php-bartlett-php-compatinfo-db.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'php-bartlett-php-compatinfo-db.spec') diff --git a/php-bartlett-php-compatinfo-db.spec b/php-bartlett-php-compatinfo-db.spec index 762c134..3f6ef22 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 a5e1d789569589efbc9949f7df3a28215111b169 +%global gh_commit 865499fbcaffc54bdabf0667ab771bc7328cd2bb %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.22.0 +Version: 1.23.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 @@ -190,6 +190,9 @@ export BARTLETT_COMPATINFO_DB=%{buildroot}%{_datadir}/%{name}/compatinfo.sqlite %changelog +* Mon Jul 17 2017 Remi Collet - 1.23.0-1 +- Update to 1.23.0 + * Sat Jun 10 2017 Remi Collet - 1.22.0-1 - Update to 1.22.0 -- cgit