From 3ca52ae8a1198c38c585d63caa7deb8878911c72 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 13 Nov 2018 10:13:30 +0100 Subject: v1.38.0 --- php-bartlett-php-compatinfo-db.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/php-bartlett-php-compatinfo-db.spec b/php-bartlett-php-compatinfo-db.spec index 2879eae..604288c 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 a233f6e6299e3e52c7d67d6bb2c71d22a0eb44cf +%global gh_commit 601a911493d1a5ab853983fd7759f0bfead0c4ff %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.37.0 +Version: 1.38.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 @@ -210,6 +210,9 @@ fi %changelog +* Tue Nov 13 2018 Remi Collet - 1.38.0-1 +- update to 1.38.0 + * Fri Oct 12 2018 Remi Collet - 1.37.0-1 - update to 1.37.0 - use symfony3 -- cgit