diff --git a/python-libusbsio.changes b/python-libusbsio.changes index 00a1760..cb6aa13 100644 --- a/python-libusbsio.changes +++ b/python-libusbsio.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Jul 11 14:44:29 UTC 2023 - Johannes Kastl + +- fix wrong URL for src.zip file that contains the sources for the + bin files, that are being compiled during package build + ------------------------------------------------------------------- Thu Jun 29 08:45:33 UTC 2023 - Andreas Schwab diff --git a/python-libusbsio.spec b/python-libusbsio.spec index ffe7a5f..fe21e04 100644 --- a/python-libusbsio.spec +++ b/python-libusbsio.spec @@ -24,7 +24,7 @@ Summary: Python wrapper around NXP LIBUSBSIO library License: BSD-3-Clause URL: https://www.nxp.com/design/software/development-software/library-for-windows-macos-and-ubuntu-linux:LIBUSBSIO Source: https://files.pythonhosted.org/packages/source/l/libusbsio/libusbsio-%{version}.tar.gz -Source2: https://files.pythonhosted.org/packages/source/l/libusbsio/libusbsio-%{version}-src.zip +Source2: https://www.nxp.com/downloads/en/libraries/libusbsio-%{version}-src.zip BuildRequires: %{python_module pip} BuildRequires: %{python_module setuptools} BuildRequires: %{python_module wheel}