diff options
| author | Remi Collet <fedora@famillecollet.com> | 2016-12-09 14:40:38 +0100 | 
|---|---|---|
| committer | Remi Collet <fedora@famillecollet.com> | 2016-12-09 14:40:38 +0100 | 
| commit | f24de8291a652565b266eb23db8cd202862f0df9 (patch) | |
| tree | d7ca0a9ba764bdb9e61dc6f99d15d7a3b52543d8 | |
| parent | 0c4e23497c97a05e50cb7b2d9f47295d7d065dc5 (diff) | |
php-pecl-memcache: 3.0.9-dev, refreshed
| -rw-r--r-- | REFLECTION-DEV | 2 | ||||
| -rw-r--r-- | php-pecl-memcache-dev.spec | 17 | 
2 files changed, 12 insertions, 7 deletions
| diff --git a/REFLECTION-DEV b/REFLECTION-DEV index affcf4d..a7c17af 100644 --- a/REFLECTION-DEV +++ b/REFLECTION-DEV @@ -1,4 +1,4 @@ -Extension [ <persistent> extension #59 memcache version 3.0.9-dev ] { +Extension [ <persistent> extension #105 memcache version 3.0.9-dev ] {    - INI {      Entry [ memcache.allow_failover <ALL> ] diff --git a/php-pecl-memcache-dev.spec b/php-pecl-memcache-dev.spec index cb383bd..7f4deea 100644 --- a/php-pecl-memcache-dev.spec +++ b/php-pecl-memcache-dev.spec @@ -12,11 +12,11 @@  %endif  # https://github.com/websupport-sk/pecl-memcache/commits/NON_BLOCKING_IO_php7 -%global gh_commit   4991c2fff22d00dc81014cc92d2da7077ef4bc86 +%global gh_commit   df7735e813d247ea141458e1774d163ad4e2d068  %global gh_short    %(c=%{gh_commit}; echo ${c:0:7})  %global gh_owner    websupport-sk  %global gh_project  pecl-memcache -%global gh_date     20160311 +%global gh_date     20161124  %global pecl_name   memcache  # Not ready, some failed UDP tests. Neded investigation.  %global with_tests  0%{?_with_tests:1} @@ -31,7 +31,7 @@ Summary:      Extension to work with the Memcached caching daemon  Name:         %{?scl_prefix}php-pecl-memcache  Version:      3.0.9  %if 0%{?gh_date:1} -Release:      0.6.%{gh_date}git%{gh_short}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} +Release:      0.7.%{gh_date}git%{gh_short}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}  %else  Release:      2%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}  %endif @@ -66,7 +66,7 @@ Provides:     %{?scl_prefix}php-pecl-%{pecl_name}          = %{version}-%{releas  Provides:     %{?scl_prefix}php-pecl-%{pecl_name}%{?_isa}  = %{version}-%{release}  %endif -%if "%{?vendor}" == "Remi Collet" && 0%{!?scl:1} +%if "%{?vendor}" == "Remi Collet" && 0%{!?scl:1} && 0%{?rhel}  # Other third party repo stuff  Obsoletes:     php53-pecl-%{pecl_name}  <= %{version}  Obsoletes:     php53u-pecl-%{pecl_name} <= %{version} @@ -240,10 +240,12 @@ done  %if %{with_tests}  : Configuration for tests  cd NTS -cp %{SOURCE3} tests  sed -e "s:/var/run/memcached/memcached.sock:$PWD/memcached.sock:" \      -i tests/connect.inc +: Udp tests +rm tests/0{36,38,39,55,57}.phpt +  : Launch the daemons  memcached -p 11211 -U 11211      -d -P $PWD/memcached1.pid  memcached -p 11212 -U 11212      -d -P $PWD/memcached2.pid @@ -255,7 +257,7 @@ TEST_PHP_EXECUTABLE=%{_bindir}/php \  TEST_PHP_ARGS="-n -d extension_dir=$PWD/modules -d extension=%{pecl_name}.so" \  NO_INTERACTION=1 \  REPORT_EXIT_STATUS=1 \ -%{_bindir}/php -n run-tests.php || ret=1 +%{_bindir}/php -n run-tests.php --show-diff || ret=1  : Cleanup  if [ -f memcached2.pid ]; then @@ -306,6 +308,9 @@ fi  %changelog +* Fri Dec  1 2016 Remi Collet <remi@fedoraproject.org> - 3.0.9-0.7.20161124gitdf7735e +- refresh to more recent snapshot +  * Thu Dec  1 2016 Remi Collet <remi@fedoraproject.org> - 3.0.9-0.6.20160311git4991c2f  - rebuild with PHP 7.1.0 GA | 
