summaryrefslogtreecommitdiffstats
path: root/php-bartlett-PHP-CompatInfo-5.0.0-rpm.patch
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2016-12-16 07:02:43 +0100
committerRemi Collet <fedora@famillecollet.com>2016-12-16 07:02:43 +0100
commiteebc2647f13b06de97644799d2399e7b4c6eda82 (patch)
tree364385f615aca9575ce20991f7ef89f46a05bf36 /php-bartlett-PHP-CompatInfo-5.0.0-rpm.patch
parent8268e8b14b981b6f97860ab22f97e36bbee5963f (diff)
php-bartlett-PHP-CompatInfo: 5.0.2
Diffstat (limited to 'php-bartlett-PHP-CompatInfo-5.0.0-rpm.patch')
-rw-r--r--php-bartlett-PHP-CompatInfo-5.0.0-rpm.patch16
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']
- );
- }
+