|
|
@ -1,12 +1,12 @@
|
|
|
|
%global pkg_name pyqt6-sip
|
|
|
|
%global pkg_name pyqt6-sip
|
|
|
|
%global pypi_name PyQt6_sip
|
|
|
|
%global pypi_name PyQt6_sip
|
|
|
|
%global _sip_api_major 13
|
|
|
|
%global _sip_api_major 13
|
|
|
|
%global _sip_api_minor 8
|
|
|
|
%global _sip_api_minor 4
|
|
|
|
%global _sip_api %{_sip_api_major}.%{_sip_api_minor}
|
|
|
|
%global _sip_api %{_sip_api_major}.%{_sip_api_minor}
|
|
|
|
|
|
|
|
|
|
|
|
Name: python-%{pkg_name}
|
|
|
|
Name: python-%{pkg_name}
|
|
|
|
Version: 13.8.0
|
|
|
|
Version: 13.6.0
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Release: 4%{?dist}
|
|
|
|
Summary: The sip module support for PyQt6
|
|
|
|
Summary: The sip module support for PyQt6
|
|
|
|
|
|
|
|
|
|
|
|
License: GPL-2.0-only OR GPL-3.0-only
|
|
|
|
License: GPL-2.0-only OR GPL-3.0-only
|
|
|
@ -45,20 +45,12 @@ Provides: python3-pyqt6-sip-api(%{_sip_api_major})%{?_isa} = %{_sip_api}
|
|
|
|
|
|
|
|
|
|
|
|
%files -n python3-%{pkg_name}
|
|
|
|
%files -n python3-%{pkg_name}
|
|
|
|
%doc README
|
|
|
|
%doc README
|
|
|
|
%license LICENSE
|
|
|
|
%license LICENSE LICENSE-GPL3
|
|
|
|
%{python3_sitearch}/PyQt6_sip*
|
|
|
|
%{python3_sitearch}/PyQt6_sip*
|
|
|
|
%{python3_sitearch}/PyQt6/
|
|
|
|
%{python3_sitearch}/PyQt6/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
* Wed Dec 11 2024 Jan Grulich <jgrulich@redhat.com> - 13.8.0-1
|
|
|
|
|
|
|
|
- 13.8.0
|
|
|
|
|
|
|
|
Resolves: RHEL-53982
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Oct 29 2024 Troy Dawson <tdawson@redhat.com> - 13.6.0-5
|
|
|
|
|
|
|
|
- Bump release for October 2024 mass rebuild:
|
|
|
|
|
|
|
|
Resolves: RHEL-64018
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Jun 24 2024 Troy Dawson <tdawson@redhat.com> - 13.6.0-4
|
|
|
|
* Mon Jun 24 2024 Troy Dawson <tdawson@redhat.com> - 13.6.0-4
|
|
|
|
- Bump release for June 2024 mass rebuild
|
|
|
|
- Bump release for June 2024 mass rebuild
|
|
|
|
|
|
|
|
|
|
|
|