Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package php-memcached for openSUSE:Factory 
checked in at 2022-12-13 18:56:00
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/php-memcached (Old)
 and      /work/SRC/openSUSE:Factory/.php-memcached.new.1835 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "php-memcached"

Tue Dec 13 18:56:00 2022 rev:5 rq:1042518 version:3.2.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/php-memcached/php-memcached.changes      
2022-12-01 16:59:06.999125064 +0100
+++ /work/SRC/openSUSE:Factory/.php-memcached.new.1835/php-memcached.changes    
2022-12-13 18:56:09.279423361 +0100
@@ -1,0 +2,5 @@
+Sat Dec 10 10:32:12 UTC 2022 - Arjen de Korte <[email protected]>
+
+- Remove php7 build for Tumbleweed (PHP 7.4 has reached EOL)
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ php-memcached.spec ++++++
--- /var/tmp/diff_new_pack.vpy8tq/_old  2022-12-13 18:56:09.767425966 +0100
+++ /var/tmp/diff_new_pack.vpy8tq/_new  2022-12-13 18:56:09.775426009 +0100
@@ -1,5 +1,5 @@
 #
-# spec file
+# spec file for package php-memcached
 #
 # Copyright (c) 2022 SUSE LLC
 #
@@ -16,17 +16,19 @@
 #
 
 
+%define pkg_name    memcached
+
 %define flavor @BUILD_FLAVOR@%{nil}
-%if "%{flavor}" == ""
+%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    memcached
+%endif
 
 Name:           %{php_name}-%{pkg_name}
 Version:        3.2.0

Reply via email to