From c998df24cf426b0e93711dc6eb0dded5e2f4db2f Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 9 Jan 2018 08:35:48 +0100 Subject: v1.28.0 --- php-bartlett-php-compatinfo-db.spec | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/php-bartlett-php-compatinfo-db.spec b/php-bartlett-php-compatinfo-db.spec index 1fbda11..a2af69a 100644 --- a/php-bartlett-php-compatinfo-db.spec +++ b/php-bartlett-php-compatinfo-db.spec @@ -1,13 +1,13 @@ # remirepo/fedora spec file for php-bartlett-php-compatinfo-db # -# Copyright (c) 2015-2017 Remi Collet +# Copyright (c) 2015-2018 Remi Collet # License: CC-BY-SA # http://creativecommons.org/licenses/by-sa/4.0/ # # Please, preserve the changelog entries # # See https://github.com/llaville/php-compatinfo-db/releases -%global gh_commit e314944672fa75b6ad29333a1feeab8430629dd2 +%global gh_commit 9a054871598cfbbfe3b996394428c64448348849 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) #global gh_date 20151031 %global gh_owner llaville @@ -27,8 +27,8 @@ %endif Name: php-%{c_vendor}-%{c_project} -Version: 1.27.0 -%global specrel 2 +Version: 1.28.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 @@ -192,6 +192,9 @@ export BARTLETT_COMPATINFO_DB=%{buildroot}%{_datadir}/%{name}/compatinfo.sqlite %changelog +* Tue Jan 9 2018 Remi Collet - 1.28.0-1 +- Update to 1.28.0 + * Fri Jan 5 2018 Remi Collet - 1.27.0-2 - enable test suite with 7.1 -- cgit