diff options
| author | Remi Collet <remi@remirepo.net> | 2022-01-28 10:12:09 +0100 |
|---|---|---|
| committer | Remi Collet <remi@php.net> | 2022-01-28 10:12:09 +0100 |
| commit | 6bad4a41a6e8a9619c32924274cdb844572e1dda (patch) | |
| tree | 50440637c8503b636ce8ca4f1d9b080c46358b03 /php-bartlett-PHP-CompatInfo.spec | |
| parent | 12d402b2180cd06bcdc6c2ff0e963845e954903a (diff) | |
update to 6.1.2
Diffstat (limited to 'php-bartlett-PHP-CompatInfo.spec')
| -rw-r--r-- | php-bartlett-PHP-CompatInfo.spec | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/php-bartlett-PHP-CompatInfo.spec b/php-bartlett-PHP-CompatInfo.spec index 0a4fbfc..ee716bc 100644 --- a/php-bartlett-PHP-CompatInfo.spec +++ b/php-bartlett-PHP-CompatInfo.spec @@ -11,18 +11,18 @@ %undefine __brp_mangle_shebangs %{!?php_version: %global php_version %(php -r 'echo PHP_VERSION;' 2>/dev/null)} -%global gh_commit 553a953cf4e823700aff8660a4cf6d354fc4aafd +%global gh_commit df38ea655bde34affa35d10cbc176428b1812b35 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) #global gh_date 20151005 %global gh_owner llaville %global gh_project php-compatinfo -%global upstream_version 6.1.1 +%global upstream_version 6.1.2 #global upstream_prever RC1 Name: php-bartlett-PHP-CompatInfo Version: %{upstream_version}%{?upstream_prever:~%{upstream_prever}} -Release: 4%{?dist} +Release: 1%{?dist} Summary: Find out version and the extensions required for a piece of code to run License: BSD and MIT @@ -191,6 +191,12 @@ install -D -p -m 755 %{SOURCE1} %{buildroot}%{_datadir}/%{name}/fedora- %changelog +* Fri Jan 28 2022 Remi Collet <remi@remirepo.net> - 6.1.2-1 +- update to 6.1.2 + +* Thu Jan 27 2022 Remi Collet <remi@remirepo.net> - 6.1.1-5 +- properly create the database + * Wed Jan 26 2022 Remi Collet <remi@remirepo.net> - 6.1.1-4 - properly create the database |
