From 5b71b5640416a7e8172ae089363c82a09087f91a Mon Sep 17 00:00:00 2001 From: webbuilder_pel7x64builder0 Date: Tue, 23 Jun 2020 12:12:19 +0200 Subject: [PATCH] php package updates Signed-off-by: webbuilder_pel7x64builder0 --- SPECS/php-pecl-apcu.spec | 4 ++-- SPECS/php-pecl-igbinary.spec | 25 ++++++++++++++++--------- SPECS/php72.spec | 2 +- SPECS/php73.spec | 2 +- SPECS/php74.spec | 8 ++++---- 5 files changed, 24 insertions(+), 17 deletions(-) diff --git a/SPECS/php-pecl-apcu.spec b/SPECS/php-pecl-apcu.spec index ccb4597..2b51ff6 100644 --- a/SPECS/php-pecl-apcu.spec +++ b/SPECS/php-pecl-apcu.spec @@ -185,7 +185,7 @@ REPORT_EXIT_STATUS=1 \ %files %license NTS/LICENSE -%doc %{pecl_docdir}/%{pecl_name} +#%doc %{pecl_docdir}/%{pecl_name} %{pecl_xmldir}/%{name}.xml %config(noreplace) %{php_inidir}/%{ini_name} @@ -198,7 +198,7 @@ REPORT_EXIT_STATUS=1 \ %files devel -%doc %{pecl_testdir}/%{pecl_name} +#%doc %{pecl_testdir}/%{pecl_name} %{php_incldir}/ext/%{pecl_name} %if %{with_zts} diff --git a/SPECS/php-pecl-igbinary.spec b/SPECS/php-pecl-igbinary.spec index f40ae08..cee2298 100644 --- a/SPECS/php-pecl-igbinary.spec +++ b/SPECS/php-pecl-igbinary.spec @@ -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 @@ %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} %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/".*$//') 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 \ %changelog +* Fri Jan 17 2020 Remi Collet - 3.1.1-1 +- update to 3.1.1 + +* Sat Dec 28 2019 Remi Collet - 3.1.0-1 +- update to 3.1.0 + * Mon Feb 18 2019 Remi Collet - 3.0.0-1 - update to 3.0.0 - no API change @@ -354,3 +360,4 @@ REPORT_EXIT_STATUS=1 \ * Wed Sep 29 2010 Remi Collet 1.0.2-1 - initital RPM + diff --git a/SPECS/php72.spec b/SPECS/php72.spec index a0b8e27..211643a 100644 --- a/SPECS/php72.spec +++ b/SPECS/php72.spec @@ -48,7 +48,7 @@ %global with_pspell 1 %global with_lmdb 1 -%global upver 7.2.23 +%global upver 7.2.31 Summary: PHP scripting language for creating dynamic web sites Name: php diff --git a/SPECS/php73.spec b/SPECS/php73.spec index ac8261c..802cb95 100644 --- a/SPECS/php73.spec +++ b/SPECS/php73.spec @@ -50,7 +50,7 @@ %global with_pspell 1 %global with_lmdb 1 -%global upver 7.3.10 +%global upver 7.3.19 Summary: PHP scripting language for creating dynamic web sites Name: php diff --git a/SPECS/php74.spec b/SPECS/php74.spec index baca76a..d76283c 100644 --- a/SPECS/php74.spec +++ b/SPECS/php74.spec @@ -157,7 +157,7 @@ Requires: php-common%{?_isa} = %{version}-%{release} #%endif #Recommends: php-xml%{?_isa} = %{version}-%{release} # To ensure correct /var/lib/php/session ownership: -Requires(pre): httpd-filesystem +#Requires(pre): httpd-filesystem # php engine for Apache httpd webserver Provides: php(httpd) @@ -203,14 +203,14 @@ Requires: php-common%{?_isa} = %{version}-%{release} Requires(pre): /usr/sbin/useradd %{?systemd_requires} # To ensure correct /var/lib/php/session ownership: -Requires(pre): httpd-filesystem +#Requires(pre): httpd-filesystem # For php.conf in /etc/httpd/conf.d # and version 2.4.10 for proxy support in SetHandler -Requires: httpd-filesystem >= 2.4.10 +#Requires: httpd-filesystem >= 2.4.10 # php engine for Apache httpd webserver Provides: php(httpd) # for /etc/nginx ownership -Requires: nginx-filesystem +#Requires: nginx-filesystem %description fpm PHP-FPM (FastCGI Process Manager) is an alternative PHP FastCGI