From 418870e2c195e1b34bf5a6de2f6c46d2e35a35eb Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 11 Apr 2019 08:31:14 +0200 Subject: - update to 1.42.0 - open https://github.com/llaville/php-compatinfo-db/issues/28 missing new reference for memcache 4.0.3 and sqlite3 --- php-bartlett-php-compatinfo-db.spec | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/php-bartlett-php-compatinfo-db.spec b/php-bartlett-php-compatinfo-db.spec index 872f4ac..f2ee168 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 1142e0e10d9837dd4ae90ad41e784d217ed33e3d +%global gh_commit f243bc5d42fc073d3056c4772dee17a066e67a5c %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.41.0 +Version: 1.42.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 @@ -193,6 +193,10 @@ if [ $VER -lt 72 ]; then rm tests/Reference/Extension/CoreExtensionTest.php rm tests/Reference/Extension/StandardExtensionTest.php fi +# See https://github.com/llaville/php-compatinfo-db/issues/28 +rm tests/Reference/Extension/Sqlite3ExtensionTest.php +rm tests/Reference/Extension/MemcacheExtensionTest.php + %{_bindir}/phpunit \ --include-path %{buildroot}%{_datadir}/php \ -d memory_limit=1G @@ -210,6 +214,11 @@ fi %changelog +* Thu Apr 11 2019 Remi Collet - 1.42.0-1 +- update to 1.42.0 +- open https://github.com/llaville/php-compatinfo-db/issues/28 + missing new reference for memcache 4.0.3 and sqlite3 + * Mon Mar 11 2019 Remi Collet - 1.41.0-1 - update to 1.41.0 -- cgit