diff --git a/gattlib-boost169.patch b/gattlib-boost169.patch index 34b8118..c0329f4 100644 --- a/gattlib-boost169.patch +++ b/gattlib-boost169.patch @@ -5,7 +5,7 @@ if sys.version_info.major == 3: - boost_libs = ["boost_python3"] -+ boost_libs = ["boost_python37"] ++ boost_libs = ["boost_python" + str(sys.version_info[0]) + str(sys.version_info[1])] else: - boost_libs = ["boost_python"] + boost_libs = ["boost_python27"] diff --git a/python-gattlib.spec b/python-gattlib.spec index 2565ab5..60933b9 100644 --- a/python-gattlib.spec +++ b/python-gattlib.spec @@ -2,7 +2,7 @@ Name: python-gattlib Version: 0.20150805 -Release: 8%{?dist} +Release: 9%{?dist} Summary: Library to access Bluetooth LE devices License: ASL 2.0 and GPLv2+ and LGPLv2+ @@ -78,6 +78,9 @@ find . -type f | xargs chmod -x %{python3_sitearch}/%{modname}*.egg-info/ %changelog +* Wed May 22 2019 Gwyn Ciesla - 0.20180805-9 +- Update patch to fix 3.8 FTBFS. + * Sat Feb 02 2019 Fedora Release Engineering - 0.20150805-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild