Compare commits

...

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

@ -2,7 +2,7 @@
Name: python-%{srcname} Name: python-%{srcname}
Version: 0.4.1 Version: 0.4.1
Release: 9%{?dist} Release: 1%{?dist}
Summary: Parser for a D-Bus Signature Summary: Parser for a D-Bus Signature
License: Apache-2.0 License: Apache-2.0
@ -21,6 +21,7 @@ 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}
@ -42,73 +43,21 @@ Python 3 version.
%{python3_sitelib}/dbus_signature_pyparsing-*.egg-info/ %{python3_sitelib}/dbus_signature_pyparsing-*.egg-info/
%changelog %changelog
* Tue Oct 29 2024 Troy Dawson <tdawson@redhat.com> - 0.4.1-9 * Tue May 09 2023 Bryan Gurney <bgurney@redhat.com> - 0.4.1-1
- Bump release for October 2024 mass rebuild:
Resolves: RHEL-64018
* 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
* Wed Apr 26 2023 mulhern<amulhern@redhat.com> - 0.04-15 * Tue Aug 10 2021 Mohan Boddu <mboddu@redhat.com> - 0.04-5
- Checkout tests from HEAD revision - Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
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
* Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.04-12 * Wed Jul 28 2021 Bryan Gurney <bgurney@redhat.com> - 0.04-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild - Remove check test
- Remove Requires and BuildRequires for python3-pyparsing
* Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.04-11 - Resolves: rhbz#1986574
- 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 Jun 04 2021 Python Maint <python-maint@redhat.com> - 0.04-3 * Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 0.04-3
- Rebuilt for Python 3.10 - Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
* 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