@ -1,6 +1,6 @@
@@ -1,6 +1,6 @@
# Fedora spec file for php-pecl-igbinary
#
# Copyright (c) 2010-2019 Remi Collet
# Copyright (c) 2010-2020 Remi Collet
# License: CC-BY-SA
# http://creativecommons.org/licenses/by-sa/4.0/
#
@ -14,17 +14,17 @@
@@ -14,17 +14,17 @@
%global with_zts 0%{?__ztsphp:1}
%global ini_name 40-%{pecl_name}.ini
%global upstream_version 3.0.0
%global upstream_version 3.1.1
#global upstream_prever RC1
Summary: Replacement for the standard PHP serializer
Name: php-pecl-igbinary
Version: %{upstream_version}%{?upstream_prever:~%{upstream_prever}}
Release: 1%{?dist}
Source0: http://pecl.php.net/get/%{pecl_name}-%{upstream_version}%{?upstream_prever}.tgz
Source0: https://pecl.php.net/get/%{pecl_name}-%{upstream_version}%{?upstream_prever}.tgz
License: BSD
URL: http://pecl.php.net/package/igbinary
URL: https://pecl.php.net/package/igbinary
BuildRequires: gcc
#BuildRequires: php-pear
@ -44,8 +44,8 @@ Provides: php-pecl(%{pecl_name})%{?_isa} = %{version}
@@ -44,8 +44,8 @@ Provides: php-pecl(%{pecl_name})%{?_isa} = %{version}
%description
Igbinary is a drop in replacement for the standard PHP serializer.
Instead of time and space consuming textual representation,
igbinary stores PHP data structures in a compact binary form.
Instead of time and space consuming textual representation,
igbinary stores PHP data structures in a compact binary form.
Savings are significant when using memcached or similar memory
based storages for serialized data.
@ -129,9 +129,9 @@ for i in $(grep 'role="test"' ../package.xml | sed -e 's/^.*name="//;s/".*$//')
@@ -129,9 +129,9 @@ for i in $(grep 'role="test"' ../package.xml | sed -e 's/^.*name="//;s/".*$//')
do [ -f $i ] && install -Dpm 644 $i %{buildroot}%{pecl_testdir}/%{pecl_name}/$i
[ -f tests/$i ] && install -Dpm 644 tests/$i %{buildroot}%{pecl_testdir}/%{pecl_name}/tests/$i
done
#for i in $(grep 'role="doc"' ../package.xml | sed -e 's/^.*name="//;s/".*$//')
#do install -Dpm 644 $i %{buildroot}%{pecl_docdir}/%{pecl_name}/$i
#done
for i in $(grep 'role="doc"' ../package.xml | sed -e 's/^.*name="//;s/".*$//')
do install -Dpm 644 $i %{buildroot}%{pecl_docdir}/%{pecl_name}/$i
done
%check
@ -198,6 +198,12 @@ REPORT_EXIT_STATUS=1 \
@@ -198,6 +198,12 @@ REPORT_EXIT_STATUS=1 \
%changelog
* Fri Jan 17 2020 Remi Collet <remi@remirepo.net> - 3.1.1-1
- update to 3.1.1
* Sat Dec 28 2019 Remi Collet <remi@remirepo.net> - 3.1.0-1
- update to 3.1.0
* Mon Feb 18 2019 Remi Collet <remi@remirepo.net> - 3.0.0-1
- update to 3.0.0
- no API change
@ -354,3 +360,4 @@ REPORT_EXIT_STATUS=1 \
@@ -354,3 +360,4 @@ REPORT_EXIT_STATUS=1 \
* Wed Sep 29 2010 Remi Collet <rpms@famillecollet.com> 1.0.2-1
- initital RPM