Compare commits

...

No commits in common. 'epel9' and 'cs10' have entirely different histories.
epel9 ... cs10

3
.gitignore vendored

@ -1,2 +1 @@
/pycdio-2.0.0.tar.gz SOURCES/pycdio-2.1.0.tar.gz
/pycdio-2.1.0.tar.gz

@ -0,0 +1 @@
188fdbc176d0e0fd2c08520f76cd7e8f9e477c20 SOURCES/pycdio-2.1.0.tar.gz

@ -1,3 +0,0 @@
# python-pycdio
The python-pycdio package

@ -1,9 +1,9 @@
Name: python-pycdio Name: python-pycdio
Version: 2.1.0 Version: 2.1.0
Release: 9%{?dist} Release: 16%{?dist}
Summary: A Python interface to the CD Input and Control library Summary: A Python interface to the CD Input and Control library
License: GPLv3+ License: GPL-3.0-or-later
URL: http://www.gnu.org/software/libcdio/ URL: http://www.gnu.org/software/libcdio/
Source0: %pypi_source pycdio Source0: %pypi_source pycdio
@ -36,6 +36,9 @@ device-dependent properties of a CD-ROM can use this library.
%prep %prep
%autosetup -n pycdio-%{version} -p1 %autosetup -n pycdio-%{version} -p1
# hotfix for Python 3.12, please bring this upstream
# fixes https://bugzilla.redhat.com/2155240
sed -i 's/assertEquals/assertEqual/' test/test-cdtext.py
%build %build
%py3_build %py3_build
@ -62,6 +65,28 @@ chmod 755 %{buildroot}/%{python3_sitearch}/*.so
%{python3_sitearch}/pycdio-%{version}-py3*.egg-info/ %{python3_sitearch}/pycdio-%{version}-py3*.egg-info/
%changelog %changelog
* Tue Oct 29 2024 Troy Dawson <tdawson@redhat.com> - 2.1.0-16
- Bump release for October 2024 mass rebuild:
Resolves: RHEL-64018
* Mon Jun 24 2024 Troy Dawson <tdawson@redhat.com> - 2.1.0-15
- Bump release for June 2024 mass rebuild
* Fri Jan 26 2024 Fedora Release Engineering <releng@fedoraproject.org> - 2.1.0-14
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Mon Jan 22 2024 Fedora Release Engineering <releng@fedoraproject.org> - 2.1.0-13
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 2.1.0-12
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
* Tue Jun 13 2023 Python Maint <python-maint@redhat.com> - 2.1.0-11
- Rebuilt for Python 3.12
* Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 2.1.0-10
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
* Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 2.1.0-9 * Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 2.1.0-9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild

@ -1 +0,0 @@
SHA512 (pycdio-2.1.0.tar.gz) = dc18fbd212f7040b8b06efaf263b17568e9c2d089cff7dfc4dda50a7225059e44c9c86e2d81ade92cf09c823f7189b5723fb601cb12f0884dc04e9f5418c5927
Loading…
Cancel
Save