summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2016-01-29 17:20:45 +0100
committerRemi Collet <fedora@famillecollet.com>2016-01-29 17:20:45 +0100
commitba62f1988ddc1db01f546ddd278b2dd08d7554d3 (patch)
tree7fabd954a3bfe2248194e230442707b9d53079f6
parent93596695d9796c3479794d7b2f4af1aa42c4b249 (diff)
php-pecl-mailparse: 3.0.1 (php 7, stable)
-rw-r--r--REFLECTION-PHP72
-rw-r--r--php-pecl-mailparse-php7.spec19
2 files changed, 8 insertions, 13 deletions
diff --git a/REFLECTION-PHP7 b/REFLECTION-PHP7
index 7f203d7..fa41cac 100644
--- a/REFLECTION-PHP7
+++ b/REFLECTION-PHP7
@@ -1,4 +1,4 @@
-Extension [ <persistent> extension #56 mailparse version 3.0.0 ] {
+Extension [ <persistent> extension #61 mailparse version 3.0.1 ] {
- INI {
Entry [ mailparse.def_charset <ALL> ]
diff --git a/php-pecl-mailparse-php7.spec b/php-pecl-mailparse-php7.spec
index 35549b6..02bf6fd 100644
--- a/php-pecl-mailparse-php7.spec
+++ b/php-pecl-mailparse-php7.spec
@@ -12,12 +12,8 @@
# Please, preserve the changelog entries
#
%if 0%{?scl:1}
-%if "%{scl}" == "rh-php56"
-%global sub_prefix more-php56-
-%else
%global sub_prefix %{scl_prefix}
%endif
-%endif
%{?scl: %scl_package php-pecl-mailparse}
%{!?php_inidir: %global php_inidir %{_sysconfdir}/php.d}
@@ -30,7 +26,7 @@
Summary: PHP PECL package for parsing and working with email messages
Name: %{?sub_prefix}php-pecl-mailparse
-Version: 3.0.0
+Version: 3.0.1
Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
License: PHP
Group: Development/Languages
@@ -63,15 +59,11 @@ Obsoletes: php54-pecl-%{pecl_name}
Obsoletes: php54w-pecl-%{pecl_name}
Obsoletes: php55u-pecl-%{pecl_name}
Obsoletes: php55w-pecl-%{pecl_name}
-%if "%{php_version}" > "5.6"
Obsoletes: php56u-pecl-%{pecl_name}
Obsoletes: php56w-pecl-%{pecl_name}
-%endif
-%if "%{php_version}" > "7.0"
Obsoletes: php70u-pecl-%{pecl_name}
Obsoletes: php70w-pecl-%{pecl_name}
%endif
-%endif
%if 0%{?fedora} < 20 && 0%{?rhel} < 7
# Filter shared private
@@ -93,7 +85,9 @@ Package built for PHP %(%{__php} -r 'echo PHP_MAJOR_VERSION.".".PHP_MINOR_VERSIO
mv %{pecl_name}-%{version} NTS
# Don't install/register tests
-sed -e 's/role="test"/role="src"/' -i package.xml
+sed -e 's/role="test"/role="src"/' \
+ %{?_licensedir:-e '/LICENSE/s/role="doc"/role="src"/' } \
+ -i package.xml
cd NTS
extver=$(sed -n '/#define PHP_MAILPARSE_VERSION/{s/.* "//;s/".*$//;p}' php_mailparse.h)
@@ -111,8 +105,6 @@ extension = mailparse.so
;mailparse.def_charset = us-ascii
EOF
-chmod -x NTS/*.{php,c,h}
-
%if %{with_zts}
cp -pr NTS ZTS
%endif
@@ -225,6 +217,9 @@ fi
%changelog
+* Fri Jan 29 2016 Remi Collet <remi@fedoraproject.org> - 3.0.1-1
+- update to 3.0.1 (php 7, stable)
+
* Sat Dec 26 2015 Remi Collet <remi@fedoraproject.org> - 3.0.0-1
- update to 3.0.0 for PHP 7