summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--composer.json2
-rw-r--r--psysh.spec9
2 files changed, 7 insertions, 4 deletions
diff --git a/composer.json b/composer.json
index 17926ef..8b6d470 100644
--- a/composer.json
+++ b/composer.json
@@ -47,7 +47,7 @@
"bin": ["bin/psysh"],
"extra": {
"branch-alias": {
- "dev-develop": "0.8.x-dev"
+ "dev-develop": "0.9.x-dev"
}
}
}
diff --git a/psysh.spec b/psysh.spec
index 51e2f03..9e63940 100644
--- a/psysh.spec
+++ b/psysh.spec
@@ -2,7 +2,7 @@
#
# Fedora spec file for psysh
#
-# Copyright (c) 2016 Shawn Iwinski <shawn@iwin.ski>
+# Copyright (c) 2016-2017 Shawn Iwinski <shawn@iwin.ski>
#
# License: MIT
# http://opensource.org/licenses/MIT
@@ -12,8 +12,8 @@
%global github_owner bobthecow
%global github_name psysh
-%global github_version 0.8.0
-%global github_commit 4a8860e13aa68a4bbf2476c014f8a1f14f1bf991
+%global github_version 0.8.1
+%global github_commit 701e8a1cc426ee170f1296f5d9f6b8a26ad25c4a
%global composer_vendor psy
%global composer_project psysh
@@ -236,6 +236,9 @@ rm -rf %{buildroot}
%changelog
+* Mon Jan 16 2017 Remi Collet <remi@fedoraproject.org> - 0.8.1-1
+- update to 0.8.1
+
* Sun Dec 11 2016 Shawn Iwinski <shawn@iwin.ski> - 0.8.0-1
- Update to 0.8.0 (RHBZ #1403040)
- Switch autoloader from php-composer(symfony/class-loader) to