From 4732b8f573cb252f8d4bec5c8fc3ee70fb4af15a Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 27 Oct 2015 10:46:39 +0100 Subject: php-pecl-libsodium: 1.0.2 --- php-pecl-libsodium.spec | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) (limited to 'php-pecl-libsodium.spec') diff --git a/php-pecl-libsodium.spec b/php-pecl-libsodium.spec index bda8ec9..43f2fd3 100644 --- a/php-pecl-libsodium.spec +++ b/php-pecl-libsodium.spec @@ -31,18 +31,13 @@ Summary: Wrapper for the Sodium cryptographic library Name: %{?sub_prefix}php-pecl-%{pecl_name} -Version: 1.0.1 +Version: 1.0.2 Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} License: PHP Group: Development/Languages URL: http://pecl.php.net/package/%{pecl_name} Source0: http://pecl.php.net/get/%{pecl_name}-%{version}.tgz -# https://github.com/jedisct1/libsodium-php/pull/62 don't zero interned string -Patch0: %{pecl_name}-pr62.patch -# https://github.com/jedisct1/libsodium-php/pull/63 build with old libsodium -Patch1: %{pecl_name}-pr63.patch - BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) %if "%{?vendor}" == "Remi Collet" # Ensure libsodium-last is used @@ -105,8 +100,6 @@ mv %{pecl_name}-%{version} NTS sed -e '/role="test"/d' -i package.xml cd NTS -%patch0 -p1 -b .pr62 -%patch1 -p1 -b .pr63 # Sanity check, really often broken extver=$(sed -n '/#define PHP_LIBSODIUM_VERSION/{s/.* "//;s/".*$//;p}' php_libsodium.h) @@ -239,6 +232,10 @@ rm -rf %{buildroot} %changelog +* Tue Oct 27 2015 Remi Collet - 1.0.2-1 +- Update to 1.0.2 +- drop all patches, merged upstream + * Tue Oct 27 2015 Remi Collet - 1.0.1-1 - Update to 1.0.1 - fix for old libsodium -- cgit