summaryrefslogtreecommitdiffstats
path: root/php-pecl-crypto.spec
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2014-01-04 18:08:46 +0100
committerRemi Collet <fedora@famillecollet.com>2014-01-04 18:08:46 +0100
commitc03f08c91f7551ff2154dcddaba90f730f2ecbea (patch)
tree5372fa0a58b1357469d9c2a93c53f940c4e2974d /php-pecl-crypto.spec
parent6914334a4fcb099d41abbc8e2f14c06b4d829161 (diff)
php-pecl-crypto: 0.1.1 (devel)
Diffstat (limited to 'php-pecl-crypto.spec')
-rw-r--r--php-pecl-crypto.spec11
1 files changed, 5 insertions, 6 deletions
diff --git a/php-pecl-crypto.spec b/php-pecl-crypto.spec
index ec5b607..9d78613 100644
--- a/php-pecl-crypto.spec
+++ b/php-pecl-crypto.spec
@@ -17,16 +17,13 @@
Summary: Wrapper for OpenSSL Crypto Library
Name: %{?scl_prefix}php-pecl-%{pecl_name}
-Version: 0.1.0
+Version: 0.1.1
Release: 1%{?dist}%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}
License: BSD
Group: Development/Languages
URL: http://pecl.php.net/package/%{pecl_name}
Source0: http://pecl.php.net/get/%{pecl_name}-%{version}.tgz
-# https://github.com/bukka/php-crypto/pull/6
-Patch0: %{pecl_name}-build.patch
-
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: %{?scl_prefix}php-devel > 5.3
BuildRequires: %{?scl_prefix}php-pear
@@ -74,8 +71,6 @@ This package provides an objective wrapper for OpenSSL Crypto Library.
mv %{pecl_name}-%{version} NTS
cd NTS
-%patch0 -p1 -b .build
-
# Sanity check, really often broken
extver=$(sed -n '/#define PHP_CRYPTO_VERSION/{s/.* "//;s/".*$//;p}' php_crypto.h)
if test "x${extver}" != "x%{version}%{?prever:-%{prever}}"; then
@@ -210,6 +205,10 @@ rm -rf %{buildroot}
%changelog
+* Sat Jan 04 2014 Remi Collet <remi@fedoraproject.org> - 0.1.1-1
+- Update to 0.1.1 (devel)
+- drop patch merged upstream
+
* Thu Jan 2 2014 Remi Collet <remi@fedoraproject.org> - 0.1.0-1
- initial package, version 0.1.0 (devel)
- patch for PHP 5.3.3, https://github.com/bukka/php-crypto/pull/6 \ No newline at end of file