diff options
| author | Remi Collet <fedora@famillecollet.com> | 2017-03-27 14:30:12 +0200 | 
|---|---|---|
| committer | Remi Collet <fedora@famillecollet.com> | 2017-03-27 14:30:12 +0200 | 
| commit | 20540f45562de7fcfb51c894adc47d25b05614a3 (patch) | |
| tree | 6b336ccb81f226afdaa30389c0d80ace9eb8b925 | |
| parent | e820e12d00baf2ec2cdc6c2c117e6a3cfed9a1c1 (diff) | |
v5.0.6
| -rw-r--r-- | .gitignore | 2 | ||||
| -rw-r--r-- | php-bartlett-PHP-CompatInfo.spec | 7 | 
2 files changed, 7 insertions, 2 deletions
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 <remi@remirepo.net> - 5.0.6-1 +- Update to 5.0.6 +  * Fri Mar 17 2017 Remi Collet <remi@remirepo.net> - 5.0.5-1  - Update to 5.0.5  | 
