From e099e914a3b53195ac4aafd02bc668b147171acc Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 7 Jun 2016 08:07:47 +0200 Subject: php-phpseclib: 2.0.2 --- php-phpseclib.spec | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'php-phpseclib.spec') 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 - 2.0.2-1 +- update to 2.0.2 + * Tue Jan 19 2016 Remi Collet - 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 -- cgit