Compare commits

..

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

@ -1 +1 @@
f97f7cbba46eb3d5c20166e3e3d67ddbce0dd36f SOURCES/zstd-1.5.5.1.tar.gz
f97f7cbba46eb3d5c20166e3e3d67ddbce0dd36f SOURCES/zstd-1.5.5.1.tar.gz

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

@ -1,9 +1,9 @@
%global pypi_name zstd
%global zstd_version 1.5.5
%global min_zstd_version 1.5.0
Name: python-%{pypi_name}
Version: 1.5.5.1
Release: 5%{?dist}
Release: 1%{?dist}
Summary: Zstd Bindings for Python
# original zstd bits are GPL-2.0-or-later OR BSD-2-Clause
@ -17,7 +17,7 @@ Patch: python-zstd-1.5.5.1-test-external.patch
BuildRequires: gcc
BuildRequires: python3-devel
BuildRequires: python3dist(setuptools)
BuildRequires: pkgconfig(libzstd) >= %{zstd_version}
BuildRequires: pkgconfig(libzstd) >= %{min_zstd_version}
%description
Simple Python bindings for the Zstd compression library.
@ -26,7 +26,7 @@ Simple Python bindings for the Zstd compression library.
Summary: %{summary}
%{?python_provide:%python_provide python3-%{pypi_name}}
# The library does not do symbol versioning to fully match automatically on
Requires: libzstd%{?_isa} >= %{zstd_version}
Requires: libzstd%{?_isa} >= %{min_zstd_version}
%description -n python3-%{pypi_name}
Simple Python bindings for the Zstd compression library.
@ -62,18 +62,8 @@ sed -i -e '/test_version/d' tests/__init__.py
%{python3_sitearch}/%{pypi_name}*.so
%changelog
* Tue Oct 29 2024 Troy Dawson <tdawson@redhat.com> - 1.5.5.1-5
- Bump release for October 2024 mass rebuild:
Resolves: RHEL-64018
* Mon Jun 24 2024 Troy Dawson <tdawson@redhat.com> - 1.5.5.1-4
- Bump release for June 2024 mass rebuild
* Fri Jan 26 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.5.1-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Mon Jan 22 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.5.1-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Wed Jul 24 2024 Sergey Cherevko <s.cherevko@msvsphere-os.ru> - 1.5.5.1-1
- Rebuilt for MSVSphere 9.4
* Tue Jan 09 2024 Michel Lind <salimma@fedoraproject.org> - 1.5.5.1-1
- Update to 1.5.5.1

Loading…
Cancel
Save