summaryrefslogtreecommitdiffstats
path: root/php-phpseclib.spec
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2016-06-07 08:07:47 +0200
committerRemi Collet <fedora@famillecollet.com>2016-06-07 08:07:47 +0200
commite099e914a3b53195ac4aafd02bc668b147171acc (patch)
tree3596badad16c73591d0af00f2f2f9beb5685d1f9 /php-phpseclib.spec
parentd8ead50fcbc501e54bc5003bdf67b1e87e23e080 (diff)
php-phpseclib: 2.0.2
Diffstat (limited to 'php-phpseclib.spec')
-rw-r--r--php-phpseclib.spec10
1 files changed, 7 insertions, 3 deletions
diff --git a/php-phpseclib.spec b/php-phpseclib.spec
index 0673d0f..6aca3d2 100644
--- a/php-phpseclib.spec
+++ b/php-phpseclib.spec
@@ -3,7 +3,7 @@
%global github_owner phpseclib
%global github_name phpseclib
-%global github_commit ba6fb78f727cd09f2a649113b95468019e490585
+%global github_commit 3d265f7c079f5b37d33475f996d7a383c5fc8aeb
%global github_short %(c=%{github_commit}; echo ${c:0:7})
%if 0%{?rhel} == 5
%global with_tests 0%{?_with_tests:1}
@@ -12,7 +12,7 @@
%endif
Name: php-%{composer_vendor}
-Version: 2.0.1
+Version: 2.0.2
Release: 1%{?dist}
Summary: PHP Secure Communications Library
@@ -90,9 +90,13 @@ rm -rf %{buildroot}
%{!?_licensedir:%global license %%doc}
%license LICENSE
+
%changelog
+* Tue Jun 7 2016 Remi Collet <remi@fedoraproject.org> - 2.0.2-1
+- update to 2.0.2
+
* Tue Jan 19 2016 Remi Collet <remi@fedoraproject.org> - 2.0.1-1
-- update to 1.0.1
+- update to 2.0.1
- sources from git snapshot for tests
- run test suite with both PHP 5 and 7 when available