diff options
author | Remi Collet <fedora@famillecollet.com> | 2017-01-11 07:17:02 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2017-01-11 07:17:02 +0100 |
commit | b648ce0114fb947bcf5612f7f262b742e3924c4c (patch) | |
tree | ff6dcd725bb116fea47b1d04189cda4c2970520a | |
parent | 1bb6cf03c58621185b412fc56e9f60063fb13bfc (diff) |
php-bartlett-PHP-CompatInfo: 5.0.3
-rw-r--r-- | php-bartlett-PHP-CompatInfo.spec | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/php-bartlett-PHP-CompatInfo.spec b/php-bartlett-PHP-CompatInfo.spec index c85dd44..8534a6d 100644 --- a/php-bartlett-PHP-CompatInfo.spec +++ b/php-bartlett-PHP-CompatInfo.spec @@ -7,7 +7,7 @@ # Please, preserve the changelog entries # %{!?php_version: %global php_version %(php -r 'echo PHP_VERSION;' 2>/dev/null)} -%global gh_commit 49d67523234b35697a0b5b6b2dd8e9b6a23f44cb +%global gh_commit 8e875d5d8193045c33260e0af3840963c577089e %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) #global gh_date 20151005 %global gh_owner llaville @@ -16,7 +16,7 @@ %global with_tests %{?_without_tests:0}%{!?_without_tests:1} Name: php-bartlett-PHP-CompatInfo -Version: 5.0.2 +Version: 5.0.3 %global specrel 1 Release: %{?gh_date:0.%{specrel}.%{?prever}%{!?prever:%{gh_date}git%{gh_short}}}%{!?gh_date:%{specrel}}%{?dist} Summary: Find out version and the extensions required for a piece of code to run @@ -177,6 +177,9 @@ fi %changelog +* Wed Jan 11 2017 Remi Collet <remi@fedoraproject.org> - 5.0.3-1 +- update to 5.0.3 + * Fri Dec 16 2016 Remi Collet <remi@fedoraproject.org> - 5.0.2-1 - update to 5.0.2 |