Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package php-memcache for openSUSE:Factory checked in at 2023-04-12 12:51:32 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/php-memcache (Old) and /work/SRC/openSUSE:Factory/.php-memcache.new.19717 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "php-memcache" Wed Apr 12 12:51:32 2023 rev:7 rq:1078512 version:8.0.1 Changes: -------- --- /work/SRC/openSUSE:Factory/php-memcache/php-memcache.changes 2022-12-11 17:17:09.042053092 +0100 +++ /work/SRC/openSUSE:Factory/.php-memcache.new.19717/php-memcache.changes 2023-04-12 12:51:33.252915798 +0200 @@ -1,0 +2,10 @@ +Tue Apr 11 10:21:54 UTC 2023 - Arjen de Korte <suse+bu...@de-korte.org> + +- Update to version 8.0.1 + * change upstream source + * includes a fix for a possible memory corruption during flush +- Remove upstreamed / obsolete patches + - fix-deprecated-memcache_connect.patch + - fixup-unit-test-040.patch + +------------------------------------------------------------------- Old: ---- fix-deprecated-memcache_connect.patch fixup-unit-test-040.patch memcache-4.0.5.2.tgz memcache-8.0.tgz New: ---- 8.0.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ php-memcache.spec ++++++ --- /var/tmp/diff_new_pack.7COoen/_old 2023-04-12 12:51:33.840919235 +0200 +++ /var/tmp/diff_new_pack.7COoen/_new 2023-04-12 12:51:33.844919258 +0200 @@ -1,7 +1,7 @@ # # spec file for package php-memcache # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -31,24 +31,16 @@ %endif Name: %{php_name}-%{pkg_name} -%if "%{php_name}" == "php8" -Version: 8.0 +Version: 8.0.1 Release: 0 -%else -Version: 4.0.5.2 -Release: 0 -%endif Summary: PHP Memcache client Extension License: PHP-3.0 Group: Productivity/Networking/Web/Servers -URL: https://pecl.php.net/package/memcache -Source0: https://pecl.php.net/get/%{pkg_name}-4.0.5.2.tgz -Source1: https://pecl.php.net/get/%{pkg_name}-8.0.tgz +URL: https://github.com/websupport-sk/pecl-memcache +Source0: https://github.com/websupport-sk/pecl-memcache/archive/refs/tags/%{version}.tar.gz Source10: php-memcache-rpmlintrc +# PATCH-FIX-OPENSUSE: fix unit tests that don't work on OBS Patch1: fixup-unit-tests.patch -Patch2: fixup-unit-test-040.patch -# PATCH-FIX-UPSTREAM: https://github.com/websupport-sk/pecl-memcache/pull/88 -Patch3: fix-deprecated-memcache_connect.patch # PATCH-FIX-UPSTREAM: https://github.com/websupport-sk/pecl-memcache/pull/104 Patch4: trivial-minimal-fix-for-PHP-8.2.patch %if 0%{?suse_version} > 1500 @@ -70,15 +62,7 @@ via memcache. %prep -%if "%{flavor}" == "php8" -%setup -q -n %{pkg_name}-%{version} -T -b 1 -%patch3 -p1 -%patch4 -p1 -%else -%setup -q -n %{pkg_name}-%{version} -%patch2 -%endif -%patch1 +%autosetup -p1 -n pecl-%{pkg_name}-%{version} %build export CFLAGS="%{optflags} -fvisibility=hidden" ++++++ fixup-unit-tests.patch ++++++ --- /var/tmp/diff_new_pack.7COoen/_old 2023-04-12 12:51:33.880919469 +0200 +++ /var/tmp/diff_new_pack.7COoen/_new 2023-04-12 12:51:33.884919492 +0200 @@ -1,5 +1,5 @@ ---- tests/056.phpt 2019-12-20 16:07:05.000000000 +0100 -+++ tests/056.phpt 2021-01-23 15:14:23.977514559 +0100 +--- a/tests/056.phpt 2019-12-20 16:07:05.000000000 +0100 ++++ b/tests/056.phpt 2021-01-23 15:14:23.977514559 +0100 @@ -1,5 +1,7 @@ --TEST-- memcache->addServer() with microsecond timeout @@ -8,8 +8,8 @@ --SKIPIF-- <?php include 'connect.inc'; ?> --FILE-- ---- tests/connect.inc 2019-12-20 16:07:05.000000000 +0100 -+++ tests/connect.inc 2021-01-18 10:01:27.213810971 +0100 +--- a/tests/connect.inc 2019-12-20 16:07:05.000000000 +0100 ++++ b/tests/connect.inc 2021-01-18 10:01:27.213810971 +0100 @@ -34,7 +34,7 @@ if (ini_get('memcache.protocol') == 'bin * memcached -d -u memcached -s /var/run/memcached/memcached.sock * chmod a+w /var/run/memcached/memcached.sock