From 20540f45562de7fcfb51c894adc47d25b05614a3 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 27 Mar 2017 14:30:12 +0200 Subject: v5.0.6 --- .gitignore | 2 ++ php-bartlett-PHP-CompatInfo.spec | 7 +++++-- 2 files changed, 7 insertions(+), 2 deletions(-) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..d820c84 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +*.tar.gz +*.src.rpm diff --git a/php-bartlett-PHP-CompatInfo.spec b/php-bartlett-PHP-CompatInfo.spec index d5b03db..8cd1336 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 cbd03899c8a48eb2f9274035c0770d83821905ab +%global gh_commit 387827551032eda716e7a35f80a93a331fc724cc %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.5 +Version: 5.0.6 %global specrel 1 Release: %{?gh_date:1%{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 @@ -169,6 +169,9 @@ fi %changelog +* Mon Mar 27 2017 Remi Collet - 5.0.6-1 +- Update to 5.0.6 + * Fri Mar 17 2017 Remi Collet - 5.0.5-1 - Update to 5.0.5 -- cgit