diff options
Diffstat (limited to 'php-bartlett-PHP-CompatInfo-5.0.0-rpm.patch')
-rw-r--r-- | php-bartlett-PHP-CompatInfo-5.0.0-rpm.patch | 16 |
1 files changed, 1 insertions, 15 deletions
diff --git a/php-bartlett-PHP-CompatInfo-5.0.0-rpm.patch b/php-bartlett-PHP-CompatInfo-5.0.0-rpm.patch index ed5eed3..55a4c09 100644 --- a/php-bartlett-PHP-CompatInfo-5.0.0-rpm.patch +++ b/php-bartlett-PHP-CompatInfo-5.0.0-rpm.patch @@ -82,18 +82,4 @@ diff -up ./bin/phpcompatinfo.rpm ./bin/phpcompatinfo -$application = new Application($appName, '5.0'); +$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'] - ); - } + |