v2.0.4
This commit is contained in:
parent
4fc046bec2
commit
cfb991f20f
3 changed files with 9 additions and 4 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -2,3 +2,5 @@ clog
|
|||
/php-phpseclib-2.0.0-a74aa9e.tar.gz
|
||||
/php-phpseclib-2.0.1-ba6fb78.tgz
|
||||
/php-phpseclib-2.0.2-3d265f7.tgz
|
||||
/php-phpseclib.spec
|
||||
/php-phpseclib-2.0.4-ab8028c.tgz
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
%global github_owner phpseclib
|
||||
%global github_name phpseclib
|
||||
%global github_commit 3d265f7c079f5b37d33475f996d7a383c5fc8aeb
|
||||
%global github_commit ab8028c93c03cc8d9c824efa75dc94f1db2369bf
|
||||
%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.2
|
||||
Version: 2.0.4
|
||||
Release: 1%{?dist}
|
||||
Summary: PHP Secure Communications Library
|
||||
|
||||
|
|
@ -71,7 +71,7 @@ cp -pr %{composer_vendor} %{buildroot}%{_datadir}/php
|
|||
%{_bindir}/phpab --output tests/bootstrap.php tests
|
||||
echo 'require "%{buildroot}%{_datadir}/php/%{composer_vendor}/autoload.php";' >> tests/bootstrap.php
|
||||
|
||||
%{_bindir}/phpunit
|
||||
%{_bindir}/phpunit --verbose
|
||||
%endif
|
||||
|
||||
|
||||
|
|
@ -83,6 +83,9 @@ echo 'require "%{buildroot}%{_datadir}/php/%{composer_vendor}/autoload.php";' >>
|
|||
|
||||
|
||||
%changelog
|
||||
* Tue Oct 4 2016 Remi Collet <remi@fedoraproject.org> - 2.0.4-1
|
||||
- update to 2.0.4
|
||||
|
||||
* Tue Jun 7 2016 Remi Collet <remi@fedoraproject.org> - 2.0.2-1
|
||||
- update to 2.0.2
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
cb99a398417cb1850f67830e2971fd89 php-phpseclib-2.0.2-3d265f7.tgz
|
||||
93b5fb794ed0363412eee9e1a0c3528b php-phpseclib-2.0.4-ab8028c.tgz
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue