Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-python-memcached for 
openSUSE:Factory checked in at 2025-07-06 17:15:03
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-python-memcached (Old)
 and      /work/SRC/openSUSE:Factory/.python-python-memcached.new.1903 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-python-memcached"

Sun Jul  6 17:15:03 2025 rev:23 rq:1290719 version:1.62

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/python-python-memcached/python-python-memcached.changes
  2024-02-02 15:47:53.254009049 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-python-memcached.new.1903/python-python-memcached.changes
        2025-07-06 17:19:00.650510430 +0200
@@ -1,0 +2,5 @@
+Fri Jul  4 16:36:26 UTC 2025 - Dirk Müller <dmuel...@suse.com>
+
+- fix tests for SLE15
+
+-------------------------------------------------------------------
@@ -187 +192 @@
-Sat Feb 26 14.13.54 UTC 2011 - st...@viskjer.net
+Sat Feb 26 14:13:54 UTC 2011 - st...@viskjer.net
@@ -220 +225 @@
-Fri Nov 26 23.00.00 UTC 2010 - st...@viskjer.net
+Fri Nov 26 23:00:00 UTC 2010 - st...@viskjer.net

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

Other differences:
------------------
++++++ python-python-memcached.spec ++++++
--- /var/tmp/diff_new_pack.gA1V3B/_old  2025-07-06 17:19:01.250535241 +0200
+++ /var/tmp/diff_new_pack.gA1V3B/_new  2025-07-06 17:19:01.250535241 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-python-memcached
 #
-# Copyright (c) 2024 SUSE LLC
+# Copyright (c) 2025 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -61,7 +61,12 @@
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %check
+%if 0%{?suse_version} > 1500
 %{_bindir}/memcached -dv -P $PWD/memcached.pid
+%else
+%{_sbindir}/memcached -dv -P $PWD/memcached.pid
+%endif
+
 %pytest
 kill -9 $(cat $PWD/memcached.pid)
 

Reply via email to