Compare commits

..

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

2
.gitignore vendored

@ -1 +1 @@
SOURCES/py3c-1.3.tar.gz
SOURCES/py3c-1.4.tar.gz

@ -1 +1 @@
8d6cd8093fe3d13b7e3f2a3311f33e995863e53b SOURCES/py3c-1.3.tar.gz
3cb2faf4b4276144977f77b9ff5fe3f3b3afadf7 SOURCES/py3c-1.4.tar.gz

@ -2,18 +2,18 @@
%global debug_package %{nil}
Name: py3c
Version: 1.3
Release: 5%{?dist}
Version: 1.4
Release: 10%{?dist}
Summary: Guide and compatibility macros for porting extensions to Python 3
# Licences differ for subpackages
License: MIT and CC-BY-SA
License: MIT AND CC-BY-SA-3.0
URL: http://py3c.readthedocs.io/
Source0: https://github.com/encukou/%{name}/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
BuildRequires: make
BuildRequires: make
BuildRequires: gcc
BuildRequires: python3-devel
BuildRequires: python3-setuptools
@ -42,7 +42,7 @@ Because py3c is a header-only library, there is no matching run-time package.
%package doc
BuildArch: noarch
License: CC-BY-SA
License: CC-BY-SA-3.0
Summary: Guide for porting C extensions to Python 3
%description doc
@ -53,13 +53,12 @@ py3c macros.
%setup -q
%build
make %{?_smp_mflags} py3c.pc includedir=%{_includedir}
%make_build py3c.pc includedir=%{_includedir}
make %{?_smp_mflags} doc SPHINXBUILD=sphinx-build-3
%make_build doc SPHINXBUILD=sphinx-build-3
%check
export CFLAGS="%{optflags}"
make %{?_smp_mflags} test-python3
%make_build test-python3
%install
make install prefix=%{buildroot}%{_prefix} includedir=%{buildroot}%{_includedir}
@ -81,12 +80,39 @@ sed --in-place -e's!%{buildroot}!!' %{buildroot}%{_datadir}/pkgconfig/py3c.pc
%doc %{_pkgdocdir}/
%changelog
* Tue Aug 10 2021 Mohan Boddu <mboddu@redhat.com> - 1.3-5
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
Related: rhbz#1991688
* Tue Oct 29 2024 Troy Dawson <tdawson@redhat.com> - 1.4-10
- Bump release for October 2024 mass rebuild:
Resolves: RHEL-64018
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 1.3-4
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
* Mon Jun 24 2024 Troy Dawson <tdawson@redhat.com> - 1.4-9
- Bump release for June 2024 mass rebuild
* Fri Jan 26 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.4-8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Sun Jan 21 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.4-7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.4-6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
* Wed Jul 12 2023 Karolina Surma <ksurma@redhat.com> - 1.4-5
- Migrate the License tags to SPDX expressions
* Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.4-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
* Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.4-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
* Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.4-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
* Fri Oct 15 2021 Petr Viktorin <pviktori@redhat.com> - 1.4-1
- Update to 1.4
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.3-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.3-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild

Loading…
Cancel
Save