diff options
| -rw-r--r-- | php-pecl-libsodium.spec | 5 | 
1 files changed, 4 insertions, 1 deletions
diff --git a/php-pecl-libsodium.spec b/php-pecl-libsodium.spec index 3b9f9fb..3cfbccf 100644 --- a/php-pecl-libsodium.spec +++ b/php-pecl-libsodium.spec @@ -23,7 +23,7 @@  Summary:        Wrapper for the Sodium cryptographic library  Name:           %{?scl_prefix}php-pecl-%{pecl_name}  Version:        0.1.1 -Release:        1%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')} +Release:        1%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}.1  License:        PHP  Group:          Development/Languages  URL:            http://pecl.php.net/package/%{pecl_name} @@ -211,6 +211,9 @@ rm -rf %{buildroot}  %changelog +* Wed Dec 24 2014 Remi Collet <remi@fedoraproject.org> - 0.1.1-1.1 +- Fedora 21 SCL mass rebuild +  * Sun Sep 28 2014 Remi Collet <rcollet@redhat.com> - 0.1.1-1  - initial package, version 0.1.1 (beta)  - open https://github.com/jedisct1/libsodium-php/pull/14
\ No newline at end of file  | 
