summaryrefslogtreecommitdiffstats
path: root/php-pecl-crypto.spec
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2015-11-25 19:25:19 +0100
committerRemi Collet <fedora@famillecollet.com>2015-11-25 19:25:19 +0100
commit144bda20db1b1607c62bd8a97f755fc4be4fea63 (patch)
treea0f6e45abe50dabefbba0fa6d177216eae9aef4e /php-pecl-crypto.spec
parent1658693069ed28cc4883ea705553f514281d5978 (diff)
php-pecl-crypto: 0.2.2
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 dcf8f5e..674ad7b 100644
--- a/php-pecl-crypto.spec
+++ b/php-pecl-crypto.spec
@@ -1,4 +1,4 @@
-# spec file for php-pecl-crypto
+# remirepo spec file for php-pecl-crypto
#
# Copyright (c) 2013-2015 Remi Collet
# License: CC-BY-SA
@@ -30,16 +30,13 @@
Summary: Wrapper for OpenSSL Crypto Library
Name: %{?sub_prefix}php-pecl-%{pecl_name}
-Version: 0.2.1
+Version: 0.2.2
Release: 1%{?dist}%{!?scl:%{!?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/13
-Patch0: %{pecl_name}-ccm.patch
-
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: %{?scl_prefix}php-devel > 5.3
BuildRequires: %{?scl_prefix}php-pear
@@ -102,7 +99,6 @@ mv %{pecl_name}-%{version} NTS
sed -e 's/role="test"/role="src"/' -i package.xml
cd NTS
-%patch0 -p1 -b .ccm
# Sanity check, really often broken
extver=$(sed -n '/#define PHP_CRYPTO_VERSION/{s/.* "//;s/".*$//;p}' php_crypto.h)
@@ -237,6 +233,9 @@ rm -rf %{buildroot}
%changelog
+* Wed Nov 25 2015 Remi Collet <remi@fedoraproject.org> - 0.2.2-1
+- Update to 0.2.2
+
* Mon Nov 16 2015 Remi Collet <remi@fedoraproject.org> - 0.2.1-1
- Update to 0.2.1
- don't install/register tests