From ec32688c23b12474740da4cb48ac76575232b861 Mon Sep 17 00:00:00 2001 From: Gwyn Ciesla Date: Wed, 8 Mar 2023 14:50:34 -0600 Subject: [PATCH] migrated to SPDX license --- pyusb.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/pyusb.spec b/pyusb.spec index 0da3db1..f38a971 100644 --- a/pyusb.spec +++ b/pyusb.spec @@ -1,8 +1,8 @@ Name: pyusb Version: 1.2.1 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Python bindings for libusb -License: BSD +License: BSD-3-Clause URL: https://github.com/pyusb/pyusb/ Source0: %{pypi_source} BuildRequires: libusb-compat-0.1-devel @@ -41,6 +41,9 @@ sed -i -e 's/\r//g' README.rst %{python3_sitelib}/* %changelog +* Wed Mar 08 2023 Gwyn Ciesla - 1.2.1-4 +- migrated to SPDX license + * Fri Jan 20 2023 Fedora Release Engineering - 1.2.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild