From 2e29e367d31898de1ada51375ac7f713a6a5e9f876c44af261b85fd5755f98a7 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Wed, 26 Dec 2018 22:43:43 +0000 Subject: [PATCH] Fix build failure: %{py_ver} doesn't work, %{py3_ver} does. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PyChromecast?expand=0&rev=7 --- python-PyChromecast.changes | 6 ++++++ python-PyChromecast.spec | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/python-PyChromecast.changes b/python-PyChromecast.changes index 1aa3f52..a97dc7c 100644 --- a/python-PyChromecast.changes +++ b/python-PyChromecast.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Dec 26 22:39:21 UTC 2018 - Matej Cepl + +- Fix build failure: %{py_ver} doesn't work, %{py3_ver} + does. + ------------------------------------------------------------------- Tue Dec 4 12:52:18 UTC 2018 - Matej Cepl diff --git a/python-PyChromecast.spec b/python-PyChromecast.spec index af41e3d..d6872d4 100644 --- a/python-PyChromecast.spec +++ b/python-PyChromecast.spec @@ -63,6 +63,6 @@ multi-room setups with Audio cast devices. %license LICENSE %doc README.rst %{python_sitelib}/pychromecast -%{python_sitelib}/PyChromecast-%{version}-py%{py_ver}.egg-info +%{python_sitelib}/PyChromecast-%{version}-py%{py3_ver}.egg-info %changelog