summaryrefslogtreecommitdiffstats
path: root/php-bartlett-PHP-CompatInfo-5.0.0-rpm.patch
diff options
context:
space:
mode:
Diffstat (limited to 'php-bartlett-PHP-CompatInfo-5.0.0-rpm.patch')
-rw-r--r--php-bartlett-PHP-CompatInfo-5.0.0-rpm.patch14
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']
+ );
+ }