Compare commits

..

No commits in common. 'c9' and 'i10c-beta' have entirely different histories.

@ -2,7 +2,7 @@
Name: python-%{srcname} Name: python-%{srcname}
Version: 0.4.1 Version: 0.4.1
Release: 1%{?dist} Release: 8%{?dist}
Summary: Parser for a D-Bus Signature Summary: Parser for a D-Bus Signature
License: Apache-2.0 License: Apache-2.0
@ -21,7 +21,6 @@ Summary: %{summary}
%{?python_provide:%python_provide python3-%{srcname}} %{?python_provide:%python_provide python3-%{srcname}}
BuildRequires: python3-devel BuildRequires: python3-devel
BuildRequires: python3-setuptools BuildRequires: python3-setuptools
BuildRequires: python3-pyparsing
%description -n python3-%{srcname} %{_description} %description -n python3-%{srcname} %{_description}
@ -43,21 +42,72 @@ Python 3 version.
%{python3_sitelib}/dbus_signature_pyparsing-*.egg-info/ %{python3_sitelib}/dbus_signature_pyparsing-*.egg-info/
%changelog %changelog
* Tue May 09 2023 Bryan Gurney <bgurney@redhat.com> - 0.4.1-1 * Tue Nov 26 2024 MSVSphere Packaging Team <packager@msvsphere-os.ru> - 0.4.1-8
- Rebuilt for MSVSphere 10
* Mon Jun 24 2024 Troy Dawson <tdawson@redhat.com> - 0.4.1-8
- Bump release for June 2024 mass rebuild
* Fri Jan 26 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.1-7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Mon Jan 22 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.1-6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.1-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
* Tue Jun 13 2023 Python Maint <python-maint@redhat.com> - 0.4.1-4
- Rebuilt for Python 3.12
* Sun May 7 2023 mulhern<amulhern@redhat.com> - 0.4.3
- Fix up testing plan tag
* Sun May 7 2023 mulhern<amulhern@redhat.com> - 0.4.2
- Fix up testing plan
* Sun May 7 2023 mulhern<amulhern@redhat.com> - 0.4.1
- Update to 0.4.1 - Update to 0.4.1
- Resolves: rhbz#2196269
* Tue Aug 10 2021 Mohan Boddu <mboddu@redhat.com> - 0.04-5 * Wed Apr 26 2023 mulhern<amulhern@redhat.com> - 0.04-15
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags - Checkout tests from HEAD revision
Related: rhbz#1991688
* Wed Apr 26 2023 mulhern<amulhern@redhat.com> - 0.04-14
- Include .fmf metadata
* Wed Apr 26 2023 mulhern<amulhern@redhat.com> - 0.04-13
- Use TMT instead of STI format gating tests; make license spec match upstream
* Wed Jul 28 2021 Bryan Gurney <bgurney@redhat.com> - 0.04-4 * Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.04-12
- Remove check test - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
- Remove Requires and BuildRequires for python3-pyparsing
- Resolves: rhbz#1986574 * Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.04-11
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
* Tue Jul 19 2022 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 0.04-10
- Rebuilt for pyparsing-3.0.9
* Mon Jun 13 2022 Python Maint <python-maint@redhat.com> - 0.04-9
- Rebuilt for Python 3.11
* Tue Feb 15 2022 mulhern <amulhern@redhat.com> - 0.04-8
- Remove %check
* Tue Feb 15 2022 mulhern <amulhern@redhat.com> - 0.04-7
- Add gating tests
* Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.04-6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
* Wed Jul 28 2021 mulhern <amulhern@redhat.com> - 0.04-5
Remove redundant requires
* Tue Jul 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.04-4
- Second attempt - Rebuilt for
https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 0.04-3 * Fri Jun 04 2021 Python Maint <python-maint@redhat.com> - 0.04-3
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937 - Rebuilt for Python 3.10
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.04-2 * Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.04-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild

Loading…
Cancel
Save