From 2234fe8d32c6c1de877489f88342fcea8ca48d94 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 25 Feb 2019 08:26:11 +0100 Subject: v1.40.1 --- 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 9860c09..245e3ef 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 76c9bcbc48f706e6469aff67298684c7ba99e202 +%global gh_commit 24bf437fe880e4d02f4c3ff09f68d34bf904618a %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.40.0 +Version: 1.40.1 %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 +* Mon Feb 25 2019 Remi Collet - 1.40.1-1 +- update to 1.40.1 + * Sat Feb 23 2019 Remi Collet - 1.40.0-1 - update to 1.14.0 -- cgit