diff options
| author | Remi Collet <fedora@famillecollet.com> | 2014-12-24 16:15:23 +0100 | 
|---|---|---|
| committer | Remi Collet <fedora@famillecollet.com> | 2014-12-24 16:15:23 +0100 | 
| commit | ce724901b9110445fcda0214b1087e55a7ad0700 (patch) | |
| tree | 607409f6aa6c622f812d9d23296750bdfa479fdb | |
| parent | 99cbd47725452c2fd617bd7be888b6387346c180 (diff) | |
Fedora 21 SCL mass rebuild (done)
| -rw-r--r-- | php-pecl-ssh2.spec | 5 | 
1 files changed, 4 insertions, 1 deletions
diff --git a/php-pecl-ssh2.spec b/php-pecl-ssh2.spec index 0db51fc..a8a6b1e 100644 --- a/php-pecl-ssh2.spec +++ b/php-pecl-ssh2.spec @@ -21,7 +21,7 @@  Name:           %{?scl_prefix}php-pecl-ssh2  Version:        0.12 -Release:        5%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} +Release:        5%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}.1  Summary:        Bindings for the libssh2 library  %global buildver %(pkg-config --silence-errors --modversion libssh2  2>/dev/null || echo 65536) @@ -195,6 +195,9 @@ rm -rf %{buildroot}  %changelog +* Wed Dec 24 2014 Remi Collet <remi@fedoraproject.org> - 0.12-5.1 +- Fedora 21 SCL mass rebuild +  * Sat Dec 20 2014 Remi Collet <remi@fedoraproject.org> - 0.12-5  - rebuild for new libssh2 in EL-5  - ensure dependency on libssh2 used at buildtime  | 
