diff options
author | Remi Collet <fedora@famillecollet.com> | 2016-03-09 18:43:02 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2016-03-09 18:43:02 +0100 |
commit | ed675fd0ba2bccf5aab634c7964ec247151340e1 (patch) | |
tree | 9376da54ee5eb4fa9b768c396725caa394128bed /php-bartlett-PHP-CompatInfo-5.0.0-rpm.patch | |
parent | 3205739896dd567d4987c25eddb31f6674db367c (diff) |
php-bartlett-PHP-CompatInfo: display DB version
Diffstat (limited to 'php-bartlett-PHP-CompatInfo-5.0.0-rpm.patch')
-rw-r--r-- | php-bartlett-PHP-CompatInfo-5.0.0-rpm.patch | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/php-bartlett-PHP-CompatInfo-5.0.0-rpm.patch b/php-bartlett-PHP-CompatInfo-5.0.0-rpm.patch index 5a4a301..ed5eed3 100644 --- a/php-bartlett-PHP-CompatInfo-5.0.0-rpm.patch +++ b/php-bartlett-PHP-CompatInfo-5.0.0-rpm.patch @@ -83,3 +83,17 @@ diff -up ./bin/phpcompatinfo.rpm ./bin/phpcompatinfo +$application = new Application($appName, '@package_version@'); $application->run(); diff -up ./tests/bootstrap.php.rpm ./tests/bootstrap.php +--- ./src/Bartlett/CompatInfo/Console/Application.php.rpm 2016-03-09 18:38:00.713180108 +0100 ++++ ./src/Bartlett/CompatInfo/Console/Application.php 2016-03-09 18:36:09.737741387 +0100 +@@ -52,9 +52,10 @@ + $v = Environment::versionRefDb(); + + return sprintf( +- '<info>%s</info> version <comment>%s</comment> DB built <comment>%s</comment>', ++ '<info>%s</info> version <comment>%s</comment> DB version <comment>%s</comment> built <comment>%s</comment>', + $this->getName(), + $this->getVersion(), ++ $v['build.version'], + $v['build.string'] + ); + } |