summaryrefslogtreecommitdiffstats
path: root/php-bartlett-PHP-CompatInfo.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2022-01-26 07:41:19 +0100
committerRemi Collet <remi@php.net>2022-01-26 07:41:19 +0100
commit12d402b2180cd06bcdc6c2ff0e963845e954903a (patch)
treeae23b589d6dbf7e19e2bc5073cc10d3d4cafd2c9 /php-bartlett-PHP-CompatInfo.spec
parentb6073385bb83442d47d6f3b8c036e10dbf033c78 (diff)
properly create the database
Diffstat (limited to 'php-bartlett-PHP-CompatInfo.spec')
-rw-r--r--php-bartlett-PHP-CompatInfo.spec5
1 files changed, 4 insertions, 1 deletions
diff --git a/php-bartlett-PHP-CompatInfo.spec b/php-bartlett-PHP-CompatInfo.spec
index db85cfa..0a4fbfc 100644
--- a/php-bartlett-PHP-CompatInfo.spec
+++ b/php-bartlett-PHP-CompatInfo.spec
@@ -22,7 +22,7 @@
Name: php-bartlett-PHP-CompatInfo
Version: %{upstream_version}%{?upstream_prever:~%{upstream_prever}}
-Release: 3%{?dist}
+Release: 4%{?dist}
Summary: Find out version and the extensions required for a piece of code to run
License: BSD and MIT
@@ -191,6 +191,9 @@ install -D -p -m 755 %{SOURCE1} %{buildroot}%{_datadir}/%{name}/fedora-
%changelog
+* Wed Jan 26 2022 Remi Collet <remi@remirepo.net> - 6.1.1-4
+- properly create the database
+
* Tue Jan 25 2022 Remi Collet <remi@remirepo.net> - 6.1.1-3
- silent touch on read only database, reported as
https://github.com/llaville/php-compatinfo-db/issues/112