summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2017-05-24 14:37:26 +0200
committerRemi Collet <remi@remirepo.net>2017-05-24 14:37:26 +0200
commitb007f937c877422aadfbaec8dbd6fef0501daa1c (patch)
treeff8309b5f3da33e8b99e951b000ed7bd67dc5126
parent0255f130efddf474e336bae11324ea185ac1ccf0 (diff)
v0.8.5
-rw-r--r--.gitignore11
-rw-r--r--psysh.spec11
2 files changed, 14 insertions, 8 deletions
diff --git a/.gitignore b/.gitignore
index e8c69af..1ab5c4f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,7 @@
-/psysh-0.7.2-e64e10b20f8d229cac76399e1f3edddb57a0f280.tar.gz
-/psysh-0.8.0-4a8860e13aa68a4bbf2476c014f8a1f14f1bf991.tar.gz
-/psysh-0.8.2-97113db4107a4126bef933b60fea6dbc9f615d41.tar.gz
-/psysh-0.8.3-1dd4bbbc64d71e7ec075ffe82b42d9e096dc8d5e.tar.gz
+package-*.xml
+*.tgz
+*.tar.gz
+*.tar.xz
+*.tar.xz.asc
+*.src.rpm
+*/*rpm
diff --git a/psysh.spec b/psysh.spec
index 3c51f46..22fec87 100644
--- a/psysh.spec
+++ b/psysh.spec
@@ -12,8 +12,8 @@
%global github_owner bobthecow
%global github_name psysh
-%global github_version 0.8.3
-%global github_commit 1dd4bbbc64d71e7ec075ffe82b42d9e096dc8d5e
+%global github_version 0.8.5
+%global github_commit 38a9d21406597a0440690eafbcb0222f528c8ac6
%global composer_vendor psy
%global composer_project psysh
@@ -45,7 +45,7 @@
Name: psysh
Version: %{github_version}
-Release: 2%{?github_release}%{?dist}
+Release: 1%{?github_release}%{?dist}
Summary: A runtime developer console, interactive debugger and REPL for PHP
Group: Development/Libraries
@@ -214,7 +214,7 @@ rm test/Psy/Test/Readline/HoaConsoleTest.php
: Upstream tests
RETURN_CODE=0
-for PHP_EXEC in php %{?rhel:php54 php55} php56 php70 php71; do
+for PHP_EXEC in php %{?rhel:php54 php55} php56 php70 php71 php72; do
if [ "php" == "$PHP_EXEC" ] || which $PHP_EXEC; then
$PHP_EXEC %{_bindir}/phpunit --verbose --bootstrap bootstrap.php \
|| RETURN_CODE=1
@@ -236,6 +236,9 @@ exit $RETURN_CODE
%changelog
+* Wed May 24 2017 Remi Collet <remi@remirepo.net> - 0.8.5-1
+- Update to 0.8.5
+
* Sat Apr 08 2017 2017 Shawn Iwinski <shawn@iwin.ski> - 0.8.3-1
- Update to 0.8.3 (RHBZ #1433813)
- Allow Symfony 3