Hello community,
here is the log from the commit of package python-python-memcached for
openSUSE:Factory checked in at 2019-01-15 09:12:19
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-python-memcached (Old)
and /work/SRC/openSUSE:Factory/.python-python-memcached.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-python-memcached"
Tue Jan 15 09:12:19 2019 rev:16 rq:664273 version:1.59
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-python-memcached/python-python-memcached.changes
2018-08-10 09:49:13.298216161 +0200
+++
/work/SRC/openSUSE:Factory/.python-python-memcached.new.28833/python-python-memcached.changes
2019-01-15 09:13:02.762420895 +0100
@@ -1,0 +2,5 @@
+Wed Jan 9 22:14:36 UTC 2019 - Jonathan Brownell <[email protected]>
+
+- Use proper memcached path on Red Hat platforms
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-python-memcached.spec ++++++
--- /var/tmp/diff_new_pack.iN8Evx/_old 2019-01-15 09:13:03.098420585 +0100
+++ /var/tmp/diff_new_pack.iN8Evx/_new 2019-01-15 09:13:03.098420585 +0100
@@ -64,7 +64,11 @@
%python_install
%check
+%if 0%{?fedora} || 0%{?rhel}
+/usr/bin/memcached -dv -P $PWD/memcached.pid
+%else
/usr/sbin/memcached -dv -P $PWD/memcached.pid
+%endif
%python_expand nosetests-%{$python_bin_suffix}
kill -9 $(cat $PWD/memcached.pid)