summaryrefslogtreecommitdiffstats
path: root/php-pecl-yaml.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2018-11-13 09:05:16 +0100
committerRemi Collet <remi@remirepo.net>2018-11-13 09:05:16 +0100
commit5584ee208e6a29014215abfceb204152b65a8f88 (patch)
tree5884ce4d518fdeebb4256eecc7601e68bc766d27 /php-pecl-yaml.spec
parent69dd4764473126c05dc670fa90cb196d4116d3a6 (diff)
update to 2.0.3
drop patch merged upstream
Diffstat (limited to 'php-pecl-yaml.spec')
-rw-r--r--php-pecl-yaml.spec12
1 files changed, 6 insertions, 6 deletions
diff --git a/php-pecl-yaml.spec b/php-pecl-yaml.spec
index d51ecca..4cb869b 100644
--- a/php-pecl-yaml.spec
+++ b/php-pecl-yaml.spec
@@ -21,15 +21,13 @@
Summary: PHP Bindings for yaml
Name: %{?sub_prefix}php-pecl-yaml
-Version: 2.0.2
-Release: 5%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
+Version: 2.0.3
+Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
License: MIT
URL: http://pecl.php.net/package/yaml
Source: http://pecl.php.net/get/%{pecl_name}-%{version}%{?prever}.tgz
-Patch0: https://patch-diff.githubusercontent.com/raw/php/pecl-file_formats-yaml/pull/33.patch
-
BuildRequires: %{?dtsprefix}gcc
BuildRequires: %{?scl_prefix}php-devel >= 7
BuildRequires: %{?scl_prefix}php-pear
@@ -94,8 +92,6 @@ sed -e 's/role="test"/role="src"/' \
-i package.xml
cd NTS
-%patch0 -p1 -b .pr33
-
# Check upstream version (often broken)
extver=$(sed -n '/#define PHP_YAML_VERSION/{s/.* "//;s/".*$//;p}' php_yaml.h)
if test "x${extver}" != "x%{version}%{?prever}"; then
@@ -243,6 +239,10 @@ fi
%changelog
+* Tue Nov 13 2018 Remi Collet <remi@remirepo.net> - 2.0.3-1
+- update to 2.0.3
+- drop patch merged upstream
+
* Thu Aug 16 2018 Remi Collet <remi@remirepo.net> - 2.0.2-5
- rebuild for 7.3.0beta2 new ABI