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 2022-12-10 21:18:46
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/php-memcache (Old)
 and      /work/SRC/openSUSE:Factory/.php-memcache.new.1835 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "php-memcache"

Sat Dec 10 21:18:46 2022 rev:5 rq:1041989 version:4.0.5.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/php-memcache/php-memcache.changes        
2022-12-01 16:59:06.299121222 +0100
+++ /work/SRC/openSUSE:Factory/.php-memcache.new.1835/php-memcache.changes      
2022-12-10 21:18:51.793919557 +0100
@@ -1,0 +2,5 @@
+Sat Dec 10 10:32:12 UTC 2022 - Arjen de Korte <suse+bu...@de-korte.org>
+
+- Remove php7 build for Tumbleweed (PHP 7.4 has reached EOL)
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ php-memcache.spec ++++++
--- /var/tmp/diff_new_pack.NFmXtX/_old  2022-12-10 21:18:52.301922528 +0100
+++ /var/tmp/diff_new_pack.NFmXtX/_new  2022-12-10 21:18:52.309922575 +0100
@@ -1,5 +1,5 @@
 #
-# spec file
+# spec file for package php-memcache
 #
 # Copyright (c) 2022 SUSE LLC
 #
@@ -16,17 +16,19 @@
 #
 
 
-%global flavor @BUILD_FLAVOR@%nil
-%if "%{flavor}" == ""
+%define pkg_name    memcache
+
+%define flavor @BUILD_FLAVOR@%nil
+%if "%{flavor}" == "" || (0%{?suse_version} >= 1550 && "%{flavor}" == "php7")
 %define php_name php
 ExclusiveArch:  do-not-build
 %else
 %define php_name %flavor
 %endif
-
+%if 0%{?suse_version} <= 1500
 %define php_extdir  %(%{__php_config} --extension-dir)
 %define php_cfgdir  %{_sysconfdir}/%{php_name}/conf.d
-%define pkg_name    memcache
+%endif
 
 Name:           %{php_name}-%{pkg_name}
 %if "%{php_name}" == "php8"

Reply via email to